From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 6 Jul 2010 03:23:45 +0200 Subject: [U-Boot] [PULL] u-boot-pxa next Message-ID: <201007060323.45787.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hey, these are some additions and fixes. 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 Compulab uboot (1): PXA: PXA3xx NAND Driver Marek Vasut (4): Enable PXAFB for PXA27X and PXA3XX PXA: Add hardware init helper macros PXA: Add PWM2 and PWM3 regs to pxa-regs.h PXA: Add OneNAND booting support to start.S arch/arm/cpu/pxa/pxafb.c | 9 +- arch/arm/cpu/pxa/start.S | 48 ++- arch/arm/include/asm/arch-pxa/macro.h | 324 ++++++++++++ arch/arm/include/asm/arch-pxa/pxa-regs.h | 10 +- common/lcd.c | 12 +- drivers/mtd/nand/Makefile | 1 + drivers/mtd/nand/pxa3xx_nand.c | 848 ++++++++++++++++++++++++++++++ include/lcd.h | 2 +- 8 files changed, 1240 insertions(+), 14 deletions(-) create mode 100644 arch/arm/include/asm/arch-pxa/macro.h create mode 100644 drivers/mtd/nand/pxa3xx_nand.c