mb/qemu-i440fx,q35: Fix option table

Reserve bytes 50 and 55 as they are handled as century bytes by QEMU.

Change-Id: I9271253bce560d4ec8a51a24c45473acec469187
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/40319
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Nico Huber 2020-04-12 00:07:49 +02:00
parent e9605bb153
commit 3e7633a6fe
2 changed files with 16 additions and 8 deletions

View File

@ -1,11 +1,15 @@
entries
0 384 r 0 reserved_memory
384 1 e 4 boot_option
388 4 h 0 reboot_counter
#392 3 r 0 unused
400 1 e 1 power_on_after_fail
412 4 e 6 debug_level
400 8 r 0 reserved_century
440 8 r 0 reserved_ibm_ps2_century
448 1 e 1 power_on_after_fail
452 4 e 6 debug_level
456 1 e 1 ECC_memory
# VBOOT
@ -29,4 +33,4 @@ enumerations
checksums
checksum 392 463 1008
checksum 448 463 1008

View File

@ -1,11 +1,15 @@
entries
0 384 r 0 reserved_memory
384 1 e 4 boot_option
388 4 h 0 reboot_counter
#392 3 r 0 unused
400 1 e 1 power_on_after_fail
412 4 e 6 debug_level
400 8 r 0 reserved_century
440 8 r 0 reserved_ibm_ps2_century
448 1 e 1 power_on_after_fail
452 4 e 6 debug_level
456 1 e 1 ECC_memory
# VBOOT
@ -29,4 +33,4 @@ enumerations
checksums
checksum 392 463 1008
checksum 448 463 1008