[U-Boot] [PATCH 5/6] sbc8548: update PCI/PCI-e support code

Kumar Gala galak at kernel.crashing.org
Mon Sep 21 19:02:01 CEST 2009


On Sep 20, 2009, at 7:36 PM, Paul Gortmaker wrote:

> The PCI/PCI-e support for the sbc8548 was based on an earlier
> version of what the MPC8548CDS board was using, and in its
> current state it won't even compile.  This re-syncs it to match
> the latest codebase and makes use of the new shared PCI functions
> to reduce board duplication.
>
> It borrows from the MPC8568MDS, in that it pulls the PCI-e I/O
> back to 0xe280_0000 (where PCI2 would be on MPC8548CDS), and
> similarly it coalesces the PCI and PCI-e mem into one single TLB.
>
> Both PCI-x and PCI-e have been tested with intel e1000 cards
> under linux (with an accompanying dts change in place)
>
> Signed-off-by: Paul Gortmaker <paul.gortmaker at windriver.com>
> ---
> board/sbc8548/law.c       |   12 ++++-
> board/sbc8548/sbc8548.c   |  129 +++++++++++++ 
> +-------------------------------
> board/sbc8548/tlb.c       |   48 +++++++---------
> include/configs/sbc8548.h |   45 ++++++++-------
> 4 files changed, 94 insertions(+), 140 deletions(-)

applied to 85xx.

- k


More information about the U-Boot mailing list