aboutsummaryrefslogtreecommitdiff
path: root/cpu/arm920t/at91rm9200
AgeCommit message (Expand)AuthorFilesLines
2008-03-30use correct at91rm9200 register nameDavid Brownell1-3/+3
2007-10-24fix warning: no return statement in function returning non-voidJean-Christophe PLAGNIOL-VILLARD1-4/+4
2007-08-14Coding style cleanup. Update CHANGELOG.Wolfgang Denk1-2/+0
2007-08-14Add the files.Peter Pearse1-0/+153
2007-08-14Add MACH_TYPE records for several AT91 boards.Peter Pearse2-6/+7
2007-08-07Merge with git://www.denx.de/git/u-boot.gitMarkus Klotzbuecher4-11/+11
2007-07-09cpu/[7a-ln-z]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger4-11/+11
2007-07-04cpu/ non-mpc*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger4-6/+6
2006-11-27Merge with /home/mk/git/u-boot-generic_ohci#generic_ohciWolfgang Denk1-1/+1
2006-11-27Merge with /home/wd/git/u-boot/masterWolfgang Denk1-9/+12
2006-11-27Introduced the configuration option CONFIG_USB_OHCI_NEW in order to be ableMarkus Klotzbuecher1-1/+1
2006-10-09Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk1-1/+1
2006-09-01Add support for a saving build objects in a separate directory.Marian Balakowicz1-9/+12
2006-05-30Support generic OHCI support for the s3c24x0 cpu.Markus Klotzbuecher1-0/+6
2006-05-23Changed the mp2usb (at91rm9200) board to use the generic OHCI driver. SomeMarkus Klotzbuecher4-2055/+48
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk1-1/+2
2006-03-11Some code cleanup for GCC 4.xWolfgang Denk1-2/+2
2005-10-28Add support for multiple PHYs.Marian Balakowicz1-5/+16
2005-10-13Support passing of OF flat trees to the kernel.Wolfgang Denk1-1/+1
2005-10-09Eliminate hard-coded address of Ethernet transfer buffer on at91rm9200Wolfgang Denk1-14/+8
2005-10-06Complete support for the KwikByte KB920x boardsWolfgang Denk1-2/+1
2005-10-05Set the AT91RM9200 clock to asynchronous modeWolfgang Denk1-2/+2
2005-10-05Set the AT91RM9200 clock to synchronous modeWolfgang Denk1-0/+5
2005-10-05Add support for Cogent csb637Wolfgang Denk2-1/+234
2005-10-05Fix dm9161.c initializationWolfgang Denk1-3/+4
2005-10-05* Move dm9161.c and lxt972.c into cpu/arm920t/at91rm9200Wolfgang Denk4-2/+417
2005-09-26Add support for AT91RM9200 OHCI Controller.Wolfgang Denk3-1/+2055
2005-08-23Fix make dependencies for at91rm9200 and ks8695 cpusWolfgang Denk1-2/+2
2005-08-12Eliminate calls of ARM libgcc.a helper functions _divsi3 and _modsi3Wolfgang Denk1-1/+1
2005-04-20Cleanup serial console baudrate calculation on AT91RM9200wdenk1-5/+2
2005-04-13* Fixes for TQM8560 board:wdenk1-2/+2
2005-04-07* Patch by Steven Scholz, 07 Apr 2005:wdenk1-0/+15
2005-04-06Patch by Steven Scholz, 06 Apr 2005:wdenk6-0/+1054