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
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
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
-
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
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
--
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
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
---
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
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
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
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
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
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.
>
> -
13 matches
Mail list logo