[PATCH 1/2] 8xx: Analogue & Micro Adder875 board support.

Kumar Gala galak at kernel.crashing.org
Tue Jan 22 03:20:29 EST 2008


On Thu, 17 Jan 2008, Scott Wood wrote:

> Signed-off-by: Scott Wood <scottwood at freescale.com>
> ---
> Removed const/initdata combo, added simple-bus to cpm node,
> and used simple-bus for probing.
>
> Please apply for 2.6.25.
>
>  arch/powerpc/Kconfig                            |    3 +
>  arch/powerpc/boot/.gitignore                    |    1 +
>  arch/powerpc/boot/Makefile                      |    6 +-
>  arch/powerpc/boot/dts/adder875-redboot.dts      |  184 ++++++
>  arch/powerpc/boot/dts/adder875-uboot.dts        |  183 ++++++
>  arch/powerpc/boot/redboot-8xx.c                 |   58 ++
>  arch/powerpc/boot/redboot.h                     |   56 ++
>  arch/powerpc/boot/wrapper                       |    2 +-
>  arch/powerpc/configs/adder875-redboot_defconfig |  798 +++++++++++++++++++++++
>  arch/powerpc/configs/adder875-uboot_defconfig   |  798 +++++++++++++++++++++++
>  arch/powerpc/platforms/8xx/Kconfig              |    9 +
>  arch/powerpc/platforms/8xx/Makefile             |    1 +
>  arch/powerpc/platforms/8xx/adder875.c           |  118 ++++
>  13 files changed, 2215 insertions(+), 2 deletions(-)
>  create mode 100644 arch/powerpc/boot/dts/adder875-redboot.dts
>  create mode 100644 arch/powerpc/boot/dts/adder875-uboot.dts
>  create mode 100644 arch/powerpc/boot/redboot-8xx.c
>  create mode 100644 arch/powerpc/boot/redboot.h
>  create mode 100644 arch/powerpc/configs/adder875-redboot_defconfig
>  create mode 100644 arch/powerpc/configs/adder875-uboot_defconfig
>  create mode 100644 arch/powerpc/platforms/8xx/adder875.c
>

applied.

- k



More information about the Linuxppc-dev mailing list