From: Tom <Tom.Rix@windriver.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] ARM pull request
Date: Fri, 12 Feb 2010 14:06:57 -0600 [thread overview]
Message-ID: <4B75B4E1.8050201@windriver.com> (raw)
Wolfgang,
Please pull from arm/master.
Best regards,
Tom
The following changes since commit 0b692dcb190655c7eb96b6b8003bee163e3b58dd:
Wolfgang Denk (1):
Merge branch 'master' of git://git.denx.de/u-boot-net
are available in the git repository at:
git://git.denx.de/u-boot-arm master
Alessandro Rubini (3):
EP93xx: fix syscon_regs definition
edb93xx: change calculation un early_udelay.h
edb93xx: enable the uart in devicecfg register
Daniel Gorsulowski (1):
at91: Add esd gmbh OTC570 board support
Jens Scharsig (9):
add new CONFIG_AT91_LEGACY
add c structures for SoC access
add a new AT91 GPIO driver
convert all at91 files to use at91_gpio driver syntax
convert common files to new SoC access
update at91sam9263ek board to new SoC access
prepare joining at91rm9200 into at91
new at91_emac network driver (NET_MULTI api)
new board (eb_cpux9k2)
Ladislav Michl (3):
NetStar: Disable CONFIG_CMD_JFFS2
NetStar: make crcit utility more readable
NetStar: Remove debug junk leaked into eeprom utility
Magnus Lilja (1):
SPI: Fix 32 bit transfers in mxc_spi.c
Matthias Kaehlcke (2):
Add support for EDB93xx boards
ARM: Add support for EP93xx SoCs
Nick Thompson (3):
da830evm: Use table driven pin mux configuration
Davinci: Add EMIF-A macros for setting chip select parameters
DA830 EVM: Enable NAND support on Spectrum Digital EVM
Sanjeev Premi (1):
OMAP3: Avoid re-write to PRM_CLKSRC_CTRL
Scott Ellis (1):
Overo GPMC registers
Sekhar Nori (1):
TI DaVinci: Driver for the davinci SPI controller
Tom Rix (1):
OMAP3 Move declaration of gpmc_cfg.
MAINTAINERS | 15 +
MAKEALL | 10 +
Makefile | 16 +
board/BuS/eb_cpux9k2/Makefile | 50 +++
board/BuS/eb_cpux9k2/config.mk | 1 +
board/BuS/eb_cpux9k2/cpux9k2.c | 387 +++++++++++++++++
board/atmel/at91sam9263ek/at91sam9263ek.c | 151 ++++----
board/atmel/at91sam9263ek/led.c | 21 +-
board/davinci/da830evm/da830evm.c | 72 +++-
board/edb93xx/Makefile | 50 +++
board/edb93xx/config.mk | 33 ++
board/edb93xx/early_udelay.h | 34 ++
board/edb93xx/edb93xx.c | 110 +++++
board/edb93xx/flash_cfg.c | 38 ++
board/edb93xx/pll_cfg.c | 58 +++
board/edb93xx/pll_cfg.h | 72 ++++
board/edb93xx/sdram_cfg.c | 123 ++++++
board/edb93xx/sdram_cfg.h | 144 +++++++
board/esd/otc570/Makefile | 55 +++
board/esd/otc570/config.mk | 1 +
board/esd/otc570/otc570.c | 365 ++++++++++++++++
board/esd/otc570/partition.c | 37 ++
board/netstar/crcit.c | 9 +-
board/netstar/eeprom.c | 8 +-
board/netstar/eeprom_start.S | 166 +--------
board/overo/overo.c | 14 +-
board/overo/overo.h | 9 +
cpu/arm920t/at91/Makefile | 47 +++
cpu/arm920t/at91/lowlevel_init.S | 164 ++++++++
cpu/arm920t/at91/reset.c | 59 +++
cpu/arm920t/at91/timer.c | 163 ++++++++
cpu/arm920t/cpu.c | 4 +
cpu/arm920t/ep93xx/Makefile | 56 +++
cpu/arm920t/ep93xx/cpu.c | 51 +++
cpu/arm920t/ep93xx/led.c | 101 +++++
cpu/arm920t/ep93xx/lowlevel_init.S | 65 +++
cpu/arm920t/ep93xx/speed.c | 110 +++++
cpu/arm920t/ep93xx/timer.c | 168 ++++++++
cpu/arm920t/ep93xx/u-boot.lds | 59 +++
cpu/arm926ejs/at91/at91cap9_devices.c | 128 ++++---
cpu/arm926ejs/at91/at91sam9260_devices.c | 124 +++---
cpu/arm926ejs/at91/at91sam9261_devices.c | 84 +++--
cpu/arm926ejs/at91/at91sam9263_devices.c | 137 ++++---
cpu/arm926ejs/at91/at91sam9m10g45_devices.c | 120 +++---
cpu/arm926ejs/at91/at91sam9rl_devices.c | 58 ++--
cpu/arm926ejs/at91/clock.c | 51 ++-
cpu/arm926ejs/at91/cpu.c | 4 +
cpu/arm926ejs/at91/led.c | 1 +
cpu/arm926ejs/at91/lowlevel_init.S | 95 ++---
cpu/arm926ejs/at91/reset.c | 8 +-
cpu/arm926ejs/at91/timer.c | 17 +-
cpu/arm_cortexa8/omap3/clock.c | 20 +-
doc/README.at91-soc | 64 +++
drivers/gpio/Makefile | 1 +
drivers/gpio/at91_gpio.c | 214 ++++++++++
drivers/i2c/soft_i2c.c | 11 +-
drivers/serial/at91rm9200_usart.c | 8 +
drivers/serial/atmel_usart.c | 4 +
drivers/spi/Makefile | 1 +
drivers/spi/atmel_dataflash_spi.c | 4 +
drivers/spi/davinci_spi.c | 223 ++++++++++
drivers/spi/davinci_spi.h | 101 +++++
drivers/spi/mxc_spi.c | 9 +
drivers/usb/host/ohci-at91.c | 5 +
drivers/video/bus_vcxk.c | 22 +-
include/asm-arm/arch-at91/at91_emac.h | 4 +-
include/asm-arm/arch-at91/at91_matrix.h | 116 ++++++
include/asm-arm/arch-at91/at91_mc.h | 97 +++++
include/asm-arm/arch-at91/at91_pdc.h | 39 ++
include/asm-arm/arch-at91/at91_pio.h | 111 +++++
include/asm-arm/arch-at91/at91_pit.h | 15 +
include/asm-arm/arch-at91/at91_pmc.h | 91 ++++
include/asm-arm/arch-at91/at91_rstc.h | 30 ++-
include/asm-arm/arch-at91/at91_spi.h | 21 +
include/asm-arm/arch-at91/at91_st.h | 46 ++
include/asm-arm/arch-at91/at91_tc.h | 77 ++++
include/asm-arm/arch-at91/at91_wdt.h | 29 ++
include/asm-arm/arch-at91/at91cap9.h | 8 +
include/asm-arm/arch-at91/at91rm9200.h | 135 ++++++
include/asm-arm/arch-at91/at91sam9260.h | 14 +
include/asm-arm/arch-at91/at91sam9261.h | 12 +-
include/asm-arm/arch-at91/at91sam9263.h | 20 +
include/asm-arm/arch-at91/at91sam9_sdramc.h | 13 +
include/asm-arm/arch-at91/at91sam9_smc.h | 63 +++
include/asm-arm/arch-at91/at91sam9g45.h | 13 +
include/asm-arm/arch-at91/at91sam9rl.h | 12 +-
include/asm-arm/arch-at91/gpio.h | 171 +-------
include/asm-arm/arch-at91/hardware.h | 2 +-
include/asm-arm/arch-at91/io.h | 3 +
include/asm-arm/arch-davinci/emif_defs.h | 18 +-
include/asm-arm/arch-ep93xx/ep93xx.h | 596 +++++++++++++++++++++++++++
include/asm-arm/arch-omap3/cpu.h | 4 +
include/common.h | 3 +-
include/configs/afeb9260.h | 3 +
include/configs/at91cap9adk.h | 3 +
include/configs/at91rm9200dk.h | 2 +
include/configs/at91rm9200ek.h | 2 +
include/configs/at91sam9260ek.h | 3 +
include/configs/at91sam9261ek.h | 3 +
include/configs/at91sam9263ek.h | 87 ++--
include/configs/at91sam9m10g45ek.h | 3 +
include/configs/at91sam9rlek.h | 3 +
include/configs/cmc_pu2.h | 2 +
include/configs/cpu9260.h | 3 +
include/configs/cpuat91.h | 2 +
include/configs/csb637.h | 2 +
include/configs/da830evm.h | 21 +-
include/configs/devkit8000.h | 1 -
include/configs/eb_cpux9k2.h | 415 +++++++++++++++++++
include/configs/edb93xx.h | 270 ++++++++++++
include/configs/kb9202.h | 2 +
include/configs/m501sk.h | 2 +
include/configs/meesc.h | 3 +
include/configs/mp2usb.h | 2 +
include/configs/netstar.h | 3 -
include/configs/omap3_beagle.h | 1 -
include/configs/omap3_evm.h | 1 -
include/configs/omap3_overo.h | 1 -
include/configs/omap3_pandora.h | 1 -
include/configs/omap3_sdp3430.h | 1 -
include/configs/omap3_zoom1.h | 1 -
include/configs/omap3_zoom2.h | 1 -
include/configs/otc570.h | 246 +++++++++++
include/configs/pm9261.h | 3 +
include/configs/pm9263.h | 3 +
include/configs/sbc35_a9g20.h | 3 +
include/configs/tny_a9260.h | 3 +
include/i2c.h | 5 +
tools/Makefile | 3 +
tools/logos/esd.bmp | Bin 0 -> 35078 bytes
130 files changed, 6601 insertions(+), 882 deletions(-)
create mode 100644 board/BuS/eb_cpux9k2/Makefile
create mode 100644 board/BuS/eb_cpux9k2/config.mk
create mode 100644 board/BuS/eb_cpux9k2/cpux9k2.c
create mode 100644 board/edb93xx/Makefile
create mode 100644 board/edb93xx/config.mk
create mode 100644 board/edb93xx/early_udelay.h
create mode 100644 board/edb93xx/edb93xx.c
create mode 100644 board/edb93xx/flash_cfg.c
create mode 100644 board/edb93xx/pll_cfg.c
create mode 100644 board/edb93xx/pll_cfg.h
create mode 100644 board/edb93xx/sdram_cfg.c
create mode 100644 board/edb93xx/sdram_cfg.h
create mode 100644 board/esd/otc570/Makefile
create mode 100644 board/esd/otc570/config.mk
create mode 100644 board/esd/otc570/otc570.c
create mode 100644 board/esd/otc570/partition.c
create mode 100644 cpu/arm920t/at91/Makefile
create mode 100644 cpu/arm920t/at91/lowlevel_init.S
create mode 100644 cpu/arm920t/at91/reset.c
create mode 100644 cpu/arm920t/at91/timer.c
create mode 100644 cpu/arm920t/ep93xx/Makefile
create mode 100644 cpu/arm920t/ep93xx/cpu.c
create mode 100644 cpu/arm920t/ep93xx/led.c
create mode 100644 cpu/arm920t/ep93xx/lowlevel_init.S
create mode 100644 cpu/arm920t/ep93xx/speed.c
create mode 100644 cpu/arm920t/ep93xx/timer.c
create mode 100644 cpu/arm920t/ep93xx/u-boot.lds
create mode 100644 doc/README.at91-soc
create mode 100644 drivers/gpio/at91_gpio.c
create mode 100644 drivers/spi/davinci_spi.c
create mode 100644 drivers/spi/davinci_spi.h
create mode 100644 include/asm-arm/arch-at91/at91_matrix.h
create mode 100644 include/asm-arm/arch-at91/at91_mc.h
create mode 100644 include/asm-arm/arch-at91/at91_pdc.h
create mode 100644 include/asm-arm/arch-at91/at91_st.h
create mode 100644 include/asm-arm/arch-at91/at91_tc.h
create mode 100644 include/asm-arm/arch-at91/at91rm9200.h
create mode 100644 include/asm-arm/arch-ep93xx/ep93xx.h
create mode 100644 include/configs/eb_cpux9k2.h
create mode 100644 include/configs/edb93xx.h
create mode 100644 include/configs/otc570.h
create mode 100644 tools/logos/esd.bmp
next reply other threads:[~2010-02-12 20:06 UTC|newest]
Thread overview: 162+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-12 20:06 Tom [this message]
2010-02-17 21:29 ` [U-Boot] ARM pull request Wolfgang Denk
-- strict thread matches above, loose matches on Subject: below --
2011-06-23 6:34 Albert ARIBAUD
2011-06-23 13:40 ` Wolfgang Denk
2011-06-23 17:36 ` Albert ARIBAUD
2010-05-30 13:52 Tom Rix
2010-05-30 19:43 ` Wolfgang Denk
2010-05-31 4:43 ` Hiremath, Vaibhav
2010-05-31 19:05 ` Marek Vasut
2010-06-07 12:58 ` Tom Rix
2010-05-01 21:50 Tom Rix
2010-05-04 20:56 ` Wolfgang Denk
2010-04-05 12:55 Tom
2010-04-07 22:12 ` Wolfgang Denk
2010-03-22 21:46 Tom
2010-03-22 22:09 ` Wolfgang Denk
2010-03-08 13:55 [U-Boot] Arm " Tom
2010-03-09 14:29 ` Wolfgang Denk
2010-03-07 22:01 [U-Boot] ARM " Tom
2010-03-07 20:37 Tom
2010-01-23 15:18 Tom
2010-01-23 16:47 ` Wolfgang Denk
2010-01-23 16:57 ` Tom
2010-01-23 20:51 ` Wolfgang Denk
2010-01-28 5:58 ` Prafulla Wadaskar
2010-01-28 9:41 ` Wolfgang Denk
2010-01-06 18:51 Tom
2010-01-12 22:47 ` Wolfgang Denk
2009-11-30 1:05 Tom
2009-12-01 11:13 ` Wolfgang Denk
2009-12-01 14:34 ` Tom
2009-11-24 15:19 Tom
2009-11-24 22:23 ` Wolfgang Denk
2009-11-04 19:41 [U-Boot] status several (bugfix) patches Remy Bohmer
2009-11-04 19:47 ` Tom
2009-11-04 19:56 ` Remy Bohmer
2009-11-07 23:21 ` [U-Boot] ARM pull request Tom
2009-11-09 21:46 ` Wolfgang Denk
2009-11-04 0:00 [U-Boot] ARM LED weak symbols Tom Rix
2009-11-04 0:00 ` [U-Boot] [PATCH 1/2] ARM Conditionally compile board LED functions Tom Rix
2009-11-04 0:00 ` [U-Boot] [PATCH 2/2] ARM: fix build error with gcc-4.4.2 about inline function declared weak Tom Rix
2009-11-05 20:19 ` Wolfgang Denk
2009-11-05 20:39 ` Tom
2009-11-05 22:38 ` Wolfgang Denk
2009-11-10 19:34 ` Tom
2009-11-10 22:45 ` Wolfgang Denk
2009-11-12 0:43 ` [U-Boot] ARM pull request Tom
2009-11-15 21:39 ` Wolfgang Denk
2009-10-18 2:42 Tom
2009-10-18 7:02 ` Dirk Behme
2009-10-18 7:12 ` Dirk Behme
2009-10-18 12:51 ` Minkyu Kang
2009-10-18 15:20 ` Tom
2009-10-18 19:56 ` Wolfgang Denk
2009-10-18 20:21 ` Tom
2009-10-18 20:28 ` Wolfgang Denk
2009-10-19 0:29 ` Paulraj, Sandeep
2009-10-19 8:29 ` Wolfgang Denk
2009-10-13 2:02 Tom Rix
2009-10-13 2:01 Tom
2009-09-05 1:36 [U-Boot] ARM Pull Request Jean-Christophe PLAGNIOL-VILLARD
2009-09-05 5:37 ` Dirk Behme
2009-09-05 15:37 ` Jean-Christophe PLAGNIOL-VILLARD
2009-09-06 7:12 ` Dirk Behme
2009-09-06 13:16 ` Jean-Christophe PLAGNIOL-VILLARD
2009-09-06 17:59 ` Dirk Behme
2009-09-06 18:37 ` Peter Tyser
2009-09-06 18:40 ` Dirk Behme
2009-09-06 19:09 ` Peter Tyser
2009-09-06 20:21 ` Tom
2009-09-06 21:18 ` Wolfgang Denk
2009-09-06 22:30 ` Tom
2009-09-07 16:01 ` Dirk Behme
2009-09-06 21:16 ` Wolfgang Denk
2009-09-06 20:31 ` Jean-Christophe PLAGNIOL-VILLARD
2009-09-06 9:18 ` Heiko Schocher
2009-09-06 10:05 ` Heiko Schocher
2009-09-07 21:20 ` Wolfgang Denk
2009-09-07 21:18 ` Wolfgang Denk
2009-08-17 23:49 Jean-Christophe PLAGNIOL-VILLARD
2009-08-18 11:54 ` Wolfgang Denk
2009-08-08 10:24 Jean-Christophe PLAGNIOL-VILLARD
2009-08-09 21:49 ` Wolfgang Denk
2009-08-03 7:29 Jean-Christophe PLAGNIOL-VILLARD
2009-08-03 8:20 ` Dirk Behme
2009-08-03 9:44 ` Wolfgang Denk
2009-07-22 22:30 Jean-Christophe PLAGNIOL-VILLARD
2009-07-22 23:04 ` Wolfgang Denk
2009-07-22 23:43 ` Jean-Christophe PLAGNIOL-VILLARD
2009-07-23 17:18 ` Wolfgang Denk
2009-07-24 4:34 ` Prafulla Wadaskar
2009-07-29 17:45 ` Prafulla Wadaskar
2009-07-29 22:31 ` Wolfgang Denk
2009-08-07 6:48 ` Prafulla Wadaskar
2009-07-23 5:39 ` Prafulla Wadaskar
2009-07-23 9:38 ` Wolfgang Denk
2009-07-23 16:21 ` Dirk Behme
2009-07-23 19:15 ` Jean-Christophe PLAGNIOL-VILLARD
2009-07-23 20:14 ` Wolfgang Denk
2009-07-23 20:22 ` Jean-Christophe PLAGNIOL-VILLARD
2009-07-23 20:42 ` Wolfgang Denk
2009-07-27 19:56 ` Jean-Christophe PLAGNIOL-VILLARD
2009-07-27 20:14 ` Wolfgang Denk
2009-07-27 8:16 ` Heiko Schocher
2009-07-27 20:07 ` Jean-Christophe PLAGNIOL-VILLARD
2009-07-28 7:31 ` Heiko Schocher
2009-07-12 21:40 Jean-Christophe PLAGNIOL-VILLARD
2009-07-13 21:45 ` Wolfgang Denk
2009-07-06 19:55 Jean-Christophe PLAGNIOL-VILLARD
2009-07-07 20:20 ` Wolfgang Denk
2009-07-07 21:31 ` Jean-Christophe PLAGNIOL-VILLARD
2009-07-07 21:42 ` Wolfgang Denk
2009-07-07 21:48 ` Jean-Christophe PLAGNIOL-VILLARD
2009-06-09 23:31 Jean-Christophe PLAGNIOL-VILLARD
2009-06-10 21:54 ` Wolfgang Denk
2009-06-11 5:22 ` Prafulla Wadaskar
2009-06-11 8:00 ` Wolfgang Denk
2009-06-11 9:18 ` Prafulla Wadaskar
2009-06-11 10:02 ` Magnus Lilja
2009-06-11 15:02 ` Wolfgang Denk
2009-05-15 9:03 [U-Boot] ARM pull Request Jean-Christophe PLAGNIOL-VILLARD
2009-05-15 19:09 ` Wolfgang Denk
2009-04-30 7:10 [U-Boot] ARM Pull Request Jean-Christophe PLAGNIOL-VILLARD
2009-04-30 21:05 ` Wolfgang Denk
2009-04-05 10:56 Jean-Christophe PLAGNIOL-VILLARD
2009-04-05 12:14 ` Dirk Behme
2009-04-07 19:51 ` Wolfgang Denk
2009-04-05 21:06 ` Wolfgang Denk
2009-03-30 16:42 Jean-Christophe PLAGNIOL-VILLARD
2009-03-30 16:47 ` Jean-Christophe PLAGNIOL-VILLARD
2009-04-01 22:25 ` Wolfgang Denk
2009-03-29 21:09 Jean-Christophe PLAGNIOL-VILLARD
2009-03-29 21:31 ` Wolfgang Denk
2009-03-29 21:16 ` Jean-Christophe PLAGNIOL-VILLARD
2009-03-30 13:33 ` Dirk Behme
2009-03-30 15:08 ` Jean-Christophe PLAGNIOL-VILLARD
2009-03-30 19:33 ` Dirk Behme
2009-03-30 19:49 ` Wolfgang Denk
2009-03-30 20:28 ` Jean-Christophe PLAGNIOL-VILLARD
2009-03-31 15:44 ` Dirk Behme
2009-03-25 21:26 Jean-Christophe PLAGNIOL-VILLARD
2009-03-26 21:22 ` Wolfgang Denk
2009-03-26 23:24 ` Dirk Behme
2009-03-13 22:20 Jean-Christophe PLAGNIOL-VILLARD
2009-03-15 21:10 ` Wolfgang Denk
2009-02-22 17:33 Jean-Christophe PLAGNIOL-VILLARD
2009-02-22 17:49 ` Dirk Behme
2009-02-22 23:30 ` Wolfgang Denk
2009-02-22 21:59 ` Wolfgang Denk
2009-02-18 3:26 Jean-Christophe PLAGNIOL-VILLARD
2009-02-18 23:49 ` Wolfgang Denk
2009-02-01 13:32 Jean-Christophe PLAGNIOL-VILLARD
2009-02-01 20:39 ` Wolfgang Denk
2008-11-21 0:46 [U-Boot] ARM pull request Jean-Christophe PLAGNIOL-VILLARD
2008-11-23 12:59 ` Dirk Behme
2008-11-25 11:05 ` Wolfgang Denk
2008-11-02 16:12 [U-Boot] ARM Pull request Jean-Christophe PLAGNIOL-VILLARD
2008-11-08 23:33 ` Wolfgang Denk
2008-11-09 20:22 ` Alessandro Rubini
2008-10-08 17:09 [U-Boot] ARM Pull Request Jean-Christophe PLAGNIOL-VILLARD
2008-10-12 21:57 ` Wolfgang Denk
2008-10-06 12:29 [U-Boot] Arm Pull request Jean-Christophe PLAGNIOL-VILLARD
2008-09-15 19:16 [U-Boot] ARM Pull Request Jean-Christophe PLAGNIOL-VILLARD
2008-09-15 22:11 ` Wolfgang Denk
2008-09-16 8:14 ` Jean-Christophe PLAGNIOL-VILLARD
2008-09-16 10:24 ` Wolfgang Denk
2008-09-11 23:29 Jean-Christophe PLAGNIOL-VILLARD
2008-09-12 13:22 ` Wolfgang Denk
2008-08-25 21:04 [U-Boot] ARM Pull request Jean-Christophe PLAGNIOL-VILLARD
2008-08-25 21:46 ` Wolfgang Denk
2008-08-26 5:59 ` Jens Gehrlein
2008-08-26 21:19 ` Wolfgang Denk
2008-08-11 23:41 [U-Boot] arm pull request Jean-Christophe PLAGNIOL-VILLARD
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=4B75B4E1.8050201@windriver.com \
--to=tom.rix@windriver.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