summaryrefslogtreecommitdiff
path: root/cpu/arm920t/at91rm9200
AgeCommit message (Expand)Author
2009-12-05Generic udelay() with watchdog supportIngo van Lil
2009-10-13Add support for Eukrea CPUAT91 SBCTom Rix
2009-08-03rm9200 lowevel_init: don't touch reserved/readonly registersDavid Brownell
2009-07-22rm9200 ethernet driver: board-specific quirk (csb337)David Brownell
2009-06-12arm: timer and interrupt init reworkJean-Christophe PLAGNIOL-VILLARD
2009-06-12at91rm9200: move reset code to reset.cJean-Christophe PLAGNIOL-VILLARD
2009-06-12i2c: Create common default i2c_[set|get]_bus_speed() functionsPeter Tyser
2009-04-28Replace __attribute references with __attribute__Peter Tyser
2009-04-04at91rm9200: Reset updateJean-Christophe PLAGNIOL-VILLARD
2009-04-04at91rm9200: move serial shutdown code to serial driversJean-Christophe PLAGNIOL-VILLARD
2009-04-04at91rm9200: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD
2009-03-20cpu/: get mac address from environmentMike Frysinger
2009-01-06at91rm9200: move define from lowlevel_init to headerJean-Christophe PLAGNIOL-VILLARD
2009-01-06at91rm9200: rename lowlevel init value to CONFIG_SYS_Jean-Christophe PLAGNIOL-VILLARD
2008-12-15i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functionsTimur Tabi
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD
2008-09-12at91rm9200: fix errors with CONFIG_CMD_I2C_TREEJens Scharsig
2008-07-06Remove duplicate definitions in include/lxt971a.h.Hugo Villeneuve
2008-05-21Big white-space cleanup.Wolfgang Denk
2008-03-30use correct at91rm9200 register nameDavid Brownell
2007-10-24fix warning: no return statement in function returning non-voidJean-Christophe PLAGNIOL-VILLARD
2007-08-14Coding style cleanup. Update CHANGELOG.Wolfgang Denk
2007-08-14Add the files.Peter Pearse
2007-08-14Add MACH_TYPE records for several AT91 boards.Peter Pearse
2007-08-07Merge with git://www.denx.de/git/u-boot.gitMarkus Klotzbuecher
2007-07-09cpu/[7a-ln-z]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger
2007-07-04cpu/ non-mpc*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger
2006-11-27Merge with /home/mk/git/u-boot-generic_ohci#generic_ohciWolfgang Denk
2006-11-27Merge with /home/wd/git/u-boot/masterWolfgang Denk
2006-11-27Introduced the configuration option CONFIG_USB_OHCI_NEW in order to be ableMarkus Klotzbuecher
2006-10-09Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk
2006-09-01Add support for a saving build objects in a separate directory.Marian Balakowicz
2006-05-30Support generic OHCI support for the s3c24x0 cpu.Markus Klotzbuecher
2006-05-23Changed the mp2usb (at91rm9200) board to use the generic OHCI driver. SomeMarkus Klotzbuecher
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk
2006-03-11Some code cleanup for GCC 4.xWolfgang Denk
2005-10-28Add support for multiple PHYs.Marian Balakowicz
2005-10-13Support passing of OF flat trees to the kernel.Wolfgang Denk
2005-10-09Eliminate hard-coded address of Ethernet transfer buffer on at91rm9200Wolfgang Denk
2005-10-06Complete support for the KwikByte KB920x boardsWolfgang Denk
2005-10-05Set the AT91RM9200 clock to asynchronous modeWolfgang Denk
2005-10-05Set the AT91RM9200 clock to synchronous modeWolfgang Denk
2005-10-05Add support for Cogent csb637Wolfgang Denk
2005-10-05Fix dm9161.c initializationWolfgang Denk
2005-10-05* Move dm9161.c and lxt972.c into cpu/arm920t/at91rm9200Wolfgang Denk
2005-09-26Add support for AT91RM9200 OHCI Controller.Wolfgang Denk
2005-08-23Fix make dependencies for at91rm9200 and ks8695 cpusWolfgang Denk
2005-08-12Eliminate calls of ARM libgcc.a helper functions _divsi3 and _modsi3Wolfgang Denk
2005-04-20Cleanup serial console baudrate calculation on AT91RM9200wdenk
2005-04-13* Fixes for TQM8560 board:wdenk