commit 567d892277c90238da36880db707143253a0e0f6
parent 4121035648fbd9184ef2c05054fdc78a40f5070c
Author: Dimitris Papastamos <dimitris.papastamos@arm.com>
Date: Mon, 15 Oct 2018 18:32:24 +0100
[arm64] Add print at the end of the romfw main()
Prints the text, sram base and sram size.
Change-Id: Ic26efff376e51dc1f044348e310f642a5bcf40f3
Signed-off-by: Dimitris Papastamos <dimitris.papastamos@arm.com>
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/arch/arm64/rom-none.c b/arch/arm64/rom-none.c
@@ -34,6 +34,8 @@ main(void *text, void *ram, size_t ramsiz)
fp->elr = rd_rvbar_el3();
fp->spsr = 0xf << 6 | 0xd;
+ printk("romfw: text = %p, ram = %p, ramsiz = 0x%llx\n",
+ text, ram, ramsiz);
swtch(fp);
/*
* main is not expected to return. If it happens we will