[U-Boot] [PATCH v3 0/3] Add support for PDM360NG board

Anatolij Gustschin agust at denx.de
Wed Apr 14 16:21:46 CEST 2010


These are remaining reworked patches for PDM360NG
board support. I expect them to be applied to u-boot-mpc5xxx
branch (after applying another already submitted patch [1]
for fixing the problem with bricking the boards after
commit d774442c60756a8dd5d75de85574120ce375bd72 and then
rebasing this branch to new directory structure).

[1] http://lists.denx.de/pipermail/u-boot/2010-April/070018.html

Anatolij Gustschin (3):
  mpc5121: determine RAM size using get_ram_size()
  mpc5121: add support for PDM360NG board
  mpc5121: pdm360ng: add coprocessor POST

 MAINTAINERS                         |    4 +
 MAKEALL                             |    1 +
 Makefile                            |    3 +
 arch/ppc/cpu/mpc512x/diu.c          |   12 +-
 arch/ppc/cpu/mpc512x/fixed_sdram.c  |    7 +-
 board/freescale/common/fsl_diu_fb.c |   29 ++-
 board/pdm360ng/Makefile             |   52 ++++
 board/pdm360ng/config.mk            |   24 ++
 board/pdm360ng/pdm360ng.c           |  521 +++++++++++++++++++++++++++++++++++
 board/pdm360ng/post.c               |   75 +++++
 include/configs/mpc5121-common.h    |   53 ++++
 include/configs/pdm360ng.h          |  497 +++++++++++++++++++++++++++++++++
 include/post.h                      |    1 +
 post/tests.c                        |   13 +
 14 files changed, 1285 insertions(+), 7 deletions(-)
 create mode 100644 board/pdm360ng/Makefile
 create mode 100644 board/pdm360ng/config.mk
 create mode 100644 board/pdm360ng/pdm360ng.c
 create mode 100644 board/pdm360ng/post.c
 create mode 100644 include/configs/mpc5121-common.h
 create mode 100644 include/configs/pdm360ng.h



More information about the U-Boot mailing list