[U-Boot] ARM pull request
Wolfgang Denk
wd at denx.de
Wed Feb 17 22:29:54 CET 2010
Dear Tom,
In message <4B75B4E1.8050201 at windriver.com> you wrote:
>
> 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
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
It is undignified for a woman to play servant to a man who is not
hers.
-- Spock, "Amok Time", stardate 3372.7
More information about the U-Boot
mailing list