[U-Boot] Please pull u-boot-ppc4xx/master

Stefan Roese sr at denx.de
Mon Oct 4 11:27:47 CEST 2010


The following changes since commit dd09985499ac95484974eb0f832fe47b33369952:

  hmi1001, mucmc52, uc100, uc101: move boards to vendor directory (2010-10-04 10:58:38 
+0200)

are available in the git repository at:
  git://www.denx.de/git/u-boot-ppc4xx.git master

Rupjyoti Sarmah (1):
      ppc44x: config GPIOs for USB on canyonlands board

Sascha Laue (1):
      ppc4xx: Big lwmon5 board support rework/update

Stefan Roese (5):
      ppc4xx: Add defines for COM3 & COM4 (UART2 & UART3) on 440EPx/GRx
      ppc4xx/fdt/flash: Fix bug in fdt_fixup_nor_flash_node()
      ppc4xx: Small whitespace cleanup in canyonlands.c
      ppc4xx: Use common ns16550 functions in 4xx UART POST driver
      ppc4xx: Remove some testing hacks from ppc4xx.h

Tirumala Marri (2):
      APM821xx: Add CPU support
      APM821xx: Add bluestone board support

 MAINTAINERS                              |    4 +
 arch/powerpc/cpu/ppc4xx/cpu.c            |   19 ++
 arch/powerpc/cpu/ppc4xx/cpu_init.c       |    5 +-
 arch/powerpc/cpu/ppc4xx/speed.c          |   75 +++++++-
 arch/powerpc/cpu/ppc4xx/start.S          |   11 +-
 arch/powerpc/include/asm/apm821xx.h      |   72 +++++++
 arch/powerpc/include/asm/ppc440epx_grx.h |    2 +
 arch/powerpc/include/asm/ppc4xx-ebc.h    |    3 +-
 arch/powerpc/include/asm/ppc4xx-isram.h  |   14 +-
 arch/powerpc/include/asm/ppc4xx-sdram.h  |   12 +-
 arch/powerpc/include/asm/ppc4xx-uic.h    |    5 +-
 arch/powerpc/include/asm/ppc4xx.h        |   21 +--
 arch/powerpc/include/asm/processor.h     |    1 +
 board/amcc/bluestone/Makefile            |   52 +++++
 board/amcc/bluestone/bluestone.c         |  111 +++++++++++
 board/amcc/bluestone/config.mk           |   40 ++++
 board/amcc/bluestone/init.S              |   60 ++++++
 board/amcc/canyonlands/canyonlands.c     |   43 +++--
 board/lwmon5/kbd.c                       |   45 +++++
 board/lwmon5/lwmon5.c                    |  249 +++++++++++++++---------
 boards.cfg                               |    1 +
 common/fdt_support.c                     |   17 +-
 include/configs/bluestone.h              |  178 +++++++++++++++++
 include/configs/hcu4.h                   |    2 +-
 include/configs/hcu5.h                   |    2 +-
 include/configs/kilauea.h                |    3 +-
 include/configs/lwmon5.h                 |  284 ++++++++++++++++------------
 include/configs/makalu.h                 |    3 +-
 include/configs/mcu25.h                  |    2 +-
 include/configs/zeus.h                   |    2 +-
 post/board/lwmon5/dsp.c                  |   21 ++-
 post/board/lwmon5/dspic.c                |   56 ++++--
 post/board/lwmon5/fpga.c                 |  308 +++++++++++++++++++++++++-----
 post/board/lwmon5/gdc.c                  |  308 ++++++++++++++++++++++++++++--
 post/board/lwmon5/sysmon.c               |  160 ++++++++++------
 post/board/lwmon5/watchdog.c             |   19 ++-
 post/cpu/ppc4xx/uart.c                   |  302 ++---------------------------
 37 files changed, 1804 insertions(+), 708 deletions(-)
 create mode 100644 arch/powerpc/include/asm/apm821xx.h
 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