[U-Boot] [PATCH 3/3] powerpc/85xx: Add support for RMan LIODN initialization

Kumar Gala galak at kernel.crashing.org
Fri Oct 21 07:17:14 CEST 2011


On Oct 14, 2011, at 12:07 AM, Kumar Gala wrote:

> From: Minghuan Lian <Minghuan.Lian at freescale.com>
> 
> This patch is intended to initialize RMan LIODN related registers on
> P2041, P304S and P5020 SocS. It also adds the "rman at 0" child node to
> qman-portal nodes, adds "fsl,liodn" property to RMan inbound block nodes.
> 
> Signed-off-by: Minghuan Lian <Minghuan.Lian at freescale.com>
> Signed-off-by: Kumar Gala <galak at kernel.crashing.org>
> ---
> arch/powerpc/cpu/mpc85xx/liodn.c       |   39 ++++++++++++++++++++++++++++++++
> arch/powerpc/cpu/mpc85xx/p2041_ids.c   |   14 +++++++++++
> arch/powerpc/cpu/mpc85xx/p3041_ids.c   |   14 +++++++++++
> arch/powerpc/cpu/mpc85xx/p5020_ids.c   |   14 +++++++++++
> arch/powerpc/cpu/mpc85xx/portals.c     |    6 +++++
> arch/powerpc/include/asm/fsl_liodn.h   |    8 ++++++
> arch/powerpc/include/asm/fsl_portals.h |    4 +++
> arch/powerpc/include/asm/immap_85xx.h  |   13 ++++++++++
> include/configs/P2041RDB.h             |    1 +
> include/configs/P3041DS.h              |    1 +
> include/configs/P5020DS.h              |    1 +
> 11 files changed, 115 insertions(+), 0 deletions(-)

applied to 85xx

- k


More information about the U-Boot mailing list