[U-Boot] [PATCH 0/8] Update/enhance sbc8548 support

Paul Gortmaker paul.gortmaker at windriver.com
Sat Sep 19 01:08:38 CEST 2009


This series represents a significant usability improvement to the 
sbc8548 board, by delivering:

	-64MB SODIMM flash now usable from u-boot
	-PCI and PCI-e properly configured and functional
	-twice the size of LBC SDRAM available
	-easy selection of configuration via Makefile target rules
	-a README file that sucks less.

I've also cleaned up a bunch of stuff that was left over from when this
board support was cloned off of the MPC8548CDS.  There are still a couple
things I'd like to get working on this board, like DDR config via SPD,
and booting from the alternate flash bank (for ease of recovery), but
what is here now is validated and complete, so no point in me sitting
on these bits.

Patches are in e-mail for review, or can be pulled as per below.

Thanks,
Paul.


The following changes since commit 15fba3279b56333bdb65ead366f82c945ed320d1:
  Kumar Gala (1):
        ppc/85xx: Disable all async interrupt sources when we boot

are available in the git repository at:

  git://openlinux.windriver.com/people/paulg/u-boot sbc8548

Paul Gortmaker (8):
      sbc8548: delete unused MPC8548CDS info carried over from port
      sbc8548: get_clock_freq is not valid for this board
      sbc8548: enable access to second bank of flash
      sbc8548: correct local bus SDRAM size from 64M to 128M
      sbc8548: update PCI/PCI-e support code
      sbc8548: enable use of PCI network cards
      sbc8548: allow enabling PCI via a make config option
      sbc8548: replace README with completely new document

 MAKEALL                   |    4 +
 Makefile                  |   26 ++++++-
 board/sbc8548/Makefile    |    4 +-
 board/sbc8548/law.c       |   12 +++-
 board/sbc8548/sbc8548.c   |   98 ++++++++----------------
 board/sbc8548/tlb.c       |   64 ++++++++++-----
 doc/README.sbc8548        |  189 ++++++++++++++++++++++++++++++++++++++++-----
 include/configs/sbc8548.h |  114 +++++++++++++++++----------
 8 files changed, 356 insertions(+), 155 deletions(-)



More information about the U-Boot mailing list