]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
powerpc/T104xD4: Add Secure boot support for T104xD4RDB platforms
authorgaurav rana <gaurav.rana@freescale.com>
Thu, 26 Mar 2015 10:22:47 +0000 (15:52 +0530)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:50:54 +0000 (13:50 +0200)
defconfig files are added and SFP version for these platforms
is updated.

Signed-off-by: Gaurav Rana <gaurav.rana@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
arch/powerpc/include/asm/config_mpc85xx.h
arch/powerpc/include/asm/fsl_secure_boot.h
board/freescale/t104xrdb/MAINTAINERS
configs/T1040D4RDB_SECURE_BOOT_defconfig [new file with mode: 0644]
configs/T1042D4RDB_SECURE_BOOT_defconfig [new file with mode: 0644]

index 9d56bc17732dd547506536f2e9a6a784e03268a7..7878c87d77aee4b25f7ddc28075e6e2245b1f4ff 100644 (file)
@@ -806,6 +806,7 @@ defined(CONFIG_PPC_T1020) || defined(CONFIG_PPC_T1022)
 #define QE_MURAM_SIZE                  0x6000UL
 #define MAX_QE_RISC                    1
 #define QE_NUM_OF_SNUM                 28
+#define CONFIG_SYS_FSL_SFP_VER_3_0
 
 #elif defined(CONFIG_PPC_T1024) || defined(CONFIG_PPC_T1023) ||\
 defined(CONFIG_PPC_T1014) || defined(CONFIG_PPC_T1013)
index 8f794ef381253c6efee1bd96fe85c8083e30b93c..7810ae214737c8d8b5ed55387ce41829110ba8ed 100644 (file)
@@ -37,7 +37,9 @@
        defined(CONFIG_T2080QDS) || \
        defined(CONFIG_T2080RDB) || \
        defined(CONFIG_T1040QDS) || \
+       defined(CONFIG_T104xD4QDS) || \
        defined(CONFIG_T104xRDB) || \
+       defined(CONFIG_T104xD4RDB) || \
        defined(CONFIG_PPC_T1023) || \
        defined(CONFIG_PPC_T1024)
 #define CONFIG_SYS_CPC_REINIT_F
index 32e044ff8f033e4f643cd4fb4e6fc3d8107ade36..7597800252d0ea5f060d8f5aec2bcc763e17770d 100644 (file)
@@ -29,4 +29,6 @@ T1040RDB_SECURE_BOOT BOARD
 M:     Aneesh Bansal  <aneesh.bansal@freescale.com>
 S:     Maintained
 F:     configs/T1040RDB_SECURE_BOOT_defconfig
+F:     configs/T1040D4RDB_SECURE_BOOT_defconfig
 F:     configs/T1042RDB_SECURE_BOOT_defconfig
+F:     configs/T1042D4RDB_SECURE_BOOT_defconfig
diff --git a/configs/T1040D4RDB_SECURE_BOOT_defconfig b/configs/T1040D4RDB_SECURE_BOOT_defconfig
new file mode 100644 (file)
index 0000000..f779126
--- /dev/null
@@ -0,0 +1,5 @@
+CONFIG_SYS_EXTRA_OPTIONS="PPC_T1040,T1040D4RDB,T104XD4RDB,SYS_FSL_DDR4,SECURE_BOOT"
+CONFIG_PPC=y
+CONFIG_MPC85xx=y
+CONFIG_TARGET_T104XRDB=y
+CONFIG_SPI_FLASH=y
diff --git a/configs/T1042D4RDB_SECURE_BOOT_defconfig b/configs/T1042D4RDB_SECURE_BOOT_defconfig
new file mode 100644 (file)
index 0000000..e806591
--- /dev/null
@@ -0,0 +1,5 @@
+CONFIG_SYS_EXTRA_OPTIONS="PPC_T1042,T1042D4RDB,T104XD4RDB,SYS_FSL_DDR4,SECURE_BOOT"
+CONFIG_PPC=y
+CONFIG_MPC85xx=y
+CONFIG_TARGET_T104XRDB=y
+CONFIG_SPI_FLASH=y