hi, experts:
OvmfPkg compiled error:
... ...
Architecture(s) = IA32 X64
Build target = DEBUG
Toolchain= VS2008
Active Platform = e:\edkii\OvmfPkg\OvmfPkgIa32X64.dsc
Flash Image Definition = e:\edkii\OvmfPkg\OvmfPkgIa32X64.fdf
Processing meta-data .
Build...
e:\edkii\OvmfPkg\
Series:
Reviewed-by: Jordan Justen
On Tue, Sep 4, 2012 at 8:00 AM, Laszlo Ersek wrote:
> When testing a Windows 8 Consumer Preview guest (Build 8250, installer
> ISO sha1: 8966AA4696B9DE2559FB123FDC7DC29E9B547782), the guest OS
> sometimes hung shortly after (re-)boot; during installation or
> o
Sajeesh.K.K,
Because the ideqval opcode not support bitwiseand nest in it, so vfrcompiler
reports this error. You can use the following expression to meet your request:
suppressif (get(NVData.mybitmap) & 0x1) == 0x0;
Thanks,
Eric
From: sajeesh KK [mailto:sajee...@gmail.com]
Sent: Tuesday, Septem
Hi Shiva,
One solution would be to have a Boot Manager that supports the driver load
option (look for Driver in the UEFI spec).
FYI, ArmPlatformPkg/Bds does not support it yet ... It is planned to support
it but it is a low pritority in my very long TODO list ...
Feel free to add support
Hello,
There are two possible causes for the behavior you are seeing.
1. The file system driver is not loaded. Please make sure that DevShell
is listed in the [LibraryClasses] section of your application's .inf file.
2. The current working directory is not on the disk partition you
Hi,
I've modified the HelloWorld application to use the standard file I/O
calls ( fopen_s ) to read an existing file ( "test.txt) and print out its
contents. The txt file exists in the same partition and location as the
HelloWorld .efi app ( \EFI|BOOT). I added prints before and after the
fo
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek
---
OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.c |6 +-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.c
b/OvmfPkg/Library/AcpiTimerLib/AcpiTimerL
This matches the logic in AcpiTimerLib.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek
---
OvmfPkg/PlatformPei/Platform.c | 16 +---
1 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/OvmfPkg/PlatformPei/Platform.c b/OvmfPkg/Platfor
The Index Register Base Address bitfield is selected by the binary mask
1100, 0xFFC0; fix the typo.
Found by Gleb Natapov .
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek
---
OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.c |2
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek
---
OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.c |4 ++--
OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf |5 ++---
OvmfPkg/OvmfPkg.dec |3 +--
3 files changed, 5 insertions(+
I. There are at least three locations in OvmfPkg that manipulate the PMBA
and related PIIX4 registers.
1. MiscInitialization() [OvmfPkg/PlatformPei/Platform.c]
module type: PEIM -- Pre-EFI Initialization Module
(a) currently sets the PMBA only: 00.01.3 / 0x40 bits [15:6]
2. AcpiTimerLibCons
v1->v2:
- rename PcdPowerManagementBaseAddress to PcdAcpiPmBaseAddress
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek
---
OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.c |5 -
OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf |4
OvmfPkg/OvmfPkg.d
When testing a Windows 8 Consumer Preview guest (Build 8250, installer
ISO sha1: 8966AA4696B9DE2559FB123FDC7DC29E9B547782), the guest OS
sometimes hung shortly after (re-)boot; during installation or
otherwise.
Gleb Natapov analyzed the guest's activity with ftrace [1] and
determined that the PMBA
Hello All,
I have a question regarding the use of bitwiseand operator in suppressif
statement.
Basically i have a bitmap in the NVConfig structure. I need to selectively
suppress some of the options to the user based on this bitmap.
I have something similar to this.
"suppressif ideqval NVData.
14 matches
Mail list logo