[edk2] PcAtChipsetPkg: RTC: Modification of "read only" bit VRT considered harmful

2013-02-02 Thread Nikolai Saoukh
PcAtChipsetPkg: RTC: Modification of "read only" bit VRT considered harmful. Modification of "read only" bit VRT in register D considered harmful. Peculiar RTC implementations have VRT bit writable. Writing 0 to VRT bit produce a bunch of hardware events. Some chips are slow enough and failure the

Re: [edk2] Adding printf via StdLib

2013-02-02 Thread David F.
Thanks that will be great - and I've noticed the way stdlib is currently implemented, it conflicts with trying to build with a .cpp module. Things like /Zc:wchar_t conflicts with other things that specifically need /Zc:wchar_t- (#error in EfiCdefs.h) and then attempting to use causes issues becau

[edk2] DuetPkg: Wrong format specifiers for debug output

2013-02-02 Thread Nikolai Saoukh
DuetPkg: Wrong format specifiers for debug output Wrong format specifiers produce bizzare output in debug message. Attached patch fix it. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Nikolai Saoukh DxeInit.c.patch Description: Binary data -

[edk2] MdePkg: pushaw/popaw mnemonics unknown for clang integrated assembler

2013-02-02 Thread Nikolai Saoukh
MdePkg: pushaw/popaw mnemonics unknown for clang integrated assembler clang integrated assembler does not know pushaw/popaw mnemonics. Attached patch change these to format accepted by gas and clang. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Nikolai Saoukh pushaw.p

[edk2] MdePkg: Missing width suffix in .S assembler file

2013-02-02 Thread Nikolai Saoukh
MdePkg: Missing width suffix in .S assembler file Attached patch fixes missing width suffix Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Nikolai Saoukh miswid.patch Description: Binary data --

[edk2] MdePkg: Inappropriate intel syntax directives in .S assembler files

2013-02-02 Thread Nikolai Saoukh
MdePkg: Inappropriate intel syntax directives in .S assembler files Attached patch removes intel syntax directives from .S (gnu as) files. These files are AT&T syntax ones. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Nikolai Saoukh intsyn.patch Description: Binary da

[edk2] BaseTools: Backslash (\) is not appropriate in unix filenames

2013-02-02 Thread Nikolai Saoukh
BaseTools: Backslash (\) is not appropriate in unix filenames Attached patch fixes inappropriate use of backslash (\) in unix file name Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Nikolai Saoukh tools_def.patch Description: Binary data ---

Re: [edk2] shell command MM does not run inside a shell script and PrintToken

2013-02-02 Thread Andrew Fish
On Feb 2, 2013, at 3:37 PM, Toto Lebolo wrote: > Hello, > I noticed that the shell command "mm" does not run inside a shell script or > from a python script. The command seems to NOT understand the arguments that > are passed. > I found that there is a ticket about that here: > http://source

[edk2] shell command MM does not run inside a shell script and PrintToken

2013-02-02 Thread Toto Lebolo
Hello, I noticed that the shell command "mm" does not run inside a shell script or from a python script. The command seems to NOT understand the arguments that are passed.  I found that there is a ticket about that here: http://sourceforge.net/apps/trac/efidevkit/ticket/1316 I wanted to investig

Re: [edk2] Tell UEFI to rescan device/forget about partitions.

2013-02-02 Thread Andrew Fish
If you need to do it from code gBS->DisconnectController() and gBS->ConnectController(). So basically you stop the driver from managing the handle and start it again. Andrew Fish On Feb 2, 2013, at 2:40 PM, "David F." wrote: > Question, where do you tell the block devices to forget about it

[edk2] Tell UEFI to rescan device/forget about partitions.

2013-02-02 Thread David F.
Question, where do you tell the block devices to forget about its knowledge of partitions, because they may be deleted, added, altered? -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics D

[edk2] Package Manager UI?

2013-02-02 Thread David F.
Hi, So based on me trying to learn the build system and building some things, I find it's hard to know what stuff you should be including (and how to include) various packages other than build and when it fails, try to figure out what is missing. So my thought is it would be nice to have a UI si

Re: [edk2] [patch] Intel syntax directives inside assembler file with AT&T syntax

2013-02-02 Thread Jordan Justen
Please review MdePkg/Contributions.txt: * CodeModule (Ie, MdePkg) * Contributed-under * Signed-off-by -Jordan On Wed, Jan 30, 2013 at 10:42 PM, Nikolai Saoukh wrote: > clang integrated assembler does not like the mixture of Intel and AT&T syntax. > > -