[U-Boot] [PULL] u-boot-pxa next

Hey, these are some new boards with PXA cpus. This is against u-boot.git master branch. Please pull, thanks.
-------------------------------------------------------------------------------
The following changes since commit 54841ab50c20d6fa6c9cc3eb826989da3a22d934:
Make sure that argv[] argument pointers are not modified. (2010-07-04 23:55:42 +0200)
are available in the git repository at: git://git.denx.de/u-boot-pxa.git next-plat
Marek Vasut (5): Voipac PXA270 LCD Support PXA: Add support for LMS285GF05 into pxafb PXA: Voipac PXA270 Support PXA: Toradex Colibri PXA270 support PXA: ZipitZ2 support
MAKEALL | 4 + Makefile | 9 + arch/arm/cpu/pxa/pxafb.c | 67 ++++++ board/colibri_pxa270/Makefile | 45 ++++ board/colibri_pxa270/colibri_pxa270.c | 118 +++++++++ board/colibri_pxa270/config.mk | 1 + board/colibri_pxa270/lowlevel_init.S | 36 +++ board/vpac270/Makefile | 48 ++++ board/vpac270/config.mk | 1 + board/vpac270/lowlevel_init.S | 40 +++ board/vpac270/u-boot.lds | 55 +++++ board/vpac270/vpac270.c | 127 ++++++++++ board/zipitz2/Makefile | 54 +++++ board/zipitz2/config.mk | 1 + board/zipitz2/lowlevel_init.S | 40 +++ board/zipitz2/u-boot.lds | 56 +++++ board/zipitz2/zipitz2.c | 213 +++++++++++++++++ boards.cfg | 2 + include/configs/colibri_pxa270.h | 283 ++++++++++++++++++++++ include/configs/vpac270.h | 328 ++++++++++++++++++++++++++ include/configs/zipitz2.h | 259 ++++++++++++++++++++ onenand_ipl/board/vpac270/Makefile | 83 +++++++ onenand_ipl/board/vpac270/config.mk | 1 + onenand_ipl/board/vpac270/lowlevel_init.S | 34 +++ onenand_ipl/board/vpac270/u-boot.onenand.lds | 51 ++++ onenand_ipl/board/vpac270/vpac270.c | 42 ++++ 26 files changed, 1998 insertions(+), 0 deletions(-) create mode 100644 board/colibri_pxa270/Makefile create mode 100644 board/colibri_pxa270/colibri_pxa270.c create mode 100644 board/colibri_pxa270/config.mk create mode 100644 board/colibri_pxa270/lowlevel_init.S create mode 100644 board/vpac270/Makefile create mode 100644 board/vpac270/config.mk create mode 100644 board/vpac270/lowlevel_init.S create mode 100644 board/vpac270/u-boot.lds create mode 100644 board/vpac270/vpac270.c create mode 100644 board/zipitz2/Makefile create mode 100644 board/zipitz2/config.mk create mode 100644 board/zipitz2/lowlevel_init.S create mode 100644 board/zipitz2/u-boot.lds create mode 100644 board/zipitz2/zipitz2.c create mode 100644 include/configs/colibri_pxa270.h create mode 100644 include/configs/vpac270.h create mode 100644 include/configs/zipitz2.h create mode 100644 onenand_ipl/board/vpac270/Makefile create mode 100644 onenand_ipl/board/vpac270/config.mk create mode 100644 onenand_ipl/board/vpac270/lowlevel_init.S create mode 100644 onenand_ipl/board/vpac270/u-boot.onenand.lds create mode 100644 onenand_ipl/board/vpac270/vpac270.c

Dear Marek Vasut,
In message 201007060323.39074.marek.vasut@gmail.com you wrote:
Hey, these are some new boards with PXA cpus. This is against u-boot.git master branch. Please pull, thanks.
The following changes since commit 54841ab50c20d6fa6c9cc3eb826989da3a22d934:
Make sure that argv[] argument pointers are not modified. (2010-07-04 23:55:42 +0200)
are available in the git repository at: git://git.denx.de/u-boot-pxa.git next-plat
OK, and what am I supposed to do with that now?
I have no idea what "next-plat" might be, and the subject line refers to a "next" branch whhich we don;t have at this time of the release schedule.
Please see http://www.denx.de/wiki/U-Boot/CustodianGitTrees :
... Branch usage convention:
* master - Changes that the repository owner wishes to be pulled into the master u-boot repository.
Best regards,
Wolfgang Denk
participants (2)
-
Marek Vasut
-
Wolfgang Denk