coreboot-kgpe-d16/payloads/libpayload/arch/arm64
Yidi Lin e78ea98bb2 libpayload/arm64: Round fb_size up to a multiple of GRANULE_SIZE
If a framebuffer is already configured by coreboot, we need to ensure
that the framebuffer size is a multiple of GRANULE_SIZE before passing
to `mmu_add_memrange`. Otherwise, we would fail to allocate memory
region due to `sanity_check`.

Change-Id: Ia6a6400733ca10a61220087e87022f68c28e4789
Signed-off-by: Yidi Lin <yidilin@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79451
Reviewed-by: Julius Werner <jwerner@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2023-12-11 11:00:22 +00:00
..
Kconfig
Makefile.inc
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
libpayload.ldscript libpayload: Fix the stack and data labels 2023-12-01 02:20:29 +00:00
main.c
memcpy.S
memmove.S
memset.S
mmu.c libpayload/arm64: Round fb_size up to a multiple of GRANULE_SIZE 2023-12-11 11:00:22 +00:00
selfboot.c
sysinfo.c
timer.c
util.S
virtual.c