[RFC PATCH] rpi: copy the EMMC controller configuration from firmware-supplied DT

2021-09-29 Thread K900
We need this to boot with a custom DTB on BCM2711C0-based Pi 4s Signed-off-by: Ilya Katsnelson --- board/raspberrypi/rpi/rpi.c | 63 + 1 file changed, 63 insertions(+) diff --git a/board/raspberrypi/rpi/rpi.c b/board/raspberrypi/rpi/rpi.c index 372b26b6f2..f0

[PATCH] board: rockchip: add Xunlong Orange Pi 5 Max

2025-04-05 Thread K900
The 5 Max is another board in the Orange Pi 5 family. It's overall similar to the 5 Plus, but in a smaller form factor, which leads to some I/O being reshuffled, but nothing relevant to u-boot. So, just reuse the config for the 5 Plus and adjust the DT names. Signed-off-by: K900 --- The