* [U-Boot] [PATCH] t4240qds: apply some updates
@ 2015-04-27 7:28 shh.xie at gmail.com
2015-04-29 17:02 ` York Sun
0 siblings, 1 reply; 4+ messages in thread
From: shh.xie at gmail.com @ 2015-04-27 7:28 UTC (permalink / raw)
To: u-boot
From: Shaohui Xie <Shaohui.Xie@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.Xie@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.Xie@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 00000000 00000000
+1607001b 18101b16 00000000 00000000
04362858 30548c00 ec020000 f5000000
00000000 ee0000ee 00000000 000307fc
00000000 00000000 00000000 00000028
diff --git a/configs/T4160QDS_SPIFLASH_defconfig b/configs/T4160QDS_SPIFLASH_defconfig
deleted file mode 100644
index 6146b00..0000000
--- a/configs/T4160QDS_SPIFLASH_defconfig
+++ /dev/null
@@ -1,4 +0,0 @@
-CONFIG_SYS_EXTRA_OPTIONS="PPC_T4160,RAMBOOT_PBL,SPIFLASH,SYS_TEXT_BASE=0xFFF40000"
-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..0000000
--- a/configs/T4240QDS_SPIFLASH_defconfig
+++ /dev/null
@@ -1,4 +0,0 @@
-CONFIG_SYS_EXTRA_OPTIONS="PPC_T4240,RAMBOOT_PBL,SPIFLASH,SYS_TEXT_BASE=0xFFF40000"
-CONFIG_PPC=y
-CONFIG_MPC85xx=y
-CONFIG_TARGET_T4240QDS=y
--
2.1.0.27.g96db324
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH] t4240qds: apply some updates
2015-04-27 7:28 [U-Boot] [PATCH] t4240qds: apply some updates shh.xie at gmail.com
@ 2015-04-29 17:02 ` York Sun
2015-04-30 2:03 ` Shaohui Xie
0 siblings, 1 reply; 4+ messages in thread
From: York Sun @ 2015-04-29 17:02 UTC (permalink / raw)
To: u-boot
On 04/27/2015 12:28 AM, shh.xie at gmail.com wrote:
> From: Shaohui Xie <Shaohui.Xie@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.Xie@freescale.com>
> ---
I will rewrite the subject to "powerpc/t4240qds: Update RCW, defconfig and
maintainer". No action for you.
York
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH] t4240qds: apply some updates
2015-04-29 17:02 ` York Sun
@ 2015-04-30 2:03 ` Shaohui Xie
2015-05-05 16:40 ` York Sun
0 siblings, 1 reply; 4+ messages in thread
From: Shaohui Xie @ 2015-04-30 2:03 UTC (permalink / raw)
To: u-boot
> On 04/27/2015 12:28 AM, shh.xie at gmail.com wrote:
> > From: Shaohui Xie <Shaohui.Xie@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.Xie@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
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH] t4240qds: apply some updates
2015-04-30 2:03 ` Shaohui Xie
@ 2015-05-05 16:40 ` York Sun
0 siblings, 0 replies; 4+ messages in thread
From: York Sun @ 2015-05-05 16:40 UTC (permalink / raw)
To: u-boot
On 04/29/2015 07:03 PM, Xie Shaohui-B21989 wrote:
>> On 04/27/2015 12:28 AM, shh.xie at gmail.com wrote:
>>> From: Shaohui Xie <Shaohui.Xie@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.Xie@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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-05-05 16:40 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-27 7:28 [U-Boot] [PATCH] t4240qds: apply some updates shh.xie at gmail.com
2015-04-29 17:02 ` York Sun
2015-04-30 2:03 ` Shaohui Xie
2015-05-05 16:40 ` York Sun
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox