Re: [PATCH v2 1/1] xilinx: zynq: add FDT_FIXUP_PARTITIONS support

2024-04-02 Thread James Hilliard
On Tue, Apr 2, 2024 at 6:41 AM Michal Simek wrote: > > > > On 4/1/24 01:28, James Hilliard wrote: > > There are situations where we may want to let U-Boot modify the FDT > > nand partitions for the kernel, such as when supporting multiple > > sizes of NAND chips

[PATCH v2 1/1] xilinx: zynq: add FDT_FIXUP_PARTITIONS support

2024-03-31 Thread James Hilliard
There are situations where we may want to let U-Boot modify the FDT nand partitions for the kernel, such as when supporting multiple sizes of NAND chips. Signed-off-by: James Hilliard --- Changes v1 -> v2: - move partition fixups to board/xilinx/common/board.c --- board/xilinx/common/boar

Re: [PATCH 1/1] xilinx: zynq: add FDT_FIXUP_PARTITIONS support

2024-03-18 Thread James Hilliard
On Mon, Mar 18, 2024 at 5:07 AM Michal Simek wrote: > > > > On 3/18/24 09:48, James Hilliard wrote: > > On Mon, Mar 18, 2024 at 2:26 AM Michal Simek wrote: > >> > >> > >> > >> On 3/15/24 20:25, James Hilliard wrote: > >>> T

Re: [PATCH 1/1] xilinx: zynq: add FDT_FIXUP_PARTITIONS support

2024-03-18 Thread James Hilliard
On Mon, Mar 18, 2024 at 2:26 AM Michal Simek wrote: > > > > On 3/15/24 20:25, James Hilliard wrote: > > There are situations where we may want to let U-Boot modify the FDT > > please use imperative mood. > > > nand partitions for the kernel, such as when supp

[PATCH 1/1] xilinx: zynq: add FDT_FIXUP_PARTITIONS support

2024-03-15 Thread James Hilliard
so that we can add non-common functionality to each ft_board_setup like FDT_FIXUP_PARTITIONS as needed. This pattern is modeled after the one used by tdx-common.c. Signed-off-by: James Hilliard --- board/xilinx/common/board.c | 2 +- board/xilinx/common/board.h | 2 ++ board/xilinx/mbv