Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/47105 )
Change subject: mb/emulate/qemu-aarch64: Add a timestamp region ......................................................................
mb/emulate/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 --- M src/mainboard/emulation/qemu-aarch64/memlayout.ld 1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/05/47105/1
diff --git a/src/mainboard/emulation/qemu-aarch64/memlayout.ld b/src/mainboard/emulation/qemu-aarch64/memlayout.ld index f739ddf..cee77cd 100644 --- a/src/mainboard/emulation/qemu-aarch64/memlayout.ld +++ b/src/mainboard/emulation/qemu-aarch64/memlayout.ld @@ -21,7 +21,8 @@ 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)
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47105 )
Change subject: mb/emulate/qemu-aarch64: Add a timestamp region ......................................................................
Patch Set 1: Code-Review+1
(1 comment)
https://review.coreboot.org/c/coreboot/+/47105/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/47105/1//COMMIT_MSG@7 PS1, Line 7: emulate "emulation"?
Patrick Rudolph has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47105 )
Change subject: mb/emulate/qemu-aarch64: Add a timestamp region ......................................................................
Patch Set 1: Code-Review+2
Hello build bot (Jenkins), Patrick Rudolph, Angel Pons, Julius Werner, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/47105
to look at the new patch set (#2).
Change subject: mb/emulation/qemu-aarch64: Add a timestamp region ......................................................................
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 --- M src/mainboard/emulation/qemu-aarch64/memlayout.ld 1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/05/47105/2
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47105 )
Change subject: mb/emulation/qemu-aarch64: Add a timestamp region ......................................................................
Patch Set 2: Code-Review+2
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47105 )
Change subject: mb/emulation/qemu-aarch64: Add a timestamp region ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/c/coreboot/+/47105/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/47105/1//COMMIT_MSG@7 PS1, Line 7: emulate
"emulation"?
Done
Christian Walter has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47105 )
Change subject: mb/emulation/qemu-aarch64: Add a timestamp region ......................................................................
Patch Set 2: Code-Review+2
Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/47105 )
Change subject: mb/emulation/qemu-aarch64: Add a timestamp region ......................................................................
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 --- M src/mainboard/emulation/qemu-aarch64/memlayout.ld 1 file changed, 2 insertions(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Patrick Rudolph: Looks good to me, approved Angel Pons: Looks good to me, approved Christian Walter: Looks good to me, approved
diff --git a/src/mainboard/emulation/qemu-aarch64/memlayout.ld b/src/mainboard/emulation/qemu-aarch64/memlayout.ld index f739ddf..cee77cd 100644 --- a/src/mainboard/emulation/qemu-aarch64/memlayout.ld +++ b/src/mainboard/emulation/qemu-aarch64/memlayout.ld @@ -21,7 +21,8 @@ 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)