From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] AT91 Pull Request
Date: Fri, 17 Apr 2009 21:55:40 +0200 [thread overview]
Message-ID: <20090417195540.GA9111@game.jcrosoft.org> (raw)
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.
next reply other threads:[~2009-04-17 19:55 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-17 19:55 Jean-Christophe PLAGNIOL-VILLARD [this message]
2009-04-24 11:37 ` [U-Boot] AT91 Pull Request Wolfgang Denk
-- strict thread matches above, loose matches on Subject: below --
2009-04-04 18:50 Jean-Christophe PLAGNIOL-VILLARD
2009-04-04 20:16 ` Wolfgang Denk
2009-03-30 16:38 Jean-Christophe PLAGNIOL-VILLARD
2009-04-01 22:17 ` Wolfgang Denk
2009-03-29 21:17 Jean-Christophe PLAGNIOL-VILLARD
2009-03-25 21:34 Jean-Christophe PLAGNIOL-VILLARD
2009-03-26 21:28 ` Wolfgang Denk
2009-03-03 14:11 Jean-Christophe PLAGNIOL-VILLARD
2009-03-08 23:34 ` Wolfgang Denk
2009-01-06 20:57 [U-Boot] AT91 Pull request Jean-Christophe PLAGNIOL-VILLARD
2009-01-10 16:33 ` Wolfgang Denk
2009-01-06 20:57 Jean-Christophe PLAGNIOL-VILLARD
2008-12-06 12:13 Jean-Christophe PLAGNIOL-VILLARD
2008-12-09 0:06 ` Wolfgang Denk
2008-12-02 21:04 Jean-Christophe PLAGNIOL-VILLARD
2008-12-04 23:28 ` Wolfgang Denk
2008-11-21 0:43 [U-Boot] AT91 pull request Jean-Christophe PLAGNIOL-VILLARD
2008-11-25 10:29 ` Wolfgang Denk
2008-11-06 19:32 Jean-Christophe PLAGNIOL-VILLARD
2008-11-08 23:11 ` Wolfgang Denk
2008-08-12 16:45 [U-Boot] AT91 Pull Request Jean-Christophe PLAGNIOL-VILLARD
2008-08-12 20:03 ` Wolfgang Denk
2008-08-08 22:48 [U-Boot] AT91 pull request Jean-Christophe PLAGNIOL-VILLARD
2008-08-09 23:05 ` Wolfgang Denk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090417195540.GA9111@game.jcrosoft.org \
--to=plagnioj@jcrosoft.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox