Commit 38289c6945406494e3d9a59ec52ba4bd132eabc9

Authored by Shaohui Xie
Committed by York Sun
1 parent c0379b19e2

powerpc/t4240qds: Update RCW, defconfig and maintainer

1. board/freescale/t4qds/t4_rcw.cfg
1.8GHz support is requested as default frequency, so update the rcw.

2. remove un-used configs
configs/T4160QDS_SPIFLASH_defconfig
configs/T4240QDS_SPIFLASH_defconfig
SPI boot is not available on T4QDS, so the configs should be removed.

3. board/freescale/t4qds/MAINTAINERS
Updated MAINTAINERS accordingly.

Signed-off-by: Shaohui Xie <Shaohui.Xie@freescale.com>
[York Sun: revise subject]
Reviewed-by: York Sun <yorksun@freescale.com>

Showing 4 changed files with 2 additions and 12 deletions Inline Diff

board/freescale/t4qds/MAINTAINERS
1 T4QDS BOARD 1 T4QDS BOARD
2 #M: - 2 M: Shaohui Xie <Shaohui.Xie@freescale.com>
3 S: Maintained 3 S: Maintained
4 F: board/freescale/t4qds/ 4 F: board/freescale/t4qds/
5 F: include/configs/T4240QDS.h 5 F: include/configs/T4240QDS.h
6 F: configs/T4160QDS_defconfig 6 F: configs/T4160QDS_defconfig
7 F: configs/T4160QDS_NAND_defconfig 7 F: configs/T4160QDS_NAND_defconfig
8 F: configs/T4160QDS_SDCARD_defconfig 8 F: configs/T4160QDS_SDCARD_defconfig
9 F: configs/T4160QDS_SPIFLASH_defconfig
10 F: configs/T4240QDS_defconfig 9 F: configs/T4240QDS_defconfig
11 F: configs/T4240QDS_NAND_defconfig 10 F: configs/T4240QDS_NAND_defconfig
12 F: configs/T4240QDS_SDCARD_defconfig 11 F: configs/T4240QDS_SDCARD_defconfig
13 F: configs/T4240QDS_SPIFLASH_defconfig
14 F: configs/T4240QDS_SRIO_PCIE_BOOT_defconfig 12 F: configs/T4240QDS_SRIO_PCIE_BOOT_defconfig
15 13
16 T4160QDS_SECURE_BOOT BOARD 14 T4160QDS_SECURE_BOOT BOARD
17 M: Aneesh Bansal <aneesh.bansal@freescale.com> 15 M: Aneesh Bansal <aneesh.bansal@freescale.com>
18 S: Maintained 16 S: Maintained
19 F: configs/T4160QDS_SECURE_BOOT_defconfig 17 F: configs/T4160QDS_SECURE_BOOT_defconfig
20 F: configs/T4240QDS_SECURE_BOOT_defconfig 18 F: configs/T4240QDS_SECURE_BOOT_defconfig
21 19
board/freescale/t4qds/t4_rcw.cfg
1 #PBL preamble and RCW header 1 #PBL preamble and RCW header
2 aa55aa55 010e0100 2 aa55aa55 010e0100
3 #serdes protocol 1_27_5_11 3 #serdes protocol 1_27_5_11
4 16070019 18101916 00000000 00000000 4 1607001b 18101b16 00000000 00000000
5 04362858 30548c00 ec020000 f5000000 5 04362858 30548c00 ec020000 f5000000
6 00000000 ee0000ee 00000000 000307fc 6 00000000 ee0000ee 00000000 000307fc
7 00000000 00000000 00000000 00000028 7 00000000 00000000 00000000 00000028
8 8
configs/T4160QDS_SPIFLASH_defconfig
1 CONFIG_SYS_EXTRA_OPTIONS="PPC_T4160,RAMBOOT_PBL,SPIFLASH,SYS_TEXT_BASE=0xFFF40000" File was deleted
2 CONFIG_PPC=y
3 CONFIG_MPC85xx=y
4 CONFIG_TARGET_T4240QDS=y
5 1 CONFIG_SYS_EXTRA_OPTIONS="PPC_T4160,RAMBOOT_PBL,SPIFLASH,SYS_TEXT_BASE=0xFFF40000"
configs/T4240QDS_SPIFLASH_defconfig
1 CONFIG_SYS_EXTRA_OPTIONS="PPC_T4240,RAMBOOT_PBL,SPIFLASH,SYS_TEXT_BASE=0xFFF40000" File was deleted
2 CONFIG_PPC=y
3 CONFIG_MPC85xx=y
4 CONFIG_TARGET_T4240QDS=y
5 1 CONFIG_SYS_EXTRA_OPTIONS="PPC_T4240,RAMBOOT_PBL,SPIFLASH,SYS_TEXT_BASE=0xFFF40000"