* [U-Boot] [PATCH v1] config: Update KP's imx53 HSC config to pass key pressed information
@ 2019-05-08 14:23 Lukasz Majewski
2019-05-08 14:34 ` Lukasz Majewski
0 siblings, 1 reply; 2+ messages in thread
From: Lukasz Majewski @ 2019-05-08 14:23 UTC (permalink / raw)
To: u-boot
The information about pressed key is relevant in performing correct
update and recovery scenarios via USB pendrive.
This commit modifies envs to provide it.
Signed-off-by: Lukasz Majewski <lukma@denx.de>
---
include/configs/kp_imx53.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/configs/kp_imx53.h b/include/configs/kp_imx53.h
index 9c7c908453..55bfa0fe59 100644
--- a/include/configs/kp_imx53.h
+++ b/include/configs/kp_imx53.h
@@ -44,6 +44,7 @@
"updargs=setenv bootargs console=${console} ${smp} ${displayargs}\0" \
"initrd_ram_dev=/dev/ram\0" \
"addswupdate=setenv bootargs ${bootargs} root=${initrd_ram_dev} rw\0" \
+ "addkeys=setenv bootargs ${bootargs} di=${dig_in} key1=${key1}\0" \
"loadusb=usb start; " \
"fatload usb 0 ${loadaddr} ${upd_image}\0" \
"up=if tftp ${loadaddr} ${uboot_file}; then " \
@@ -62,6 +63,7 @@
"run updargs; " \
"run addinitrd; " \
"run addswupdate; " \
+ "run addkeys; " \
"run loadusb; " \
"bootm ${loadaddr}#${fit_config}\0" \
BOOTENV
--
2.11.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH v1] config: Update KP's imx53 HSC config to pass key pressed information
2019-05-08 14:23 [U-Boot] [PATCH v1] config: Update KP's imx53 HSC config to pass key pressed information Lukasz Majewski
@ 2019-05-08 14:34 ` Lukasz Majewski
0 siblings, 0 replies; 2+ messages in thread
From: Lukasz Majewski @ 2019-05-08 14:34 UTC (permalink / raw)
To: u-boot
Hi Stefano,
> The information about pressed key is relevant in performing correct
> update and recovery scenarios via USB pendrive.
>
> This commit modifies envs to provide it.
>
> Signed-off-by: Lukasz Majewski <lukma@denx.de>
>
Please drop this standalone patch, as I've just sent a series
http://patchwork.ozlabs.org/patch/1097058/
http://patchwork.ozlabs.org/patch/1097059/
which supersedes it.
Sorry for trouble.
> ---
>
> include/configs/kp_imx53.h | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/include/configs/kp_imx53.h b/include/configs/kp_imx53.h
> index 9c7c908453..55bfa0fe59 100644
> --- a/include/configs/kp_imx53.h
> +++ b/include/configs/kp_imx53.h
> @@ -44,6 +44,7 @@
> "updargs=setenv bootargs console=${console} ${smp}
> ${displayargs}\0" \ "initrd_ram_dev=/dev/ram\0" \
> "addswupdate=setenv bootargs ${bootargs}
> root=${initrd_ram_dev} rw\0" \
> + "addkeys=setenv bootargs ${bootargs} di=${dig_in}
> key1=${key1}\0" \ "loadusb=usb start; " \
> "fatload usb 0 ${loadaddr} ${upd_image}\0" \
> "up=if tftp ${loadaddr} ${uboot_file}; then " \
> @@ -62,6 +63,7 @@
> "run updargs; " \
> "run addinitrd; " \
> "run addswupdate; " \
> + "run addkeys; " \
> "run loadusb; " \
> "bootm ${loadaddr}#${fit_config}\0" \
> BOOTENV
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: <http://lists.denx.de/pipermail/u-boot/attachments/20190508/c6ebf11d/attachment.sig>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-05-08 14:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-08 14:23 [U-Boot] [PATCH v1] config: Update KP's imx53 HSC config to pass key pressed information Lukasz Majewski
2019-05-08 14:34 ` Lukasz Majewski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox