mb/emulation/qemu-aarch64: Add a timestamp region
The romstage region is moved up a bit more to satisfy the MMU. Change-Id: I00c2b4972495fa669d4dc2a52f298a0e4d0cf5ff Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/47105 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Christian Walter <christian.walter@9elements.com> Reviewed-by: Patrick Rudolph <siro@das-labor.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
5c7311a524
commit
50526d5a30
|
@ -21,7 +21,8 @@ SECTIONS
|
|||
BOOTBLOCK(0x60010000, 64K)
|
||||
STACK(0x60020000, 62K)
|
||||
FMAP_CACHE(0x6002F800, 2K)
|
||||
ROMSTAGE(0x60030000, 128K)
|
||||
TIMESTAMP(0x60030000, 1K)
|
||||
ROMSTAGE(0x60031000, 128K)
|
||||
TTB(0x60070000, 128K)
|
||||
RAMSTAGE(0x600b0000, 16M)
|
||||
|
||||
|
|
Loading…
Reference in New Issue