All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] configs: imx8mm-cl-iot-gate: enable extension command
@ 2022-05-25  9:30 Ying-Chun Liu (PaulLiu)
  2022-05-25  9:30 ` [PATCH 1/1] " Ying-Chun Liu (PaulLiu)
  0 siblings, 1 reply; 3+ messages in thread
From: Ying-Chun Liu (PaulLiu) @ 2022-05-25  9:30 UTC (permalink / raw)
  To: u-boot; +Cc: Ying-Chun Liu (PaulLiu)

For imx8mm-cl-iot-gate we can use extension command to scan
extension boards attached on the mainboard. We enable the
extension command by default for users to detect the extension
boards.

Ying-Chun Liu (PaulLiu) (1):
  configs: imx8mm-cl-iot-gate: enable extension command

 configs/imx8mm-cl-iot-gate-optee_defconfig | 2 ++
 configs/imx8mm-cl-iot-gate_defconfig       | 2 ++
 2 files changed, 4 insertions(+)

-- 
2.35.1


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

* [PATCH 1/1] configs: imx8mm-cl-iot-gate: enable extension command
  2022-05-25  9:30 [PATCH 0/1] configs: imx8mm-cl-iot-gate: enable extension command Ying-Chun Liu (PaulLiu)
@ 2022-05-25  9:30 ` Ying-Chun Liu (PaulLiu)
  2022-07-26 13:52   ` sbabic
  0 siblings, 1 reply; 3+ messages in thread
From: Ying-Chun Liu (PaulLiu) @ 2022-05-25  9:30 UTC (permalink / raw)
  To: u-boot
  Cc: Ying-Chun Liu (PaulLiu), Stefano Babic, Fabio Estevam,
	NXP i . MX U-Boot Team

For imx8mm-cl-iot-gate we can use extension command to scan
extension boards attached on the mainboard. We enable the
extension command by default for users to detect the extension
boards.

Signed-off-by: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: NXP i.MX U-Boot Team <uboot-imx@nxp.com>
---
 configs/imx8mm-cl-iot-gate-optee_defconfig | 2 ++
 configs/imx8mm-cl-iot-gate_defconfig       | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/configs/imx8mm-cl-iot-gate-optee_defconfig b/configs/imx8mm-cl-iot-gate-optee_defconfig
index 8b3d1b3ef1..4a07d9afd7 100644
--- a/configs/imx8mm-cl-iot-gate-optee_defconfig
+++ b/configs/imx8mm-cl-iot-gate-optee_defconfig
@@ -31,6 +31,7 @@ CONFIG_SPL_POWER=y
 CONFIG_SPL_WATCHDOG=y
 CONFIG_SYS_PROMPT="u-boot=> "
 CONFIG_CMD_BOOTEFI_SELFTEST=y
+CONFIG_CMD_EXTENSION=y
 CONFIG_CMD_NVEDIT_EFI=y
 CONFIG_CMD_EEPROM=y
 CONFIG_CMD_SHA1SUM=y
@@ -79,6 +80,7 @@ CONFIG_FASTBOOT_BUF_SIZE=0x5000000
 CONFIG_FASTBOOT_FLASH=y
 CONFIG_FASTBOOT_FLASH_MMC_DEV=2
 CONFIG_MXC_GPIO=y
+CONFIG_DM_PCA953X=y
 CONFIG_DM_I2C=y
 CONFIG_DM_KEYBOARD=y
 CONFIG_MISC=y
diff --git a/configs/imx8mm-cl-iot-gate_defconfig b/configs/imx8mm-cl-iot-gate_defconfig
index b418e86248..ccdacf56d9 100644
--- a/configs/imx8mm-cl-iot-gate_defconfig
+++ b/configs/imx8mm-cl-iot-gate_defconfig
@@ -33,6 +33,7 @@ CONFIG_SPL_POWER=y
 CONFIG_SPL_WATCHDOG=y
 CONFIG_SYS_PROMPT="u-boot=> "
 CONFIG_CMD_BOOTEFI_SELFTEST=y
+CONFIG_CMD_EXTENSION=y
 CONFIG_CMD_NVEDIT_EFI=y
 CONFIG_CMD_EEPROM=y
 CONFIG_CMD_SHA1SUM=y
@@ -82,6 +83,7 @@ CONFIG_FASTBOOT_BUF_SIZE=0x5000000
 CONFIG_FASTBOOT_FLASH=y
 CONFIG_FASTBOOT_FLASH_MMC_DEV=2
 CONFIG_MXC_GPIO=y
+CONFIG_DM_PCA953X=y
 CONFIG_DM_I2C=y
 CONFIG_DM_KEYBOARD=y
 CONFIG_MISC=y
-- 
2.35.1


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

* [PATCH 1/1] configs: imx8mm-cl-iot-gate: enable extension command
  2022-05-25  9:30 ` [PATCH 1/1] " Ying-Chun Liu (PaulLiu)
@ 2022-07-26 13:52   ` sbabic
  0 siblings, 0 replies; 3+ messages in thread
From: sbabic @ 2022-07-26 13:52 UTC (permalink / raw)
  To: Ying-Chun Liu (PaulLiu), u-boot

> For imx8mm-cl-iot-gate we can use extension command to scan
> extension boards attached on the mainboard. We enable the
> extension command by default for users to detect the extension
> boards.
> Signed-off-by: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
> Cc: Stefano Babic <sbabic@denx.de>
> Cc: Fabio Estevam <festevam@gmail.com>
> Cc: NXP i.MX U-Boot Team <uboot-imx@nxp.com>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic@denx.de
=====================================================================

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

end of thread, other threads:[~2022-07-26 13:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-25  9:30 [PATCH 0/1] configs: imx8mm-cl-iot-gate: enable extension command Ying-Chun Liu (PaulLiu)
2022-05-25  9:30 ` [PATCH 1/1] " Ying-Chun Liu (PaulLiu)
2022-07-26 13:52   ` sbabic

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.