summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91/board_kb920x.c
Commit message (Collapse)AuthorAgeFilesLines
* Configure the peripheral pins for MCI devices. Eliminate the now-unusedimp2012-07-151-10/+8
| | | | at91_pio_rm9200.h.
* Create common routines for configuring the serial ports and use themimp2012-07-141-19/+8
| | | | on all the at91rm9200 boards.
* For our at91rm9200 boards, register which subtype of SoC is on theimp2012-07-131-2/+6
| | | | | board. We'll use this later to control the differences between these two variants' pins.
* Create a generic way to support multiple boards within animp2012-07-071-1/+4
| | | | | | arm platform. Add all the atmel boards to the ATMEL kernel for testing purposes. Until boot loader arg parsing of baord type is done, this won't actually be able to do the runtime selection.
* if_ate.c:cognet2010-10-061-0/+9
| | | | | | | | | | | | | | | | | | | | | | | * Support for sam9 "EMAC" controller. * Support for rmii interface to phy. at91.c & at91sam9.c: * Eliminate separate at91sam9.c file. * Add new devices to at91sam9_devs table. at91_machdep.c & at at91sam9_machdep.c: * Automatic chip type determination. * Remove compile time chip dependencies. * Eliminate separate at91sam9_machdep.c file. at91_pmc.c: * Corrected support for all of the sam926? and sam9g20 chips. * Remove compile time chip dependencies. My apologies to Greg for taking so long to take care of it.
* Convert BWCT and HL200 over to new board mechanism as well. Theimp2008-11-251-18/+0
| | | | | TSC4370 config file wasn't committed to this tree, so I don't know if my changes will work on it or not.
* Start to make it easier to add AT91RM9200 based boards:imp2008-11-251-0/+81
o Copy kb920x_machdep.c to at91_machdep.c o Move board_init to new board_kb920x.c o rename ramsize to at91_ramsize and make it accessible to board_* files. o Delete files.kb920x. We can do this selection with the new boards. o Add a stub for the tsc4370 board init, which will be added in a future commit. o Add new 'devices' at91_board_kb920x and at91_board_tsc4370. More are needed and will be added in future commits. Reviewed by: stass, cognet
OpenPOWER on IntegriCloud