* [U-Boot] Please pull u-boot-mpc85xx (updated)
@ 2009-07-22 16:11 Kumar Gala
2009-07-22 22:58 ` Wolfgang Denk
2009-07-24 20:58 ` Timur Tabi
0 siblings, 2 replies; 15+ messages in thread
From: Kumar Gala @ 2009-07-22 16:11 UTC (permalink / raw)
To: u-boot
(This has the updated versions of the 'bank' patches based on comments
from the list)
- k
The following changes since commit d4abc757c26c531293f5bbc4262ade44a317eec9:
Peter Tyser (1):
Move api_examples to examples/api
are available in the git repository at:
git://git.denx.de/u-boot-mpc85xx.git master
Kumar Gala (4):
85xx: Bump up the BOOTMAP to 16M on FSL 85xx boards
86xx: Report which "bank" of NOR flash we are booting from on MPC8641HPCN
85xx: Report which "bank" of NOR flash we are booting from on FSL boards
85xx/86xx: Replace in8/out8 with in_8/out_8 on FSL boards
Peter Tyser (8):
86xx: Rename ccsr_ddr's sdram_mode_1, sdram_cfg_1 fields
xes: Remove 8xxx board_add_ram_info() function
tqm85xx: Remove board_add_ram_info()
85xx, 86xx: Add common board_add_ram_info()
xpedite5200,5370: Use buffered NOR flash writes
xpedite5370: Fix I2C GPIO initialization typo
xes: Increase CONFIG_SYS_BOOTM_LEN to 16MB
xpedite5370: Enable NAND command support
Roy Zang (1):
85xx: Add pci/pcie E1000 ethernet support for MPC8544DS and MPC8536 boards
board/freescale/common/pixis.c | 78 +++++++++++---------
board/freescale/mpc8536ds/mpc8536ds.c | 61 +++++++++++++---
board/freescale/mpc8544ds/mpc8544ds.c | 27 +++++---
board/freescale/mpc8572ds/mpc8572ds.c | 48 ++++++++++---
board/freescale/mpc8610hpcd/mpc8610hpcd.c | 29 ++++----
board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c | 13 ++--
board/freescale/mpc8641hpcn/mpc8641hpcn.c | 39 +++++++----
board/freescale/p2020ds/p2020ds.c | 45 +++++++++---
board/sbc8641d/sbc8641d.c | 12 ++--
board/tqc/tqm85xx/sdram.c | 33 +--------
board/xes/common/fsl_8xxx_ddr.c | 53 --------------
board/xes/xpedite5370/xpedite5370.c | 4 +-
cpu/mpc86xx/ddr-8641.c | 4 +-
cpu/mpc8xxx/ddr/main.c | 43 +-----------
cpu/mpc8xxx/ddr/util.c | 96 +++++++++++++++++++++++++
include/asm-ppc/immap_86xx.h | 4 +-
include/configs/MPC8536DS.h | 12 +++-
include/configs/MPC8540ADS.h | 4 +-
include/configs/MPC8541CDS.h | 4 +-
include/configs/MPC8544DS.h | 7 ++-
include/configs/MPC8548CDS.h | 4 +-
include/configs/MPC8555CDS.h | 4 +-
include/configs/MPC8560ADS.h | 4 +-
include/configs/MPC8568MDS.h | 4 +-
include/configs/MPC8569MDS.h | 4 +-
include/configs/MPC8572DS.h | 9 ++-
include/configs/MPC8641HPCN.h | 2 +
include/configs/P2020DS.h | 9 ++-
include/configs/XPEDITE5170.h | 1 +
include/configs/XPEDITE5200.h | 2 +
include/configs/XPEDITE5370.h | 11 +++-
31 files changed, 402 insertions(+), 268 deletions(-)
^ permalink raw reply [flat|nested] 15+ messages in thread* [U-Boot] Please pull u-boot-mpc85xx (updated)
2009-07-22 16:11 [U-Boot] Please pull u-boot-mpc85xx (updated) Kumar Gala
@ 2009-07-22 22:58 ` Wolfgang Denk
2009-07-24 20:58 ` Timur Tabi
1 sibling, 0 replies; 15+ messages in thread
From: Wolfgang Denk @ 2009-07-22 22:58 UTC (permalink / raw)
To: u-boot
Dear Kumar Gala,
In message <Pine.LNX.4.64.0907221042010.25170@localhost.localdomain> you wrote:
> (This has the updated versions of the 'bank' patches based on comments
> from the list)
>
> - k
>
> The following changes since commit d4abc757c26c531293f5bbc4262ade44a317eec9:
> Peter Tyser (1):
> Move api_examples to examples/api
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-mpc85xx.git master
>
> Kumar Gala (4):
> 85xx: Bump up the BOOTMAP to 16M on FSL 85xx boards
> 86xx: Report which "bank" of NOR flash we are booting from on MPC8641HPCN
> 85xx: Report which "bank" of NOR flash we are booting from on FSL boards
> 85xx/86xx: Replace in8/out8 with in_8/out_8 on FSL boards
>
> Peter Tyser (8):
> 86xx: Rename ccsr_ddr's sdram_mode_1, sdram_cfg_1 fields
> xes: Remove 8xxx board_add_ram_info() function
> tqm85xx: Remove board_add_ram_info()
> 85xx, 86xx: Add common board_add_ram_info()
> xpedite5200,5370: Use buffered NOR flash writes
> xpedite5370: Fix I2C GPIO initialization typo
> xes: Increase CONFIG_SYS_BOOTM_LEN to 16MB
> xpedite5370: Enable NAND command support
>
> Roy Zang (1):
> 85xx: Add pci/pcie E1000 ethernet support for MPC8544DS and MPC8536 boards
>
> board/freescale/common/pixis.c | 78 +++++++++++---------
> board/freescale/mpc8536ds/mpc8536ds.c | 61 +++++++++++++---
> board/freescale/mpc8544ds/mpc8544ds.c | 27 +++++---
> board/freescale/mpc8572ds/mpc8572ds.c | 48 ++++++++++---
> board/freescale/mpc8610hpcd/mpc8610hpcd.c | 29 ++++----
> board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c | 13 ++--
> board/freescale/mpc8641hpcn/mpc8641hpcn.c | 39 +++++++----
> board/freescale/p2020ds/p2020ds.c | 45 +++++++++---
> board/sbc8641d/sbc8641d.c | 12 ++--
> board/tqc/tqm85xx/sdram.c | 33 +--------
> board/xes/common/fsl_8xxx_ddr.c | 53 --------------
> board/xes/xpedite5370/xpedite5370.c | 4 +-
> cpu/mpc86xx/ddr-8641.c | 4 +-
> cpu/mpc8xxx/ddr/main.c | 43 +-----------
> cpu/mpc8xxx/ddr/util.c | 96 +++++++++++++++++++++++++
> include/asm-ppc/immap_86xx.h | 4 +-
> include/configs/MPC8536DS.h | 12 +++-
> include/configs/MPC8540ADS.h | 4 +-
> include/configs/MPC8541CDS.h | 4 +-
> include/configs/MPC8544DS.h | 7 ++-
> include/configs/MPC8548CDS.h | 4 +-
> include/configs/MPC8555CDS.h | 4 +-
> include/configs/MPC8560ADS.h | 4 +-
> include/configs/MPC8568MDS.h | 4 +-
> include/configs/MPC8569MDS.h | 4 +-
> include/configs/MPC8572DS.h | 9 ++-
> include/configs/MPC8641HPCN.h | 2 +
> include/configs/P2020DS.h | 9 ++-
> include/configs/XPEDITE5170.h | 1 +
> include/configs/XPEDITE5200.h | 2 +
> include/configs/XPEDITE5370.h | 11 +++-
> 31 files changed, 402 insertions(+), 268 deletions(-)
Done, too.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"There's only one kind of woman ..." "Or man, for that matter. You
either believe in yourself or you don't."
-- Kirk and Harry Mudd, "Mudd's Women", stardate 1330.1
^ permalink raw reply [flat|nested] 15+ messages in thread
* [U-Boot] Please pull u-boot-mpc85xx (updated)
2009-07-22 16:11 [U-Boot] Please pull u-boot-mpc85xx (updated) Kumar Gala
2009-07-22 22:58 ` Wolfgang Denk
@ 2009-07-24 20:58 ` Timur Tabi
2009-07-24 20:59 ` Kumar Gala
2009-07-24 20:59 ` Ben Warren
1 sibling, 2 replies; 15+ messages in thread
From: Timur Tabi @ 2009-07-24 20:58 UTC (permalink / raw)
To: u-boot
On Wed, Jul 22, 2009 at 11:11 AM, Kumar Gala<galak@kernel.crashing.org> wrote:
> Roy Zang (1):
> ? ? ?85xx: Add pci/pcie E1000 ethernet support for MPC8544DS and MPC8536 boards
Doesn't this depend on this other patch from Roy:
[PATCH 1/2] Add ntel PCIE PRO/1000 Network Driver support
Ben was going to review this patch, but it's not in his 'net' git repository.
--
Timur Tabi
Linux kernel developer at Freescale
^ permalink raw reply [flat|nested] 15+ messages in thread* [U-Boot] Please pull u-boot-mpc85xx (updated)
2009-07-24 20:58 ` Timur Tabi
@ 2009-07-24 20:59 ` Kumar Gala
2009-07-27 2:09 ` Zang Roy-R61911
2009-07-24 20:59 ` Ben Warren
1 sibling, 1 reply; 15+ messages in thread
From: Kumar Gala @ 2009-07-24 20:59 UTC (permalink / raw)
To: u-boot
On Jul 24, 2009, at 3:58 PM, Timur Tabi wrote:
> On Wed, Jul 22, 2009 at 11:11 AM, Kumar
> Gala<galak@kernel.crashing.org> wrote:
>
>> Roy Zang (1):
>> 85xx: Add pci/pcie E1000 ethernet support for MPC8544DS and
>> MPC8536 boards
>
> Doesn't this depend on this other patch from Roy:
>
> [PATCH 1/2] Add ntel PCIE PRO/1000 Network Driver support
>
> Ben was going to review this patch, but it's not in his 'net' git
> repository.
Not exactly. The 2nd patch just enables support for the e1000 driver
that already exists. The first adds support for more variants of the
e1000. So we can safely apply the second patch.
- k
^ permalink raw reply [flat|nested] 15+ messages in thread
* [U-Boot] Please pull u-boot-mpc85xx (updated)
2009-07-24 20:59 ` Kumar Gala
@ 2009-07-27 2:09 ` Zang Roy-R61911
0 siblings, 0 replies; 15+ messages in thread
From: Zang Roy-R61911 @ 2009-07-27 2:09 UTC (permalink / raw)
To: u-boot
> -----Original Message-----
> From: Kumar Gala [mailto:galak at kernel.crashing.org]
> Sent: Saturday, July 25, 2009 4:59 AM
> To: Tabi Timur-B04825
> Cc: Wolfgang Denk; u-boot Mailing List; Ben Warren; Zang Roy-R61911
> Subject: Re: [U-Boot] Please pull u-boot-mpc85xx (updated)
>
>
> On Jul 24, 2009, at 3:58 PM, Timur Tabi wrote:
>
> > On Wed, Jul 22, 2009 at 11:11 AM, Kumar
> > Gala<galak@kernel.crashing.org> wrote:
> >
> >> Roy Zang (1):
> >> 85xx: Add pci/pcie E1000 ethernet support for MPC8544DS and
> >> MPC8536 boards
> >
> > Doesn't this depend on this other patch from Roy:
> >
> > [PATCH 1/2] Add ntel PCIE PRO/1000 Network Driver support
> >
> > Ben was going to review this patch, but it's not in his 'net' git
> > repository.
>
> Not exactly. The 2nd patch just enables support for the
> e1000 driver
> that already exists. The first adds support for more
> variants of the
> e1000. So we can safely apply the second patch.
Correct. 2nd patch does not depend on the first one. Other pci Intel
e1000 card should work with original driver.
I will send out the updated e1000 driver this week according to Ben's
feedback.
Thanks.
Roy
^ permalink raw reply [flat|nested] 15+ messages in thread
* [U-Boot] Please pull u-boot-mpc85xx (updated)
2009-07-24 20:58 ` Timur Tabi
2009-07-24 20:59 ` Kumar Gala
@ 2009-07-24 20:59 ` Ben Warren
1 sibling, 0 replies; 15+ messages in thread
From: Ben Warren @ 2009-07-24 20:59 UTC (permalink / raw)
To: u-boot
Timur Tabi wrote:
> On Wed, Jul 22, 2009 at 11:11 AM, Kumar Gala<galak@kernel.crashing.org> wrote:
>
>
>> Roy Zang (1):
>> 85xx: Add pci/pcie E1000 ethernet support for MPC8544DS and MPC8536 boards
>>
>
> Doesn't this depend on this other patch from Roy:
>
> [PATCH 1/2] Add ntel PCIE PRO/1000 Network Driver support
>
> Ben was going to review this patch, but it's not in his 'net' git repository.
>
>
I have reviewed it, and am awaiting an updated patch.
regards,
Ben
^ permalink raw reply [flat|nested] 15+ messages in thread
* [U-Boot] Please pull u-boot-mpc85xx (updated)
@ 2009-09-24 17:07 Kumar Gala
2009-09-24 21:40 ` Wolfgang Denk
0 siblings, 1 reply; 15+ messages in thread
From: Kumar Gala @ 2009-09-24 17:07 UTC (permalink / raw)
To: u-boot
This includes Paul's updates for sbc85xx and p4080 updates. I have not
fixed the immap line issue, but will do that as a follow on patch.
- k
The following changes since commit 30d7aae7e82dacf9ae2983fbbf3567515266968b:
Wolfgang Denk (1):
Merge branch 'master' of /home/wd/git/u-boot/custodians
are available in the git repository at:
git://git.denx.de/u-boot-mpc85xx.git master
Kumar Gala (16):
ppc/85xx: Fix LCRR_CLKDIV defines
ppc/85xx: Simplify the top makefile for 36-bit config for MPC8572DS
ppc/85xx: Simplify the top makefile for 36-bit config for P2020DS
ppc/85xx: Simplify the top makefile for P1_P2_RDB boards
ppc/85xx: Clean up p1_p2_rdb PCI setup
ppc/85xx: Clean up p2020ds PCI setup code
ppc/85xx: Clean up mpc8572DS PCI setup code
ppc/85xx: Clean up use of LAWAR defines
ppc/85xx: Fix enabling of L2 cache
ppc/p4080: Add p4080 platform immap definitions
ppc/p4080: Add support for CoreNet style platform LAWs
ppc/p4080: CoreNet platfrom style CCSRBAR setting
ppc/p4080: CoreNet platfrom style secondary core release
ppc/p4080: Add various p4080 related defines (and p4040)
ppc/p4080: Handle timebase enabling and frequency reporting
ppc/p4080: Determine various chip frequencies on CoreNet platforms
Mingkai Hu (4):
ppc/85xx: simplify the top makefile for 36-bit config for mpc8536ds
ppc/85xx: add ld script file for boot from NAND
immap_85xx: add porpllsr's plat ratio definition
ppc/85xx: add cpu init config file for boot from NAND
Paul Gortmaker (13):
sbc8548: replace README with completely new document
sbc8548: enable use of PCI network cards
sbc8548: delete unused MPC8548CDS info carried over from port
sbc8548: get_clock_freq is not valid for this board
sbc8548: cosmetic line re-wrap
sbc8548: enable access to second bank of flash
sbc8548: remove eTSEC3/4 voltage hack
sbc8548: use I/O accessors
sbc8548: correct local bus SDRAM size from 64M to 128M
fsl_pci: create a SET_STD_PCI_INFO() helper wrapper
sbc8548: update PCI/PCI-e support code
sbc8548: allow enabling PCI via a make config option
sbc85x0: tidy up Makefile to use new configuration script.
Peter Tyser (1):
mpc8610hpcd: Use common 86xx fdt fixup code
Poonam Aggrwal (1):
ppc/85xx: 32bit DDR changes for P1020/P1011
Vivek Mahajan (1):
85xx-fdt: Fixed l2-ctlr's compatible prop for QorIQ
MAKEALL | 4 +
Makefile | 66 ++-----
board/atum8548/law.c | 2 +-
board/freescale/mpc8536ds/law.c | 6 +-
board/freescale/mpc8540ads/law.c | 2 +-
board/freescale/mpc8544ds/law.c | 6 +-
board/freescale/mpc8560ads/law.c | 2 +-
board/freescale/mpc8572ds/law.c | 6 +-
board/freescale/mpc8572ds/mpc8572ds.c | 230 +++++++---------------
board/freescale/mpc8610hpcd/mpc8610hpcd.c | 14 +--
board/freescale/p1_p2_rdb/ddr.c | 29 +++-
board/freescale/p1_p2_rdb/law.c | 4 +-
board/freescale/p1_p2_rdb/pci.c | 42 ++--
board/freescale/p2020ds/law.c | 6 +-
board/freescale/p2020ds/p2020ds.c | 150 +++-----------
board/pm854/law.c | 2 +-
board/pm856/law.c | 2 +-
board/sbc8548/Makefile | 4 +-
board/sbc8548/law.c | 12 +-
board/sbc8548/sbc8548.c | 305 ++++++++++-------------------
board/sbc8548/tlb.c | 80 +++++---
board/socrates/law.c | 4 +-
board/stx/stxgp3/law.c | 2 +-
board/stx/stxssa/law.c | 2 +-
board/xes/xpedite5200/law.c | 2 +-
cpu/mpc85xx/Makefile | 1 +
cpu/mpc85xx/cpu.c | 49 +++++-
cpu/mpc85xx/cpu_init.c | 21 ++-
cpu/mpc85xx/cpu_init_early.c | 72 +++++--
cpu/mpc85xx/cpu_init_nand.c | 63 ++++++
cpu/mpc85xx/fdt.c | 15 +-
cpu/mpc85xx/mp.c | 68 ++++++-
cpu/mpc85xx/release.S | 3 +-
cpu/mpc85xx/speed.c | 86 ++++++++
cpu/mpc85xx/u-boot-nand_spl.lds | 67 +++++++
cpu/mpc8xxx/cpu.c | 4 +
doc/README.sbc8548 | 189 ++++++++++++++++--
drivers/misc/fsl_law.c | 128 +++++++++++-
drivers/pci/fsl_pci_init.c | 2 +-
include/asm-ppc/config.h | 6 +-
include/asm-ppc/fsl_law.h | 31 +++
include/asm-ppc/fsl_lbc.h | 12 ++
include/asm-ppc/fsl_pci.h | 12 ++
include/asm-ppc/immap_85xx.h | 289 +++++++++++++++++++++++++--
include/asm-ppc/mmu.h | 9 +-
include/asm-ppc/processor.h | 4 +
include/configs/MPC8536DS.h | 2 +-
include/configs/MPC8572DS.h | 4 +
include/configs/P1_P2_RDB.h | 13 ++
include/configs/P2020DS.h | 4 +
include/configs/SBC8540.h | 19 +-
include/configs/XPEDITE5170.h | 2 +-
include/configs/XPEDITE5200.h | 2 +-
include/configs/XPEDITE5370.h | 2 +-
include/configs/sbc8548.h | 147 ++++++++++-----
include/configs/sbc8560.h | 17 ++-
include/e500.h | 6 +
57 files changed, 1559 insertions(+), 774 deletions(-)
create mode 100644 cpu/mpc85xx/cpu_init_nand.c
create mode 100644 cpu/mpc85xx/u-boot-nand_spl.lds
^ permalink raw reply [flat|nested] 15+ messages in thread* [U-Boot] Please pull u-boot-mpc85xx (updated)
2009-09-24 17:07 Kumar Gala
@ 2009-09-24 21:40 ` Wolfgang Denk
2009-09-24 22:32 ` Paul Gortmaker
0 siblings, 1 reply; 15+ messages in thread
From: Wolfgang Denk @ 2009-09-24 21:40 UTC (permalink / raw)
To: u-boot
Dear Kumar Gala,
In message <Pine.LNX.4.64.0909241206140.30130@localhost.localdomain> you wrote:
> This includes Paul's updates for sbc85xx and p4080 updates. I have not
> fixed the immap line issue, but will do that as a follow on patch.
>
> - k
>
> The following changes since commit 30d7aae7e82dacf9ae2983fbbf3567515266968b:
> Wolfgang Denk (1):
> Merge branch 'master' of /home/wd/git/u-boot/custodians
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-mpc85xx.git master
>
> Kumar Gala (16):
> ppc/85xx: Fix LCRR_CLKDIV defines
> ppc/85xx: Simplify the top makefile for 36-bit config for MPC8572DS
> ppc/85xx: Simplify the top makefile for 36-bit config for P2020DS
> ppc/85xx: Simplify the top makefile for P1_P2_RDB boards
> ppc/85xx: Clean up p1_p2_rdb PCI setup
> ppc/85xx: Clean up p2020ds PCI setup code
> ppc/85xx: Clean up mpc8572DS PCI setup code
> ppc/85xx: Clean up use of LAWAR defines
> ppc/85xx: Fix enabling of L2 cache
> ppc/p4080: Add p4080 platform immap definitions
> ppc/p4080: Add support for CoreNet style platform LAWs
> ppc/p4080: CoreNet platfrom style CCSRBAR setting
> ppc/p4080: CoreNet platfrom style secondary core release
> ppc/p4080: Add various p4080 related defines (and p4040)
> ppc/p4080: Handle timebase enabling and frequency reporting
> ppc/p4080: Determine various chip frequencies on CoreNet platforms
>
> Mingkai Hu (4):
> ppc/85xx: simplify the top makefile for 36-bit config for mpc8536ds
> ppc/85xx: add ld script file for boot from NAND
> immap_85xx: add porpllsr's plat ratio definition
> ppc/85xx: add cpu init config file for boot from NAND
>
> Paul Gortmaker (13):
> sbc8548: replace README with completely new document
> sbc8548: enable use of PCI network cards
> sbc8548: delete unused MPC8548CDS info carried over from port
> sbc8548: get_clock_freq is not valid for this board
> sbc8548: cosmetic line re-wrap
> sbc8548: enable access to second bank of flash
> sbc8548: remove eTSEC3/4 voltage hack
> sbc8548: use I/O accessors
> sbc8548: correct local bus SDRAM size from 64M to 128M
Ummm... I rejected this patch!!
> fsl_pci: create a SET_STD_PCI_INFO() helper wrapper
> sbc8548: update PCI/PCI-e support code
> sbc8548: allow enabling PCI via a make config option
> sbc85x0: tidy up Makefile to use new configuration script.
>
> Peter Tyser (1):
> mpc8610hpcd: Use common 86xx fdt fixup code
>
> Poonam Aggrwal (1):
> ppc/85xx: 32bit DDR changes for P1020/P1011
>
> Vivek Mahajan (1):
> 85xx-fdt: Fixed l2-ctlr's compatible prop for QorIQ
>
> MAKEALL | 4 +
> Makefile | 66 ++-----
> board/atum8548/law.c | 2 +-
> board/freescale/mpc8536ds/law.c | 6 +-
> board/freescale/mpc8540ads/law.c | 2 +-
> board/freescale/mpc8544ds/law.c | 6 +-
> board/freescale/mpc8560ads/law.c | 2 +-
> board/freescale/mpc8572ds/law.c | 6 +-
> board/freescale/mpc8572ds/mpc8572ds.c | 230 +++++++---------------
> board/freescale/mpc8610hpcd/mpc8610hpcd.c | 14 +--
> board/freescale/p1_p2_rdb/ddr.c | 29 +++-
> board/freescale/p1_p2_rdb/law.c | 4 +-
> board/freescale/p1_p2_rdb/pci.c | 42 ++--
> board/freescale/p2020ds/law.c | 6 +-
> board/freescale/p2020ds/p2020ds.c | 150 +++-----------
> board/pm854/law.c | 2 +-
> board/pm856/law.c | 2 +-
> board/sbc8548/Makefile | 4 +-
> board/sbc8548/law.c | 12 +-
> board/sbc8548/sbc8548.c | 305 ++++++++++-------------------
> board/sbc8548/tlb.c | 80 +++++---
> board/socrates/law.c | 4 +-
> board/stx/stxgp3/law.c | 2 +-
> board/stx/stxssa/law.c | 2 +-
> board/xes/xpedite5200/law.c | 2 +-
> cpu/mpc85xx/Makefile | 1 +
> cpu/mpc85xx/cpu.c | 49 +++++-
> cpu/mpc85xx/cpu_init.c | 21 ++-
> cpu/mpc85xx/cpu_init_early.c | 72 +++++--
> cpu/mpc85xx/cpu_init_nand.c | 63 ++++++
> cpu/mpc85xx/fdt.c | 15 +-
> cpu/mpc85xx/mp.c | 68 ++++++-
> cpu/mpc85xx/release.S | 3 +-
> cpu/mpc85xx/speed.c | 86 ++++++++
> cpu/mpc85xx/u-boot-nand_spl.lds | 67 +++++++
> cpu/mpc8xxx/cpu.c | 4 +
> doc/README.sbc8548 | 189 ++++++++++++++++--
> drivers/misc/fsl_law.c | 128 +++++++++++-
> drivers/pci/fsl_pci_init.c | 2 +-
> include/asm-ppc/config.h | 6 +-
> include/asm-ppc/fsl_law.h | 31 +++
> include/asm-ppc/fsl_lbc.h | 12 ++
> include/asm-ppc/fsl_pci.h | 12 ++
> include/asm-ppc/immap_85xx.h | 289 +++++++++++++++++++++++++--
> include/asm-ppc/mmu.h | 9 +-
> include/asm-ppc/processor.h | 4 +
> include/configs/MPC8536DS.h | 2 +-
> include/configs/MPC8572DS.h | 4 +
> include/configs/P1_P2_RDB.h | 13 ++
> include/configs/P2020DS.h | 4 +
> include/configs/SBC8540.h | 19 +-
> include/configs/XPEDITE5170.h | 2 +-
> include/configs/XPEDITE5200.h | 2 +-
> include/configs/XPEDITE5370.h | 2 +-
> include/configs/sbc8548.h | 147 ++++++++++-----
> include/configs/sbc8560.h | 17 ++-
> include/e500.h | 6 +
> 57 files changed, 1559 insertions(+), 774 deletions(-)
> create mode 100644 cpu/mpc85xx/cpu_init_nand.c
> create mode 100644 cpu/mpc85xx/u-boot-nand_spl.lds
>
Applied, but please be careful not to apply rejected patches (the one
above needs to be cleaned up). [And please re-check if there were
other rejected patches in your list.]
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Computers are not intelligent. They only think they are.
^ permalink raw reply [flat|nested] 15+ messages in thread
* [U-Boot] Please pull u-boot-mpc85xx (updated)
2009-09-24 21:40 ` Wolfgang Denk
@ 2009-09-24 22:32 ` Paul Gortmaker
0 siblings, 0 replies; 15+ messages in thread
From: Paul Gortmaker @ 2009-09-24 22:32 UTC (permalink / raw)
To: u-boot
On Thu, Sep 24, 2009 at 5:40 PM, Wolfgang Denk <wd@denx.de> wrote:
> Dear Kumar Gala,
>
> In message <Pine.LNX.4.64.0909241206140.30130@localhost.localdomain> you wrote:
>> This includes Paul's updates for sbc85xx and p4080 updates. ?I have not
>> fixed the immap line issue, but will do that as a follow on patch.
>>
>> - k
[...]
>>
>> Paul Gortmaker (13):
>> ? ? ? sbc8548: replace README with completely new document
>> ? ? ? sbc8548: enable use of PCI network cards
>> ? ? ? sbc8548: delete unused MPC8548CDS info carried over from port
>> ? ? ? sbc8548: get_clock_freq is not valid for this board
>> ? ? ? sbc8548: cosmetic line re-wrap
>> ? ? ? sbc8548: enable access to second bank of flash
>> ? ? ? sbc8548: remove eTSEC3/4 voltage hack
>> ? ? ? sbc8548: use I/O accessors
>> ? ? ? sbc8548: correct local bus SDRAM size from 64M to 128M
>
> Ummm... I rejected this patch!!
I believe that if you check, you will find that the patch that
you have got from this pull request from Kumar has the long
line issue that you wanted fixed already in it. If there is
something else that I should have fixed, but missed then
let me know.
Thanks,
Paul.
>
>> ? ? ? fsl_pci: create a SET_STD_PCI_INFO() helper wrapper
>> ? ? ? sbc8548: update PCI/PCI-e support code
>> ? ? ? sbc8548: allow enabling PCI via a make config option
>> ? ? ? sbc85x0: tidy up Makefile to use new configuration script.
>>
>> Peter Tyser (1):
>> ? ? ? mpc8610hpcd: Use common 86xx fdt fixup code
>>
>> Poonam Aggrwal (1):
>> ? ? ? ppc/85xx: 32bit DDR changes for P1020/P1011
>>
>> Vivek Mahajan (1):
>> ? ? ? 85xx-fdt: Fixed l2-ctlr's compatible prop for QorIQ
>>
>> ?MAKEALL ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? | ? ?4 +
>> ?Makefile ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?| ? 66 ++-----
>> ?board/atum8548/law.c ? ? ? ? ? ? ? ? ? ? ?| ? ?2 +-
>> ?board/freescale/mpc8536ds/law.c ? ? ? ? ? | ? ?6 +-
>> ?board/freescale/mpc8540ads/law.c ? ? ? ? ?| ? ?2 +-
>> ?board/freescale/mpc8544ds/law.c ? ? ? ? ? | ? ?6 +-
>> ?board/freescale/mpc8560ads/law.c ? ? ? ? ?| ? ?2 +-
>> ?board/freescale/mpc8572ds/law.c ? ? ? ? ? | ? ?6 +-
>> ?board/freescale/mpc8572ds/mpc8572ds.c ? ? | ?230 +++++++---------------
>> ?board/freescale/mpc8610hpcd/mpc8610hpcd.c | ? 14 +--
>> ?board/freescale/p1_p2_rdb/ddr.c ? ? ? ? ? | ? 29 +++-
>> ?board/freescale/p1_p2_rdb/law.c ? ? ? ? ? | ? ?4 +-
>> ?board/freescale/p1_p2_rdb/pci.c ? ? ? ? ? | ? 42 ++--
>> ?board/freescale/p2020ds/law.c ? ? ? ? ? ? | ? ?6 +-
>> ?board/freescale/p2020ds/p2020ds.c ? ? ? ? | ?150 +++-----------
>> ?board/pm854/law.c ? ? ? ? ? ? ? ? ? ? ? ? | ? ?2 +-
>> ?board/pm856/law.c ? ? ? ? ? ? ? ? ? ? ? ? | ? ?2 +-
>> ?board/sbc8548/Makefile ? ? ? ? ? ? ? ? ? ?| ? ?4 +-
>> ?board/sbc8548/law.c ? ? ? ? ? ? ? ? ? ? ? | ? 12 +-
>> ?board/sbc8548/sbc8548.c ? ? ? ? ? ? ? ? ? | ?305 ++++++++++-------------------
>> ?board/sbc8548/tlb.c ? ? ? ? ? ? ? ? ? ? ? | ? 80 +++++---
>> ?board/socrates/law.c ? ? ? ? ? ? ? ? ? ? ?| ? ?4 +-
>> ?board/stx/stxgp3/law.c ? ? ? ? ? ? ? ? ? ?| ? ?2 +-
>> ?board/stx/stxssa/law.c ? ? ? ? ? ? ? ? ? ?| ? ?2 +-
>> ?board/xes/xpedite5200/law.c ? ? ? ? ? ? ? | ? ?2 +-
>> ?cpu/mpc85xx/Makefile ? ? ? ? ? ? ? ? ? ? ?| ? ?1 +
>> ?cpu/mpc85xx/cpu.c ? ? ? ? ? ? ? ? ? ? ? ? | ? 49 +++++-
>> ?cpu/mpc85xx/cpu_init.c ? ? ? ? ? ? ? ? ? ?| ? 21 ++-
>> ?cpu/mpc85xx/cpu_init_early.c ? ? ? ? ? ? ?| ? 72 +++++--
>> ?cpu/mpc85xx/cpu_init_nand.c ? ? ? ? ? ? ? | ? 63 ++++++
>> ?cpu/mpc85xx/fdt.c ? ? ? ? ? ? ? ? ? ? ? ? | ? 15 +-
>> ?cpu/mpc85xx/mp.c ? ? ? ? ? ? ? ? ? ? ? ? ?| ? 68 ++++++-
>> ?cpu/mpc85xx/release.S ? ? ? ? ? ? ? ? ? ? | ? ?3 +-
>> ?cpu/mpc85xx/speed.c ? ? ? ? ? ? ? ? ? ? ? | ? 86 ++++++++
>> ?cpu/mpc85xx/u-boot-nand_spl.lds ? ? ? ? ? | ? 67 +++++++
>> ?cpu/mpc8xxx/cpu.c ? ? ? ? ? ? ? ? ? ? ? ? | ? ?4 +
>> ?doc/README.sbc8548 ? ? ? ? ? ? ? ? ? ? ? ?| ?189 ++++++++++++++++--
>> ?drivers/misc/fsl_law.c ? ? ? ? ? ? ? ? ? ?| ?128 +++++++++++-
>> ?drivers/pci/fsl_pci_init.c ? ? ? ? ? ? ? ?| ? ?2 +-
>> ?include/asm-ppc/config.h ? ? ? ? ? ? ? ? ?| ? ?6 +-
>> ?include/asm-ppc/fsl_law.h ? ? ? ? ? ? ? ? | ? 31 +++
>> ?include/asm-ppc/fsl_lbc.h ? ? ? ? ? ? ? ? | ? 12 ++
>> ?include/asm-ppc/fsl_pci.h ? ? ? ? ? ? ? ? | ? 12 ++
>> ?include/asm-ppc/immap_85xx.h ? ? ? ? ? ? ?| ?289 +++++++++++++++++++++++++--
>> ?include/asm-ppc/mmu.h ? ? ? ? ? ? ? ? ? ? | ? ?9 +-
>> ?include/asm-ppc/processor.h ? ? ? ? ? ? ? | ? ?4 +
>> ?include/configs/MPC8536DS.h ? ? ? ? ? ? ? | ? ?2 +-
>> ?include/configs/MPC8572DS.h ? ? ? ? ? ? ? | ? ?4 +
>> ?include/configs/P1_P2_RDB.h ? ? ? ? ? ? ? | ? 13 ++
>> ?include/configs/P2020DS.h ? ? ? ? ? ? ? ? | ? ?4 +
>> ?include/configs/SBC8540.h ? ? ? ? ? ? ? ? | ? 19 +-
>> ?include/configs/XPEDITE5170.h ? ? ? ? ? ? | ? ?2 +-
>> ?include/configs/XPEDITE5200.h ? ? ? ? ? ? | ? ?2 +-
>> ?include/configs/XPEDITE5370.h ? ? ? ? ? ? | ? ?2 +-
>> ?include/configs/sbc8548.h ? ? ? ? ? ? ? ? | ?147 ++++++++++-----
>> ?include/configs/sbc8560.h ? ? ? ? ? ? ? ? | ? 17 ++-
>> ?include/e500.h ? ? ? ? ? ? ? ? ? ? ? ? ? ?| ? ?6 +
>> ?57 files changed, 1559 insertions(+), 774 deletions(-)
>> ?create mode 100644 cpu/mpc85xx/cpu_init_nand.c
>> ?create mode 100644 cpu/mpc85xx/u-boot-nand_spl.lds
>>
>
> Applied, but please be careful not to apply rejected patches (the one
> above needs to be cleaned up). [And please re-check if there were
> other rejected patches in your list.]
>
> Best regards,
>
> Wolfgang Denk
>
> --
> DENX Software Engineering GmbH, ? ? MD: Wolfgang Denk & Detlev Zundel
> HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
> Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
> Computers are not intelligent. ?They only think they are.
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>
^ permalink raw reply [flat|nested] 15+ messages in thread
* [U-Boot] Please pull u-boot-mpc85xx
@ 2010-07-08 14:26 Kumar Gala
2010-07-14 19:42 ` Wolfgang Denk
0 siblings, 1 reply; 15+ messages in thread
From: Kumar Gala @ 2010-07-08 14:26 UTC (permalink / raw)
To: u-boot
The following changes since commit 54841ab50c20d6fa6c9cc3eb826989da3a22d934:
Wolfgang Denk (1):
Make sure that argv[] argument pointers are not modified.
are available in the git repository at:
git://git.denx.de/u-boot-mpc85xx master
Becky Bruce (8):
powerpc: Update configs to properly set FSL_ELBC
83xx/85xx/86xx: LBC register cleanup
mpc85xx: tlb.c cleanups
mpc85xx: Add print_tlbcam() function
drivers/misc/fsl_law.c: Rearrange code to avoid duplication
fsl_law.c: Add print_laws() for FSL_CORENET platforms.
mpc85xx: Add reginfo command
powerpc 83xx/85xx: Merge lbc upmconfig code
Kim Phillips (3):
fdt: move fsl specific code from common fdt area to mpc8xxx/fdt.c
powerpc/8xxx: Distinguish between incompatible SEC h/w types
powerpc/8xxx: Add base support for the SEC4
Kumar Gala (9):
powerpc/85xx: Add additional p4080 related defines/structs
mpc8xxx: Remove cpu-handles for cpus we delete
powerpc/8xxx: Add is_core_disabled to remove disabled cores from dtb
powerpc/85xx: Add command to report errata workarounds
powerpc/85xx: Report workaround of errata SATA-A001
ppc/85xx: Add a structure defn for PIXIS registers
Move ICS CLK chip frequenty calculation code into a common board library
powerpc/85xx: Add recognition of e5500 core
powerpc/85xx: Add support for link stack & STAC on e5500
Poonam Aggrwal (2):
85xx/p1_p2_rdb: enable hwconfig
85xx/p1_p2_rdb: PCIe E1000 card support added.
Timur Tabi (2):
fsl: add LAW target to fsl_pci_info structure
powerpc: add support for the Freescale P1022DS reference board
MAINTAINERS | 1 +
MAKEALL | 1 +
Makefile | 1 +
arch/powerpc/cpu/mpc83xx/cpu.c | 66 ----
arch/powerpc/cpu/mpc83xx/cpu_init.c | 53 +---
arch/powerpc/cpu/mpc83xx/nand_init.c | 4 +-
arch/powerpc/cpu/mpc83xx/speed.c | 2 +-
arch/powerpc/cpu/mpc85xx/Makefile | 2 +
arch/powerpc/cpu/mpc85xx/cmd_errata.c | 49 +++
arch/powerpc/cpu/mpc85xx/cpu.c | 98 ++----
arch/powerpc/cpu/mpc85xx/cpu_init.c | 58 +---
arch/powerpc/cpu/mpc85xx/cpu_init_nand.c | 6 +-
arch/powerpc/cpu/mpc85xx/fdt.c | 4 +-
arch/powerpc/cpu/mpc85xx/mp.c | 23 ++
arch/powerpc/cpu/mpc85xx/p1022_serdes.c | 166 +++++++++
arch/powerpc/cpu/mpc85xx/speed.c | 5 +-
arch/powerpc/cpu/mpc85xx/tlb.c | 70 +++--
arch/powerpc/cpu/mpc86xx/cpu.c | 15 +-
arch/powerpc/cpu/mpc86xx/cpu_init.c | 55 +---
arch/powerpc/cpu/mpc86xx/fdt.c | 5 +-
arch/powerpc/cpu/mpc86xx/mp.c | 17 +
arch/powerpc/cpu/mpc86xx/speed.c | 5 +-
arch/powerpc/cpu/mpc8xxx/Makefile | 8 +-
arch/powerpc/cpu/mpc8xxx/fdt.c | 178 +++++++++-
arch/powerpc/cpu/mpc8xxx/fsl_lbc.c | 134 +++++++
arch/powerpc/include/asm/config.h | 15 +
arch/powerpc/include/asm/fsl_law.h | 4 +-
arch/powerpc/include/asm/fsl_lbc.h | 112 ++++---
arch/powerpc/include/asm/fsl_pci.h | 19 +-
arch/powerpc/include/asm/fsl_serdes.h | 2 +
arch/powerpc/include/asm/immap_83xx.h | 13 +-
arch/powerpc/include/asm/immap_85xx.h | 128 ++++---
arch/powerpc/include/asm/immap_86xx.h | 49 +---
arch/powerpc/include/asm/mmu.h | 2 +
arch/powerpc/include/asm/mp.h | 3 +-
arch/powerpc/include/asm/processor.h | 4 +-
board/atum8548/atum8548.c | 2 +-
board/esd/vme8349/vme8349.c | 2 +-
board/freescale/common/Makefile | 2 +
board/freescale/common/ics307_clk.c | 88 +++++
board/freescale/common/ics307_clk.h | 30 ++
board/freescale/common/ngpixis.h | 2 +-
board/freescale/common/pixis.h | 182 +++++++++
board/freescale/mpc8313erdb/sdram.c | 2 +-
board/freescale/mpc8349emds/mpc8349emds.c | 2 +-
board/freescale/mpc8349itx/mpc8349itx.c | 7 +-
board/freescale/mpc8360emds/mpc8360emds.c | 6 +-
board/freescale/mpc8360erdk/nand.c | 6 +-
board/freescale/mpc8540ads/mpc8540ads.c | 8 +-
board/freescale/mpc8541cds/mpc8541cds.c | 13 +-
board/freescale/mpc8544ds/mpc8544ds.c | 2 +-
board/freescale/mpc8548cds/mpc8548cds.c | 13 +-
board/freescale/mpc8555cds/mpc8555cds.c | 12 +-
board/freescale/mpc8560ads/mpc8560ads.c | 8 +-
board/freescale/mpc8568mds/mpc8568mds.c | 11 +-
board/freescale/mpc8569mds/mpc8569mds.c | 2 +-
board/freescale/p1022ds/Makefile | 39 ++
board/freescale/p1022ds/config.mk | 14 +
board/freescale/p1022ds/ddr.c | 106 ++++++
board/freescale/p1022ds/law.c | 21 +
board/freescale/p1022ds/p1022ds.c | 285 ++++++++++++++
board/freescale/p1022ds/tlb.c | 76 ++++
board/freescale/p2020ds/p2020ds.c | 149 --------
board/mpc8540eval/mpc8540eval.c | 6 +-
board/pm854/pm854.c | 2 +-
board/pm856/pm856.c | 2 +-
board/sbc8349/sbc8349.c | 2 +-
board/sbc8548/sbc8548.c | 20 +-
board/sbc8560/sbc8560.c | 6 +-
board/sheldon/simpc8313/sdram.c | 2 +-
board/sheldon/simpc8313/simpc8313.c | 2 +-
board/socrates/socrates.c | 31 +-
board/tqc/tqm834x/tqm834x.c | 8 +-
board/tqc/tqm85xx/nand.c | 12 +-
board/tqc/tqm85xx/tqm85xx.c | 35 +-
board/xes/xpedite5170/xpedite5170.c | 10 +-
board/xes/xpedite5200/xpedite5200.c | 11 +-
board/xes/xpedite5370/xpedite5370.c | 9 +-
boards.cfg | 1 +
common/cmd_reginfo.c | 5 +
common/fdt_support.c | 129 -------
drivers/misc/fsl_law.c | 131 +++----
drivers/mtd/nand/fsl_elbc_nand.c | 18 +-
include/configs/MPC8313ERDB.h | 1 +
include/configs/MPC8315ERDB.h | 1 +
include/configs/MPC837XEMDS.h | 1 +
include/configs/MPC837XERDB.h | 1 +
include/configs/MPC8536DS.h | 1 +
include/configs/MPC8540EVAL.h | 1 +
include/configs/MPC8541CDS.h | 1 +
include/configs/MPC8544DS.h | 1 +
include/configs/MPC8548CDS.h | 1 +
include/configs/MPC8555CDS.h | 1 +
include/configs/MPC8560ADS.h | 1 +
include/configs/MPC8568MDS.h | 1 +
include/configs/MPC8569MDS.h | 1 +
include/configs/MPC8572DS.h | 1 +
include/configs/P1022DS.h | 470 ++++++++++++++++++++++++
include/configs/P1_P2_RDB.h | 4 +
include/configs/P2020DS.h | 17 +-
include/configs/PM854.h | 1 +
include/configs/PM856.h | 1 +
include/configs/SBC8540.h | 1 +
include/configs/SIMPC8313.h | 1 +
include/configs/TQM85xx.h | 1 +
include/configs/XPEDITE5200.h | 1 +
include/configs/XPEDITE5370.h | 2 +
include/configs/sbc8548.h | 1 +
include/configs/sbc8560.h | 1 +
include/configs/socrates.h | 1 +
include/configs/stxgp3.h | 1 +
include/configs/stxssa.h | 1 +
include/fdt_support.h | 2 +-
include/mpc85xx.h | 2 -
nand_spl/board/freescale/mpc8536ds/nand_boot.c | 5 +-
nand_spl/nand_boot_fsl_elbc.c | 4 +-
116 files changed, 2391 insertions(+), 1049 deletions(-)
create mode 100644 arch/powerpc/cpu/mpc85xx/cmd_errata.c
create mode 100644 arch/powerpc/cpu/mpc85xx/p1022_serdes.c
create mode 100644 arch/powerpc/cpu/mpc8xxx/fsl_lbc.c
create mode 100644 board/freescale/common/ics307_clk.c
create mode 100644 board/freescale/common/ics307_clk.h
create mode 100644 board/freescale/common/pixis.h
create mode 100644 board/freescale/p1022ds/Makefile
create mode 100644 board/freescale/p1022ds/config.mk
create mode 100644 board/freescale/p1022ds/ddr.c
create mode 100644 board/freescale/p1022ds/law.c
create mode 100644 board/freescale/p1022ds/p1022ds.c
create mode 100644 board/freescale/p1022ds/tlb.c
create mode 100644 include/configs/P1022DS.h
^ permalink raw reply [flat|nested] 15+ messages in thread* [U-Boot] Please pull u-boot-mpc85xx
2010-07-08 14:26 [U-Boot] Please pull u-boot-mpc85xx Kumar Gala
@ 2010-07-14 19:42 ` Wolfgang Denk
2010-07-16 15:57 ` [U-Boot] Please pull u-boot-mpc85xx [updated] Kumar Gala
0 siblings, 1 reply; 15+ messages in thread
From: Wolfgang Denk @ 2010-07-14 19:42 UTC (permalink / raw)
To: u-boot
Dear Kumar Gala,
In message <Pine.LNX.4.64.1007080925590.17911@localhost.localdomain> you wrote:
> The following changes since commit 54841ab50c20d6fa6c9cc3eb826989da3a22d934:
> Wolfgang Denk (1):
> Make sure that argv[] argument pointers are not modified.
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-mpc85xx master
>
> Becky Bruce (8):
> powerpc: Update configs to properly set FSL_ELBC
> 83xx/85xx/86xx: LBC register cleanup
> mpc85xx: tlb.c cleanups
> mpc85xx: Add print_tlbcam() function
> drivers/misc/fsl_law.c: Rearrange code to avoid duplication
> fsl_law.c: Add print_laws() for FSL_CORENET platforms.
> mpc85xx: Add reginfo command
> powerpc 83xx/85xx: Merge lbc upmconfig code
>
> Kim Phillips (3):
> fdt: move fsl specific code from common fdt area to mpc8xxx/fdt.c
> powerpc/8xxx: Distinguish between incompatible SEC h/w types
> powerpc/8xxx: Add base support for the SEC4
>
> Kumar Gala (9):
> powerpc/85xx: Add additional p4080 related defines/structs
I have not seen this patch on the list ???
> mpc8xxx: Remove cpu-handles for cpus we delete
> powerpc/8xxx: Add is_core_disabled to remove disabled cores from dtb
> powerpc/85xx: Add command to report errata workarounds
Sorry, just NAKed.
> powerpc/85xx: Report workaround of errata SATA-A001
Ditto.
> ppc/85xx: Add a structure defn for PIXIS registers
> Move ICS CLK chip frequenty calculation code into a common board library
s/frequenty/frequency/ ?
> powerpc/85xx: Add recognition of e5500 core
Please see question on ML.
> powerpc/85xx: Add support for link stack & STAC on e5500
>
> Poonam Aggrwal (2):
> 85xx/p1_p2_rdb: enable hwconfig
> 85xx/p1_p2_rdb: PCIe E1000 card support added.
>
> Timur Tabi (2):
> fsl: add LAW target to fsl_pci_info structure
> powerpc: add support for the Freescale P1022DS reference board
Review comment sent.
Sorry, not pulled yet.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Don't tell me how hard you work. Tell me how much you get done.
-- James J. Ling
^ permalink raw reply [flat|nested] 15+ messages in thread* [U-Boot] Please pull u-boot-mpc85xx [updated]
2010-07-14 19:42 ` Wolfgang Denk
@ 2010-07-16 15:57 ` Kumar Gala
2010-07-16 19:16 ` Kumar Gala
0 siblings, 1 reply; 15+ messages in thread
From: Kumar Gala @ 2010-07-16 15:57 UTC (permalink / raw)
To: u-boot
[ dropped the p4080 immap patch ]
The following changes since commit d6f324d03d7829a1da1dee8b60f91b173a3976f0:
Wolfgang Denk (1):
Merge branch 'next' of git://git.denx.de/u-boot-nios
are available in the git repository at:
git://git.denx.de/u-boot-mpc85xx.git master
Becky Bruce (8):
powerpc: Update configs to properly set FSL_ELBC
83xx/85xx/86xx: LBC register cleanup
mpc85xx: tlb.c cleanups
mpc85xx: Add print_tlbcam() function
drivers/misc/fsl_law.c: Rearrange code to avoid duplication
fsl_law.c: Add print_laws() for FSL_CORENET platforms.
mpc85xx: Add reginfo command
powerpc 83xx/85xx: Merge lbc upmconfig code
Kim Phillips (3):
fdt: move fsl specific code from common fdt area to mpc8xxx/fdt.c
powerpc/8xxx: Distinguish between incompatible SEC h/w types
powerpc/8xxx: Add base support for the SEC4
Kumar Gala (11):
mpc8xxx: Remove cpu-handles for cpus we delete
powerpc/8xxx: Add is_core_disabled to remove disabled cores from dtb
ppc/85xx: Add a structure defn for PIXIS registers
Move ICS CLK chip frequency calculation code into a common board library
powerpc/85xx: Add recognition of e5500 core
powerpc/85xx: Add support for link stack & STAC on e5500
powerpc/85xx: Add command to report errata workarounds
ppc/85xx: Convert MPC8572DS to using board common ICS307 code
ppc/85xx: Convert MPC8536DS to using board common ICS307 code
powerpc/85xx: Move p1022ds slot code into board file
powerpc/85xx: Add additional p4080 related defines/structs
Poonam Aggrwal (2):
85xx/p1_p2_rdb: enable hwconfig
85xx/p1_p2_rdb: PCIe E1000 card support added.
Timur Tabi (2):
fsl: add LAW target to fsl_pci_info structure
powerpc: add support for the Freescale P1022DS reference board
MAINTAINERS | 1 +
MAKEALL | 1 +
Makefile | 1 +
arch/powerpc/cpu/mpc83xx/cpu.c | 66 ----
arch/powerpc/cpu/mpc83xx/cpu_init.c | 53 +---
arch/powerpc/cpu/mpc83xx/nand_init.c | 4 +-
arch/powerpc/cpu/mpc83xx/speed.c | 2 +-
arch/powerpc/cpu/mpc85xx/Makefile | 2 +
arch/powerpc/cpu/mpc85xx/cmd_errata.c | 51 +++
arch/powerpc/cpu/mpc85xx/cpu.c | 106 ++----
arch/powerpc/cpu/mpc85xx/cpu_init.c | 58 +---
arch/powerpc/cpu/mpc85xx/cpu_init_nand.c | 6 +-
arch/powerpc/cpu/mpc85xx/fdt.c | 4 +-
arch/powerpc/cpu/mpc85xx/mp.c | 23 ++
arch/powerpc/cpu/mpc85xx/p1022_serdes.c | 98 +++++
arch/powerpc/cpu/mpc85xx/speed.c | 5 +-
arch/powerpc/cpu/mpc85xx/tlb.c | 70 +++--
arch/powerpc/cpu/mpc86xx/cpu.c | 15 +-
arch/powerpc/cpu/mpc86xx/cpu_init.c | 55 +---
arch/powerpc/cpu/mpc86xx/fdt.c | 5 +-
arch/powerpc/cpu/mpc86xx/mp.c | 17 +
arch/powerpc/cpu/mpc86xx/speed.c | 5 +-
arch/powerpc/cpu/mpc8xxx/Makefile | 8 +-
arch/powerpc/cpu/mpc8xxx/fdt.c | 178 +++++++++-
arch/powerpc/cpu/mpc8xxx/fsl_lbc.c | 134 +++++++
arch/powerpc/include/asm/config.h | 15 +
arch/powerpc/include/asm/fsl_law.h | 4 +-
arch/powerpc/include/asm/fsl_lbc.h | 112 ++++---
arch/powerpc/include/asm/fsl_pci.h | 19 +-
arch/powerpc/include/asm/immap_83xx.h | 13 +-
arch/powerpc/include/asm/immap_85xx.h | 128 ++++---
arch/powerpc/include/asm/immap_86xx.h | 49 +---
arch/powerpc/include/asm/mmu.h | 2 +
arch/powerpc/include/asm/mp.h | 3 +-
arch/powerpc/include/asm/processor.h | 4 +-
board/atum8548/atum8548.c | 2 +-
board/esd/vme8349/vme8349.c | 2 +-
board/freescale/common/Makefile | 4 +
board/freescale/common/ics307_clk.c | 88 +++++
board/freescale/common/ics307_clk.h | 30 ++
board/freescale/common/ngpixis.h | 2 +-
board/freescale/common/pixis.h | 182 +++++++++
board/freescale/mpc8313erdb/sdram.c | 2 +-
board/freescale/mpc8349emds/mpc8349emds.c | 2 +-
board/freescale/mpc8349itx/mpc8349itx.c | 7 +-
board/freescale/mpc8360emds/mpc8360emds.c | 6 +-
board/freescale/mpc8360erdk/nand.c | 6 +-
board/freescale/mpc8536ds/mpc8536ds.c | 148 --------
board/freescale/mpc8540ads/mpc8540ads.c | 8 +-
board/freescale/mpc8541cds/mpc8541cds.c | 13 +-
board/freescale/mpc8544ds/mpc8544ds.c | 2 +-
board/freescale/mpc8548cds/mpc8548cds.c | 13 +-
board/freescale/mpc8555cds/mpc8555cds.c | 12 +-
board/freescale/mpc8560ads/mpc8560ads.c | 8 +-
board/freescale/mpc8568mds/mpc8568mds.c | 11 +-
board/freescale/mpc8569mds/mpc8569mds.c | 2 +-
board/freescale/mpc8572ds/mpc8572ds.c | 145 +--------
board/freescale/p1022ds/Makefile | 39 ++
board/freescale/p1022ds/config.mk | 14 +
board/freescale/p1022ds/ddr.c | 106 ++++++
board/freescale/p1022ds/law.c | 21 +
board/freescale/p1022ds/p1022ds.c | 354 ++++++++++++++++++
board/freescale/p1022ds/tlb.c | 76 ++++
board/freescale/p2020ds/p2020ds.c | 149 --------
board/mpc8540eval/mpc8540eval.c | 6 +-
board/pm854/pm854.c | 2 +-
board/pm856/pm856.c | 2 +-
board/sbc8349/sbc8349.c | 2 +-
board/sbc8548/sbc8548.c | 20 +-
board/sbc8560/sbc8560.c | 6 +-
board/sheldon/simpc8313/sdram.c | 2 +-
board/sheldon/simpc8313/simpc8313.c | 2 +-
board/socrates/socrates.c | 31 +-
board/tqc/tqm834x/tqm834x.c | 8 +-
board/tqc/tqm85xx/nand.c | 12 +-
board/tqc/tqm85xx/tqm85xx.c | 35 +-
board/xes/xpedite5170/xpedite5170.c | 10 +-
board/xes/xpedite5200/xpedite5200.c | 11 +-
board/xes/xpedite5370/xpedite5370.c | 9 +-
boards.cfg | 1 +
common/cmd_reginfo.c | 5 +
common/fdt_support.c | 129 -------
drivers/misc/fsl_law.c | 131 +++----
drivers/mtd/nand/fsl_elbc_nand.c | 18 +-
include/configs/MPC8313ERDB.h | 1 +
include/configs/MPC8315ERDB.h | 1 +
include/configs/MPC837XEMDS.h | 1 +
include/configs/MPC837XERDB.h | 1 +
include/configs/MPC8536DS.h | 15 +-
include/configs/MPC8540EVAL.h | 1 +
include/configs/MPC8541CDS.h | 1 +
include/configs/MPC8544DS.h | 1 +
include/configs/MPC8548CDS.h | 1 +
include/configs/MPC8555CDS.h | 1 +
include/configs/MPC8560ADS.h | 1 +
include/configs/MPC8568MDS.h | 1 +
include/configs/MPC8569MDS.h | 1 +
include/configs/MPC8572DS.h | 15 +-
include/configs/P1022DS.h | 470 ++++++++++++++++++++++++
include/configs/P1_P2_RDB.h | 4 +
include/configs/P2020DS.h | 17 +-
include/configs/PM854.h | 1 +
include/configs/PM856.h | 1 +
include/configs/SBC8540.h | 1 +
include/configs/SIMPC8313.h | 1 +
include/configs/TQM85xx.h | 1 +
include/configs/XPEDITE5200.h | 1 +
include/configs/XPEDITE5370.h | 2 +
include/configs/sbc8548.h | 1 +
include/configs/sbc8560.h | 1 +
include/configs/socrates.h | 1 +
include/configs/stxgp3.h | 1 +
include/configs/stxssa.h | 1 +
include/fdt_support.h | 2 +-
include/mpc85xx.h | 2 -
nand_spl/board/freescale/mpc8536ds/nand_boot.c | 5 +-
nand_spl/nand_boot_fsl_elbc.c | 4 +-
117 files changed, 2413 insertions(+), 1359 deletions(-)
create mode 100644 arch/powerpc/cpu/mpc85xx/cmd_errata.c
create mode 100644 arch/powerpc/cpu/mpc85xx/p1022_serdes.c
create mode 100644 arch/powerpc/cpu/mpc8xxx/fsl_lbc.c
create mode 100644 board/freescale/common/ics307_clk.c
create mode 100644 board/freescale/common/ics307_clk.h
create mode 100644 board/freescale/common/pixis.h
create mode 100644 board/freescale/p1022ds/Makefile
create mode 100644 board/freescale/p1022ds/config.mk
create mode 100644 board/freescale/p1022ds/ddr.c
create mode 100644 board/freescale/p1022ds/law.c
create mode 100644 board/freescale/p1022ds/p1022ds.c
create mode 100644 board/freescale/p1022ds/tlb.c
create mode 100644 include/configs/P1022DS.h
^ permalink raw reply [flat|nested] 15+ messages in thread* [U-Boot] Please pull u-boot-mpc85xx [updated]
2010-07-16 15:57 ` [U-Boot] Please pull u-boot-mpc85xx [updated] Kumar Gala
@ 2010-07-16 19:16 ` Kumar Gala
2010-07-16 21:20 ` Wolfgang Denk
0 siblings, 1 reply; 15+ messages in thread
From: Kumar Gala @ 2010-07-16 19:16 UTC (permalink / raw)
To: u-boot
[try and get this right this time, actually drop the p4080 immap changes]
The following changes since commit d6f324d03d7829a1da1dee8b60f91b173a3976f0:
Wolfgang Denk (1):
Merge branch 'next' of git://git.denx.de/u-boot-nios
are available in the git repository at:
git://git.denx.de/u-boot-mpc85xx master
Becky Bruce (8):
powerpc: Update configs to properly set FSL_ELBC
83xx/85xx/86xx: LBC register cleanup
mpc85xx: tlb.c cleanups
mpc85xx: Add print_tlbcam() function
drivers/misc/fsl_law.c: Rearrange code to avoid duplication
fsl_law.c: Add print_laws() for FSL_CORENET platforms.
mpc85xx: Add reginfo command
powerpc 83xx/85xx: Merge lbc upmconfig code
Kim Phillips (3):
fdt: move fsl specific code from common fdt area to mpc8xxx/fdt.c
powerpc/8xxx: Distinguish between incompatible SEC h/w types
powerpc/8xxx: Add base support for the SEC4
Kumar Gala (10):
mpc8xxx: Remove cpu-handles for cpus we delete
powerpc/8xxx: Add is_core_disabled to remove disabled cores from dtb
ppc/85xx: Add a structure defn for PIXIS registers
Move ICS CLK chip frequency calculation code into a common board library
powerpc/85xx: Add recognition of e5500 core
powerpc/85xx: Add support for link stack & STAC on e5500
powerpc/85xx: Add command to report errata workarounds
ppc/85xx: Convert MPC8572DS to using board common ICS307 code
ppc/85xx: Convert MPC8536DS to using board common ICS307 code
powerpc/85xx: Move p1022ds slot code into board file
Poonam Aggrwal (2):
85xx/p1_p2_rdb: enable hwconfig
85xx/p1_p2_rdb: PCIe E1000 card support added.
Timur Tabi (2):
fsl: add LAW target to fsl_pci_info structure
powerpc: add support for the Freescale P1022DS reference board
MAINTAINERS | 1 +
MAKEALL | 1 +
Makefile | 1 +
arch/powerpc/cpu/mpc83xx/cpu.c | 66 ----
arch/powerpc/cpu/mpc83xx/cpu_init.c | 53 +---
arch/powerpc/cpu/mpc83xx/nand_init.c | 4 +-
arch/powerpc/cpu/mpc83xx/speed.c | 2 +-
arch/powerpc/cpu/mpc85xx/Makefile | 2 +
arch/powerpc/cpu/mpc85xx/cmd_errata.c | 51 +++
arch/powerpc/cpu/mpc85xx/cpu.c | 106 ++----
arch/powerpc/cpu/mpc85xx/cpu_init.c | 58 +---
arch/powerpc/cpu/mpc85xx/cpu_init_nand.c | 6 +-
arch/powerpc/cpu/mpc85xx/fdt.c | 4 +-
arch/powerpc/cpu/mpc85xx/mp.c | 23 ++
arch/powerpc/cpu/mpc85xx/p1022_serdes.c | 98 +++++
arch/powerpc/cpu/mpc85xx/speed.c | 5 +-
arch/powerpc/cpu/mpc85xx/tlb.c | 70 +++--
arch/powerpc/cpu/mpc86xx/cpu.c | 15 +-
arch/powerpc/cpu/mpc86xx/cpu_init.c | 55 +---
arch/powerpc/cpu/mpc86xx/fdt.c | 5 +-
arch/powerpc/cpu/mpc86xx/mp.c | 17 +
arch/powerpc/cpu/mpc86xx/speed.c | 5 +-
arch/powerpc/cpu/mpc8xxx/Makefile | 8 +-
arch/powerpc/cpu/mpc8xxx/fdt.c | 178 +++++++++-
arch/powerpc/cpu/mpc8xxx/fsl_lbc.c | 134 +++++++
arch/powerpc/include/asm/config.h | 15 +
arch/powerpc/include/asm/fsl_law.h | 1 +
arch/powerpc/include/asm/fsl_lbc.h | 112 ++++---
arch/powerpc/include/asm/fsl_pci.h | 19 +-
arch/powerpc/include/asm/immap_83xx.h | 13 +-
arch/powerpc/include/asm/immap_85xx.h | 84 ++---
arch/powerpc/include/asm/immap_86xx.h | 49 +---
arch/powerpc/include/asm/mmu.h | 2 +
arch/powerpc/include/asm/mp.h | 3 +-
arch/powerpc/include/asm/processor.h | 4 +-
board/atum8548/atum8548.c | 2 +-
board/esd/vme8349/vme8349.c | 2 +-
board/freescale/common/Makefile | 4 +
board/freescale/common/ics307_clk.c | 88 +++++
board/freescale/common/ics307_clk.h | 30 ++
board/freescale/common/ngpixis.h | 2 +-
board/freescale/common/pixis.h | 182 +++++++++
board/freescale/mpc8313erdb/sdram.c | 2 +-
board/freescale/mpc8349emds/mpc8349emds.c | 2 +-
board/freescale/mpc8349itx/mpc8349itx.c | 7 +-
board/freescale/mpc8360emds/mpc8360emds.c | 6 +-
board/freescale/mpc8360erdk/nand.c | 6 +-
board/freescale/mpc8536ds/mpc8536ds.c | 148 --------
board/freescale/mpc8540ads/mpc8540ads.c | 8 +-
board/freescale/mpc8541cds/mpc8541cds.c | 13 +-
board/freescale/mpc8544ds/mpc8544ds.c | 2 +-
board/freescale/mpc8548cds/mpc8548cds.c | 13 +-
board/freescale/mpc8555cds/mpc8555cds.c | 12 +-
board/freescale/mpc8560ads/mpc8560ads.c | 8 +-
board/freescale/mpc8568mds/mpc8568mds.c | 11 +-
board/freescale/mpc8569mds/mpc8569mds.c | 2 +-
board/freescale/mpc8572ds/mpc8572ds.c | 145 +--------
board/freescale/p1022ds/Makefile | 39 ++
board/freescale/p1022ds/config.mk | 14 +
board/freescale/p1022ds/ddr.c | 106 ++++++
board/freescale/p1022ds/law.c | 21 +
board/freescale/p1022ds/p1022ds.c | 354 ++++++++++++++++++
board/freescale/p1022ds/tlb.c | 76 ++++
board/freescale/p2020ds/p2020ds.c | 149 --------
board/mpc8540eval/mpc8540eval.c | 6 +-
board/pm854/pm854.c | 2 +-
board/pm856/pm856.c | 2 +-
board/sbc8349/sbc8349.c | 2 +-
board/sbc8548/sbc8548.c | 20 +-
board/sbc8560/sbc8560.c | 6 +-
board/sheldon/simpc8313/sdram.c | 2 +-
board/sheldon/simpc8313/simpc8313.c | 2 +-
board/socrates/socrates.c | 31 +-
board/tqc/tqm834x/tqm834x.c | 8 +-
board/tqc/tqm85xx/nand.c | 12 +-
board/tqc/tqm85xx/tqm85xx.c | 35 +-
board/xes/xpedite5170/xpedite5170.c | 10 +-
board/xes/xpedite5200/xpedite5200.c | 11 +-
board/xes/xpedite5370/xpedite5370.c | 9 +-
boards.cfg | 1 +
common/cmd_reginfo.c | 5 +
common/fdt_support.c | 129 -------
drivers/misc/fsl_law.c | 131 +++----
drivers/mtd/nand/fsl_elbc_nand.c | 18 +-
include/configs/MPC8313ERDB.h | 1 +
include/configs/MPC8315ERDB.h | 1 +
include/configs/MPC837XEMDS.h | 1 +
include/configs/MPC837XERDB.h | 1 +
include/configs/MPC8536DS.h | 15 +-
include/configs/MPC8540EVAL.h | 1 +
include/configs/MPC8541CDS.h | 1 +
include/configs/MPC8544DS.h | 1 +
include/configs/MPC8548CDS.h | 1 +
include/configs/MPC8555CDS.h | 1 +
include/configs/MPC8560ADS.h | 1 +
include/configs/MPC8568MDS.h | 1 +
include/configs/MPC8569MDS.h | 1 +
include/configs/MPC8572DS.h | 15 +-
include/configs/P1022DS.h | 470 ++++++++++++++++++++++++
include/configs/P1_P2_RDB.h | 4 +
include/configs/P2020DS.h | 17 +-
include/configs/PM854.h | 1 +
include/configs/PM856.h | 1 +
include/configs/SBC8540.h | 1 +
include/configs/SIMPC8313.h | 1 +
include/configs/TQM85xx.h | 1 +
include/configs/XPEDITE5200.h | 1 +
include/configs/XPEDITE5370.h | 2 +
include/configs/sbc8548.h | 1 +
include/configs/sbc8560.h | 1 +
include/configs/socrates.h | 1 +
include/configs/stxgp3.h | 1 +
include/configs/stxssa.h | 1 +
include/fdt_support.h | 2 +-
include/mpc85xx.h | 2 -
nand_spl/board/freescale/mpc8536ds/nand_boot.c | 5 +-
nand_spl/nand_boot_fsl_elbc.c | 4 +-
117 files changed, 2370 insertions(+), 1355 deletions(-)
create mode 100644 arch/powerpc/cpu/mpc85xx/cmd_errata.c
create mode 100644 arch/powerpc/cpu/mpc85xx/p1022_serdes.c
create mode 100644 arch/powerpc/cpu/mpc8xxx/fsl_lbc.c
create mode 100644 board/freescale/common/ics307_clk.c
create mode 100644 board/freescale/common/ics307_clk.h
create mode 100644 board/freescale/common/pixis.h
create mode 100644 board/freescale/p1022ds/Makefile
create mode 100644 board/freescale/p1022ds/config.mk
create mode 100644 board/freescale/p1022ds/ddr.c
create mode 100644 board/freescale/p1022ds/law.c
create mode 100644 board/freescale/p1022ds/p1022ds.c
create mode 100644 board/freescale/p1022ds/tlb.c
create mode 100644 include/configs/P1022DS.h
^ permalink raw reply [flat|nested] 15+ messages in thread* [U-Boot] Please pull u-boot-mpc85xx [updated]
2010-07-16 19:16 ` Kumar Gala
@ 2010-07-16 21:20 ` Wolfgang Denk
0 siblings, 0 replies; 15+ messages in thread
From: Wolfgang Denk @ 2010-07-16 21:20 UTC (permalink / raw)
To: u-boot
Dear Kumar Gala,
In message <Pine.LNX.4.64.1007161416310.22621@localhost.localdomain> you wrote:
> [try and get this right this time, actually drop the p4080 immap changes]
>
> The following changes since commit d6f324d03d7829a1da1dee8b60f91b173a3976f0:
> Wolfgang Denk (1):
> Merge branch 'next' of git://git.denx.de/u-boot-nios
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-mpc85xx master
>
> Becky Bruce (8):
> powerpc: Update configs to properly set FSL_ELBC
> 83xx/85xx/86xx: LBC register cleanup
> mpc85xx: tlb.c cleanups
> mpc85xx: Add print_tlbcam() function
> drivers/misc/fsl_law.c: Rearrange code to avoid duplication
> fsl_law.c: Add print_laws() for FSL_CORENET platforms.
> mpc85xx: Add reginfo command
> powerpc 83xx/85xx: Merge lbc upmconfig code
>
> Kim Phillips (3):
> fdt: move fsl specific code from common fdt area to mpc8xxx/fdt.c
> powerpc/8xxx: Distinguish between incompatible SEC h/w types
> powerpc/8xxx: Add base support for the SEC4
>
> Kumar Gala (10):
> mpc8xxx: Remove cpu-handles for cpus we delete
> powerpc/8xxx: Add is_core_disabled to remove disabled cores from dtb
> ppc/85xx: Add a structure defn for PIXIS registers
> Move ICS CLK chip frequency calculation code into a common board library
> powerpc/85xx: Add recognition of e5500 core
> powerpc/85xx: Add support for link stack & STAC on e5500
> powerpc/85xx: Add command to report errata workarounds
> ppc/85xx: Convert MPC8572DS to using board common ICS307 code
> ppc/85xx: Convert MPC8536DS to using board common ICS307 code
> powerpc/85xx: Move p1022ds slot code into board file
>
> Poonam Aggrwal (2):
> 85xx/p1_p2_rdb: enable hwconfig
> 85xx/p1_p2_rdb: PCIe E1000 card support added.
>
> Timur Tabi (2):
> fsl: add LAW target to fsl_pci_info structure
> powerpc: add support for the Freescale P1022DS reference board
>
> MAINTAINERS | 1 +
> MAKEALL | 1 +
> Makefile | 1 +
> arch/powerpc/cpu/mpc83xx/cpu.c | 66 ----
> arch/powerpc/cpu/mpc83xx/cpu_init.c | 53 +---
> arch/powerpc/cpu/mpc83xx/nand_init.c | 4 +-
> arch/powerpc/cpu/mpc83xx/speed.c | 2 +-
> arch/powerpc/cpu/mpc85xx/Makefile | 2 +
> arch/powerpc/cpu/mpc85xx/cmd_errata.c | 51 +++
> arch/powerpc/cpu/mpc85xx/cpu.c | 106 ++----
> arch/powerpc/cpu/mpc85xx/cpu_init.c | 58 +---
> arch/powerpc/cpu/mpc85xx/cpu_init_nand.c | 6 +-
> arch/powerpc/cpu/mpc85xx/fdt.c | 4 +-
> arch/powerpc/cpu/mpc85xx/mp.c | 23 ++
> arch/powerpc/cpu/mpc85xx/p1022_serdes.c | 98 +++++
> arch/powerpc/cpu/mpc85xx/speed.c | 5 +-
> arch/powerpc/cpu/mpc85xx/tlb.c | 70 +++--
> arch/powerpc/cpu/mpc86xx/cpu.c | 15 +-
> arch/powerpc/cpu/mpc86xx/cpu_init.c | 55 +---
> arch/powerpc/cpu/mpc86xx/fdt.c | 5 +-
> arch/powerpc/cpu/mpc86xx/mp.c | 17 +
> arch/powerpc/cpu/mpc86xx/speed.c | 5 +-
> arch/powerpc/cpu/mpc8xxx/Makefile | 8 +-
> arch/powerpc/cpu/mpc8xxx/fdt.c | 178 +++++++++-
> arch/powerpc/cpu/mpc8xxx/fsl_lbc.c | 134 +++++++
> arch/powerpc/include/asm/config.h | 15 +
> arch/powerpc/include/asm/fsl_law.h | 1 +
> arch/powerpc/include/asm/fsl_lbc.h | 112 ++++---
> arch/powerpc/include/asm/fsl_pci.h | 19 +-
> arch/powerpc/include/asm/immap_83xx.h | 13 +-
> arch/powerpc/include/asm/immap_85xx.h | 84 ++---
> arch/powerpc/include/asm/immap_86xx.h | 49 +---
> arch/powerpc/include/asm/mmu.h | 2 +
> arch/powerpc/include/asm/mp.h | 3 +-
> arch/powerpc/include/asm/processor.h | 4 +-
> board/atum8548/atum8548.c | 2 +-
> board/esd/vme8349/vme8349.c | 2 +-
> board/freescale/common/Makefile | 4 +
> board/freescale/common/ics307_clk.c | 88 +++++
> board/freescale/common/ics307_clk.h | 30 ++
> board/freescale/common/ngpixis.h | 2 +-
> board/freescale/common/pixis.h | 182 +++++++++
> board/freescale/mpc8313erdb/sdram.c | 2 +-
> board/freescale/mpc8349emds/mpc8349emds.c | 2 +-
> board/freescale/mpc8349itx/mpc8349itx.c | 7 +-
> board/freescale/mpc8360emds/mpc8360emds.c | 6 +-
> board/freescale/mpc8360erdk/nand.c | 6 +-
> board/freescale/mpc8536ds/mpc8536ds.c | 148 --------
> board/freescale/mpc8540ads/mpc8540ads.c | 8 +-
> board/freescale/mpc8541cds/mpc8541cds.c | 13 +-
> board/freescale/mpc8544ds/mpc8544ds.c | 2 +-
> board/freescale/mpc8548cds/mpc8548cds.c | 13 +-
> board/freescale/mpc8555cds/mpc8555cds.c | 12 +-
> board/freescale/mpc8560ads/mpc8560ads.c | 8 +-
> board/freescale/mpc8568mds/mpc8568mds.c | 11 +-
> board/freescale/mpc8569mds/mpc8569mds.c | 2 +-
> board/freescale/mpc8572ds/mpc8572ds.c | 145 +--------
> board/freescale/p1022ds/Makefile | 39 ++
> board/freescale/p1022ds/config.mk | 14 +
> board/freescale/p1022ds/ddr.c | 106 ++++++
> board/freescale/p1022ds/law.c | 21 +
> board/freescale/p1022ds/p1022ds.c | 354 ++++++++++++++++++
> board/freescale/p1022ds/tlb.c | 76 ++++
> board/freescale/p2020ds/p2020ds.c | 149 --------
> board/mpc8540eval/mpc8540eval.c | 6 +-
> board/pm854/pm854.c | 2 +-
> board/pm856/pm856.c | 2 +-
> board/sbc8349/sbc8349.c | 2 +-
> board/sbc8548/sbc8548.c | 20 +-
> board/sbc8560/sbc8560.c | 6 +-
> board/sheldon/simpc8313/sdram.c | 2 +-
> board/sheldon/simpc8313/simpc8313.c | 2 +-
> board/socrates/socrates.c | 31 +-
> board/tqc/tqm834x/tqm834x.c | 8 +-
> board/tqc/tqm85xx/nand.c | 12 +-
> board/tqc/tqm85xx/tqm85xx.c | 35 +-
> board/xes/xpedite5170/xpedite5170.c | 10 +-
> board/xes/xpedite5200/xpedite5200.c | 11 +-
> board/xes/xpedite5370/xpedite5370.c | 9 +-
> boards.cfg | 1 +
> common/cmd_reginfo.c | 5 +
> common/fdt_support.c | 129 -------
> drivers/misc/fsl_law.c | 131 +++----
> drivers/mtd/nand/fsl_elbc_nand.c | 18 +-
> include/configs/MPC8313ERDB.h | 1 +
> include/configs/MPC8315ERDB.h | 1 +
> include/configs/MPC837XEMDS.h | 1 +
> include/configs/MPC837XERDB.h | 1 +
> include/configs/MPC8536DS.h | 15 +-
> include/configs/MPC8540EVAL.h | 1 +
> include/configs/MPC8541CDS.h | 1 +
> include/configs/MPC8544DS.h | 1 +
> include/configs/MPC8548CDS.h | 1 +
> include/configs/MPC8555CDS.h | 1 +
> include/configs/MPC8560ADS.h | 1 +
> include/configs/MPC8568MDS.h | 1 +
> include/configs/MPC8569MDS.h | 1 +
> include/configs/MPC8572DS.h | 15 +-
> include/configs/P1022DS.h | 470 ++++++++++++++++++++++++
> include/configs/P1_P2_RDB.h | 4 +
> include/configs/P2020DS.h | 17 +-
> include/configs/PM854.h | 1 +
> include/configs/PM856.h | 1 +
> include/configs/SBC8540.h | 1 +
> include/configs/SIMPC8313.h | 1 +
> include/configs/TQM85xx.h | 1 +
> include/configs/XPEDITE5200.h | 1 +
> include/configs/XPEDITE5370.h | 2 +
> include/configs/sbc8548.h | 1 +
> include/configs/sbc8560.h | 1 +
> include/configs/socrates.h | 1 +
> include/configs/stxgp3.h | 1 +
> include/configs/stxssa.h | 1 +
> include/fdt_support.h | 2 +-
> include/mpc85xx.h | 2 -
> nand_spl/board/freescale/mpc8536ds/nand_boot.c | 5 +-
> nand_spl/nand_boot_fsl_elbc.c | 4 +-
> 117 files changed, 2370 insertions(+), 1355 deletions(-)
> create mode 100644 arch/powerpc/cpu/mpc85xx/cmd_errata.c
> create mode 100644 arch/powerpc/cpu/mpc85xx/p1022_serdes.c
> create mode 100644 arch/powerpc/cpu/mpc8xxx/fsl_lbc.c
> create mode 100644 board/freescale/common/ics307_clk.c
> create mode 100644 board/freescale/common/ics307_clk.h
> create mode 100644 board/freescale/common/pixis.h
> create mode 100644 board/freescale/p1022ds/Makefile
> create mode 100644 board/freescale/p1022ds/config.mk
> create mode 100644 board/freescale/p1022ds/ddr.c
> create mode 100644 board/freescale/p1022ds/law.c
> create mode 100644 board/freescale/p1022ds/p1022ds.c
> create mode 100644 board/freescale/p1022ds/tlb.c
> create mode 100644 include/configs/P1022DS.h
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
The Wright Bothers weren't the first to fly. They were just the first
not to crash.
^ permalink raw reply [flat|nested] 15+ messages in thread
* [U-Boot] [GIT pull] Please pull u-boot-mpc85xx
@ 2011-07-29 13:05 Kumar Gala
2011-07-29 14:09 ` [U-Boot] Please pull u-boot-mpc85xx (updated) Kumar Gala
0 siblings, 1 reply; 15+ messages in thread
From: Kumar Gala @ 2011-07-29 13:05 UTC (permalink / raw)
To: u-boot
The following changes since commit 85f3df1c3a6e8f8f0c7a1daa0cdc3714daf967d7:
Fix build error causes by "unify version_string" (2011-07-28 22:16:57 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-mpc85xx.git master
Bhaskar Upadhaya (1):
powerpc/85xx: Fix up clock_freq property in CAN node of dts
Kumar Gala (6):
powerpc/85xx: Fix setting of EPAPR_MAGIC value
powerpc/85xx: Rename P2040 id & SERDES to P2041
powerpc/85xx: Add support for P2041[e] XAUI in SERDES
powerpc/85xx: Handle the lack of L2 cache on P2040/P2040E
powerpc/85xx: Cleanup handling of PVR detection for e500/e500mc/e5500
powerpc/85xx: Fix build failure for P1023RDS
Matthew McClintock (1):
powerpc/85xx: provide 85xx flush_icache for cmd_cache
Mingkai Hu (2):
powerpc/p2041rdb: Enable backside L2 cache support
powerpc/p2041rdb: Enable SATA support
Stephen George (1):
powerpc/85xx: Adding configuration for DCSRCR to enable 32M access
Timur Tabi (1):
powerpc/85xx: verify the device tree before booting Linux
Wolfgang Denk (2):
85xx: enable FDT support for STX SSA board
MPC8xxx: drop redundant boot messages
arch/powerpc/cpu/mpc85xx/Makefile | 6 +-
arch/powerpc/cpu/mpc85xx/cpu.c | 34 +++----
arch/powerpc/cpu/mpc85xx/cpu_init.c | 19 ++++
arch/powerpc/cpu/mpc85xx/fdt.c | 98 ++++++++++++++++++--
.../cpu/mpc85xx/{p2040_ids.c => p2041_ids.c} | 0
.../cpu/mpc85xx/{p2040_serdes.c => p2041_serdes.c} | 26 ++++-
arch/powerpc/cpu/mpc85xx/release.S | 15 +++-
arch/powerpc/cpu/mpc85xx/start.S | 2 +
arch/powerpc/include/asm/immap_85xx.h | 7 +-
arch/powerpc/include/asm/processor.h | 4 +
arch/powerpc/lib/bootm.c | 23 +++++-
board/freescale/corenet_ds/ddr.c | 2 +-
board/freescale/corenet_ds/law.c | 3 +-
board/freescale/mpc8610hpcd/mpc8610hpcd.c | 2 +-
board/freescale/mpc8641hpcn/mpc8641hpcn.c | 2 +-
board/freescale/p2041rdb/ddr.c | 2 +-
board/sbc8641d/sbc8641d.c | 2 +-
board/stx/stxssa/stxssa.c | 8 ++
include/configs/P1023RDS.h | 6 +-
include/configs/P2041RDB.h | 22 +++++
include/configs/stxssa.h | 7 +-
21 files changed, 241 insertions(+), 49 deletions(-)
rename arch/powerpc/cpu/mpc85xx/{p2040_ids.c => p2041_ids.c} (100%)
rename arch/powerpc/cpu/mpc85xx/{p2040_serdes.c => p2041_serdes.c} (83%)
^ permalink raw reply [flat|nested] 15+ messages in thread* [U-Boot] Please pull u-boot-mpc85xx (updated)
2011-07-29 13:05 [U-Boot] [GIT pull] Please pull u-boot-mpc85xx Kumar Gala
@ 2011-07-29 14:09 ` Kumar Gala
2011-07-29 20:05 ` Wolfgang Denk
0 siblings, 1 reply; 15+ messages in thread
From: Kumar Gala @ 2011-07-29 14:09 UTC (permalink / raw)
To: u-boot
[ pulled in a USB patch, and fix for fdt usb code that fixes MPC83xx build
issues]
The following changes since commit ce0f709bcd52bbe5f432771ad3a18bd3d5a6747f:
cfb_console: fix build breakage (2011-07-29 11:28:26 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-mpc85xx.git master
Bhaskar Upadhaya (1):
powerpc/85xx: Fix up clock_freq property in CAN node of dts
Kumar Gala (7):
powerpc/85xx: Fix setting of EPAPR_MAGIC value
powerpc/85xx: Rename P2040 id & SERDES to P2041
powerpc/85xx: Add support for P2041[e] XAUI in SERDES
powerpc/85xx: Handle the lack of L2 cache on P2040/P2040E
powerpc/85xx: Cleanup handling of PVR detection for e500/e500mc/e5500
powerpc/85xx: Fix build failure for P1023RDS
powerpc/8xxx: Remove dependancy on <usb.h>
Matthew McClintock (1):
powerpc/85xx: provide 85xx flush_icache for cmd_cache
Mingkai Hu (2):
powerpc/p2041rdb: Enable backside L2 cache support
powerpc/p2041rdb: Enable SATA support
Shaohui Xie (1):
powerpc/85xx: enable USB2 gadget mode for corenet ds board
Stephen George (1):
powerpc/85xx: Adding configuration for DCSRCR to enable 32M access
Timur Tabi (1):
powerpc/85xx: verify the device tree before booting Linux
Wolfgang Denk (2):
85xx: enable FDT support for STX SSA board
MPC8xxx: drop redundant boot messages
arch/powerpc/cpu/mpc85xx/Makefile | 6 +-
arch/powerpc/cpu/mpc85xx/cpu.c | 34 +++----
arch/powerpc/cpu/mpc85xx/cpu_init.c | 19 ++++
arch/powerpc/cpu/mpc85xx/fdt.c | 98 ++++++++++++++++++--
.../cpu/mpc85xx/{p2040_ids.c => p2041_ids.c} | 0
.../cpu/mpc85xx/{p2040_serdes.c => p2041_serdes.c} | 26 ++++-
arch/powerpc/cpu/mpc85xx/release.S | 15 +++-
arch/powerpc/cpu/mpc85xx/start.S | 2 +
arch/powerpc/cpu/mpc8xxx/fdt.c | 9 +-
arch/powerpc/include/asm/immap_85xx.h | 7 +-
arch/powerpc/include/asm/processor.h | 4 +
arch/powerpc/lib/bootm.c | 23 +++++-
board/freescale/corenet_ds/corenet_ds.c | 1 +
board/freescale/corenet_ds/ddr.c | 2 +-
board/freescale/corenet_ds/law.c | 3 +-
board/freescale/mpc8610hpcd/mpc8610hpcd.c | 2 +-
board/freescale/mpc8641hpcn/mpc8641hpcn.c | 2 +-
board/freescale/p2041rdb/ddr.c | 2 +-
board/sbc8641d/sbc8641d.c | 2 +-
board/stx/stxssa/stxssa.c | 8 ++
include/configs/P1023RDS.h | 6 +-
include/configs/P2041RDB.h | 22 +++++
include/configs/corenet_ds.h | 1 +
include/configs/stxssa.h | 7 +-
24 files changed, 246 insertions(+), 55 deletions(-)
rename arch/powerpc/cpu/mpc85xx/{p2040_ids.c => p2041_ids.c} (100%)
rename arch/powerpc/cpu/mpc85xx/{p2040_serdes.c => p2041_serdes.c} (83%)
^ permalink raw reply [flat|nested] 15+ messages in thread* [U-Boot] Please pull u-boot-mpc85xx (updated)
2011-07-29 14:09 ` [U-Boot] Please pull u-boot-mpc85xx (updated) Kumar Gala
@ 2011-07-29 20:05 ` Wolfgang Denk
2011-07-29 21:07 ` Kumar Gala
0 siblings, 1 reply; 15+ messages in thread
From: Wolfgang Denk @ 2011-07-29 20:05 UTC (permalink / raw)
To: u-boot
Dear Kumar Gala,
In message <alpine.LFD.2.00.1107290908560.25161@right.am.freescale.net> you wrote:
> [ pulled in a USB patch, and fix for fdt usb code that fixes MPC83xx build
> issues]
...
> powerpc/8xxx: Remove dependancy on <usb.h>
Shall I pull as is, or do you want to fix the commit message?
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
All a hacker needs is a tight PUSHJ, a loose pair of UUOs, and a warm
place to shift.
^ permalink raw reply [flat|nested] 15+ messages in thread
* [U-Boot] Please pull u-boot-mpc85xx (updated)
2011-07-29 20:05 ` Wolfgang Denk
@ 2011-07-29 21:07 ` Kumar Gala
0 siblings, 0 replies; 15+ messages in thread
From: Kumar Gala @ 2011-07-29 21:07 UTC (permalink / raw)
To: u-boot
On Jul 29, 2011, at 3:05 PM, Wolfgang Denk wrote:
> Dear Kumar Gala,
>
> In message <alpine.LFD.2.00.1107290908560.25161@right.am.freescale.net> you wrote:
>> [ pulled in a USB patch, and fix for fdt usb code that fixes MPC83xx build
>> issues]
> ...
>> powerpc/8xxx: Remove dependancy on <usb.h>
>
> Shall I pull as is, or do you want to fix the commit message?
Pushed an update, w/commit message fix
- k
^ permalink raw reply [flat|nested] 15+ messages in thread
end of thread, other threads:[~2011-07-29 21:07 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-22 16:11 [U-Boot] Please pull u-boot-mpc85xx (updated) Kumar Gala
2009-07-22 22:58 ` Wolfgang Denk
2009-07-24 20:58 ` Timur Tabi
2009-07-24 20:59 ` Kumar Gala
2009-07-27 2:09 ` Zang Roy-R61911
2009-07-24 20:59 ` Ben Warren
-- strict thread matches above, loose matches on Subject: below --
2009-09-24 17:07 Kumar Gala
2009-09-24 21:40 ` Wolfgang Denk
2009-09-24 22:32 ` Paul Gortmaker
2010-07-08 14:26 [U-Boot] Please pull u-boot-mpc85xx Kumar Gala
2010-07-14 19:42 ` Wolfgang Denk
2010-07-16 15:57 ` [U-Boot] Please pull u-boot-mpc85xx [updated] Kumar Gala
2010-07-16 19:16 ` Kumar Gala
2010-07-16 21:20 ` Wolfgang Denk
2011-07-29 13:05 [U-Boot] [GIT pull] Please pull u-boot-mpc85xx Kumar Gala
2011-07-29 14:09 ` [U-Boot] Please pull u-boot-mpc85xx (updated) Kumar Gala
2011-07-29 20:05 ` Wolfgang Denk
2011-07-29 21:07 ` Kumar Gala
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox