* [U-Boot] [PATCH] ARM: AM43xx: Align HS device variant defconfig filename
@ 2016-06-21 19:41 Andreas Dannenberg
2016-06-21 23:50 ` Tom Rini
0 siblings, 1 reply; 3+ messages in thread
From: Andreas Dannenberg @ 2016-06-21 19:41 UTC (permalink / raw)
To: u-boot
Align the name of the defconfig file for high-security (HS) device variants
from the AM43xx family of SoCs with the corresponding names used for the
general purpose devices. This allows for easier cross-association of those
files and also provides room to grow from an HS device part number
perspective.
Signed-off-by: Andreas Dannenberg <dannenberg@ti.com>
Cc: Madan Srinivas <madans@ti.com>
---
While renaming files is always a tricky thing due to possible side effects
in this case there is likely virtually no user of this defconfig file yet
as it is rather new and the HS devices are not widely available in the
first place. Hence, go ahead and make this alignment rather sooner than
later.
configs/am437x_hs_evm_defconfig | 59 -----------------------------------------
configs/am43xx_hs_evm_defconfig | 59 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 59 insertions(+), 59 deletions(-)
delete mode 100644 configs/am437x_hs_evm_defconfig
create mode 100644 configs/am43xx_hs_evm_defconfig
diff --git a/configs/am437x_hs_evm_defconfig b/configs/am437x_hs_evm_defconfig
deleted file mode 100644
index 4856a19..0000000
--- a/configs/am437x_hs_evm_defconfig
+++ /dev/null
@@ -1,59 +0,0 @@
-CONFIG_ARM=y
-CONFIG_AM43XX=y
-CONFIG_TI_SECURE_DEVICE=y
-CONFIG_TARGET_AM43XX_EVM=y
-CONFIG_DM_SERIAL=y
-CONFIG_DM_GPIO=y
-CONFIG_SPL_STACK_R_ADDR=0x82000000
-# Device tree file can be same on HS evm
-CONFIG_DEFAULT_DEVICE_TREE="am437x-gp-evm"
-CONFIG_SPL=y
-CONFIG_ISW_ENTRY_ADDR=0x40302ae0
-CONFIG_SPL_STACK_R=y
-CONFIG_FIT=y
-CONFIG_SYS_EXTRA_OPTIONS="CONS_INDEX=1, NAND"
-CONFIG_SPL_LOAD_FIT=y
-CONFIG_HUSH_PARSER=y
-CONFIG_CMD_BOOTZ=y
-# CONFIG_CMD_IMLS is not set
-CONFIG_CMD_ASKENV=y
-# CONFIG_CMD_FLASH is not set
-CONFIG_CMD_MMC=y
-CONFIG_CMD_SF=y
-CONFIG_CMD_SPI=y
-CONFIG_CMD_I2C=y
-CONFIG_CMD_USB=y
-CONFIG_CMD_DFU=y
-CONFIG_CMD_GPIO=y
-# CONFIG_CMD_SETEXPR is not set
-CONFIG_CMD_DHCP=y
-CONFIG_CMD_MII=y
-CONFIG_CMD_PING=y
-CONFIG_CMD_EXT2=y
-CONFIG_CMD_EXT4=y
-CONFIG_CMD_EXT4_WRITE=y
-CONFIG_CMD_FAT=y
-CONFIG_CMD_FS_GENERIC=y
-CONFIG_OF_CONTROL=y
-CONFIG_OF_LIST="am437x-gp-evm"
-CONFIG_DM=y
-CONFIG_DM_MMC=y
-CONFIG_SPI_FLASH=y
-CONFIG_SPI_FLASH_MACRONIX=y
-CONFIG_SYS_NS16550=y
-CONFIG_TI_QSPI=y
-CONFIG_TIMER=y
-CONFIG_OMAP_TIMER=y
-CONFIG_USB=y
-CONFIG_USB_XHCI_HCD=y
-CONFIG_USB_XHCI_DWC3=y
-CONFIG_USB_DWC3=y
-CONFIG_USB_DWC3_GADGET=y
-CONFIG_USB_DWC3_OMAP=y
-CONFIG_USB_DWC3_PHY_OMAP=y
-CONFIG_USB_GADGET=y
-CONFIG_USB_GADGET_DOWNLOAD=y
-CONFIG_G_DNL_MANUFACTURER="Texas Instruments"
-CONFIG_G_DNL_VENDOR_NUM=0x0403
-CONFIG_G_DNL_PRODUCT_NUM=0xbd00
-CONFIG_SPL_OF_LIBFDT=y
diff --git a/configs/am43xx_hs_evm_defconfig b/configs/am43xx_hs_evm_defconfig
new file mode 100644
index 0000000..4856a19
--- /dev/null
+++ b/configs/am43xx_hs_evm_defconfig
@@ -0,0 +1,59 @@
+CONFIG_ARM=y
+CONFIG_AM43XX=y
+CONFIG_TI_SECURE_DEVICE=y
+CONFIG_TARGET_AM43XX_EVM=y
+CONFIG_DM_SERIAL=y
+CONFIG_DM_GPIO=y
+CONFIG_SPL_STACK_R_ADDR=0x82000000
+# Device tree file can be same on HS evm
+CONFIG_DEFAULT_DEVICE_TREE="am437x-gp-evm"
+CONFIG_SPL=y
+CONFIG_ISW_ENTRY_ADDR=0x40302ae0
+CONFIG_SPL_STACK_R=y
+CONFIG_FIT=y
+CONFIG_SYS_EXTRA_OPTIONS="CONS_INDEX=1, NAND"
+CONFIG_SPL_LOAD_FIT=y
+CONFIG_HUSH_PARSER=y
+CONFIG_CMD_BOOTZ=y
+# CONFIG_CMD_IMLS is not set
+CONFIG_CMD_ASKENV=y
+# CONFIG_CMD_FLASH is not set
+CONFIG_CMD_MMC=y
+CONFIG_CMD_SF=y
+CONFIG_CMD_SPI=y
+CONFIG_CMD_I2C=y
+CONFIG_CMD_USB=y
+CONFIG_CMD_DFU=y
+CONFIG_CMD_GPIO=y
+# CONFIG_CMD_SETEXPR is not set
+CONFIG_CMD_DHCP=y
+CONFIG_CMD_MII=y
+CONFIG_CMD_PING=y
+CONFIG_CMD_EXT2=y
+CONFIG_CMD_EXT4=y
+CONFIG_CMD_EXT4_WRITE=y
+CONFIG_CMD_FAT=y
+CONFIG_CMD_FS_GENERIC=y
+CONFIG_OF_CONTROL=y
+CONFIG_OF_LIST="am437x-gp-evm"
+CONFIG_DM=y
+CONFIG_DM_MMC=y
+CONFIG_SPI_FLASH=y
+CONFIG_SPI_FLASH_MACRONIX=y
+CONFIG_SYS_NS16550=y
+CONFIG_TI_QSPI=y
+CONFIG_TIMER=y
+CONFIG_OMAP_TIMER=y
+CONFIG_USB=y
+CONFIG_USB_XHCI_HCD=y
+CONFIG_USB_XHCI_DWC3=y
+CONFIG_USB_DWC3=y
+CONFIG_USB_DWC3_GADGET=y
+CONFIG_USB_DWC3_OMAP=y
+CONFIG_USB_DWC3_PHY_OMAP=y
+CONFIG_USB_GADGET=y
+CONFIG_USB_GADGET_DOWNLOAD=y
+CONFIG_G_DNL_MANUFACTURER="Texas Instruments"
+CONFIG_G_DNL_VENDOR_NUM=0x0403
+CONFIG_G_DNL_PRODUCT_NUM=0xbd00
+CONFIG_SPL_OF_LIBFDT=y
--
2.6.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] ARM: AM43xx: Align HS device variant defconfig filename
2016-06-21 19:41 [U-Boot] [PATCH] ARM: AM43xx: Align HS device variant defconfig filename Andreas Dannenberg
@ 2016-06-21 23:50 ` Tom Rini
2016-06-22 22:06 ` Andreas Dannenberg
0 siblings, 1 reply; 3+ messages in thread
From: Tom Rini @ 2016-06-21 23:50 UTC (permalink / raw)
To: u-boot
On Tue, Jun 21, 2016 at 02:41:06PM -0500, Andreas Dannenberg wrote:
> Align the name of the defconfig file for high-security (HS) device variants
> from the AM43xx family of SoCs with the corresponding names used for the
> general purpose devices. This allows for easier cross-association of those
> files and also provides room to grow from an HS device part number
> perspective.
>
> Signed-off-by: Andreas Dannenberg <dannenberg@ti.com>
> Cc: Madan Srinivas <madans@ti.com>
> ---
>
> While renaming files is always a tricky thing due to possible side effects
> in this case there is likely virtually no user of this defconfig file yet
> as it is rather new and the HS devices are not widely available in the
> first place. Hence, go ahead and make this alignment rather sooner than
> later.
>
> configs/am437x_hs_evm_defconfig | 59 -----------------------------------------
> configs/am43xx_hs_evm_defconfig | 59 +++++++++++++++++++++++++++++++++++++++++
Please update board/ti/am43xx/MAINTAINERS as well, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160621/a17dd846/attachment.sig>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] ARM: AM43xx: Align HS device variant defconfig filename
2016-06-21 23:50 ` Tom Rini
@ 2016-06-22 22:06 ` Andreas Dannenberg
0 siblings, 0 replies; 3+ messages in thread
From: Andreas Dannenberg @ 2016-06-22 22:06 UTC (permalink / raw)
To: u-boot
On Tue, Jun 21, 2016 at 07:50:36PM -0400, Tom Rini wrote:
> On Tue, Jun 21, 2016 at 02:41:06PM -0500, Andreas Dannenberg wrote:
>
> > Align the name of the defconfig file for high-security (HS) device variants
> > from the AM43xx family of SoCs with the corresponding names used for the
> > general purpose devices. This allows for easier cross-association of those
> > files and also provides room to grow from an HS device part number
> > perspective.
> >
> > Signed-off-by: Andreas Dannenberg <dannenberg@ti.com>
> > Cc: Madan Srinivas <madans@ti.com>
> > ---
> >
> > While renaming files is always a tricky thing due to possible side effects
> > in this case there is likely virtually no user of this defconfig file yet
> > as it is rather new and the HS devices are not widely available in the
> > first place. Hence, go ahead and make this alignment rather sooner than
> > later.
> >
> > configs/am437x_hs_evm_defconfig | 59 -----------------------------------------
> > configs/am43xx_hs_evm_defconfig | 59 +++++++++++++++++++++++++++++++++++++++++
>
> Please update board/ti/am43xx/MAINTAINERS as well, thanks!
Good point, will send out an updated version shortly.
Thanks and Regards,
Andreas
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-06-22 22:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-21 19:41 [U-Boot] [PATCH] ARM: AM43xx: Align HS device variant defconfig filename Andreas Dannenberg
2016-06-21 23:50 ` Tom Rini
2016-06-22 22:06 ` Andreas Dannenberg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox