* [U-Boot] Please pull mpc85xx
@ 2014-05-13 16:12 York Sun
2014-05-13 16:14 ` York Sun
2014-05-13 21:45 ` Tom Rini
0 siblings, 2 replies; 5+ messages in thread
From: York Sun @ 2014-05-13 16:12 UTC (permalink / raw)
To: u-boot
Tom,
The following changes since commit 69c0d323e325f48f3124fb0696de3d68fcbcae8e:
kbuild: Fix trailing whitespaces (2014-05-12 16:31:51 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-mpc85xx.git master
for you to fetch changes up to 8ad5d45e0044f5e64dbe7c6bd4e6aa0121a26b23:
boards.cfg: fix a configuration error of ep8248 board (2014-05-13 11:00:01 -0500)
----------------------------------------------------------------
Alexander Graf (4):
PPC 85xx QEMU: Always assume 1 core
PPC 85xx QEMU: Don't use HID1
powerpc/mpc85xx: Update TLB CAMs in relocated mode
PPC 85xx QEMU: Make a generic board file
Aneesh Bansal (2):
powerpc/mpc85xx: SECURE BOOT- secure boot target for t1040rdb
powerpc/mpc85xx: SECURE BOOT- Add secure boot target for T2080RDB
Chunhe Lan (1):
powerpc/85xx: Add T4240RDB board support
Masahiro Yamada (1):
boards.cfg: fix a configuration error of ep8248 board
Shaohui Xie (1):
powerpc/fman/memac: use default MDIO_HOLD value
Shaveta Leekha (2):
board/freescale/common: ZM7300 driver
board/b4qds: VID support
Shengzhou Liu (2):
powerpc/t208x: enable errata A006261, A006593, A006379
powerpc/85xx: add T4080 SoC support
Stefan Bigler (2):
kmp204x: Add support for the unit LEDs
kmp204x: handle dip-switch for factory settings
Valentin Longchamp (6):
kmp204x: selftest/factory test pin support
kmp204x: update the CONFIG_PRAM and CONFIG_KM_RESERVED_PRAM defines
kmp204x: complete the reset sequence and PRST configuration
kmp204x: update the RCW
kmp204x: add workaround for A-004849
kmp204x: enable the errata command
York Sun (6):
powerpc/mpc8572ds: Increase u-boot size to 768KB
powerpc/mpc85xx: Ignore FDT pointer for non-QEMU in cpu_init_early_f()
powerpc/freescale: Change the return value of mac_read_from_eeprom()
powerpc/mpc85xx: Fix boot_flag for calling board_init_f()
powerpc/mpc86xx: Fix boot_flag for calling board_init_f()
powerpc/freescale: Convert selected boards to generic board architecture
Zhao Qiang (1):
qe: disable qe when qe-ucode fails to be uploaded for "deep sleep"
arch/powerpc/cpu/mpc85xx/Makefile | 2 +
arch/powerpc/cpu/mpc85xx/cpu.c | 24 +
arch/powerpc/cpu/mpc85xx/cpu_init.c | 17 +-
arch/powerpc/cpu/mpc85xx/cpu_init_early.c | 2 +
arch/powerpc/cpu/mpc85xx/speed.c | 3 +-
arch/powerpc/cpu/mpc85xx/spl_minimal.c | 4 +-
arch/powerpc/cpu/mpc85xx/start.S | 4 +-
arch/powerpc/cpu/mpc85xx/t4240_ids.c | 2 +
arch/powerpc/cpu/mpc85xx/t4240_serdes.c | 2 +-
arch/powerpc/cpu/mpc86xx/start.S | 1 +
arch/powerpc/cpu/mpc8xxx/cpu.c | 5 +-
arch/powerpc/include/asm/config_mpc85xx.h | 19 +-
arch/powerpc/include/asm/fsl_errata.h | 5 +
arch/powerpc/include/asm/fsl_secure_boot.h | 3 +-
arch/powerpc/include/asm/immap_85xx.h | 6 +-
arch/powerpc/include/asm/processor.h | 1 +
board/freescale/b4860qds/b4860qds.c | 240 +++++++++
board/freescale/common/Makefile | 1 +
board/freescale/common/sys_eeprom.c | 6 +-
board/freescale/common/zm7300.c | 235 +++++++++
board/freescale/common/zm7300.h | 22 +
board/freescale/qemu-ppce500/qemu-ppce500.c | 20 +
board/freescale/t4rdb/Makefile | 12 +
board/freescale/t4rdb/ddr.c | 118 +++++
board/freescale/t4rdb/ddr.h | 78 +++
board/freescale/t4rdb/eth.c | 146 ++++++
board/freescale/t4rdb/law.c | 28 +
board/freescale/t4rdb/pci.c | 23 +
board/freescale/t4rdb/t4240rdb.c | 125 +++++
board/freescale/t4rdb/t4_pbi.cfg | 31 ++
board/freescale/t4rdb/t4_rcw.cfg | 7 +
board/freescale/t4rdb/t4rdb.h | 18 +
board/freescale/t4rdb/tlb.c | 111 ++++
board/keymile/kmp204x/kmp204x.c | 75 ++-
board/keymile/kmp204x/kmp204x.h | 3 +
board/keymile/kmp204x/pbi.cfg | 43 +-
board/keymile/kmp204x/pci.c | 17 +-
board/keymile/kmp204x/qrio.c | 31 +-
board/keymile/kmp204x/rcw_kmp204x.cfg | 2 +-
boards.cfg | 7 +-
drivers/mmc/fsl_esdhc.c | 2 +-
drivers/net/fm/Makefile | 1 +
drivers/net/fm/memac_phy.c | 8 +-
drivers/qe/qe.c | 9 +-
include/common.h | 5 +-
include/configs/B4860QDS.h | 14 +
include/configs/MPC8536DS.h | 2 +
include/configs/MPC8572DS.h | 5 +-
include/configs/MPC8641HPCN.h | 3 +
include/configs/T208xRDB.h | 1 +
include/configs/T4240RDB.h | 752 +++++++++++++++++++++++++++
include/configs/corenet_ds.h | 3 +
include/configs/km/kmp204x-common.h | 17 +-
include/configs/p1_p2_rdb_pc.h | 3 +
include/configs/qemu-ppce500.h | 1 +
include/configs/t4qds.h | 2 +
56 files changed, 2257 insertions(+), 70 deletions(-)
create mode 100644 board/freescale/common/zm7300.c
create mode 100644 board/freescale/common/zm7300.h
create mode 100644 board/freescale/t4rdb/Makefile
create mode 100644 board/freescale/t4rdb/ddr.c
create mode 100644 board/freescale/t4rdb/ddr.h
create mode 100644 board/freescale/t4rdb/eth.c
create mode 100644 board/freescale/t4rdb/law.c
create mode 100644 board/freescale/t4rdb/pci.c
create mode 100644 board/freescale/t4rdb/t4240rdb.c
create mode 100644 board/freescale/t4rdb/t4_pbi.cfg
create mode 100644 board/freescale/t4rdb/t4_rcw.cfg
create mode 100644 board/freescale/t4rdb/t4rdb.h
create mode 100644 board/freescale/t4rdb/tlb.c
create mode 100644 include/configs/T4240RDB.h
Thanks,
York
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] Please pull mpc85xx
2014-05-13 16:12 [U-Boot] Please pull mpc85xx York Sun
@ 2014-05-13 16:14 ` York Sun
2014-05-13 21:45 ` Tom Rini
1 sibling, 0 replies; 5+ messages in thread
From: York Sun @ 2014-05-13 16:14 UTC (permalink / raw)
To: u-boot
Tom,
I forgot to add my "Reviewed-by" for this set. Let me know if I have to fix them.
York
On 05/13/2014 11:12 AM, York Sun wrote:
> Tom,
>
> The following changes since commit 69c0d323e325f48f3124fb0696de3d68fcbcae8e:
>
> kbuild: Fix trailing whitespaces (2014-05-12 16:31:51 -0400)
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-mpc85xx.git master
>
> for you to fetch changes up to 8ad5d45e0044f5e64dbe7c6bd4e6aa0121a26b23:
>
> boards.cfg: fix a configuration error of ep8248 board (2014-05-13 11:00:01 -0500)
>
> ----------------------------------------------------------------
> Alexander Graf (4):
> PPC 85xx QEMU: Always assume 1 core
> PPC 85xx QEMU: Don't use HID1
> powerpc/mpc85xx: Update TLB CAMs in relocated mode
> PPC 85xx QEMU: Make a generic board file
>
> Aneesh Bansal (2):
> powerpc/mpc85xx: SECURE BOOT- secure boot target for t1040rdb
> powerpc/mpc85xx: SECURE BOOT- Add secure boot target for T2080RDB
>
> Chunhe Lan (1):
> powerpc/85xx: Add T4240RDB board support
>
> Masahiro Yamada (1):
> boards.cfg: fix a configuration error of ep8248 board
>
> Shaohui Xie (1):
> powerpc/fman/memac: use default MDIO_HOLD value
>
> Shaveta Leekha (2):
> board/freescale/common: ZM7300 driver
> board/b4qds: VID support
>
> Shengzhou Liu (2):
> powerpc/t208x: enable errata A006261, A006593, A006379
> powerpc/85xx: add T4080 SoC support
>
> Stefan Bigler (2):
> kmp204x: Add support for the unit LEDs
> kmp204x: handle dip-switch for factory settings
>
> Valentin Longchamp (6):
> kmp204x: selftest/factory test pin support
> kmp204x: update the CONFIG_PRAM and CONFIG_KM_RESERVED_PRAM defines
> kmp204x: complete the reset sequence and PRST configuration
> kmp204x: update the RCW
> kmp204x: add workaround for A-004849
> kmp204x: enable the errata command
>
> York Sun (6):
> powerpc/mpc8572ds: Increase u-boot size to 768KB
> powerpc/mpc85xx: Ignore FDT pointer for non-QEMU in cpu_init_early_f()
> powerpc/freescale: Change the return value of mac_read_from_eeprom()
> powerpc/mpc85xx: Fix boot_flag for calling board_init_f()
> powerpc/mpc86xx: Fix boot_flag for calling board_init_f()
> powerpc/freescale: Convert selected boards to generic board architecture
>
> Zhao Qiang (1):
> qe: disable qe when qe-ucode fails to be uploaded for "deep sleep"
>
> arch/powerpc/cpu/mpc85xx/Makefile | 2 +
> arch/powerpc/cpu/mpc85xx/cpu.c | 24 +
> arch/powerpc/cpu/mpc85xx/cpu_init.c | 17 +-
> arch/powerpc/cpu/mpc85xx/cpu_init_early.c | 2 +
> arch/powerpc/cpu/mpc85xx/speed.c | 3 +-
> arch/powerpc/cpu/mpc85xx/spl_minimal.c | 4 +-
> arch/powerpc/cpu/mpc85xx/start.S | 4 +-
> arch/powerpc/cpu/mpc85xx/t4240_ids.c | 2 +
> arch/powerpc/cpu/mpc85xx/t4240_serdes.c | 2 +-
> arch/powerpc/cpu/mpc86xx/start.S | 1 +
> arch/powerpc/cpu/mpc8xxx/cpu.c | 5 +-
> arch/powerpc/include/asm/config_mpc85xx.h | 19 +-
> arch/powerpc/include/asm/fsl_errata.h | 5 +
> arch/powerpc/include/asm/fsl_secure_boot.h | 3 +-
> arch/powerpc/include/asm/immap_85xx.h | 6 +-
> arch/powerpc/include/asm/processor.h | 1 +
> board/freescale/b4860qds/b4860qds.c | 240 +++++++++
> board/freescale/common/Makefile | 1 +
> board/freescale/common/sys_eeprom.c | 6 +-
> board/freescale/common/zm7300.c | 235 +++++++++
> board/freescale/common/zm7300.h | 22 +
> board/freescale/qemu-ppce500/qemu-ppce500.c | 20 +
> board/freescale/t4rdb/Makefile | 12 +
> board/freescale/t4rdb/ddr.c | 118 +++++
> board/freescale/t4rdb/ddr.h | 78 +++
> board/freescale/t4rdb/eth.c | 146 ++++++
> board/freescale/t4rdb/law.c | 28 +
> board/freescale/t4rdb/pci.c | 23 +
> board/freescale/t4rdb/t4240rdb.c | 125 +++++
> board/freescale/t4rdb/t4_pbi.cfg | 31 ++
> board/freescale/t4rdb/t4_rcw.cfg | 7 +
> board/freescale/t4rdb/t4rdb.h | 18 +
> board/freescale/t4rdb/tlb.c | 111 ++++
> board/keymile/kmp204x/kmp204x.c | 75 ++-
> board/keymile/kmp204x/kmp204x.h | 3 +
> board/keymile/kmp204x/pbi.cfg | 43 +-
> board/keymile/kmp204x/pci.c | 17 +-
> board/keymile/kmp204x/qrio.c | 31 +-
> board/keymile/kmp204x/rcw_kmp204x.cfg | 2 +-
> boards.cfg | 7 +-
> drivers/mmc/fsl_esdhc.c | 2 +-
> drivers/net/fm/Makefile | 1 +
> drivers/net/fm/memac_phy.c | 8 +-
> drivers/qe/qe.c | 9 +-
> include/common.h | 5 +-
> include/configs/B4860QDS.h | 14 +
> include/configs/MPC8536DS.h | 2 +
> include/configs/MPC8572DS.h | 5 +-
> include/configs/MPC8641HPCN.h | 3 +
> include/configs/T208xRDB.h | 1 +
> include/configs/T4240RDB.h | 752 +++++++++++++++++++++++++++
> include/configs/corenet_ds.h | 3 +
> include/configs/km/kmp204x-common.h | 17 +-
> include/configs/p1_p2_rdb_pc.h | 3 +
> include/configs/qemu-ppce500.h | 1 +
> include/configs/t4qds.h | 2 +
> 56 files changed, 2257 insertions(+), 70 deletions(-)
> create mode 100644 board/freescale/common/zm7300.c
> create mode 100644 board/freescale/common/zm7300.h
> create mode 100644 board/freescale/t4rdb/Makefile
> create mode 100644 board/freescale/t4rdb/ddr.c
> create mode 100644 board/freescale/t4rdb/ddr.h
> create mode 100644 board/freescale/t4rdb/eth.c
> create mode 100644 board/freescale/t4rdb/law.c
> create mode 100644 board/freescale/t4rdb/pci.c
> create mode 100644 board/freescale/t4rdb/t4240rdb.c
> create mode 100644 board/freescale/t4rdb/t4_pbi.cfg
> create mode 100644 board/freescale/t4rdb/t4_rcw.cfg
> create mode 100644 board/freescale/t4rdb/t4rdb.h
> create mode 100644 board/freescale/t4rdb/tlb.c
> create mode 100644 include/configs/T4240RDB.h
>
> Thanks,
>
> York
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] Please pull mpc85xx
2014-05-13 16:12 [U-Boot] Please pull mpc85xx York Sun
2014-05-13 16:14 ` York Sun
@ 2014-05-13 21:45 ` Tom Rini
1 sibling, 0 replies; 5+ messages in thread
From: Tom Rini @ 2014-05-13 21:45 UTC (permalink / raw)
To: u-boot
On Tue, May 13, 2014 at 11:12:53AM -0500, York Sun wrote:
> Tom,
>
> The following changes since commit 69c0d323e325f48f3124fb0696de3d68fcbcae8e:
>
> kbuild: Fix trailing whitespaces (2014-05-12 16:31:51 -0400)
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-mpc85xx.git master
>
> for you to fetch changes up to 8ad5d45e0044f5e64dbe7c6bd4e6aa0121a26b23:
>
> boards.cfg: fix a configuration error of ep8248 board (2014-05-13 11:00:01 -0500)
>
> ----------------------------------------------------------------
> Alexander Graf (4):
> PPC 85xx QEMU: Always assume 1 core
> PPC 85xx QEMU: Don't use HID1
> powerpc/mpc85xx: Update TLB CAMs in relocated mode
> PPC 85xx QEMU: Make a generic board file
>
> Aneesh Bansal (2):
> powerpc/mpc85xx: SECURE BOOT- secure boot target for t1040rdb
> powerpc/mpc85xx: SECURE BOOT- Add secure boot target for T2080RDB
>
> Chunhe Lan (1):
> powerpc/85xx: Add T4240RDB board support
>
> Masahiro Yamada (1):
> boards.cfg: fix a configuration error of ep8248 board
>
> Shaohui Xie (1):
> powerpc/fman/memac: use default MDIO_HOLD value
>
> Shaveta Leekha (2):
> board/freescale/common: ZM7300 driver
> board/b4qds: VID support
>
> Shengzhou Liu (2):
> powerpc/t208x: enable errata A006261, A006593, A006379
> powerpc/85xx: add T4080 SoC support
>
> Stefan Bigler (2):
> kmp204x: Add support for the unit LEDs
> kmp204x: handle dip-switch for factory settings
>
> Valentin Longchamp (6):
> kmp204x: selftest/factory test pin support
> kmp204x: update the CONFIG_PRAM and CONFIG_KM_RESERVED_PRAM defines
> kmp204x: complete the reset sequence and PRST configuration
> kmp204x: update the RCW
> kmp204x: add workaround for A-004849
> kmp204x: enable the errata command
>
> York Sun (6):
> powerpc/mpc8572ds: Increase u-boot size to 768KB
> powerpc/mpc85xx: Ignore FDT pointer for non-QEMU in cpu_init_early_f()
> powerpc/freescale: Change the return value of mac_read_from_eeprom()
> powerpc/mpc85xx: Fix boot_flag for calling board_init_f()
> powerpc/mpc86xx: Fix boot_flag for calling board_init_f()
> powerpc/freescale: Convert selected boards to generic board architecture
>
> Zhao Qiang (1):
> qe: disable qe when qe-ucode fails to be uploaded for "deep sleep"
>
> arch/powerpc/cpu/mpc85xx/Makefile | 2 +
> arch/powerpc/cpu/mpc85xx/cpu.c | 24 +
> arch/powerpc/cpu/mpc85xx/cpu_init.c | 17 +-
> arch/powerpc/cpu/mpc85xx/cpu_init_early.c | 2 +
> arch/powerpc/cpu/mpc85xx/speed.c | 3 +-
> arch/powerpc/cpu/mpc85xx/spl_minimal.c | 4 +-
> arch/powerpc/cpu/mpc85xx/start.S | 4 +-
> arch/powerpc/cpu/mpc85xx/t4240_ids.c | 2 +
> arch/powerpc/cpu/mpc85xx/t4240_serdes.c | 2 +-
> arch/powerpc/cpu/mpc86xx/start.S | 1 +
> arch/powerpc/cpu/mpc8xxx/cpu.c | 5 +-
> arch/powerpc/include/asm/config_mpc85xx.h | 19 +-
> arch/powerpc/include/asm/fsl_errata.h | 5 +
> arch/powerpc/include/asm/fsl_secure_boot.h | 3 +-
> arch/powerpc/include/asm/immap_85xx.h | 6 +-
> arch/powerpc/include/asm/processor.h | 1 +
> board/freescale/b4860qds/b4860qds.c | 240 +++++++++
> board/freescale/common/Makefile | 1 +
> board/freescale/common/sys_eeprom.c | 6 +-
> board/freescale/common/zm7300.c | 235 +++++++++
> board/freescale/common/zm7300.h | 22 +
> board/freescale/qemu-ppce500/qemu-ppce500.c | 20 +
> board/freescale/t4rdb/Makefile | 12 +
> board/freescale/t4rdb/ddr.c | 118 +++++
> board/freescale/t4rdb/ddr.h | 78 +++
> board/freescale/t4rdb/eth.c | 146 ++++++
> board/freescale/t4rdb/law.c | 28 +
> board/freescale/t4rdb/pci.c | 23 +
> board/freescale/t4rdb/t4240rdb.c | 125 +++++
> board/freescale/t4rdb/t4_pbi.cfg | 31 ++
> board/freescale/t4rdb/t4_rcw.cfg | 7 +
> board/freescale/t4rdb/t4rdb.h | 18 +
> board/freescale/t4rdb/tlb.c | 111 ++++
> board/keymile/kmp204x/kmp204x.c | 75 ++-
> board/keymile/kmp204x/kmp204x.h | 3 +
> board/keymile/kmp204x/pbi.cfg | 43 +-
> board/keymile/kmp204x/pci.c | 17 +-
> board/keymile/kmp204x/qrio.c | 31 +-
> board/keymile/kmp204x/rcw_kmp204x.cfg | 2 +-
> boards.cfg | 7 +-
> drivers/mmc/fsl_esdhc.c | 2 +-
> drivers/net/fm/Makefile | 1 +
> drivers/net/fm/memac_phy.c | 8 +-
> drivers/qe/qe.c | 9 +-
> include/common.h | 5 +-
> include/configs/B4860QDS.h | 14 +
> include/configs/MPC8536DS.h | 2 +
> include/configs/MPC8572DS.h | 5 +-
> include/configs/MPC8641HPCN.h | 3 +
> include/configs/T208xRDB.h | 1 +
> include/configs/T4240RDB.h | 752 +++++++++++++++++++++++++++
> include/configs/corenet_ds.h | 3 +
> include/configs/km/kmp204x-common.h | 17 +-
> include/configs/p1_p2_rdb_pc.h | 3 +
> include/configs/qemu-ppce500.h | 1 +
> include/configs/t4qds.h | 2 +
> 56 files changed, 2257 insertions(+), 70 deletions(-)
> create mode 100644 board/freescale/common/zm7300.c
> create mode 100644 board/freescale/common/zm7300.h
> create mode 100644 board/freescale/t4rdb/Makefile
> create mode 100644 board/freescale/t4rdb/ddr.c
> create mode 100644 board/freescale/t4rdb/ddr.h
> create mode 100644 board/freescale/t4rdb/eth.c
> create mode 100644 board/freescale/t4rdb/law.c
> create mode 100644 board/freescale/t4rdb/pci.c
> create mode 100644 board/freescale/t4rdb/t4240rdb.c
> create mode 100644 board/freescale/t4rdb/t4_pbi.cfg
> create mode 100644 board/freescale/t4rdb/t4_rcw.cfg
> create mode 100644 board/freescale/t4rdb/t4rdb.h
> create mode 100644 board/freescale/t4rdb/tlb.c
> create mode 100644 include/configs/T4240RDB.h
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140513/4f31e33c/attachment.pgp>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] please pull mpc85xx
@ 2014-11-14 21:20 York Sun
2014-11-17 0:45 ` Tom Rini
0 siblings, 1 reply; 5+ messages in thread
From: York Sun @ 2014-11-14 21:20 UTC (permalink / raw)
To: u-boot
Tom,
The following changes since commit 0d485b9095328cdc81b2ee94ff59b988c69b9127:
Merge branch 'master' of git://git.denx.de/u-boot-sunxi (2014-11-13 10:35:13
-0500)
are available in the git repository at:
git://git.denx.de/u-boot-mpc85xx.git master
for you to fetch changes up to 94b383e7d843efe2618535f01776921751dd756b:
powerpc/85xx: enable some P1/P2 boards mtdparts for nor flash (2014-11-14
11:13:12 -0800)
----------------------------------------------------------------
Ashish Kumar (2):
powerpc/BSC9132QDS: Enable creation of dynamic partition for NAND and NOR
powerpc/BSC9131RDB: Enable creation of dynamic partitions for NAND
Chunhe Lan (1):
powerpc/t4rdb: Add support of CPLD
Paul Gortmaker (1):
sbc8548: enable and test CONFIG_SYS_GENERIC_BOARD
Prabhakar Kushwaha (1):
powerpc/mpc85xx: Use IFC accessor function
Priyanka Jain (1):
t104xrdb: Add Errata A_007662, A_008007 workaround in pbi.cfg
Shaohui Xie (2):
Fman/mEMAC: mEMAC fix for 10G MAC and PHY
driver/net/fm/memac_phy: set NEG bit for external MDIOs
Valentin Longchamp (3):
mpc85xx/kmp204x: raise u-boot size to 768KB
powerpc/mpc83xx: Zero boot_flags arg for calling board_init_f()
keymile/powerpc: move to the architecture-generic board system
Yangbo Lu (1):
powerpc/85xx: enable some P1/P2 boards mtdparts for nor flash
ramneek mehresh (1):
85xx/b4:Correct USB DR controller liodn entry
arch/powerpc/cpu/mpc83xx/start.S | 1 +
arch/powerpc/cpu/mpc85xx/b4860_ids.c | 2 +-
arch/powerpc/cpu/mpc85xx/cpu_init_early.c | 6 +-
arch/powerpc/cpu/mpc85xx/speed.c | 2 +-
arch/powerpc/include/asm/fsl_memac.h | 2 +
board/freescale/bsc9131rdb/bsc9131rdb.c | 11 +++
board/freescale/bsc9132qds/bsc9132qds.c | 12 +++
board/freescale/t104xrdb/t104x_pbi.cfg | 10 +++
board/freescale/t4rdb/Makefile | 1 +
board/freescale/t4rdb/cpld.c | 136 +++++++++++++++++++++++++++++
board/freescale/t4rdb/cpld.h | 49 +++++++++++
board/freescale/t4rdb/law.c | 3 +
board/freescale/t4rdb/t4240rdb.c | 12 +++
board/freescale/t4rdb/tlb.c | 5 ++
drivers/net/fm/memac.c | 12 ++-
drivers/net/fm/memac_phy.c | 7 +-
include/configs/BSC9131RDB.h | 17 ++++
include/configs/BSC9132QDS.h | 21 +++++
include/configs/P1022DS.h | 19 ++++
include/configs/T4240RDB.h | 23 +++++
include/configs/km/km83xx-common.h | 3 +
include/configs/km/kmp204x-common.h | 7 +-
include/configs/km82xx.h | 3 +
include/configs/p1_p2_rdb_pc.h | 44 ++++++++++
include/configs/p1_twr.h | 12 +++
include/configs/sbc8548.h | 2 +
26 files changed, 411 insertions(+), 11 deletions(-)
create mode 100644 board/freescale/t4rdb/cpld.c
create mode 100644 board/freescale/t4rdb/cpld.h
Thanks,
York
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] please pull mpc85xx
2014-11-14 21:20 [U-Boot] please " York Sun
@ 2014-11-17 0:45 ` Tom Rini
0 siblings, 0 replies; 5+ messages in thread
From: Tom Rini @ 2014-11-17 0:45 UTC (permalink / raw)
To: u-boot
On Fri, Nov 14, 2014 at 01:20:42PM -0800, York Sun wrote:
> Tom,
>
> The following changes since commit 0d485b9095328cdc81b2ee94ff59b988c69b9127:
>
> Merge branch 'master' of git://git.denx.de/u-boot-sunxi (2014-11-13 10:35:13
> -0500)
>
> are available in the git repository at:
>
>
> git://git.denx.de/u-boot-mpc85xx.git master
>
> for you to fetch changes up to 94b383e7d843efe2618535f01776921751dd756b:
>
> powerpc/85xx: enable some P1/P2 boards mtdparts for nor flash (2014-11-14
> 11:13:12 -0800)
>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20141116/96cc53ec/attachment.pgp>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-11-17 0:45 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-13 16:12 [U-Boot] Please pull mpc85xx York Sun
2014-05-13 16:14 ` York Sun
2014-05-13 21:45 ` Tom Rini
-- strict thread matches above, loose matches on Subject: below --
2014-11-14 21:20 [U-Boot] please " York Sun
2014-11-17 0:45 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox