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

2024-03-18 Thread Michal Simek
On 3/18/24 17:17, James Hilliard wrote: 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: There are situations where we may want to let U-Boot modif

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: > >>> There are situations where we may want to let U-Boot modify the FDT > >> >

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

2024-03-18 Thread Michal Simek
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: 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 supporting

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 supporting multiple > > sizes of NAND chips

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

2024-03-18 Thread Michal Simek
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 supporting multiple sizes of NAND chips. Lets also refactor xilinx common board support to have a ft_common_

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

2024-03-15 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. Lets also refactor xilinx common board support to have a ft_common_board_setup which gets called by the ft_board_setup for each specific board s