public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/8] Update/enhance sbc8548 support
@ 2009-09-18 23:08 Paul Gortmaker
  2009-09-18 23:08 ` [U-Boot] [PATCH 1/8] sbc8548: delete unused MPC8548CDS info carried over from port Paul Gortmaker
  0 siblings, 1 reply; 28+ messages in thread
From: Paul Gortmaker @ 2009-09-18 23:08 UTC (permalink / raw)
  To: u-boot


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

^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2009-09-23 22:28 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-18 23:08 [U-Boot] [PATCH 0/8] Update/enhance sbc8548 support Paul Gortmaker
2009-09-18 23:08 ` [U-Boot] [PATCH 1/8] sbc8548: delete unused MPC8548CDS info carried over from port Paul Gortmaker
2009-09-18 23:08   ` [U-Boot] [PATCH 2/8] sbc8548: get_clock_freq is not valid for this board Paul Gortmaker
2009-09-18 23:08     ` [U-Boot] [PATCH 3/8] sbc8548: enable access to second bank of flash Paul Gortmaker
2009-09-18 23:08       ` [U-Boot] [PATCH 4/8] sbc8548: correct local bus SDRAM size from 64M to 128M Paul Gortmaker
2009-09-18 23:08         ` [U-Boot] [PATCH 5/8] sbc8548: update PCI/PCI-e support code Paul Gortmaker
2009-09-18 23:08           ` [U-Boot] [PATCH 6/8] sbc8548: enable use of PCI network cards Paul Gortmaker
2009-09-18 23:08             ` [U-Boot] [PATCH 7/8] sbc8548: allow enabling PCI via a make config option Paul Gortmaker
2009-09-18 23:08               ` [U-Boot] [PATCH 8/8] sbc8548: replace README with completely new document Paul Gortmaker
2009-09-19 17:11                 ` Kumar Gala
2009-09-19 16:50               ` [U-Boot] [PATCH 7/8] sbc8548: allow enabling PCI via a make config option Kumar Gala
2009-09-19 17:11             ` [U-Boot] [PATCH 6/8] sbc8548: enable use of PCI network cards Kumar Gala
2009-09-23 20:13           ` [U-Boot] [PATCH 5/8] sbc8548: update PCI/PCI-e support code Wolfgang Denk
2009-09-23 20:22             ` Paul Gortmaker
2009-09-19 16:55         ` [U-Boot] [PATCH 4/8] sbc8548: correct local bus SDRAM size from 64M to 128M Kumar Gala
2009-09-23 20:10           ` Wolfgang Denk
2009-09-23 20:10         ` Wolfgang Denk
2009-09-19 17:11       ` [U-Boot] [PATCH 3/8] sbc8548: enable access to second bank of flash Kumar Gala
2009-09-23 20:08         ` Wolfgang Denk
2009-09-23 20:15           ` Paul Gortmaker
2009-09-23 20:48             ` Wolfgang Denk
2009-09-23 22:28               ` Paul Gortmaker
2009-09-23 20:07       ` Wolfgang Denk
2009-09-19 17:11     ` [U-Boot] [PATCH 2/8] sbc8548: get_clock_freq is not valid for this board Kumar Gala
2009-09-19  4:25   ` [U-Boot] [PATCH 1/8] sbc8548: delete unused MPC8548CDS info carried over from port Kumar Gala
2009-09-19 16:05     ` Paul Gortmaker
2009-09-19 16:34       ` Kumar Gala
2009-09-19 17:11   ` Kumar Gala

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox