mirror of https://github.com/acidanthera/audk.git
OvmfPkg: sync FADT with QEMU: boot architecture flags
Clear boot architecture flags: LEGACY_DEVICES, 8042 keyboard controller. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13615 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
5bf66edf13
commit
fb5147921a
|
@ -59,7 +59,7 @@ EFI_ACPI_1_0_FIXED_ACPI_DESCRIPTION_TABLE FACP = {
|
||||||
DAY_ALRM, // index to day-of-month alarm in RTC CMOS RAM
|
DAY_ALRM, // index to day-of-month alarm in RTC CMOS RAM
|
||||||
MON_ALRM, // index to month-of-year alarm in RTC CMOS RAM
|
MON_ALRM, // index to month-of-year alarm in RTC CMOS RAM
|
||||||
CENTURY, // index to century in RTC CMOS RAM
|
CENTURY, // index to century in RTC CMOS RAM
|
||||||
0x03, // Boot architecture flag
|
0x00, // Boot architecture flag
|
||||||
0x00, // Boot architecture flag
|
0x00, // Boot architecture flag
|
||||||
RESERVED, // reserved
|
RESERVED, // reserved
|
||||||
FLAG
|
FLAG
|
||||||
|
|
Loading…
Reference in New Issue