Re: [PATCH v5 1/6] rockchip: rk3399: simplify logic for getting SPL boot medium DT node

2024-02-05 Thread Quentin Schulz
Hi Kever, On 2/4/24 11:45, Kever Yang wrote: Hi  Quentin,     Could you help to rebase and send this patch again?     I can't see the version v5 on patchwork. This is already merged: https://source.denx.de/u-boot/u-boot/-/commit/543f24dffcf1a85faf95228c0d0ba2dee097939f So not sure to

Re: [PATCH v5 1/6] rockchip: rk3399: simplify logic for getting SPL boot medium DT node

2024-02-04 Thread Kever Yang
Hi  Quentin,     Could you help to rebase and send this patch again?     I can't see the version v5 on patchwork. Thanks, - Kever On 2024/1/18 21:55, Quentin Schulz wrote: From: Quentin Schulz In preparation of moving spl_perform_fixups to spl-boot-order.c, let's simplify the logic

[PATCH v5 1/6] rockchip: rk3399: simplify logic for getting SPL boot medium DT node

2024-01-18 Thread Quentin Schulz
From: Quentin Schulz In preparation of moving spl_perform_fixups to spl-boot-order.c, let's simplify the logic around mapping the BOOT_DEVICE_x enum index to a DT node by using an instantiated array of chars instead of creating a new data structure on the fly. This will make it easier to factor