[U-Boot] Please pull u-boot-mpc85xx (updated)

(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(-)

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

On Wed, Jul 22, 2009 at 11:11 AM, Kumar Galagalak@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.

On Jul 24, 2009, at 3:58 PM, Timur Tabi wrote:
On Wed, Jul 22, 2009 at 11:11 AM, Kumar Galagalak@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

-----Original Message----- From: Kumar Gala [mailto:galak@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 Galagalak@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

Timur Tabi wrote:
On Wed, Jul 22, 2009 at 11:11 AM, Kumar Galagalak@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
participants (5)
-
Ben Warren
-
Kumar Gala
-
Timur Tabi
-
Wolfgang Denk
-
Zang Roy-R61911