u-boot/arch/arm/mach-snapdragon
Sam Day 3ceaa82586
mach-snapdragon: do carveouts for qcs404 only
The newly introduced carve_out_reserved_memory causes issues when
U-Boot is chained from the lk2nd bootloader. lk2nd provides a
simple-framebuffer device and marks the framebuffer region as no-map in
the supplied /reserved-memory. Consequently, the simple_video driver
triggers a page fault when it tries to write to this region.

As per Caleb's advice, this simple patch only does the carveouts for the
qcs404 SoC for which it was originally designed. The intent is to do the
carveouts for more Qualcomm SoCs in future.

Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
2024-05-14 09:00:41 +02:00
..
include/mach board: dragonboard410c: import board code from mach-snapdragon 2024-03-01 14:44:37 +00:00
board.c mach-snapdragon: do carveouts for qcs404 only 2024-05-14 09:00:41 +02:00
Kconfig mach-snapdragon: Allow other board vendors apart from Qcom 2024-04-23 13:29:12 +02:00
Makefile mach-snapdragon: fixup USB nodes 2024-04-04 17:46:47 +02:00
of_fixup.c mach-snapdragon: implement ft_board_setup() for USB role selection 2024-04-23 13:29:30 +02:00
qcom-priv.h mach-snapdragon: fixup USB nodes 2024-04-04 17:46:47 +02:00