[U-Boot] ARM Pull request
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Sun Nov 2 17:12:00 CET 2008
Hi Wolfgang,
please pull he following changes since commit 7c84fe6a06dad9f793ed85b39b1e6c11a7882f5c:
Bartlomiej Sieka (1):
Fix to the auto-update feature documentation (CONFIG_UPDATE_TFTP_MSEC_MAX)
are available in the git repository at:
git://git.denx.de/u-boot-arm.git master
Jean-Christophe PLAGNIOL-VILLARD (4):
move README.nios_CONFIG_SYS_NIOS_CPU to doc
FPGA: move fpga drivers to drivers/fpga
common/Makefile: create others group for non core, environment and command files
Makefile/at91sam9: move some at91sam9 to the correct subsection for arm926ejs
Roman Mashak (2):
ARM/Versatile port: Removed unused functions
ARM926EJ-S: relocate OMAP specific 'cpuinfo.c' into OMAP directory
Sergey Lapin (1):
Custom AFEB9260 board support
Tomohiro Masubuchi (1):
Change to use "do_div" macro
MAINTAINERS | 4 +
MAKEALL | 1 +
Makefile | 22 +-
board/afeb9260/Makefile | 56 +++++
board/afeb9260/afeb9260.c | 243 ++++++++++++++++++++
board/afeb9260/config.mk | 1 +
board/afeb9260/nand.c | 78 +++++++
board/afeb9260/partition.c | 37 +++
board/versatile/versatile.c | 22 --
common/Makefile | 18 +-
cpu/arm1136/mx31/interrupts.c | 58 ++++-
cpu/arm926ejs/Makefile | 2 +-
cpu/arm926ejs/omap/Makefile | 2 +-
cpu/arm926ejs/{ => omap}/cpuinfo.c | 0
.../README.nios_CONFIG_SYS_NIOS_CPU | 0
{common => drivers/fpga}/ACEX1K.c | 0
drivers/fpga/Makefile | 58 +++++
{common => drivers/fpga}/altera.c | 0
{common => drivers/fpga}/cyclon2.c | 0
{common => drivers/fpga}/fpga.c | 0
{common => drivers/fpga}/spartan2.c | 0
{common => drivers/fpga}/spartan3.c | 0
{common => drivers/fpga}/stratixII.c | 0
{common => drivers/fpga}/virtex2.c | 0
{common => drivers/fpga}/xilinx.c | 0
include/configs/afeb9260.h | 169 ++++++++++++++
26 files changed, 712 insertions(+), 59 deletions(-)
create mode 100644 board/afeb9260/Makefile
create mode 100644 board/afeb9260/afeb9260.c
create mode 100644 board/afeb9260/config.mk
create mode 100644 board/afeb9260/nand.c
create mode 100644 board/afeb9260/partition.c
rename cpu/arm926ejs/{ => omap}/cpuinfo.c (100%)
rename README.nios_CONFIG_SYS_NIOS_CPU => doc/README.nios_CONFIG_SYS_NIOS_CPU (100%)
rename {common => drivers/fpga}/ACEX1K.c (100%)
create mode 100644 drivers/fpga/Makefile
rename {common => drivers/fpga}/altera.c (100%)
rename {common => drivers/fpga}/cyclon2.c (100%)
rename {common => drivers/fpga}/fpga.c (100%)
rename {common => drivers/fpga}/spartan2.c (100%)
rename {common => drivers/fpga}/spartan3.c (100%)
rename {common => drivers/fpga}/stratixII.c (100%)
rename {common => drivers/fpga}/virtex2.c (100%)
rename {common => drivers/fpga}/xilinx.c (100%)
create mode 100644 include/configs/afeb9260.h
More information about the U-Boot
mailing list