[U-Boot] [PATCH v1 0/2] Add support for new SoC APM82XXX

tmarri at apm.com tmarri at apm.com
Wed Sep 1 04:11:05 CEST 2010


From: Tirumala Marri <tmarri at apm.com>

APM8XXXX is Applied Micro Circuits Corporations naming
convention for new line of SoCs.

V1:
  * Squash some of the patches.
  * add space between "||" and "\".
  * Add spaces around operators.
  * Unsigned int to u32.
  * Add empty line which was removed.
  * remove warning "unused variable" in cpu_init.c
  * Remove "All rights reserved" phrase from headers.
  * Add empty line which was removed.
  * Move EBC definititions to bluestone_config.h file
  * Remove reconfigure_EBC() function.
  * Remove unused CONFIG_SDRAM16BIT_OFFSET.
  * Remove unused CONFIG_SDRAM_INFO_EEPROM_ADDR.
  * Add empty lines in bluestone.c file.
  * Replacing AC_R | AC_W | AC_X with AC_RWX.
  * Remove changes to main Makefile
  * Remove NAND references from config file.
  * Squash some of the patches.
  * Remove top Makefile change.

Tirumala Marri (2):
  Add CPU and other peripheral support
  APM82xxx: Add bluestone board support

 MAINTAINERS                             |    3 +
 MAKEALL                                 |    1 +
 arch/powerpc/cpu/ppc4xx/cpu.c           |   35 ++++++-
 arch/powerpc/cpu/ppc4xx/cpu_init.c      |    8 +-
 arch/powerpc/cpu/ppc4xx/speed.c         |   85 +++++++++++++++-
 arch/powerpc/cpu/ppc4xx/start.S         |   10 ++-
 arch/powerpc/include/asm/ppc4xx-ebc.h   |    4 +
 arch/powerpc/include/asm/ppc4xx-isram.h |    8 +-
 arch/powerpc/include/asm/ppc4xx-sdram.h |   25 ++++-
 arch/powerpc/include/asm/ppc4xx-uic.h   |    5 +-
 arch/powerpc/include/asm/processor.h    |    1 +
 board/amcc/bluestone/Makefile           |   52 +++++++++
 board/amcc/bluestone/bluestone.c        |  162 ++++++++++++++++++++++++++++
 board/amcc/bluestone/config.mk          |   40 +++++++
 board/amcc/bluestone/init.S             |   55 ++++++++++
 boards.cfg                              |    1 +
 include/configs/bluestone.h             |  175 +++++++++++++++++++++++++++++++
 include/ppc440.h                        |   57 ++++++++++-
 include/ppc4xx.h                        |    7 +-
 19 files changed, 709 insertions(+), 25 deletions(-)
 create mode 100644 board/amcc/bluestone/Makefile
 create mode 100644 board/amcc/bluestone/bluestone.c
 create mode 100644 board/amcc/bluestone/config.mk
 create mode 100644 board/amcc/bluestone/init.S
 create mode 100644 include/configs/bluestone.h



More information about the U-Boot mailing list