* [U-Boot] Please pull u-boot-mpc85xx.git master
@ 2014-08-01 21:23 York Sun
2014-08-06 14:37 ` Tom Rini
0 siblings, 1 reply; 8+ messages in thread
From: York Sun @ 2014-08-01 21:23 UTC (permalink / raw)
To: u-boot
Tom,
The following changes since commit fb5368789a45ca5ee4396cbbf563a8f16ab24f9c:
board/freescale: use generic board architecture for t2080qds and t2080rdb
(2014-07-23 12:40:30 -0700)
are available in the git repository at:
git://git.denx.de/u-boot-mpc85xx.git master
for you to fetch changes up to e3917b21c05776b41663bdfcc7666aca11a381a0:
kmp204x: prepare to use CPU watchdog (2014-08-01 14:18:59 -0700)
----------------------------------------------------------------
Boschung, Rainer (9):
mpc85xx: fix interrupt init to not affect watchdog
powerpc: macros for e500mc timer regs added
mpc85xx: watchdog initialisation added
powerpc: mpc85xx watchdog init added to init_func
kmp204x: CPU watchdog enabled
kmp204x/qrio: prepare support for the CPU watchdog reset reason
kmp204x: set CPU watchdog reset reason flag
kmp204x/qrio: support for setting the CPU reset request mode
kmp204x: prepare to use CPU watchdog
arch/powerpc/cpu/mpc85xx/cpu.c | 8 ++++++++
arch/powerpc/cpu/mpc85xx/interrupts.c | 2 +-
arch/powerpc/include/asm/processor.h | 5 +++++
arch/powerpc/lib/board.c | 3 +++
board/keymile/kmp204x/kmp204x.c | 15 +++++++++++++++
board/keymile/kmp204x/kmp204x.h | 7 +++++++
board/keymile/kmp204x/qrio.c | 32 ++++++++++++++++++++++++++++++++
include/configs/km/kmp204x-common.h | 8 ++++++++
include/watchdog.h | 4 ++++
9 files changed, 83 insertions(+), 1 deletion(-)
Thanks,
York
^ permalink raw reply [flat|nested] 8+ messages in thread* [U-Boot] Please pull u-boot-mpc85xx.git master
2014-08-01 21:23 [U-Boot] Please pull u-boot-mpc85xx.git master York Sun
@ 2014-08-06 14:37 ` Tom Rini
0 siblings, 0 replies; 8+ messages in thread
From: Tom Rini @ 2014-08-06 14:37 UTC (permalink / raw)
To: u-boot
On Fri, Aug 01, 2014 at 02:23:14PM -0700, York Sun wrote:
> Tom,
>
> The following changes since commit fb5368789a45ca5ee4396cbbf563a8f16ab24f9c:
>
> board/freescale: use generic board architecture for t2080qds and t2080rdb
> (2014-07-23 12:40:30 -0700)
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-mpc85xx.git master
>
> for you to fetch changes up to e3917b21c05776b41663bdfcc7666aca11a381a0:
>
> kmp204x: prepare to use CPU watchdog (2014-08-01 14:18:59 -0700)
>
> ----------------------------------------------------------------
> Boschung, Rainer (9):
> mpc85xx: fix interrupt init to not affect watchdog
> powerpc: macros for e500mc timer regs added
> mpc85xx: watchdog initialisation added
> powerpc: mpc85xx watchdog init added to init_func
> kmp204x: CPU watchdog enabled
> kmp204x/qrio: prepare support for the CPU watchdog reset reason
> kmp204x: set CPU watchdog reset reason flag
> kmp204x/qrio: support for setting the CPU reset request mode
> kmp204x: prepare to use CPU watchdog
>
> arch/powerpc/cpu/mpc85xx/cpu.c | 8 ++++++++
> arch/powerpc/cpu/mpc85xx/interrupts.c | 2 +-
> arch/powerpc/include/asm/processor.h | 5 +++++
> arch/powerpc/lib/board.c | 3 +++
> board/keymile/kmp204x/kmp204x.c | 15 +++++++++++++++
> board/keymile/kmp204x/kmp204x.h | 7 +++++++
> board/keymile/kmp204x/qrio.c | 32 ++++++++++++++++++++++++++++++++
> include/configs/km/kmp204x-common.h | 8 ++++++++
> include/watchdog.h | 4 ++++
> 9 files changed, 83 insertions(+), 1 deletion(-)
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/20140806/f47959c9/attachment.pgp>
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] Please pull u-boot-mpc85xx.git master
@ 2019-03-03 4:41 Prabhakar Kushwaha
2019-03-05 2:47 ` Tom Rini
0 siblings, 1 reply; 8+ messages in thread
From: Prabhakar Kushwaha @ 2019-03-03 4:41 UTC (permalink / raw)
To: u-boot
The following changes since commit cfba74d0bef350d81241b059180bcc5a1e93bdfa:
Merge branch 'master' of git://git.denx.de/u-boot-socfpga (2019-02-28 18:57:32 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-mpc85xx.git HEAD
for you to fetch changes up to 9390ff732d465d452591745945bef4f3d5fc741e:
powerpc: t104xrdb: Add support of MTA9ADF1G72AZ DDR (2019-03-02 18:11:20 +0530)
Travis build log is https://travis-ci.org/prabhukush/u-boot/builds/500777903
----------------------------------------------------------------
Heinrich Schuchardt (1):
powerpc: enabled building with CONFIG_DM=y
Peng Ma (1):
powerpc: t104xrdb: Add support of MTA9ADF1G72AZ DDR
arch/powerpc/include/asm/u-boot.h | 6 +++---
board/freescale/t104xrdb/ddr.h | 1 +
2 files changed, 4 insertions(+), 3 deletions(-)
Thanks,
Prabhakar (pk)
^ permalink raw reply [flat|nested] 8+ messages in thread* [U-Boot] Please pull u-boot-mpc85xx.git master
@ 2014-08-20 19:29 York Sun
2014-08-21 1:21 ` Tom Rini
0 siblings, 1 reply; 8+ messages in thread
From: York Sun @ 2014-08-20 19:29 UTC (permalink / raw)
To: u-boot
Tom,
The following changes since commit 6d1966e1236838c8c59d58459901283a0e72dddd:
env_fat.c: Make sure our buffer is cache aligned (2014-08-09 11:26:34 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-mpc85xx.git master
for you to fetch changes up to f38391793f1a5c62d1c72a647f15a88e7c22ef11:
kmp204x: reset the Zarlink clocking chips at power up only (2014-08-20
10:44:42 -0700)
----------------------------------------------------------------
Jason Jin (1):
powerpc/t1042RDB: Add Video - HDMI support
Shaohui Xie (1):
powerpc/T4240QDS/eth: some fix for XFI
Shaveta Leekha (1):
powerpc/mpc85xx: Enabling CPC conditionally based on hwconfig options
Tang Yuantian (2):
powerpc/mpc85xx: Make boot flag effective
powerpc/t104xrdb: support deep sleep in SPI/SD boot
Valentin Longchamp (2):
km-powerpc: define CONFIG_PRAM to protect PHRAM and PNVRAM
kmp204x: reset the Zarlink clocking chips at power up only
Vijay Rai (1):
driver/qe: update status of QE microcode
Wang Dongsheng (1):
fsl/diu: ch7301 encoder split off from t1040qds/diu.c
York Sun (1):
powerpc/t4qds: Move doc/README.t4240qds under board/freescale/t4qds
arch/powerpc/cpu/mpc85xx/cpu_init.c | 28 +++-
arch/powerpc/cpu/mpc85xx/fdt.c | 15 +++
arch/powerpc/lib/board.c | 2 +
board/freescale/common/Makefile | 2 +
board/freescale/common/diu_ch7301.c | 136 ++++++++++++++++++++
board/freescale/common/diu_ch7301.h | 13 ++
board/freescale/t1040qds/diu.c | 134 ++-----------------
board/freescale/t104xrdb/Makefile | 1 +
board/freescale/t104xrdb/diu.c | 84 ++++++++++++
board/freescale/t104xrdb/spl.c | 19 +++
.../freescale/t4qds/README | 19 +++
board/freescale/t4qds/eth.c | 136 +++++++++++++++++---
board/keymile/kmp204x/kmp204x.c | 8 +-
drivers/net/fm/t4240.c | 5 +
drivers/qe/qe.c | 2 +-
include/configs/T1040QDS.h | 1 +
include/configs/T104xRDB.h | 50 +++++--
include/configs/km/km-powerpc.h | 5 +-
18 files changed, 498 insertions(+), 162 deletions(-)
create mode 100644 board/freescale/common/diu_ch7301.c
create mode 100644 board/freescale/common/diu_ch7301.h
create mode 100644 board/freescale/t104xrdb/diu.c
rename doc/README.t4240qds => board/freescale/t4qds/README (86%)
Thanks,
York
^ permalink raw reply [flat|nested] 8+ messages in thread* [U-Boot] Please pull u-boot-mpc85xx.git master
2014-08-20 19:29 York Sun
@ 2014-08-21 1:21 ` Tom Rini
0 siblings, 0 replies; 8+ messages in thread
From: Tom Rini @ 2014-08-21 1:21 UTC (permalink / raw)
To: u-boot
On Wed, Aug 20, 2014 at 12:29:57PM -0700, York Sun wrote:
> Tom,
>
> The following changes since commit 6d1966e1236838c8c59d58459901283a0e72dddd:
>
> env_fat.c: Make sure our buffer is cache aligned (2014-08-09 11:26:34 -0400)
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-mpc85xx.git master
>
> for you to fetch changes up to f38391793f1a5c62d1c72a647f15a88e7c22ef11:
>
> kmp204x: reset the Zarlink clocking chips at power up only (2014-08-20
> 10:44:42 -0700)
>
> ----------------------------------------------------------------
> Jason Jin (1):
> powerpc/t1042RDB: Add Video - HDMI support
>
> Shaohui Xie (1):
> powerpc/T4240QDS/eth: some fix for XFI
>
> Shaveta Leekha (1):
> powerpc/mpc85xx: Enabling CPC conditionally based on hwconfig options
>
> Tang Yuantian (2):
> powerpc/mpc85xx: Make boot flag effective
> powerpc/t104xrdb: support deep sleep in SPI/SD boot
>
> Valentin Longchamp (2):
> km-powerpc: define CONFIG_PRAM to protect PHRAM and PNVRAM
> kmp204x: reset the Zarlink clocking chips at power up only
>
> Vijay Rai (1):
> driver/qe: update status of QE microcode
>
> Wang Dongsheng (1):
> fsl/diu: ch7301 encoder split off from t1040qds/diu.c
>
> York Sun (1):
> powerpc/t4qds: Move doc/README.t4240qds under board/freescale/t4qds
>
> arch/powerpc/cpu/mpc85xx/cpu_init.c | 28 +++-
> arch/powerpc/cpu/mpc85xx/fdt.c | 15 +++
> arch/powerpc/lib/board.c | 2 +
> board/freescale/common/Makefile | 2 +
> board/freescale/common/diu_ch7301.c | 136 ++++++++++++++++++++
> board/freescale/common/diu_ch7301.h | 13 ++
> board/freescale/t1040qds/diu.c | 134 ++-----------------
> board/freescale/t104xrdb/Makefile | 1 +
> board/freescale/t104xrdb/diu.c | 84 ++++++++++++
> board/freescale/t104xrdb/spl.c | 19 +++
> .../freescale/t4qds/README | 19 +++
> board/freescale/t4qds/eth.c | 136 +++++++++++++++++---
> board/keymile/kmp204x/kmp204x.c | 8 +-
> drivers/net/fm/t4240.c | 5 +
> drivers/qe/qe.c | 2 +-
> include/configs/T1040QDS.h | 1 +
> include/configs/T104xRDB.h | 50 +++++--
> include/configs/km/km-powerpc.h | 5 +-
> 18 files changed, 498 insertions(+), 162 deletions(-)
> create mode 100644 board/freescale/common/diu_ch7301.c
> create mode 100644 board/freescale/common/diu_ch7301.h
> create mode 100644 board/freescale/t104xrdb/diu.c
> rename doc/README.t4240qds => board/freescale/t4qds/README (86%)
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/20140820/806ee0e4/attachment.pgp>
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] Please pull u-boot-mpc85xx.git master
@ 2014-02-25 17:34 York Sun
2014-02-25 23:05 ` Tom Rini
0 siblings, 1 reply; 8+ messages in thread
From: York Sun @ 2014-02-25 17:34 UTC (permalink / raw)
To: u-boot
Tom,
The following changes since commit 22a240c32c1340183fce12867ae5f8736b92a638:
serial/serial_arc - add driver for ARC UART (2014-02-07 12:55:07 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-mpc85xx.git master
for you to fetch changes up to 91d7746df89f858548fe535137b4b185a6a76d59:
fsl/usb: Limit phy_type comparison to first four characters (2014-02-24
15:23:57 -0800)
----------------------------------------------------------------
Haijun.Zhang (1):
powerpc/mpc8536DS:Increase binary size for mpc8536DS board
Nikhil Badola (1):
fsl/usb: Limit phy_type comparison to first four characters
Shengzhou Liu (2):
powerpc/t208x: some update to support t2081
powerpc/t2081qds: Add T2081 QDS board support
Ying Zhang (4):
SPL: powerpc: expand SPL's length to 128K
SPL: P2020RDB: fix the problem booting from spi flash
SPL: P1022DS: fix the problem booting from spi flash
powerpc: p1010rdb: Enable p1010rdb to start from NAND/SD/SPI flash with SPL
Zhao Qiang (1):
ar8031/8033/phy:enable autonegotiation for ar8031/8033
arch/powerpc/cpu/mpc85xx/speed.c | 3 +-
arch/powerpc/cpu/mpc85xx/t2080_ids.c | 2 +
arch/powerpc/cpu/mpc85xx/t2080_serdes.c | 3 +-
board/freescale/p1010rdb/Makefile | 4 +
board/freescale/p1010rdb/spl.c | 108 ++++++++++
board/freescale/p1010rdb/spl_minimal.c | 76 +------
board/freescale/p1010rdb/tlb.c | 12 +-
board/freescale/{t2080qds => t208xqds}/Makefile | 6 +-
board/freescale/{t2080qds => t208xqds}/ddr.c | 0
board/freescale/{t2080qds => t208xqds}/ddr.h | 0
.../eth_t2080qds.c => t208xqds/eth_t208xqds.c} | 219 ++++++++++++++++----
board/freescale/{t2080qds => t208xqds}/law.c | 0
board/freescale/{t2080qds => t208xqds}/pci.c | 0
.../freescale/{t2080qds => t208xqds}/t2080_rcw.cfg | 0
board/freescale/t208xqds/t2081_rcw.cfg | 8 +
.../t2080_pbi.cfg => t208xqds/t208x_pbi.cfg} | 0
.../{t2080qds/t2080qds.c => t208xqds/t208xqds.c} | 89 +++++++-
.../{t2080qds/t2080qds.h => t208xqds/t208xqds.h} | 0
.../t2080qds_qixis.h => t208xqds/t208xqds_qixis.h} | 8 +-
board/freescale/{t2080qds => t208xqds}/tlb.c | 0
boards.cfg | 15 +-
common/env_sf.c | 7 +-
drivers/net/phy/atheros.c | 1 +
drivers/usb/host/ehci-fsl.c | 2 +-
include/configs/MPC8536DS.h | 10 +-
include/configs/P1010RDB.h | 156 +++++++++++++-
include/configs/P1022DS.h | 18 +-
include/configs/{T2080QDS.h => T208xQDS.h} | 29 ++-
include/configs/p1_p2_rdb_pc.h | 24 ++-
29 files changed, 622 insertions(+), 178 deletions(-)
create mode 100644 board/freescale/p1010rdb/spl.c
rename board/freescale/{t2080qds => t208xqds}/Makefile (53%)
rename board/freescale/{t2080qds => t208xqds}/ddr.c (100%)
rename board/freescale/{t2080qds => t208xqds}/ddr.h (100%)
rename board/freescale/{t2080qds/eth_t2080qds.c => t208xqds/eth_t208xqds.c} (66%)
rename board/freescale/{t2080qds => t208xqds}/law.c (100%)
rename board/freescale/{t2080qds => t208xqds}/pci.c (100%)
rename board/freescale/{t2080qds => t208xqds}/t2080_rcw.cfg (100%)
create mode 100644 board/freescale/t208xqds/t2081_rcw.cfg
rename board/freescale/{t2080qds/t2080_pbi.cfg => t208xqds/t208x_pbi.cfg} (100%)
rename board/freescale/{t2080qds/t2080qds.c => t208xqds/t208xqds.c} (80%)
rename board/freescale/{t2080qds/t2080qds.h => t208xqds/t208xqds.h} (100%)
rename board/freescale/{t2080qds/t2080qds_qixis.h => t208xqds/t208xqds_qixis.h}
(90%)
rename board/freescale/{t2080qds => t208xqds}/tlb.c (100%)
rename include/configs/{T2080QDS.h => T208xQDS.h} (97%)
Thanks,
York
^ permalink raw reply [flat|nested] 8+ messages in thread* [U-Boot] Please pull u-boot-mpc85xx.git master
2014-02-25 17:34 York Sun
@ 2014-02-25 23:05 ` Tom Rini
0 siblings, 0 replies; 8+ messages in thread
From: Tom Rini @ 2014-02-25 23:05 UTC (permalink / raw)
To: u-boot
On Tue, Feb 25, 2014 at 09:34:53AM -0800, York Sun wrote:
> Tom,
>
> The following changes since commit 22a240c32c1340183fce12867ae5f8736b92a638:
>
> serial/serial_arc - add driver for ARC UART (2014-02-07 12:55:07 -0500)
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-mpc85xx.git master
>
> for you to fetch changes up to 91d7746df89f858548fe535137b4b185a6a76d59:
>
> fsl/usb: Limit phy_type comparison to first four characters (2014-02-24
> 15:23:57 -0800)
>
> ----------------------------------------------------------------
> Haijun.Zhang (1):
> powerpc/mpc8536DS:Increase binary size for mpc8536DS board
>
> Nikhil Badola (1):
> fsl/usb: Limit phy_type comparison to first four characters
>
> Shengzhou Liu (2):
> powerpc/t208x: some update to support t2081
> powerpc/t2081qds: Add T2081 QDS board support
>
> Ying Zhang (4):
> SPL: powerpc: expand SPL's length to 128K
> SPL: P2020RDB: fix the problem booting from spi flash
> SPL: P1022DS: fix the problem booting from spi flash
> powerpc: p1010rdb: Enable p1010rdb to start from NAND/SD/SPI flash with SPL
>
> Zhao Qiang (1):
> ar8031/8033/phy:enable autonegotiation for ar8031/8033
>
> arch/powerpc/cpu/mpc85xx/speed.c | 3 +-
> arch/powerpc/cpu/mpc85xx/t2080_ids.c | 2 +
> arch/powerpc/cpu/mpc85xx/t2080_serdes.c | 3 +-
> board/freescale/p1010rdb/Makefile | 4 +
> board/freescale/p1010rdb/spl.c | 108 ++++++++++
> board/freescale/p1010rdb/spl_minimal.c | 76 +------
> board/freescale/p1010rdb/tlb.c | 12 +-
> board/freescale/{t2080qds => t208xqds}/Makefile | 6 +-
> board/freescale/{t2080qds => t208xqds}/ddr.c | 0
> board/freescale/{t2080qds => t208xqds}/ddr.h | 0
> .../eth_t2080qds.c => t208xqds/eth_t208xqds.c} | 219 ++++++++++++++++----
> board/freescale/{t2080qds => t208xqds}/law.c | 0
> board/freescale/{t2080qds => t208xqds}/pci.c | 0
> .../freescale/{t2080qds => t208xqds}/t2080_rcw.cfg | 0
> board/freescale/t208xqds/t2081_rcw.cfg | 8 +
> .../t2080_pbi.cfg => t208xqds/t208x_pbi.cfg} | 0
> .../{t2080qds/t2080qds.c => t208xqds/t208xqds.c} | 89 +++++++-
> .../{t2080qds/t2080qds.h => t208xqds/t208xqds.h} | 0
> .../t2080qds_qixis.h => t208xqds/t208xqds_qixis.h} | 8 +-
> board/freescale/{t2080qds => t208xqds}/tlb.c | 0
> boards.cfg | 15 +-
> common/env_sf.c | 7 +-
> drivers/net/phy/atheros.c | 1 +
> drivers/usb/host/ehci-fsl.c | 2 +-
> include/configs/MPC8536DS.h | 10 +-
> include/configs/P1010RDB.h | 156 +++++++++++++-
> include/configs/P1022DS.h | 18 +-
> include/configs/{T2080QDS.h => T208xQDS.h} | 29 ++-
> include/configs/p1_p2_rdb_pc.h | 24 ++-
> 29 files changed, 622 insertions(+), 178 deletions(-)
> create mode 100644 board/freescale/p1010rdb/spl.c
> rename board/freescale/{t2080qds => t208xqds}/Makefile (53%)
> rename board/freescale/{t2080qds => t208xqds}/ddr.c (100%)
> rename board/freescale/{t2080qds => t208xqds}/ddr.h (100%)
> rename board/freescale/{t2080qds/eth_t2080qds.c => t208xqds/eth_t208xqds.c} (66%)
> rename board/freescale/{t2080qds => t208xqds}/law.c (100%)
> rename board/freescale/{t2080qds => t208xqds}/pci.c (100%)
> rename board/freescale/{t2080qds => t208xqds}/t2080_rcw.cfg (100%)
> create mode 100644 board/freescale/t208xqds/t2081_rcw.cfg
> rename board/freescale/{t2080qds/t2080_pbi.cfg => t208xqds/t208x_pbi.cfg} (100%)
> rename board/freescale/{t2080qds/t2080qds.c => t208xqds/t208xqds.c} (80%)
> rename board/freescale/{t2080qds/t2080qds.h => t208xqds/t208xqds.h} (100%)
> rename board/freescale/{t2080qds/t2080qds_qixis.h => t208xqds/t208xqds_qixis.h}
> (90%)
> rename board/freescale/{t2080qds => t208xqds}/tlb.c (100%)
> rename include/configs/{T2080QDS.h => T208xQDS.h} (97%)
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/20140225/54225384/attachment.pgp>
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2019-03-05 2:47 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-01 21:23 [U-Boot] Please pull u-boot-mpc85xx.git master York Sun
2014-08-06 14:37 ` Tom Rini
-- strict thread matches above, loose matches on Subject: below --
2019-03-03 4:41 Prabhakar Kushwaha
2019-03-05 2:47 ` Tom Rini
2014-08-20 19:29 York Sun
2014-08-21 1:21 ` Tom Rini
2014-02-25 17:34 York Sun
2014-02-25 23:05 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox