From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 3 Oct 2012 03:03:34 +0200 Subject: [U-Boot] Fwd: [PULL] u-boot-pxa/next Message-ID: <201210030303.34922.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > 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 -------------