From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 12 Jun 2013 22:25:02 +0200 Subject: [U-Boot] [STATUS] ARM - pending PRs or patches for -rc1 In-Reply-To: <20130612204454.451fae63@lilith> References: <20130612204454.451fae63@lilith> Message-ID: <201306122225.02657.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 58bb8f5f6138fa56875574a709f5af98c600c2a9: cosmetic: arm: fix comments in arch/arm/lib/crt0.S (2013-06-10 21:24:22 +0200) are available in the git repository at: git://git.denx.de/u-boot-pxa.git master for you to fetch changes up to 847e6693ccb529bf8346db62876f38f0c4e04ade: arm: pxa: config option for PXA270 turbo mode (2013-06-12 22:24:12 +0200) ---------------------------------------------------------------- Sergey Yanovich (2): arm: pxa: Add support for ICP DAS LP-8x4x arm: pxa: config option for PXA270 turbo mode MAINTAINERS | 4 +++ arch/arm/cpu/pxa/pxa2xx.c | 2 +- board/icpdas/lp8x4x/Makefile | 41 +++++++++++++++++++++++ board/icpdas/lp8x4x/lp8x4x.c | 147 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ boards.cfg | 1 + include/configs/lp8x4x.h | 262 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 456 insertions(+), 1 deletion(-) create mode 100644 board/icpdas/lp8x4x/Makefile create mode 100644 board/icpdas/lp8x4x/lp8x4x.c create mode 100644 include/configs/lp8x4x.h