fw/coreboot: Don't scan all of memory

There seems to be a mismatch between the ACPI table coreboot writes, and
what seabios is scanning:

Seabios:
Scanning: 0x00000000 : 0x00001000
Scanning: 0xade50000 : 0xb0000000

Coreboot:
IMD ROOT    0. affff000 00001000
IMD SMALL   1. afffe000 00001000
FSP MEMORY  2. aeffe000 01000000
CONSOLE     3. aefde000 00020000
TIME STAMP  4. aefdd000 00000910
TSEG        5. adfdd000 01000000
RAMSTAGE    6. adede000 000ff000
REFCODE     7. ade8e000 00050000
ACPI GNVS   8. ade8d000 00001000
COREBOOT    9. ade85000 00008000
ACPI       10. ade61000 00024000
TPM2 TCGLOG11. ade51000 00010000
SMBIOS     12. ade50000 00000800

BUG=none
TEST=Dali is able to boot

Change-Id: I1db339f08d0754b836f84fe87cbf1139f27270e1
Signed-off-by: Raul E Rangel <rrangel@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/seabios/+/2001559
Reviewed-by: Martin Roth <martinroth@chromium.org>
Commit-Queue: Martin Roth <martinroth@chromium.org>
Tested-by: Martin Roth <martinroth@chromium.org>
1 file changed