summaryrefslogtreecommitdiff
path: root/include/asm-arm/arch-arm720t
Commit message (Collapse)AuthorAgeLines
* Big white-space cleanup.Wolfgang Denk2008-05-21-30/+30
| | | | | | | | | | | 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>
* Remove the deleted files for the SMN42 patchPeter Pearse2007-05-09-247/+0
|
* New board SMN42 branchPeter Pearse2007-05-09-2/+0
|
* Add port for the lpc2292sodimm evaluation board from EmbeddedArtistsGary Jennejohn2007-01-24-0/+249
|
* Some code cleanup for GCC 4.xWolfgang Denk2006-03-11-2/+0
|
* Add support for NetSilicon NS7520 processor.Wolfgang Denk2005-10-09-4/+64
| | | | | | Patch by Art Shipkowski, 12 May 2005 Cleanup.
* Update make target for ARM supported boards.Wolfgang Denk2005-10-06-0/+2
| | | | | Use lowlevel_init() instead of platformsetup() [rename]. Patch by Peter Pearse, 06 Oct 2005
* Add board support for armadillo HT1070Wolfgang Denk2005-09-26-0/+2
| | | | Patch by Rowel Atienza, 06 Apr 2005
* * Patch by George G. Davis, 06 Jul 2004:wdenk2004-07-11-0/+43
| | | | | | | | - update mach-types.h to latest arm.linux.org.uk master list - Set correct OMAP1610 bi_arch_number for build target * Patch by Curt Brune, 06 Jul 2004: evb4510: add support for timer interrupt; cleanup
* * Code cleanup (ARM mostly)wdenk2004-07-01-0/+270
| | | | | | * Patch by Curt Brune, 17 May 2004: - Add support for Samsung S3C4510B CPU (ARM7tdmi based SoC) - Add support for ESPD-Inc. EVB4510 Board
* * Patch by Laurent Mohin, 10 Feb 2004:wdenk2004-02-23-48/+44
| | | | | | | | | Fix buffer overflow in common/usb.c * Patch by Tolunay Orkun, 10 Feb 2004: Add support for Cogent CSB272 board * Code cleanup
* * Patch by Thomas Elste, 10 Feb 2004:wdenk2004-02-23-0/+1220
Add support for NET+50 CPU and ModNET50 board * Patch by Sam Song, 10 Feb 2004: Fix typos in cfi_flash.c * Patch by Leon Kukovec, 10 Feb 2004 Fixed long dir entry slot id calculation in get_vfatname * Patch by Robin Gilks, 10 Feb 2004: add "itest" command (operators: -eq, -ne, -lt, -gt, -le, -ge, ==, !=, <>, <, >, <=, >=)