coreboot-kgpe-d16/payloads/libpayload/arch/arm64
Yu-Ping Wu c01ce0f88d libpayload/arch/arm64/mmu: Specify ttb_buffer section name explicitly
Although a section ".bss.ttb_buffer" is created automatically for
'ttb_buffer' with the GCC option '-fdata-sections', specify the section
name explicitly to make the name stand out to code readers, and to
reduce the chance of accidentally changing the section name by renaming
the variable.

Change-Id: I2930f238f63b555c4caa65709768afa314d9cf87
Signed-off-by: Yu-Ping Wu <yupingso@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80014
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
2024-01-22 12:20:58 +00:00
..
cache.c
coreboot.c
cpu.S
dummy_media.c
exception.c
exception_asm.S
gdb.c
head.S libpayload: Fix the stack and data labels 2023-12-01 02:20:29 +00:00
Kconfig
libpayload.ldscript libpayload: Move back the ttb_buffer section 2024-01-11 21:02:30 +00:00
main.c
Makefile.inc
memcpy.S
memmove.S
memset.S
mmu.c libpayload/arch/arm64/mmu: Specify ttb_buffer section name explicitly 2024-01-22 12:20:58 +00:00
selfboot.c
sysinfo.c
timer.c
util.S
virtual.c