summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2016-07-04 11:26:18 +0800
committerZhenhua Luo <zhenhua.luo@nxp.com>2016-07-04 11:26:18 +0800
commit95d847fed169c9b4b0c07349028b96e7019f56f4 (patch)
tree78058df4aa78bbf91e91ac6fdca49897421a8e55
parent720b44510c26efc6da7b9ef6af30e4cbffc12f96 (diff)
downloadmeta-fsl-ppc-95d847fed169c9b4b0c07349028b96e7019f56f4.tar.gz
t2080: switch to new UBOOT_CONFIG format
Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
-rw-r--r--conf/machine/t2080qds-64b.conf8
-rw-r--r--conf/machine/t2080qds.conf7
-rw-r--r--conf/machine/t2080rdb-64b.conf10
-rw-r--r--conf/machine/t2080rdb.conf8
4 files changed, 19 insertions, 14 deletions
diff --git a/conf/machine/t2080qds-64b.conf b/conf/machine/t2080qds-64b.conf
index eddcc74..6e35e33 100644
--- a/conf/machine/t2080qds-64b.conf
+++ b/conf/machine/t2080qds-64b.conf
@@ -8,13 +8,15 @@
8require conf/machine/include/e6500-64b.inc 8require conf/machine/include/e6500-64b.inc
9 9
10SOC_FAMILY = "t2:t2080" 10SOC_FAMILY = "t2:t2080"
11
11UBOOT_CONFIG ??= "sdcard spi nand srio-pcie-boot secure-boot nor" 12UBOOT_CONFIG ??= "sdcard spi nand srio-pcie-boot secure-boot nor"
12UBOOT_CONFIG[nor] = "T2080QDS_config" 13UBOOT_CONFIG[nor] = "T2080QDS_config"
13UBOOT_CONFIG[sdcard] = "T2080QDS_SDCARD_config" 14UBOOT_CONFIG[sdcard] = "T2080QDS_SDCARD_config,,u-boot-with-spl-pbl.bin"
14UBOOT_CONFIG[spi] = "T2080QDS_SPIFLASH_config" 15UBOOT_CONFIG[spi] = "T2080QDS_SPIFLASH_config,,u-boot-with-spl-pbl.bin"
15UBOOT_CONFIG[nand] = "T2080QDS_NAND_config" 16UBOOT_CONFIG[nand] = "T2080QDS_NAND_config,,u-boot-with-spl-pbl.bin"
16UBOOT_CONFIG[srio-pcie-boot] = "T2080QDS_SRIO_PCIE_BOOT_config" 17UBOOT_CONFIG[srio-pcie-boot] = "T2080QDS_SRIO_PCIE_BOOT_config"
17UBOOT_CONFIG[secure-boot] = "T2080QDS_SECURE_BOOT_config" 18UBOOT_CONFIG[secure-boot] = "T2080QDS_SECURE_BOOT_config"
19
18KERNEL_DEVICETREE ?= "fsl/t2080qds.dtb fsl/t2080qds-usdpaa.dtb \ 20KERNEL_DEVICETREE ?= "fsl/t2080qds.dtb fsl/t2080qds-usdpaa.dtb \
19 fsl/t2080qds-usdpaa-shared-interfaces.dtb \ 21 fsl/t2080qds-usdpaa-shared-interfaces.dtb \
20" 22"
diff --git a/conf/machine/t2080qds.conf b/conf/machine/t2080qds.conf
index ea7fdb1..944b21b 100644
--- a/conf/machine/t2080qds.conf
+++ b/conf/machine/t2080qds.conf
@@ -8,11 +8,12 @@
8require conf/machine/include/e6500.inc 8require conf/machine/include/e6500.inc
9 9
10SOC_FAMILY = "t2:t2080" 10SOC_FAMILY = "t2:t2080"
11
11UBOOT_CONFIG ??= "sdcard spi nand srio-pcie-boot secure-boot nor" 12UBOOT_CONFIG ??= "sdcard spi nand srio-pcie-boot secure-boot nor"
12UBOOT_CONFIG[nor] = "T2080QDS_config" 13UBOOT_CONFIG[nor] = "T2080QDS_config"
13UBOOT_CONFIG[sdcard] = "T2080QDS_SDCARD_config" 14UBOOT_CONFIG[sdcard] = "T2080QDS_SDCARD_config,,u-boot-with-spl-pbl.bin"
14UBOOT_CONFIG[spi] = "T2080QDS_SPIFLASH_config" 15UBOOT_CONFIG[spi] = "T2080QDS_SPIFLASH_config,,u-boot-with-spl-pbl.bin"
15UBOOT_CONFIG[nand] = "T2080QDS_NAND_config" 16UBOOT_CONFIG[nand] = "T2080QDS_NAND_config,,u-boot-with-spl-pbl.bin"
16UBOOT_CONFIG[srio-pcie-boot] = "T2080QDS_SRIO_PCIE_BOOT_config" 17UBOOT_CONFIG[srio-pcie-boot] = "T2080QDS_SRIO_PCIE_BOOT_config"
17UBOOT_CONFIG[secure-boot] = "T2080QDS_SECURE_BOOT_config" 18UBOOT_CONFIG[secure-boot] = "T2080QDS_SECURE_BOOT_config"
18 19
diff --git a/conf/machine/t2080rdb-64b.conf b/conf/machine/t2080rdb-64b.conf
index b26ef75..6f17ff7 100644
--- a/conf/machine/t2080rdb-64b.conf
+++ b/conf/machine/t2080rdb-64b.conf
@@ -8,13 +8,15 @@
8require conf/machine/include/e6500-64b.inc 8require conf/machine/include/e6500-64b.inc
9 9
10SOC_FAMILY = "t2:t2080" 10SOC_FAMILY = "t2:t2080"
11UBOOT_CONFIG ??= "nor sdcard spi nand srio-pcie-boot secure-boot nor" 11
12UBOOT_CONFIG ??= "sdcard spi nand srio-pcie-boot secure-boot nor"
12UBOOT_CONFIG[nor] = "T2080RDB_config" 13UBOOT_CONFIG[nor] = "T2080RDB_config"
13UBOOT_CONFIG[sdcard] = "T2080RDB_SDCARD_config" 14UBOOT_CONFIG[sdcard] = "T2080RDB_SDCARD_config,,u-boot-with-spl-pbl.bin"
14UBOOT_CONFIG[spi] = "T2080RDB_SPIFLASH_config" 15UBOOT_CONFIG[spi] = "T2080RDB_SPIFLASH_config,,u-boot-with-spl-pbl.bin"
15UBOOT_CONFIG[nand] = "T2080RDB_NAND_config" 16UBOOT_CONFIG[nand] = "T2080RDB_NAND_config,,u-boot-with-spl-pbl.bin"
16UBOOT_CONFIG[srio-pcie-boot] = "T2080RDB_SRIO_PCIE_BOOT_config" 17UBOOT_CONFIG[srio-pcie-boot] = "T2080RDB_SRIO_PCIE_BOOT_config"
17UBOOT_CONFIG[secure-boot] = "T2080RDB_SECURE_BOOT_config" 18UBOOT_CONFIG[secure-boot] = "T2080RDB_SECURE_BOOT_config"
19
18KERNEL_DEVICETREE ?= "fsl/t2080rdb.dtb fsl/t2080rdb-usdpaa.dtb \ 20KERNEL_DEVICETREE ?= "fsl/t2080rdb.dtb fsl/t2080rdb-usdpaa.dtb \
19 fsl/t2080rdb-usdpaa-shared-interfaces.dtb \ 21 fsl/t2080rdb-usdpaa-shared-interfaces.dtb \
20" 22"
diff --git a/conf/machine/t2080rdb.conf b/conf/machine/t2080rdb.conf
index 5882dce..05df258 100644
--- a/conf/machine/t2080rdb.conf
+++ b/conf/machine/t2080rdb.conf
@@ -8,11 +8,12 @@
8require conf/machine/include/e6500.inc 8require conf/machine/include/e6500.inc
9 9
10SOC_FAMILY = "t2:t2080" 10SOC_FAMILY = "t2:t2080"
11
11UBOOT_CONFIG ??= "sdcard spi nand srio-pcie-boot secure-boot nor" 12UBOOT_CONFIG ??= "sdcard spi nand srio-pcie-boot secure-boot nor"
12UBOOT_CONFIG[nor] = "T2080RDB_config" 13UBOOT_CONFIG[nor] = "T2080RDB_config"
13UBOOT_CONFIG[sdcard] = "T2080RDB_SDCARD_config" 14UBOOT_CONFIG[sdcard] = "T2080RDB_SDCARD_config,,u-boot-with-spl-pbl.bin"
14UBOOT_CONFIG[spi] = "T2080RDB_SPIFLASH_config" 15UBOOT_CONFIG[spi] = "T2080RDB_SPIFLASH_config,,u-boot-with-spl-pbl.bin"
15UBOOT_CONFIG[nand] = "T2080RDB_NAND_config" 16UBOOT_CONFIG[nand] = "T2080RDB_NAND_config,,u-boot-with-spl-pbl.bin"
16UBOOT_CONFIG[srio-pcie-boot] = "T2080RDB_SRIO_PCIE_BOOT_config" 17UBOOT_CONFIG[srio-pcie-boot] = "T2080RDB_SRIO_PCIE_BOOT_config"
17UBOOT_CONFIG[secure-boot] = "T2080RDB_SECURE_BOOT_config" 18UBOOT_CONFIG[secure-boot] = "T2080RDB_SECURE_BOOT_config"
18 19
@@ -22,6 +23,5 @@ KERNEL_DEVICETREE ?= "fsl/t2080rdb.dtb fsl/t2080rdb-usdpaa.dtb \
22KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig" 23KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig"
23 24
24JFFS2_ERASEBLOCK = "0x10000" 25JFFS2_ERASEBLOCK = "0x10000"
25
26EXTRA_IMAGEDEPENDS += "fm-ucode rcw lib64-hypervisor hv-cfg" 26EXTRA_IMAGEDEPENDS += "fm-ucode rcw lib64-hypervisor hv-cfg"
27USE_VT ?= "0" 27USE_VT ?= "0"