[U-Boot] [PATCH v2 0/7] Add support for PDM360NG board
Anatolij Gustschin
agust at denx.de
Tue Mar 16 17:10:01 CET 2010
This patch series intend to support MPC5121e based
PDM360NG board. Patches preceding the actual board
support patch 6 prepare needed infrastructure for
the PDM360NG board.
Changes since first version:
- addressed comments, detailed log of changes is
provided in patch description.
NOTE:
- if splashscreen is used, another fix should also
be applied, see patch
http://lists.denx.de/pipermail/u-boot/2010-March/068505.html
- for RLE8 BMP support see patch
http://lists.denx.de/pipermail/u-boot/2010-March/068476.html
Anatolij Gustschin (7):
mpc512x: make MEM IO Control configuration a board config option
mpc512x: add multi serial PSC support
mpc5121: add PSC serial communication routines
fdt_support: add partitions fixup in mtd node
mpc5121: add common post_word_load/store code
mpc5121: add support for PDM360NG board
mpc5121: cpu/mpc512x/diu.c: fix warnings
MAKEALL | 1 +
Makefile | 3 +
board/freescale/common/fsl_diu_fb.c | 29 ++-
board/pdm360ng/Makefile | 52 ++++
board/pdm360ng/config.mk | 24 ++
board/pdm360ng/pdm360ng.c | 525 +++++++++++++++++++++++++++++++++++
board/pdm360ng/post.c | 75 +++++
common/cmd_mtdparts.c | 2 +-
common/fdt_support.c | 219 +++++++++++++++
common/serial.c | 23 ++
cpu/mpc512x/Makefile | 1 +
cpu/mpc512x/commproc.c | 25 ++
cpu/mpc512x/diu.c | 18 +-
cpu/mpc512x/fixed_sdram.c | 2 +-
cpu/mpc512x/serial.c | 353 ++++++++++++++++++++++--
include/asm-ppc/immap_512x.h | 112 ++++----
include/configs/aria.h | 2 +
include/configs/mecp5123.h | 2 +
include/configs/mpc5121-common.h | 52 ++++
include/configs/mpc5121ads.h | 2 +
include/configs/pdm360ng.h | 520 ++++++++++++++++++++++++++++++++++
include/fdt_support.h | 2 +
include/jffs2/load_kernel.h | 1 +
include/mtd_node.h | 11 +
include/post.h | 1 +
include/serial.h | 15 +
post/tests.c | 4 +
27 files changed, 1981 insertions(+), 95 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 cpu/mpc512x/commproc.c
create mode 100644 include/configs/mpc5121-common.h
create mode 100644 include/configs/pdm360ng.h
create mode 100644 include/mtd_node.h
More information about the U-Boot
mailing list