
Dear Kim Phillips,
In message 20100922162418.e4d26d67.kim.phillips@freescale.com you wrote:
Wolfgang Denk,
Please pull a new board (mpc8308_p1m), ability to boot larger kernels, and various other cleanups for the next branch:
The following changes since commit d70d8ccc200db8c16a6654cb726c3d74b6640b32:
silence config step commands display during MAKEALL builds (2010-09-21 21:46:49 +0200)
are available in the git repository at: git://git.denx.de/u-boot-mpc83xx next
Ilya Yanok (5): mpc83xx/pcie: make it compile with PCIE2 unconfigured mpc83xx: add support for setting PCIE clocks mpc8308: add SICR{L,H} fields definitions MPC8308RDB: various clean ups mpc8308_p1m: support for MPC8308 P1M board
Ira W. Snyder (1): e300: increase CONFIG_SYS_BOOTMAPSZ to allow booting large kernels
Kim Phillips (2): mpc83xx: fix pcie build warning mpc83xx: extend CONFIG_SYS_BOOTMAPSZ increase to mpc8308_p1m
Peter Tyser (1): 83xx: Remove warmboot parameter from PCI init functions
Scott Wood (1): mpc831xerdb: enable mtdparts for NAND
MAINTAINERS | 1 + arch/powerpc/cpu/mpc83xx/cpu_init.c | 12 + arch/powerpc/cpu/mpc83xx/pci.c | 6 +- arch/powerpc/cpu/mpc83xx/pcie.c | 44 ++- board/esd/vme8349/pci.c | 2 +- board/freescale/mpc8308rdb/mpc8308rdb.c | 22 +- board/freescale/mpc8308rdb/sdram.c | 31 +-- board/freescale/mpc8313erdb/mpc8313erdb.c | 8 +- board/freescale/mpc8315erdb/mpc8315erdb.c | 8 +- board/freescale/mpc8323erdb/mpc8323erdb.c | 2 +- board/freescale/mpc832xemds/pci.c | 6 +- board/freescale/mpc8349emds/pci.c | 6 +- board/freescale/mpc8349itx/pci.c | 4 +- board/freescale/mpc8360emds/pci.c | 6 +- board/freescale/mpc8360erdk/mpc8360erdk.c | 2 +- board/freescale/mpc837xemds/pci.c | 2 +- board/freescale/mpc837xerdb/pci.c | 4 +- board/matrix_vision/mvblm7/pci.c | 5 +- board/mpc8308_p1m/Makefile | 52 +++ board/mpc8308_p1m/config.mk | 3 + board/mpc8308_p1m/mpc8308_p1m.c | 106 ++++++ board/mpc8308_p1m/sdram.c | 93 +++++ board/sbc8349/pci.c | 2 +- board/sheldon/simpc8313/simpc8313.c | 5 +- board/tqc/tqm834x/pci.c | 2 +- board/ve8313/ve8313.c | 5 +- boards.cfg | 1 + include/configs/MPC8308RDB.h | 50 ++-- include/configs/MPC8313ERDB.h | 13 +- include/configs/MPC8315ERDB.h | 13 +- include/configs/MPC8323ERDB.h | 4 +- include/configs/MPC832XEMDS.h | 4 +- include/configs/MPC8349EMDS.h | 4 +- include/configs/MPC8349ITX.h | 4 +- include/configs/MPC8360EMDS.h | 4 +- include/configs/MPC8360ERDK.h | 4 +- include/configs/MPC837XEMDS.h | 4 +- include/configs/MPC837XERDB.h | 4 +- include/configs/MVBLM7.h | 4 +- include/configs/SIMPC8313.h | 4 +- include/configs/TQM834x.h | 4 +- include/configs/aria.h | 4 +- include/configs/kmeter1.h | 4 +- include/configs/mecp5123.h | 4 +- include/configs/mpc5121ads.h | 4 +- include/configs/mpc8308_p1m.h | 555 +++++++++++++++++++++++++++++ include/configs/pdm360ng.h | 4 +- include/configs/sbc8349.h | 4 +- include/configs/ve8313.h | 4 +- include/configs/vme8349.h | 4 +- include/mpc83xx.h | 52 +++- 51 files changed, 1021 insertions(+), 178 deletions(-) create mode 100644 board/mpc8308_p1m/Makefile create mode 100644 board/mpc8308_p1m/config.mk create mode 100644 board/mpc8308_p1m/mpc8308_p1m.c create mode 100644 board/mpc8308_p1m/sdram.c create mode 100644 include/configs/mpc8308_p1m.h
Applied, thanks.
But I had to cherry-pick the commits as you next branch is no in sync with mine. I guess you missed that I had to rebase it.
Best regards,
Wolfgang Denk