Re: [PATCH] fdt_support.c: Allow late kernel cmdline modification

2021-05-06 Thread Tom Rini
On Mon, Feb 22, 2021 at 07:18:51PM +, Niko Mauno wrote: > By declaring board-specific board_fdt_chosen_bootargs() the kernel > command line arguments can be adjusted before injecting to flat dt > chosen node. > > Signed-off-by: Niko Mauno Applied to u-boot/master, thanks! -- Tom signatu

Re: [PATCH] fdt_support.c: Allow late kernel cmdline modification

2021-03-14 Thread Simon Glass
Hi Niko, On Thu, 11 Mar 2021 at 20:34, Niko Mauno wrote: > > On 2/25/21 6:09 PM, Niko Mauno wrote: > > On 2/24/21 3:51 PM, Tom Rini wrote: > >> On Tue, Feb 23, 2021 at 08:33:36AM +0200, Niko Mauno wrote: > >>> On 2/22/21 10:21 PM, Tom Rini wrote: > On Mon, Feb 22, 2021 at 07:18:51PM +, N

Re: [PATCH] fdt_support.c: Allow late kernel cmdline modification

2021-03-10 Thread Niko Mauno
On 2/25/21 6:09 PM, Niko Mauno wrote: On 2/24/21 3:51 PM, Tom Rini wrote: On Tue, Feb 23, 2021 at 08:33:36AM +0200, Niko Mauno wrote: On 2/22/21 10:21 PM, Tom Rini wrote: On Mon, Feb 22, 2021 at 07:18:51PM +, Niko Mauno wrote: By declaring board-specific board_fdt_chosen_bootargs() the k

Re: [PATCH] fdt_support.c: Allow late kernel cmdline modification

2021-02-25 Thread Niko Mauno
On 2/24/21 3:51 PM, Tom Rini wrote: On Tue, Feb 23, 2021 at 08:33:36AM +0200, Niko Mauno wrote: On 2/22/21 10:21 PM, Tom Rini wrote: On Mon, Feb 22, 2021 at 07:18:51PM +, Niko Mauno wrote: By declaring board-specific board_fdt_chosen_bootargs() the kernel command line arguments can be adj

Re: [PATCH] fdt_support.c: Allow late kernel cmdline modification

2021-02-24 Thread Tom Rini
On Tue, Feb 23, 2021 at 08:33:36AM +0200, Niko Mauno wrote: > On 2/22/21 10:21 PM, Tom Rini wrote: > > On Mon, Feb 22, 2021 at 07:18:51PM +, Niko Mauno wrote: > > > > > By declaring board-specific board_fdt_chosen_bootargs() the kernel > > > command line arguments can be adjusted before inject

Re: [PATCH] fdt_support.c: Allow late kernel cmdline modification

2021-02-22 Thread Niko Mauno
On 2/22/21 10:21 PM, Tom Rini wrote: On Mon, Feb 22, 2021 at 07:18:51PM +, Niko Mauno wrote: By declaring board-specific board_fdt_chosen_bootargs() the kernel command line arguments can be adjusted before injecting to flat dt chosen node. Signed-off-by: Niko Mauno --- common/fdt_suppor

Re: [PATCH] fdt_support.c: Allow late kernel cmdline modification

2021-02-22 Thread Tom Rini
On Mon, Feb 22, 2021 at 07:18:51PM +, Niko Mauno wrote: > By declaring board-specific board_fdt_chosen_bootargs() the kernel > command line arguments can be adjusted before injecting to flat dt > chosen node. > > Signed-off-by: Niko Mauno > --- > common/fdt_support.c | 12 +++- > i

[PATCH] fdt_support.c: Allow late kernel cmdline modification

2021-02-22 Thread Niko Mauno
By declaring board-specific board_fdt_chosen_bootargs() the kernel command line arguments can be adjusted before injecting to flat dt chosen node. Signed-off-by: Niko Mauno --- common/fdt_support.c | 12 +++- include/fdt_support.h | 10 ++ 2 files changed, 21 insertions(+), 1 de