From: Tom <Tom.Rix@windriver.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] ARM pull request
Date: Sun, 29 Nov 2009 19:05:17 -0600 [thread overview]
Message-ID: <4B131A4D.1000309@windriver.com> (raw)
Wolfgang,
I have rebased the arm/next against your next branch.
The result is in arm/next-sync and arm/next
Either is fine if you pull soon.
Else use next-sync.
The outstanding issues with arm/next are
overo and beagle have reported memory problems related to the OMAP3:SDRC changes
onenand build failures reported on friday.
Tom
The following changes since commit 2f6f67da1b98b6d1dad2d80bc4e472c3bff3cd5a:
Wolfgang Denk (1):
Merge branch 'next' of git://www.denx.de/git/u-boot-ppc4xx into next
are available in the git repository at:
git://git.denx.de/u-boot-arm next
Grazvydas Ignotas (1):
OMAP3: pandora: fix booting without serial attached
Jean-Christophe PLAGNIOL-VILLARD (1):
avr32/hsdramc: Move conditional compilation to Makefile
Mark Asselstine (1):
sheevaplug: correct SDRAM address control register
Minkyu Kang (2):
s3c64xx: move s3c64xx header files to asm-arm/arch-s3c64xx
s5pc1xx: serial: fix the error check logic
Nick Thompson (3):
TI Davinci timer.c: Remove volatiles and memory mapped structures
TI Davinci: add a pin multiplexer configuration API
Add TI DA8xx support: DA8xx includes
Nishanth Menon (3):
OMAP3:SDRC: Cleanup references to SDP
OMAP3:SDRC: introduce DDR types
OMAP3: Fix SDRC init
Po-Yu Chuang (2):
arm: A320: driver for FTRTC010 real time clock
arm: A320: Add support for Faraday A320 evaluation board
Sandeep Paulraj (4):
Fix for Void function returning value in sbc35-a9g20
TI DaVinci DM646x: Enable NAND on DM6467 EVM
NAND: Add config option for imx27lite
TI DaVinci: Adding a README for the DaVinci series of SOC's
Sekhar Nori (3):
TI DA8xx: Add DA8xx cpu functions
TI DA8xx: Add new directory for da830evm board
TI DA8xx: Integrate DA830 EVM support into U-Boot
Seunghyeon Rhee (1):
S3C6400/SMDK6400: fix stack_setup in start.S
Tom Rix (3):
ARM Update mach-types.h
ARM Update mach-types
ARM Update mach-types
Vaibhav Hiremath (1):
omap3_mmc: Encapsulate twl4030 under option CONFIG_TWL4030_POWER
kevin.morfitt at fearnside-systems.co.uk (3):
Move s3c24x0 header files to asm-arm/arch-s3c24x0/
Clean-up of s3c24x0 header files
Add a unified s3c24x0 header file
MAINTAINERS | 8 +
MAKEALL | 2 +
Makefile | 6 +
board/Marvell/sheevaplug/kwbimage.cfg | 10 +-
board/davinci/common/misc.c | 48 +-
board/davinci/common/misc.h | 12 +
board/davinci/da830evm/Makefile | 51 +
board/davinci/da830evm/config.mk | 43 +
board/davinci/da830evm/da830evm.c | 127 ++
board/davinci/dm6467evm/dm6467evm.c | 11 +
board/faraday/a320evb/Makefile | 51 +
board/faraday/a320evb/a320evb.c | 73 +
board/faraday/a320evb/config.mk | 35 +
board/faraday/a320evb/lowlevel_init.S | 118 ++
board/mpl/vcma9/vcma9.c | 2 +-
board/mpl/vcma9/vcma9.h | 16 +-
board/pandora/pandora.h | 3 +-
board/samsung/smdk2400/smdk2400.c | 2 +-
board/samsung/smdk2410/smdk2410.c | 2 +-
board/samsung/smdk6400/lowlevel_init.S | 2 +-
board/samsung/smdk6400/smdk6400.c | 2 +-
board/sbc2410x/sbc2410x.c | 2 +-
board/trab/cmd_trab.c | 2 +-
board/trab/rs485.c | 2 +-
board/trab/rs485.h | 2 +-
board/trab/trab.c | 2 +-
board/trab/trab_fkt.c | 2 +-
board/trab/tsc2000.c | 2 +-
board/trab/vfd.c | 2 +-
cpu/arm1176/cpu.c | 2 +-
cpu/arm1176/s3c64xx/cpu_init.S | 2 +-
cpu/arm1176/s3c64xx/reset.S | 2 +-
cpu/arm1176/s3c64xx/speed.c | 2 +-
cpu/arm1176/s3c64xx/timer.c | 2 +-
cpu/arm1176/start.S | 9 +-
cpu/arm920t/a320/Makefile | 47 +
cpu/arm920t/a320/ftsmc020.c | 51 +
cpu/arm920t/a320/reset.S | 22 +
cpu/arm920t/a320/timer.c | 193 +++
cpu/arm920t/s3c24x0/interrupts.c | 6 +-
cpu/arm920t/s3c24x0/speed.c | 13 +-
cpu/arm920t/s3c24x0/timer.c | 15 +-
cpu/arm920t/s3c24x0/usb.c | 17 +-
cpu/arm920t/s3c24x0/usb_ohci.c | 11 +-
cpu/arm920t/start.S | 4 +-
cpu/arm926ejs/davinci/cpu.c | 50 +-
cpu/arm926ejs/davinci/psc.c | 43 +-
cpu/arm926ejs/davinci/timer.c | 28 +-
cpu/arm_cortexa8/omap3/mem.c | 5 +-
cpu/arm_cortexa8/omap3/sys_info.c | 2 +-
cpu/at32ap/Makefile | 2 +-
cpu/at32ap/hsdramc.c | 3 -
doc/README.davinci | 116 ++
drivers/i2c/s3c24x0_i2c.c | 6 +-
drivers/mmc/omap3_mmc.c | 2 +
drivers/mtd/nand/s3c2410_nand.c | 2 +-
drivers/mtd/nand/s3c64xx.c | 2 +-
drivers/rtc/Makefile | 1 +
drivers/rtc/ftrtc010.c | 124 ++
drivers/rtc/m41t94.c | 1 -
drivers/rtc/s3c24x0_rtc.c | 6 +-
drivers/serial/s3c64xx.c | 2 +-
drivers/serial/serial_s3c24x0.c | 6 +-
drivers/serial/serial_s5pc1xx.c | 24 +-
drivers/usb/host/ohci-hcd.c | 3 +-
drivers/usb/host/s3c64xx-hcd.c | 2 +-
include/asm-arm/arch-a320/a320.h | 35 +
include/asm-arm/arch-a320/ftpmu010.h | 146 ++
include/asm-arm/arch-a320/ftsdmc020.h | 103 ++
include/asm-arm/arch-a320/ftsmc020.h | 79 +
include/asm-arm/arch-a320/fttmr010.h | 73 +
include/asm-arm/arch-davinci/hardware.h | 237 +++
include/asm-arm/arch-davinci/i2c_defs.h | 5 +
include/asm-arm/arch-omap3/cpu.h | 1 +
include/asm-arm/arch-omap3/mem.h | 98 +-
include/{ => asm-arm/arch-s3c24x0}/s3c2400.h | 18 +-
include/{ => asm-arm/arch-s3c24x0}/s3c2410.h | 19 +-
include/asm-arm/arch-s3c24x0/s3c24x0.h | 652 +++++++++
include/asm-arm/arch-s3c24x0/s3c24x0_cpu.h | 27 +
include/{ => asm-arm/arch-s3c64xx}/s3c6400.h | 0
include/{ => asm-arm/arch-s3c64xx}/s3c64x0.h | 0
include/asm-arm/mach-types.h | 1976 +++++++++++++++++++++++++-
include/common.h | 8 +-
include/configs/VCMA9.h | 7 +-
include/configs/a320evb.h | 222 +++
include/configs/da830evm.h | 243 ++++
include/configs/devkit8000.h | 3 +
include/configs/imx27lite.h | 1 +
include/configs/omap3_beagle.h | 3 +
include/configs/omap3_evm.h | 3 +
include/configs/omap3_overo.h | 3 +
include/configs/omap3_pandora.h | 3 +
include/configs/omap3_sdp3430.h | 3 +
include/configs/omap3_zoom1.h | 3 +
include/configs/omap3_zoom2.h | 3 +
include/configs/sbc2410x.h | 7 +-
include/configs/smdk2400.h | 7 +-
include/configs/smdk2410.h | 7 +-
include/configs/smdk6400.h | 2 -
include/configs/trab.h | 9 +-
include/s3c24x0.h | 656 ---------
101 files changed, 5259 insertions(+), 871 deletions(-)
create mode 100644 board/davinci/da830evm/Makefile
create mode 100644 board/davinci/da830evm/config.mk
create mode 100644 board/davinci/da830evm/da830evm.c
create mode 100644 board/faraday/a320evb/Makefile
create mode 100644 board/faraday/a320evb/a320evb.c
create mode 100644 board/faraday/a320evb/config.mk
create mode 100644 board/faraday/a320evb/lowlevel_init.S
create mode 100644 cpu/arm920t/a320/Makefile
create mode 100644 cpu/arm920t/a320/ftsmc020.c
create mode 100644 cpu/arm920t/a320/reset.S
create mode 100644 cpu/arm920t/a320/timer.c
create mode 100644 doc/README.davinci
create mode 100644 drivers/rtc/ftrtc010.c
create mode 100644 include/asm-arm/arch-a320/a320.h
create mode 100644 include/asm-arm/arch-a320/ftpmu010.h
create mode 100644 include/asm-arm/arch-a320/ftsdmc020.h
create mode 100644 include/asm-arm/arch-a320/ftsmc020.h
create mode 100644 include/asm-arm/arch-a320/fttmr010.h
rename include/{ => asm-arm/arch-s3c24x0}/s3c2400.h (98%)
rename include/{ => asm-arm/arch-s3c24x0}/s3c2410.h (98%)
create mode 100644 include/asm-arm/arch-s3c24x0/s3c24x0.h
create mode 100644 include/asm-arm/arch-s3c24x0/s3c24x0_cpu.h
rename include/{ => asm-arm/arch-s3c64xx}/s3c6400.h (100%)
rename include/{ => asm-arm/arch-s3c64xx}/s3c64x0.h (100%)
create mode 100644 include/configs/a320evb.h
create mode 100644 include/configs/da830evm.h
delete mode 100644 include/s3c24x0.h
next reply other threads:[~2009-11-30 1:05 UTC|newest]
Thread overview: 162+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-30 1:05 Tom [this message]
2009-12-01 11:13 ` [U-Boot] ARM pull request Wolfgang Denk
2009-12-01 14:34 ` Tom
-- 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-02-12 20:06 Tom
2010-02-17 21:29 ` Wolfgang Denk
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-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=4B131A4D.1000309@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