summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChen Guoyin <guoyin.chen@nxp.com>2017-04-24 16:59:45 +0800
committerChen Guoyin <guoyin.chen@nxp.com>2017-04-24 17:15:28 +0800
commitfb27a879f5cebdd6ef666e41b9324e75920a4946 (patch)
tree20bfc0bb967817fdd02e7fd37c57ecd03e7a017d
parent7bf4da4b2ba83459aa34cf38bd7adc650ef40b89 (diff)
downloaduboot-imx-fb27a879f5cebdd6ef666e41b9324e75920a4946.tar.gz
MA-9508 Move all android-things board definition to freescale board folder
Move pico imx6ul&imx7d into freescale board folder Define SYS_VENDOR as freescale Change-Id: I56b65b28588de534f459e1c7d8d47645b0ceaaaa Signed-off-by: Chen Guoyin <guoyin.chen@nxp.com>
-rw-r--r--arch/arm/Kconfig4
-rw-r--r--board/freescale/pico-imx7d/Kconfig (renamed from board/technexion/pico-imx7d/Kconfig)2
-rw-r--r--board/freescale/pico-imx7d/MAINTAINERS (renamed from board/technexion/pico-imx7d/MAINTAINERS)0
-rw-r--r--board/freescale/pico-imx7d/Makefile (renamed from board/technexion/pico-imx7d/Makefile)0
-rw-r--r--board/freescale/pico-imx7d/imximage.cfg (renamed from board/technexion/pico-imx7d/imximage.cfg)2
-rw-r--r--board/freescale/pico-imx7d/imximage_512mb.cfg (renamed from board/technexion/pico-imx7d/imximage_512mb.cfg)0
-rwxr-xr-xboard/freescale/pico-imx7d/pico-imx7d.c (renamed from board/technexion/pico-imx7d/pico-imx7d.c)0
-rwxr-xr-xboard/freescale/pico-imx7d/plugin.S (renamed from board/technexion/pico-imx7d/plugin.S)0
-rw-r--r--board/freescale/picosom-imx6ul/Kconfig (renamed from board/technexion/picosom-imx6ul/Kconfig)2
-rw-r--r--board/freescale/picosom-imx6ul/MAINTAINERS (renamed from board/technexion/picosom-imx6ul/MAINTAINERS)0
-rw-r--r--board/freescale/picosom-imx6ul/Makefile (renamed from board/technexion/picosom-imx6ul/Makefile)0
-rw-r--r--board/freescale/picosom-imx6ul/imximage.cfg (renamed from board/technexion/picosom-imx6ul/imximage.cfg)0
-rw-r--r--board/freescale/picosom-imx6ul/picosom-imx6ul.c (renamed from board/technexion/picosom-imx6ul/picosom-imx6ul.c)0
-rw-r--r--configs/pico-imx7d_ddr_1gb_defconfig2
-rw-r--r--configs/pico-imx7d_ddr_512mb_defconfig2
-rw-r--r--configs/pico-imx7d_defconfig2
-rw-r--r--configs/picosom-imx6ul-qspi_defconfig2
-rw-r--r--configs/picosom-imx6ul_defconfig2
18 files changed, 10 insertions, 10 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 4e1f49a9fc..e20d38814e 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -893,13 +893,13 @@ source "board/freescale/mx7d_12x12_ddr3_arm2/Kconfig"
source "board/freescale/mx7d_19x19_lpddr3_arm2/Kconfig"
source "board/freescale/mx7d_19x19_ddr3_arm2/Kconfig"
source "board/freescale/mx7dsabresd/Kconfig"
-source "board/technexion/pico-imx7d/Kconfig"
+source "board/freescale/pico-imx7d/Kconfig"
source "board/freescale/mx6ul_14x14_evk/Kconfig"
source "board/freescale/mx6ul_nxpu_iopb/Kconfig"
source "board/freescale/mx6ul_14x14_ddr3_arm2/Kconfig"
source "board/freescale/mx6ul_14x14_lpddr2_arm2/Kconfig"
source "board/freescale/mx6ul_aquila/Kconfig"
-source "board/technexion/picosom-imx6ul/Kconfig"
+source "board/freescale/picosom-imx6ul/Kconfig"
source "board/freescale/vf610twr/Kconfig"
source "board/gateworks/gw_ventana/Kconfig"
source "board/genesi/mx51_efikamx/Kconfig"
diff --git a/board/technexion/pico-imx7d/Kconfig b/board/freescale/pico-imx7d/Kconfig
index f4ae18ca62..79e12be576 100644
--- a/board/technexion/pico-imx7d/Kconfig
+++ b/board/freescale/pico-imx7d/Kconfig
@@ -4,7 +4,7 @@ config SYS_BOARD
default "pico-imx7d"
config SYS_VENDOR
- default "technexion"
+ default "freescale"
config SYS_SOC
default "mx7"
diff --git a/board/technexion/pico-imx7d/MAINTAINERS b/board/freescale/pico-imx7d/MAINTAINERS
index 99c9982e27..99c9982e27 100644
--- a/board/technexion/pico-imx7d/MAINTAINERS
+++ b/board/freescale/pico-imx7d/MAINTAINERS
diff --git a/board/technexion/pico-imx7d/Makefile b/board/freescale/pico-imx7d/Makefile
index 30bba14597..30bba14597 100644
--- a/board/technexion/pico-imx7d/Makefile
+++ b/board/freescale/pico-imx7d/Makefile
diff --git a/board/technexion/pico-imx7d/imximage.cfg b/board/freescale/pico-imx7d/imximage.cfg
index 87088d21ee..0c44c27c62 100644
--- a/board/technexion/pico-imx7d/imximage.cfg
+++ b/board/freescale/pico-imx7d/imximage.cfg
@@ -31,7 +31,7 @@ BOOT_FROM sd
#ifdef CONFIG_USE_PLUGIN
/*PLUGIN plugin-binary-file IRAM_FREE_START_ADDR*/
-PLUGIN board/technexion/pico-imx7d/plugin.bin 0x00910000
+PLUGIN board/freescale/pico-imx7d/plugin.bin 0x00910000
#else
#ifdef CONFIG_SECURE_BOOT
diff --git a/board/technexion/pico-imx7d/imximage_512mb.cfg b/board/freescale/pico-imx7d/imximage_512mb.cfg
index e27513d24b..e27513d24b 100644
--- a/board/technexion/pico-imx7d/imximage_512mb.cfg
+++ b/board/freescale/pico-imx7d/imximage_512mb.cfg
diff --git a/board/technexion/pico-imx7d/pico-imx7d.c b/board/freescale/pico-imx7d/pico-imx7d.c
index 1b8b3147db..1b8b3147db 100755
--- a/board/technexion/pico-imx7d/pico-imx7d.c
+++ b/board/freescale/pico-imx7d/pico-imx7d.c
diff --git a/board/technexion/pico-imx7d/plugin.S b/board/freescale/pico-imx7d/plugin.S
index 75033f7234..75033f7234 100755
--- a/board/technexion/pico-imx7d/plugin.S
+++ b/board/freescale/pico-imx7d/plugin.S
diff --git a/board/technexion/picosom-imx6ul/Kconfig b/board/freescale/picosom-imx6ul/Kconfig
index ac5e24ab34..0a29904166 100644
--- a/board/technexion/picosom-imx6ul/Kconfig
+++ b/board/freescale/picosom-imx6ul/Kconfig
@@ -4,7 +4,7 @@ config SYS_BOARD
default "picosom-imx6ul"
config SYS_VENDOR
- default "technexion"
+ default "freescale"
config SYS_SOC
default "mx6"
diff --git a/board/technexion/picosom-imx6ul/MAINTAINERS b/board/freescale/picosom-imx6ul/MAINTAINERS
index 9ae1ff6303..9ae1ff6303 100644
--- a/board/technexion/picosom-imx6ul/MAINTAINERS
+++ b/board/freescale/picosom-imx6ul/MAINTAINERS
diff --git a/board/technexion/picosom-imx6ul/Makefile b/board/freescale/picosom-imx6ul/Makefile
index a16bea9259..a16bea9259 100644
--- a/board/technexion/picosom-imx6ul/Makefile
+++ b/board/freescale/picosom-imx6ul/Makefile
diff --git a/board/technexion/picosom-imx6ul/imximage.cfg b/board/freescale/picosom-imx6ul/imximage.cfg
index 8283673828..8283673828 100644
--- a/board/technexion/picosom-imx6ul/imximage.cfg
+++ b/board/freescale/picosom-imx6ul/imximage.cfg
diff --git a/board/technexion/picosom-imx6ul/picosom-imx6ul.c b/board/freescale/picosom-imx6ul/picosom-imx6ul.c
index f4a1b77ca0..f4a1b77ca0 100644
--- a/board/technexion/picosom-imx6ul/picosom-imx6ul.c
+++ b/board/freescale/picosom-imx6ul/picosom-imx6ul.c
diff --git a/configs/pico-imx7d_ddr_1gb_defconfig b/configs/pico-imx7d_ddr_1gb_defconfig
index 0cbf19c0a9..f1d7974728 100644
--- a/configs/pico-imx7d_ddr_1gb_defconfig
+++ b/configs/pico-imx7d_ddr_1gb_defconfig
@@ -1,4 +1,4 @@
-CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/technexion/pico-imx7d/imximage.cfg,MX7D,DDR_MB=1024"
+CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/pico-imx7d/imximage.cfg,MX7D,DDR_MB=1024"
CONFIG_ARM=y
CONFIG_TARGET_PICO_IMX7D=y
CONFIG_SYS_MALLOC_F=y
diff --git a/configs/pico-imx7d_ddr_512mb_defconfig b/configs/pico-imx7d_ddr_512mb_defconfig
index 09b774d795..47313b2fa0 100644
--- a/configs/pico-imx7d_ddr_512mb_defconfig
+++ b/configs/pico-imx7d_ddr_512mb_defconfig
@@ -1,4 +1,4 @@
-CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/technexion/pico-imx7d/imximage_512mb.cfg,MX7D,DDR_MB=512"
+CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/pico-imx7d/imximage_512mb.cfg,MX7D,DDR_MB=512"
CONFIG_ARM=y
CONFIG_TARGET_PICO_IMX7D=y
CONFIG_SYS_MALLOC_F=y
diff --git a/configs/pico-imx7d_defconfig b/configs/pico-imx7d_defconfig
index 9cd5f6e2f4..37f913a374 100644
--- a/configs/pico-imx7d_defconfig
+++ b/configs/pico-imx7d_defconfig
@@ -1,4 +1,4 @@
-CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/technexion/pico-imx7d/imximage_512mb.cfg,MX7D,,DDR_MB=512,ANDROID_SUPPORT,BRILLO_SUPPORT,EFI_PARTITION,AVB_SUPPORT,SYSTEM_RAMDISK_SUPPORT,DDR_MB=512"
+CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/pico-imx7d/imximage_512mb.cfg,MX7D,,DDR_MB=512,ANDROID_SUPPORT,BRILLO_SUPPORT,EFI_PARTITION,AVB_SUPPORT,SYSTEM_RAMDISK_SUPPORT,DDR_MB=512"
CONFIG_ARM=y
CONFIG_TARGET_PICO_IMX7D=y
CONFIG_SYS_MALLOC_F=y
diff --git a/configs/picosom-imx6ul-qspi_defconfig b/configs/picosom-imx6ul-qspi_defconfig
index 54c9f31a65..c3c0f1cd0e 100644
--- a/configs/picosom-imx6ul-qspi_defconfig
+++ b/configs/picosom-imx6ul-qspi_defconfig
@@ -1,4 +1,4 @@
-CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/technexion/picosom-imx6ul/imximage.cfg,MX6UL,SYS_BOOT_QSPI"
+CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/picosom-imx6ul/imximage.cfg,MX6UL,SYS_BOOT_QSPI"
CONFIG_ARM=y
CONFIG_TARGET_PICOSOM_IMX6UL=y
CONFIG_DM=y
diff --git a/configs/picosom-imx6ul_defconfig b/configs/picosom-imx6ul_defconfig
index 67e679f904..f06230c30c 100644
--- a/configs/picosom-imx6ul_defconfig
+++ b/configs/picosom-imx6ul_defconfig
@@ -1,4 +1,4 @@
-CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/technexion/picosom-imx6ul/imximage.cfg,MX6UL,ANDROID_SUPPORT,BRILLO_SUPPORT,AVB_SUPPORT,SYSTEM_RAMDISK_SUPPORT,AVB_FUSE"
+CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/picosom-imx6ul/imximage.cfg,MX6UL,ANDROID_SUPPORT,BRILLO_SUPPORT,AVB_SUPPORT,SYSTEM_RAMDISK_SUPPORT,AVB_FUSE"
CONFIG_ARM=y
CONFIG_TARGET_PICOSOM_IMX6UL=y
CONFIG_DM=y