Re: [U-Boot] [PATCH] t4240qds: apply some updates

2015-05-05 Thread York Sun


On 04/29/2015 07:03 PM, Xie Shaohui-B21989 wrote:
 On 04/27/2015 12:28 AM, shh@gmail.com wrote:
 From: Shaohui Xie shaohui@freescale.com

 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@freescale.com
 ---

 I will rewrite the subject to powerpc/t4240qds: Update RCW, defconfig
 and maintainer. No action for you.
 Thank you!
 

Applied to u-boot-mpc85xx master. Awaiting upstream.

York

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH] t4240qds: apply some updates

2015-04-29 Thread York Sun


On 04/27/2015 12:28 AM, shh@gmail.com wrote:
 From: Shaohui Xie shaohui@freescale.com
 
 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@freescale.com
 ---

I will rewrite the subject to powerpc/t4240qds: Update RCW, defconfig and
maintainer. No action for you.

York
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH] t4240qds: apply some updates

2015-04-29 Thread Shaohui Xie
 On 04/27/2015 12:28 AM, shh@gmail.com wrote:
  From: Shaohui Xie shaohui@freescale.com
 
  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@freescale.com
  ---
 
 I will rewrite the subject to powerpc/t4240qds: Update RCW, defconfig
 and maintainer. No action for you.
Thank you!

Best Regards, 
Shaohui Xie


___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH] t4240qds: apply some updates

2015-04-27 Thread shh.xie
From: Shaohui Xie shaohui@freescale.com

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@freescale.com
---
 board/freescale/t4qds/MAINTAINERS   | 4 +---
 board/freescale/t4qds/t4_rcw.cfg| 2 +-
 configs/T4160QDS_SPIFLASH_defconfig | 4 
 configs/T4240QDS_SPIFLASH_defconfig | 4 
 4 files changed, 2 insertions(+), 12 deletions(-)
 delete mode 100644 configs/T4160QDS_SPIFLASH_defconfig
 delete mode 100644 configs/T4240QDS_SPIFLASH_defconfig

diff --git a/board/freescale/t4qds/MAINTAINERS 
b/board/freescale/t4qds/MAINTAINERS
index f88ee7d..57635ab 100644
--- a/board/freescale/t4qds/MAINTAINERS
+++ b/board/freescale/t4qds/MAINTAINERS
@@ -1,16 +1,14 @@
 T4QDS BOARD
-#M:-
+M: Shaohui Xie shaohui@freescale.com
 S: Maintained
 F: board/freescale/t4qds/
 F: include/configs/T4240QDS.h
 F: configs/T4160QDS_defconfig
 F: configs/T4160QDS_NAND_defconfig
 F: configs/T4160QDS_SDCARD_defconfig
-F: configs/T4160QDS_SPIFLASH_defconfig
 F: configs/T4240QDS_defconfig
 F: configs/T4240QDS_NAND_defconfig
 F: configs/T4240QDS_SDCARD_defconfig
-F: configs/T4240QDS_SPIFLASH_defconfig
 F: configs/T4240QDS_SRIO_PCIE_BOOT_defconfig
 
 T4160QDS_SECURE_BOOT BOARD
diff --git a/board/freescale/t4qds/t4_rcw.cfg b/board/freescale/t4qds/t4_rcw.cfg
index 6f09a7b..267494c 100644
--- a/board/freescale/t4qds/t4_rcw.cfg
+++ b/board/freescale/t4qds/t4_rcw.cfg
@@ -1,7 +1,7 @@
 #PBL preamble and RCW header
 aa55aa55 010e0100
 #serdes protocol  1_27_5_11
-16070019 18101916  
+1607001b 18101b16  
 04362858 30548c00 ec02 f500
  eeee  000307fc
    0028
diff --git a/configs/T4160QDS_SPIFLASH_defconfig 
b/configs/T4160QDS_SPIFLASH_defconfig
deleted file mode 100644
index 6146b00..000
--- a/configs/T4160QDS_SPIFLASH_defconfig
+++ /dev/null
@@ -1,4 +0,0 @@
-CONFIG_SYS_EXTRA_OPTIONS=PPC_T4160,RAMBOOT_PBL,SPIFLASH,SYS_TEXT_BASE=0xFFF4
-CONFIG_PPC=y
-CONFIG_MPC85xx=y
-CONFIG_TARGET_T4240QDS=y
diff --git a/configs/T4240QDS_SPIFLASH_defconfig 
b/configs/T4240QDS_SPIFLASH_defconfig
deleted file mode 100644
index 14dc48a..000
--- a/configs/T4240QDS_SPIFLASH_defconfig
+++ /dev/null
@@ -1,4 +0,0 @@
-CONFIG_SYS_EXTRA_OPTIONS=PPC_T4240,RAMBOOT_PBL,SPIFLASH,SYS_TEXT_BASE=0xFFF4
-CONFIG_PPC=y
-CONFIG_MPC85xx=y
-CONFIG_TARGET_T4240QDS=y
-- 
2.1.0.27.g96db324

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot