]> xenbits.xensource.com Git - xen.git/commit
xen/arm64: head: Move earlyprintk messages in .rodata.str
authorJulien Grall <julien.grall@arm.com>
Sat, 13 Apr 2019 16:25:16 +0000 (17:25 +0100)
committerJulien Grall <julien.grall@arm.com>
Wed, 29 May 2019 17:35:08 +0000 (18:35 +0100)
commit8f1e9a12c6565eee0c593a00d68d0d3970e2727d
tree5d2cac0f01f082b71d6a466d004c8a718ec02d45
parentec986113615a5dcc0af1048391002fdaac34f306
xen/arm64: head: Move earlyprintk messages in .rodata.str

At the moment, the earlyprintk messages are interleaved with the
instructions. This makes more difficult to read the objdump output.

Introduce a new macro to add a string in .rodata.str and use it for all
the earlyprintk messages.

Signed-off-by: Julien Grall <julien.grall@arm.com>
Reviewed-by: Andrii Anisov <andrii_anisov@epam.com>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
xen/arch/arm/arm64/head.S
xen/include/asm-arm/asm_defns.h