summaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-at91rm9200
Commit message (Collapse)AuthorAgeFilesLines
* Fix merge problemsStefan Roese2008-08-061-1/+3
| | | | Signed-off-by: Stefan Roese <sr@denx.de>
* Big white-space cleanup.Wolfgang Denk2008-05-211-191/+191
| | | | | | | | | | | This commit gets rid of a huge amount of silly white-space issues. Especially, all sequences of SPACEs followed by TAB characters get removed (unless they appear in print statements). Also remove all embedded "vim:" and "vi:" statements which hide indentation problems. Signed-off-by: Wolfgang Denk <wd@denx.de>
* Fix build problems with mp2usb boardWolfgang Denk2007-11-191-2/+0
| | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* Add MACH_TYPE records for several AT91 boards.Peter Pearse2007-08-141-59/+80
| | | | | | | | | | | Merge to two at45.c files into a common file, split to at45.c and spi.c Fix spelling error in DM9161 PHY Support. Initialize at91rm9200 board (and set LED). Add PIO control for at91rm9200dk LEDs and Mux. Change dataflash partition boundaries to be compatible with Linux 2.6. Signed-off-by: Peter Pearse <peter.pearse@arm.com> Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
* * Move dm9161.c and lxt972.c into cpu/arm920t/at91rm9200Wolfgang Denk2005-10-051-20/+14
| | | | | | | Patch by Anders Larsen, 29 Apr 2005 * Fix problems introduced by Patch by Steven Scholz, 02 Mar 2005 (8e2be51de8dd03c1ce4d06cbb18ad06133d47cd5)
* Add support for AT91RM9200 OHCI Controller.Wolfgang Denk2005-09-262-0/+6
| | | | Patch by Eric Benard, 07 Apr 2005
* Fix formating in include/asm-arm/arch-at91rm9200/AT91RM9200.hWolfgang Denk2005-09-251-462/+491
| | | | Patch by Steven Scholz, 02 Mar 2005
* Patch by Martin Krause, 01 Apr 2005:wdenk2005-04-011-0/+4
| | | | Add automatic HW detection for CMC_PU2 and CMC_BASIC
* * Update for AT91RM9200DK and CMC_PU2 boards:wdenk2004-11-211-2/+114
| | | | | | | - Enable booting directly from flash - fix CMC_PU2 flash driver * Fix mkimage usage message
* * Patch by Gary Jennejohn, 01 Oct 2004:wdenk2004-10-101-9/+49
| | | | | | | | - add support for CMC PU2 board - add support for I2C on at91rm9200 * Patch by Gary Jennejohn, 28 Sep 2004: fix baudrate handling on at91rm9200
* Patch by Gary Jennejohn, 09 Sep 2004:wdenk2004-09-211-0/+6
| | | | allow to use USART1 as console port on at91rm9200dk boards
* * Patch by Fred Klatt, 25 Jun 2004:wdenk2004-07-101-0/+2
| | | | | | | | | | | | Add support for WindRiver's SBC8560 board * Patch by Nicolas Lacressonniere, 24 Jun 2004 Small Bugs fixes for "at91rm9200dk" board: - Timing modifications for SPI DataFlash access - Fix NAND flash detection bug * Patch by Nicolas Lacressonniere, 24 Jun 2004: Add Support for Flash AT49BV6416 for AT91RM9200DK board
* * Patch by Steven Scholz, 27 Feb 2004:wdenk2004-03-151-5/+0
| | | | | | | | - Adding get_ticks() and get_tbclk() for AT91RM9200 - Many white space fixes in cpu/at91rm9200/interrupts.c * Patches by Steven Scholz, 20 Feb 2004: some cleanup in AT91RM9200 related code
* * Code cleanup:wdenk2003-06-271-9/+9
| | | | | | | | | - remove trailing white space, trailing empty lines, C++ comments, etc. - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c) * Patches by Kenneth Johansson, 25 Jun 2003: - major rework of command structure (work done mostly by Michal Cendrowski and Joakim Kristiansen)
* * Patch by Nicolas Lacressonniere, 11 Jun 2003:wdenk2003-06-161-68/+287
| | | | | | | | | | | | | | | | Modifications for Atmel AT91RM9200DK ARM920T based development kit - Add Atmel DataFlash support for reading and writing. - Add possibility to boot a Linux from DataFlash with BOOTM command. - Add Flash detection on Atmel AT91RM9200DK (between Atmel AT49BV1614 and AT49BV1614A flashes) - Replace old Ethernet PHY layer functions - Change link address * Patch by Frank Smith, 9 Jun 2003: use CRIT_EXCEPTION for machine check on 4xx * Patch by Detlev Zundel, 13 Jun 2003: added implementation of the "carinfo" command in cmd_immap.c
* * Patch by Arun Dharankar, 24 Mar 2003:wdenk2003-03-312-0/+432
- add threads / scheduler example code * Add patches by Robert Schwebel, 31 Mar 2003: - add ctrl-c support for kermit download - align bdinfo output on ARM * Add CPU ID, version, and clock speed for INCA-IP
OpenPOWER on IntegriCloud