[U-Boot] [PULL] u-boot-pxa/next
Marek Vasut
marex at denx.de
Wed Oct 3 02:03:57 CEST 2012
The following changes since commit c7ee66a8222660b565e9240775efa4c82cb348c2:
Merge branch 'next' of git://www.denx.de/git/u-boot-ppc4xx into next
(2012-10-02 10:16:40 -0700)
are available in the git repository at:
git://git.denx.de/u-boot-pxa.git next
for you to fetch changes up to 7b9b0eae55f211e449984bfa5c1f171d1f256813:
pxa: Add code to examine cpu model and revision (2012-10-03 02:00:15 +0200)
----------------------------------------------------------------
Lukasz Dalek (2):
h2200: Add support for iPAQ h2200 palmtop
pxa: Add code to examine cpu model and revision
arch/arm/cpu/pxa/cpuinfo.c | 11 ++++--
arch/arm/include/asm/arch-pxa/pxa.h | 13 +++++++
board/h2200/Makefile | 49 +++++++++++++++++++++++++++
board/h2200/h2200-header.S | 27 +++++++++++++++
board/h2200/h2200.c | 53 +++++++++++++++++++++++++++++
boards.cfg | 1 +
include/configs/h2200.h | 156
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
7 files changed, 308 insertions(+), 2 deletions(-)
create mode 100644 board/h2200/Makefile
create mode 100644 board/h2200/h2200-header.S
create mode 100644 board/h2200/h2200.c
create mode 100644 include/configs/h2200.h
More information about the U-Boot
mailing list