All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Nokia RX-51: Enable CONFIG_CMD_BOOTD
@ 2021-02-24  0:27 Pali Rohár
  2021-03-03 11:43 ` Pali Rohár
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Pali Rohár @ 2021-02-24  0:27 UTC (permalink / raw)
  To: u-boot

CONFIG_CMD_BOOTD provides 'boot' command which is required in more scripts.

Signed-off-by: Pali Roh?r <pali@kernel.org>
---
This patch applies cleanly on top of the patch "Nokia RX-51: Enable
usbtty serial console by default" [1] and CI testing passed without
any issues [2] [3]. Please include it into U-Boot 2021.04 release.

[1] - https://patchwork.ozlabs.org/project/uboot/patch/20210220105015.26210-1-pali at kernel.org/
[2] - https://github.com/u-boot/u-boot/pull/53/checks?check_run_id=1932112532
[3] - https://dev.azure.com/u-boot/a1096300-2999-4ec4-a21a-4c22075e3771/_build/results?buildId=1816&view=logs&jobId=9a06d2a9-1498-5de0-2a01-be581d48ba67
---
 configs/nokia_rx51_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configs/nokia_rx51_defconfig b/configs/nokia_rx51_defconfig
index 0df11b98585b..312ca3a1a991 100644
--- a/configs/nokia_rx51_defconfig
+++ b/configs/nokia_rx51_defconfig
@@ -17,7 +17,6 @@ CONFIG_CONSOLE_MUX=y
 CONFIG_HUSH_PARSER=y
 CONFIG_SYS_PROMPT="Nokia RX-51 # "
 # CONFIG_CMD_BDI is not set
-# CONFIG_CMD_BOOTD is not set
 # CONFIG_BOOTM_NETBSD is not set
 # CONFIG_BOOTM_PLAN9 is not set
 # CONFIG_BOOTM_RTEMS is not set
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH] Nokia RX-51: Enable CONFIG_CMD_BOOTD
  2021-02-24  0:27 [PATCH] Nokia RX-51: Enable CONFIG_CMD_BOOTD Pali Rohár
@ 2021-03-03 11:43 ` Pali Rohár
  2021-03-03 11:56   ` Lokesh Vutla
  2021-03-04  5:17 ` Lokesh Vutla
  2021-03-05  2:02 ` Tom Rini
  2 siblings, 1 reply; 7+ messages in thread
From: Pali Rohár @ 2021-03-03 11:43 UTC (permalink / raw)
  To: u-boot

On Wednesday 24 February 2021 01:27:29 Pali Roh?r wrote:
> CONFIG_CMD_BOOTD provides 'boot' command which is required in more scripts.
> 
> Signed-off-by: Pali Roh?r <pali@kernel.org>
> ---
> This patch applies cleanly on top of the patch "Nokia RX-51: Enable
> usbtty serial console by default" [1] and CI testing passed without
> any issues [2] [3]. Please include it into U-Boot 2021.04 release.
> 
> [1] - https://patchwork.ozlabs.org/project/uboot/patch/20210220105015.26210-1-pali at kernel.org/
> [2] - https://github.com/u-boot/u-boot/pull/53/checks?check_run_id=1932112532
> [3] - https://dev.azure.com/u-boot/a1096300-2999-4ec4-a21a-4c22075e3771/_build/results?buildId=1816&view=logs&jobId=9a06d2a9-1498-5de0-2a01-be581d48ba67

Lokesh, could you please look at this patch?

> ---
>  configs/nokia_rx51_defconfig | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/configs/nokia_rx51_defconfig b/configs/nokia_rx51_defconfig
> index 0df11b98585b..312ca3a1a991 100644
> --- a/configs/nokia_rx51_defconfig
> +++ b/configs/nokia_rx51_defconfig
> @@ -17,7 +17,6 @@ CONFIG_CONSOLE_MUX=y
>  CONFIG_HUSH_PARSER=y
>  CONFIG_SYS_PROMPT="Nokia RX-51 # "
>  # CONFIG_CMD_BDI is not set
> -# CONFIG_CMD_BOOTD is not set
>  # CONFIG_BOOTM_NETBSD is not set
>  # CONFIG_BOOTM_PLAN9 is not set
>  # CONFIG_BOOTM_RTEMS is not set
> -- 
> 2.20.1
> 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH] Nokia RX-51: Enable CONFIG_CMD_BOOTD
  2021-03-03 11:43 ` Pali Rohár
@ 2021-03-03 11:56   ` Lokesh Vutla
  2021-03-03 12:02     ` Pali Rohár
  0 siblings, 1 reply; 7+ messages in thread
From: Lokesh Vutla @ 2021-03-03 11:56 UTC (permalink / raw)
  To: u-boot



On 03/03/21 5:13 pm, Pali Roh?r wrote:
> On Wednesday 24 February 2021 01:27:29 Pali Roh?r wrote:
>> CONFIG_CMD_BOOTD provides 'boot' command which is required in more scripts.
>>
>> Signed-off-by: Pali Roh?r <pali@kernel.org>
>> ---
>> This patch applies cleanly on top of the patch "Nokia RX-51: Enable
>> usbtty serial console by default" [1] and CI testing passed without
>> any issues [2] [3]. Please include it into U-Boot 2021.04 release.
>>
>> [1] - https://patchwork.ozlabs.org/project/uboot/patch/20210220105015.26210-1-pali at kernel.org/
>> [2] - https://github.com/u-boot/u-boot/pull/53/checks?check_run_id=1932112532
>> [3] - https://dev.azure.com/u-boot/a1096300-2999-4ec4-a21a-4c22075e3771/_build/results?buildId=1816&view=logs&jobId=9a06d2a9-1498-5de0-2a01-be581d48ba67
> 
> Lokesh, could you please look at this patch?

I do not see the dependency patch [1] in master yet. Am I missing something?
Without that Ill not be able to pull in the patch.

Thanks and regards,
Lokesh

> 
>> ---
>>  configs/nokia_rx51_defconfig | 1 -
>>  1 file changed, 1 deletion(-)
>>
>> diff --git a/configs/nokia_rx51_defconfig b/configs/nokia_rx51_defconfig
>> index 0df11b98585b..312ca3a1a991 100644
>> --- a/configs/nokia_rx51_defconfig
>> +++ b/configs/nokia_rx51_defconfig
>> @@ -17,7 +17,6 @@ CONFIG_CONSOLE_MUX=y
>>  CONFIG_HUSH_PARSER=y
>>  CONFIG_SYS_PROMPT="Nokia RX-51 # "
>>  # CONFIG_CMD_BDI is not set
>> -# CONFIG_CMD_BOOTD is not set
>>  # CONFIG_BOOTM_NETBSD is not set
>>  # CONFIG_BOOTM_PLAN9 is not set
>>  # CONFIG_BOOTM_RTEMS is not set
>> -- 
>> 2.20.1
>>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH] Nokia RX-51: Enable CONFIG_CMD_BOOTD
  2021-03-03 11:56   ` Lokesh Vutla
@ 2021-03-03 12:02     ` Pali Rohár
  2021-03-03 12:46       ` Lukasz Majewski
  0 siblings, 1 reply; 7+ messages in thread
From: Pali Rohár @ 2021-03-03 12:02 UTC (permalink / raw)
  To: u-boot

On Wednesday 03 March 2021 17:26:22 Lokesh Vutla wrote:
> On 03/03/21 5:13 pm, Pali Roh?r wrote:
> > On Wednesday 24 February 2021 01:27:29 Pali Roh?r wrote:
> >> CONFIG_CMD_BOOTD provides 'boot' command which is required in more scripts.
> >>
> >> Signed-off-by: Pali Roh?r <pali@kernel.org>
> >> ---
> >> This patch applies cleanly on top of the patch "Nokia RX-51: Enable
> >> usbtty serial console by default" [1] and CI testing passed without
> >> any issues [2] [3]. Please include it into U-Boot 2021.04 release.
> >>
> >> [1] - https://patchwork.ozlabs.org/project/uboot/patch/20210220105015.26210-1-pali at kernel.org/
> >> [2] - https://github.com/u-boot/u-boot/pull/53/checks?check_run_id=1932112532
> >> [3] - https://dev.azure.com/u-boot/a1096300-2999-4ec4-a21a-4c22075e3771/_build/results?buildId=1816&view=logs&jobId=9a06d2a9-1498-5de0-2a01-be581d48ba67
> > 
> > Lokesh, could you please look at this patch?
> 
> I do not see the dependency patch [1] in master yet. Am I missing something?
> Without that Ill not be able to pull in the patch.

Hm... it is marked as Accepted by Lukasz Majewski. So it is not accepted
yet?

Lukasz, could you please look what happened with patch [1] which you
have reviewed and taken? It is waiting in some queue? We need [1] in
master not only as dependency for this patch, but also for fixing usbtty
as it is the only way how to easily debug U-Boot on N900...

> Thanks and regards,
> Lokesh
> 
> > 
> >> ---
> >>  configs/nokia_rx51_defconfig | 1 -
> >>  1 file changed, 1 deletion(-)
> >>
> >> diff --git a/configs/nokia_rx51_defconfig b/configs/nokia_rx51_defconfig
> >> index 0df11b98585b..312ca3a1a991 100644
> >> --- a/configs/nokia_rx51_defconfig
> >> +++ b/configs/nokia_rx51_defconfig
> >> @@ -17,7 +17,6 @@ CONFIG_CONSOLE_MUX=y
> >>  CONFIG_HUSH_PARSER=y
> >>  CONFIG_SYS_PROMPT="Nokia RX-51 # "
> >>  # CONFIG_CMD_BDI is not set
> >> -# CONFIG_CMD_BOOTD is not set
> >>  # CONFIG_BOOTM_NETBSD is not set
> >>  # CONFIG_BOOTM_PLAN9 is not set
> >>  # CONFIG_BOOTM_RTEMS is not set
> >> -- 
> >> 2.20.1
> >>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH] Nokia RX-51: Enable CONFIG_CMD_BOOTD
  2021-03-03 12:02     ` Pali Rohár
@ 2021-03-03 12:46       ` Lukasz Majewski
  0 siblings, 0 replies; 7+ messages in thread
From: Lukasz Majewski @ 2021-03-03 12:46 UTC (permalink / raw)
  To: u-boot

On Wed, 3 Mar 2021 13:02:37 +0100
Pali Roh?r <pali@kernel.org> wrote:

> On Wednesday 03 March 2021 17:26:22 Lokesh Vutla wrote:
> > On 03/03/21 5:13 pm, Pali Roh?r wrote:  
> > > On Wednesday 24 February 2021 01:27:29 Pali Roh?r wrote:  
> > >> CONFIG_CMD_BOOTD provides 'boot' command which is required in
> > >> more scripts.
> > >>
> > >> Signed-off-by: Pali Roh?r <pali@kernel.org>
> > >> ---
> > >> This patch applies cleanly on top of the patch "Nokia RX-51:
> > >> Enable usbtty serial console by default" [1] and CI testing
> > >> passed without any issues [2] [3]. Please include it into U-Boot
> > >> 2021.04 release.

Code from DFU is pulled by Marek (CC'ed) as he is the overall USB
custodian. The code will find its way when Marek prepares his PR and it
is pulled by Tom.

> > >>
> > >> [1] -
> > >> https://patchwork.ozlabs.org/project/uboot/patch/20210220105015.26210-1-pali at kernel.org/
> > >> [2] -
> > >> https://github.com/u-boot/u-boot/pull/53/checks?check_run_id=1932112532
> > >> [3] -
> > >> https://dev.azure.com/u-boot/a1096300-2999-4ec4-a21a-4c22075e3771/_build/results?buildId=1816&view=logs&jobId=9a06d2a9-1498-5de0-2a01-be581d48ba67
> > >>  
> > > 
> > > Lokesh, could you please look at this patch?  
> > 
> > I do not see the dependency patch [1] in master yet. Am I missing
> > something? Without that Ill not be able to pull in the patch.  
> 
> Hm... it is marked as Accepted by Lukasz Majewski. So it is not
> accepted yet?
> 
> Lukasz, could you please look what happened with patch [1] which you
> have reviewed and taken? It is waiting in some queue? We need [1] in
> master not only as dependency for this patch, but also for fixing
> usbtty as it is the only way how to easily debug U-Boot on N900...
> 
> > Thanks and regards,
> > Lokesh
> >   
> > >   
> > >> ---
> > >>  configs/nokia_rx51_defconfig | 1 -
> > >>  1 file changed, 1 deletion(-)
> > >>
> > >> diff --git a/configs/nokia_rx51_defconfig
> > >> b/configs/nokia_rx51_defconfig index 0df11b98585b..312ca3a1a991
> > >> 100644 --- a/configs/nokia_rx51_defconfig
> > >> +++ b/configs/nokia_rx51_defconfig
> > >> @@ -17,7 +17,6 @@ CONFIG_CONSOLE_MUX=y
> > >>  CONFIG_HUSH_PARSER=y
> > >>  CONFIG_SYS_PROMPT="Nokia RX-51 # "
> > >>  # CONFIG_CMD_BDI is not set
> > >> -# CONFIG_CMD_BOOTD is not set
> > >>  # CONFIG_BOOTM_NETBSD is not set
> > >>  # CONFIG_BOOTM_PLAN9 is not set
> > >>  # CONFIG_BOOTM_RTEMS is not set
> > >> -- 
> > >> 2.20.1
> > >>  




Best regards,

Lukasz Majewski

--

DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma at denx.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20210303/6665af4d/attachment.sig>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH] Nokia RX-51: Enable CONFIG_CMD_BOOTD
  2021-02-24  0:27 [PATCH] Nokia RX-51: Enable CONFIG_CMD_BOOTD Pali Rohár
  2021-03-03 11:43 ` Pali Rohár
@ 2021-03-04  5:17 ` Lokesh Vutla
  2021-03-05  2:02 ` Tom Rini
  2 siblings, 0 replies; 7+ messages in thread
From: Lokesh Vutla @ 2021-03-04  5:17 UTC (permalink / raw)
  To: u-boot

+ Tom

On 24/02/21 5:57 am, Pali Roh?r wrote:
> CONFIG_CMD_BOOTD provides 'boot' command which is required in more scripts.
> 
> Signed-off-by: Pali Roh?r <pali@kernel.org>
> ---
> This patch applies cleanly on top of the patch "Nokia RX-51: Enable
> usbtty serial console by default" [1] and CI testing passed without
> any issues [2] [3]. Please include it into U-Boot 2021.04 release.

Tom, if you don't mind can you pull this patch directly for rc? The mentioned
dependency patch is merged yesterday. I don't have anything else in my queue for
this rc.

Thanks and regards,
Lokesh

> 
> [1] - https://patchwork.ozlabs.org/project/uboot/patch/20210220105015.26210-1-pali at kernel.org/
> [2] - https://github.com/u-boot/u-boot/pull/53/checks?check_run_id=1932112532
> [3] - https://dev.azure.com/u-boot/a1096300-2999-4ec4-a21a-4c22075e3771/_build/results?buildId=1816&view=logs&jobId=9a06d2a9-1498-5de0-2a01-be581d48ba67
> ---
>  configs/nokia_rx51_defconfig | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/configs/nokia_rx51_defconfig b/configs/nokia_rx51_defconfig
> index 0df11b98585b..312ca3a1a991 100644
> --- a/configs/nokia_rx51_defconfig
> +++ b/configs/nokia_rx51_defconfig
> @@ -17,7 +17,6 @@ CONFIG_CONSOLE_MUX=y
>  CONFIG_HUSH_PARSER=y
>  CONFIG_SYS_PROMPT="Nokia RX-51 # "
>  # CONFIG_CMD_BDI is not set
> -# CONFIG_CMD_BOOTD is not set
>  # CONFIG_BOOTM_NETBSD is not set
>  # CONFIG_BOOTM_PLAN9 is not set
>  # CONFIG_BOOTM_RTEMS is not set
> 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH] Nokia RX-51: Enable CONFIG_CMD_BOOTD
  2021-02-24  0:27 [PATCH] Nokia RX-51: Enable CONFIG_CMD_BOOTD Pali Rohár
  2021-03-03 11:43 ` Pali Rohár
  2021-03-04  5:17 ` Lokesh Vutla
@ 2021-03-05  2:02 ` Tom Rini
  2 siblings, 0 replies; 7+ messages in thread
From: Tom Rini @ 2021-03-05  2:02 UTC (permalink / raw)
  To: u-boot

On Wed, Feb 24, 2021 at 01:27:29AM +0100, Pali Roh?r wrote:

> CONFIG_CMD_BOOTD provides 'boot' command which is required in more scripts.
> 
> Signed-off-by: Pali Roh?r <pali@kernel.org>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20210304/12d58181/attachment.sig>

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-03-05  2:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-24  0:27 [PATCH] Nokia RX-51: Enable CONFIG_CMD_BOOTD Pali Rohár
2021-03-03 11:43 ` Pali Rohár
2021-03-03 11:56   ` Lokesh Vutla
2021-03-03 12:02     ` Pali Rohár
2021-03-03 12:46       ` Lukasz Majewski
2021-03-04  5:17 ` Lokesh Vutla
2021-03-05  2:02 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.