[U-Boot-Users] [GIT PULL] Please pull from git://www.denx.de/git/u-boot-arm.git

Wolfgang
The following changes since commit 70124c2602ae2d4c5d3dba05b482d91548242de8: Stefano Babic (1): Fix compile problem cause my Microblaze merge
are found in the git repository at:
git://www.denx.de/git/u-boot-arm.git
Gary Jennejohn (1): Add support for the Siemens SMN42 board.
Peter Pearse (10): Makefile permissions New board SMN42 branch Remove the deleted files for the SMN42 patch Add the files for the SMN42 board Add the board directory for SMN42 Makefile permissions Merge with git://www.denx.de/git/u-boot.git Makefile permissions Merge with git://www.denx.de/git/u-boot.git Reduce line lengths to 80 characters max.
MAKEALL | 2 +- Makefile | 5 +- board/lpc2292sodimm/Makefile | 35 +- board/lpc2292sodimm/flash.c | 240 +---------- board/siemens/SMN42/Makefile | 51 +++ board/siemens/SMN42/config.mk | 30 ++ board/siemens/SMN42/flash.c | 476 ++++++++++++++++++++ board/siemens/SMN42/lowlevel_init.S | 123 +++++ board/siemens/SMN42/smn42.c | 62 +++ board/siemens/SMN42/u-boot.lds | 55 +++ common/soft_i2c.c | 3 + cpu/arm720t/lpc2292/Makefile | 50 ++ cpu/arm720t/lpc2292/flash.c | 249 ++++++++++ .../arm720t/lpc2292}/iap_entry.S | 0 {board/lpc2292sodimm => cpu/arm720t/lpc2292}/mmc.c | 7 +- .../lpc2292sodimm => cpu/arm720t/lpc2292}/mmc_hw.c | 2 +- .../lpc2292sodimm => cpu/arm720t/lpc2292}/mmc_hw.h | 0 {board/lpc2292sodimm => cpu/arm720t/lpc2292}/spi.c | 2 +- disk/part.c | 7 +- drivers/Makefile | 2 +- board/lpc2292sodimm/eth.c => drivers/enc28j60.c | 236 +++++++--- fs/fat/fat.c | 13 +- include/asm-arm/arch-arm720t/hardware.h | 2 - .../mmc.h => arch-lpc2292/hardware.h} | 21 +- .../lpc2292_registers.h | 0 .../asm-arm/{arch-arm720t => arch-lpc2292}/mmc.h | 0 .../asm-arm/arch-lpc2292}/spi.h | 0 include/configs/SMN42.h | 199 ++++++++ include/configs/lpc2292sodimm.h | 18 +- 29 files changed, 1539 insertions(+), 351 deletions(-) create mode 100644 board/siemens/SMN42/Makefile create mode 100644 board/siemens/SMN42/config.mk create mode 100755 board/siemens/SMN42/flash.c create mode 100644 board/siemens/SMN42/lowlevel_init.S create mode 100644 board/siemens/SMN42/smn42.c create mode 100644 board/siemens/SMN42/u-boot.lds create mode 100644 cpu/arm720t/lpc2292/Makefile create mode 100644 cpu/arm720t/lpc2292/flash.c rename {board/lpc2292sodimm => cpu/arm720t/lpc2292}/iap_entry.S (100%) rename {board/lpc2292sodimm => cpu/arm720t/lpc2292}/mmc.c (97%) rename {board/lpc2292sodimm => cpu/arm720t/lpc2292}/mmc_hw.c (100%) rename {board/lpc2292sodimm => cpu/arm720t/lpc2292}/mmc_hw.h (100%) rename {board/lpc2292sodimm => cpu/arm720t/lpc2292}/spi.c (98%) mode change 100644 => 100755 disk/part.c rename board/lpc2292sodimm/eth.c => drivers/enc28j60.c (81%) mode change 100644 => 100755 mode change 100644 => 100755 fs/fat/fat.c copy include/asm-arm/{arch-arm720t/mmc.h => arch-lpc2292/hardware.h} (64%) rename include/asm-arm/{arch-arm720t => arch-lpc2292}/lpc2292_registers.h (100%) rename include/asm-arm/{arch-arm720t => arch-lpc2292}/mmc.h (100%) rename {board/lpc2292sodimm => include/asm-arm/arch-lpc2292}/spi.h (100%) create mode 100755 include/configs/SMN42.h mode change 100644 => 100755 include/configs/lpc2292sodimm.h
---
Regards
Peter
participants (1)
-
Peter Pearse