[U-Boot] AT91 Pull Request

Hi Wolfgang,
please pull
The following changes since commit 7ee38c044ca5041d3378d6507580ea4ec344af96: David Brownell (1): fix DaVinci NS16550_REG_SIZE regression
are available in the git repository at:
git://git.denx.de/u-boot-at91.git master
Ilko Iliev (1): at91: add support for the PM9263 board of Ronetix GmbH
Jean-Christophe PLAGNIOL-VILLARD (2): at91sam9/at91cap: improve clock framework at91sam9/at91cap: fix CONFIG_SYS_HZ to 1000
MAINTAINERS | 4 + MAKEALL | 1 + Makefile | 4 + board/atmel/at91cap9adk/at91cap9adk.c | 3 +- board/atmel/at91sam9261ek/at91sam9261ek.c | 3 +- board/atmel/at91sam9263ek/at91sam9263ek.c | 3 +- board/atmel/at91sam9rlek/at91sam9rlek.c | 3 +- board/ronetix/pm9263/Makefile | 61 +++ board/ronetix/pm9263/config.mk | 1 + .../at91/u-boot.lds => board/ronetix/pm9263/led.c | 50 +-- board/ronetix/pm9263/lowlevel_init.S | 279 +++++++++++++ board/ronetix/pm9263/partition.c | 47 +++ board/ronetix/pm9263/pm9263.c | 413 ++++++++++++++++++++ cpu/arm926ejs/at91/Makefile | 7 +- cpu/arm926ejs/at91/clock.c | 202 ++++++++++ cpu/arm926ejs/at91/config.mk | 2 +- cpu/arm926ejs/at91/cpu.c | 14 + cpu/arm926ejs/at91/lowlevel_init.S | 2 + cpu/arm926ejs/at91/timer.c | 82 ++-- cpu/arm926ejs/at91/{u-boot.lds => u-boot.lds.S} | 9 +- drivers/spi/atmel_dataflash_spi.c | 7 +- drivers/usb/host/ohci-at91.c | 3 +- include/asm-arm/arch-at91/at91_pmc.h | 30 +- include/asm-arm/arch-at91/at91sam9263.h | 1 + include/asm-arm/arch-at91/at91sam9_sdramc.h | 87 ++++ include/asm-arm/arch-at91/clk.h | 19 +- include/asm-arm/arch-at91/hardware.h | 20 + include/asm-arm/u-boot-arm.h | 3 + include/configs/afeb9260.h | 7 +- include/configs/at91cap9adk.h | 8 +- include/configs/at91sam9260ek.h | 10 +- include/configs/at91sam9261ek.h | 7 +- include/configs/at91sam9263ek.h | 8 +- include/configs/at91sam9rlek.h | 7 +- include/configs/pm9263.h | 367 +++++++++++++++++ lib_arm/board.c | 3 + tools/Makefile | 3 + tools/logos/ronetix.bmp | Bin 0 -> 5638 bytes 38 files changed, 1652 insertions(+), 128 deletions(-) create mode 100644 board/ronetix/pm9263/Makefile create mode 100644 board/ronetix/pm9263/config.mk copy cpu/arm926ejs/at91/u-boot.lds => board/ronetix/pm9263/led.c (55%) create mode 100644 board/ronetix/pm9263/lowlevel_init.S create mode 100644 board/ronetix/pm9263/partition.c create mode 100644 board/ronetix/pm9263/pm9263.c create mode 100644 cpu/arm926ejs/at91/clock.c create mode 100644 cpu/arm926ejs/at91/cpu.c rename cpu/arm926ejs/at91/{u-boot.lds => u-boot.lds.S} (90%) create mode 100644 include/asm-arm/arch-at91/at91sam9_sdramc.h create mode 100644 include/configs/pm9263.h create mode 100644 tools/logos/ronetix.bmp
Best Regards, J.

Dear Jean-Christophe PLAGNIOL-VILLARD,
In message 20090417195540.GA9111@game.jcrosoft.org you wrote:
please pull
The following changes since commit 7ee38c044ca5041d3378d6507580ea4ec344af96: David Brownell (1): fix DaVinci NS16550_REG_SIZE regression
are available in the git repository at:
git://git.denx.de/u-boot-at91.git master
Ilko Iliev (1): at91: add support for the PM9263 board of Ronetix GmbH
Jean-Christophe PLAGNIOL-VILLARD (2): at91sam9/at91cap: improve clock framework at91sam9/at91cap: fix CONFIG_SYS_HZ to 1000
MAINTAINERS | 4 + MAKEALL | 1 + Makefile | 4 + board/atmel/at91cap9adk/at91cap9adk.c | 3 +- board/atmel/at91sam9261ek/at91sam9261ek.c | 3 +- board/atmel/at91sam9263ek/at91sam9263ek.c | 3 +- board/atmel/at91sam9rlek/at91sam9rlek.c | 3 +- board/ronetix/pm9263/Makefile | 61 +++ board/ronetix/pm9263/config.mk | 1 + .../at91/u-boot.lds => board/ronetix/pm9263/led.c | 50 +-- board/ronetix/pm9263/lowlevel_init.S | 279 +++++++++++++ board/ronetix/pm9263/partition.c | 47 +++ board/ronetix/pm9263/pm9263.c | 413 ++++++++++++++++++++ cpu/arm926ejs/at91/Makefile | 7 +- cpu/arm926ejs/at91/clock.c | 202 ++++++++++ cpu/arm926ejs/at91/config.mk | 2 +- cpu/arm926ejs/at91/cpu.c | 14 + cpu/arm926ejs/at91/lowlevel_init.S | 2 + cpu/arm926ejs/at91/timer.c | 82 ++-- cpu/arm926ejs/at91/{u-boot.lds => u-boot.lds.S} | 9 +- drivers/spi/atmel_dataflash_spi.c | 7 +- drivers/usb/host/ohci-at91.c | 3 +- include/asm-arm/arch-at91/at91_pmc.h | 30 +- include/asm-arm/arch-at91/at91sam9263.h | 1 + include/asm-arm/arch-at91/at91sam9_sdramc.h | 87 ++++ include/asm-arm/arch-at91/clk.h | 19 +- include/asm-arm/arch-at91/hardware.h | 20 + include/asm-arm/u-boot-arm.h | 3 + include/configs/afeb9260.h | 7 +- include/configs/at91cap9adk.h | 8 +- include/configs/at91sam9260ek.h | 10 +- include/configs/at91sam9261ek.h | 7 +- include/configs/at91sam9263ek.h | 8 +- include/configs/at91sam9rlek.h | 7 +- include/configs/pm9263.h | 367 +++++++++++++++++ lib_arm/board.c | 3 + tools/Makefile | 3 + tools/logos/ronetix.bmp | Bin 0 -> 5638 bytes 38 files changed, 1652 insertions(+), 128 deletions(-) create mode 100644 board/ronetix/pm9263/Makefile create mode 100644 board/ronetix/pm9263/config.mk copy cpu/arm926ejs/at91/u-boot.lds => board/ronetix/pm9263/led.c (55%) create mode 100644 board/ronetix/pm9263/lowlevel_init.S create mode 100644 board/ronetix/pm9263/partition.c create mode 100644 board/ronetix/pm9263/pm9263.c create mode 100644 cpu/arm926ejs/at91/clock.c create mode 100644 cpu/arm926ejs/at91/cpu.c rename cpu/arm926ejs/at91/{u-boot.lds => u-boot.lds.S} (90%) create mode 100644 include/asm-arm/arch-at91/at91sam9_sdramc.h create mode 100644 include/configs/pm9263.h create mode 100644 tools/logos/ronetix.bmp
Done, thanks.
Best regards,
Wolfgang Denk
participants (2)
-
Jean-Christophe PLAGNIOL-VILLARD
-
Wolfgang Denk