From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 16 Oct 2012 07:16:51 +0200 Subject: [U-Boot] [PULL] u-boot-pxa/master Message-ID: <201210160716.51599.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 bd23b22badadcdc414a900828253961fc5ec6c39: Merge branch 'agust at denx.de-next' of git://git.denx.de/u-boot-staging (2012-10-15 13:37:22 -0700) are available in the git repository at: git://git.denx.de/u-boot-pxa.git master for you to fetch changes up to 34cda7a0d89297e450106951d554b56ed4c1fd3b: h2200: Add support for iPAQ h2200 palmtop (2012-10-16 07:14:55 +0200) ---------------------------------------------------------------- ?ukasz Da?ek (1): h2200: Add support for iPAQ h2200 palmtop MAINTAINERS | 4 +++ board/h2200/Makefile | 49 +++++++++++++++++++++++++++++ board/h2200/h2200-header.S | 27 ++++++++++++++++ board/h2200/h2200.c | 53 ++++++++++++++++++++++++++++++++ boards.cfg | 1 + include/configs/h2200.h | 157 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 291 insertions(+) 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