summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91
Commit message (Expand)AuthorAgeFilesLines
* MFp4: first cut at getting I2C transfers working (generically). I'mimp2006-09-071-8/+55
* MFp4: berndt pointed me at an errata that shows that the stat registerimp2006-09-071-9/+9
* Relocate the vector page for AT91, to work around bugs with the LOW_VECTORcognet2006-08-283-9/+13
* Do not create dma maps with bus_dmamap_create, as we callcognet2006-08-251-5/+0
* Hook into the watchdog device, if present. Also, turn off theimp2006-08-091-4/+41
* Rewrite ARM_USE_SMALL_ALLOC so that instead of the current behavior, it mapscognet2006-08-081-4/+9
* Remove a bogus i = 0.kevlo2006-08-081-1/+1
* Use virtual_avail instead of freemempos as the starting point of the availablecognet2006-07-251-1/+1
* Fix ALT_BREAK_TO_DEBUGGER on the AT91 :cognet2006-07-201-5/+20
* If we can't defrag a packet, re-queue it instead of dropping it.cognet2006-07-171-1/+1
* #if => #ifdefcognet2006-07-171-2/+2
* Add a comment explaining why the OHCI mapping has been commented out.cognet2006-07-151-0/+9
* MFp4: this now depends on new spi bus stuffimp2006-07-141-1/+3
* MFp4: tweaksimp2006-07-141-7/+8
* MFp4: elevate quality of slow clock a littleimp2006-07-141-1/+1
* MFp4: paren policeimp2006-07-141-6/+4
* MFp4:imp2006-07-143-8/+66
* MFp4:imp2006-07-141-1/+1
* The TSC board uses a 16MHz base clock for the AT91RM9200, while the Kwikbyteimp2006-07-141-0/+6
* Implement the set_time function. Rather pointless with this RTC, as itimp2006-07-141-3/+8
* MF p4:imp2006-07-143-319/+134
* Be sure to flush the cache after a partial read on timeout. Expandimp2006-07-141-3/+7
* Move some of the common parameters into the std. files for this platform.imp2006-07-142-0/+5
* Comment out the mapping of the OHCI controller registers va == pa. Thiscognet2006-07-121-0/+2
* Add support for configuring pins to be one of {GPIO, PERIPHERAL A orimp2006-07-023-1/+450
* MFp4:imp2006-07-021-53/+208
* Backout previous commit, Warner committed at91_pio.c...cognet2006-06-231-1/+1
* Comment out at91_pio.c, it's not in CVS.cognet2006-06-231-1/+1
* Compute physmem so we can print it correctly on boot.imp2006-06-201-5/+5
* Probe the memory size of the board better. Look at the bus width,imp2006-06-202-2/+60
* Carefully note the RMII bit in the config register at attach time.imp2006-06-171-5/+9
* improve reporting of clocksimp2006-06-171-3/+2
* MFp4: Increase the L1 pagetable needed for the kernel from 8 to 22, to becognet2006-06-121-1/+1
* Remove sa1_cache_clean_addr. It isn't needed.imp2006-06-071-2/+0
* We have an implementation of generic_bs_rr_1, so use it, as some drivers usecognet2006-05-191-1/+1
* Resurrect Skyeye support :cognet2006-05-136-28/+46
* Get this to compile :cognet2006-05-112-1/+48
* When returning a resource that we've allocated with rman_reserve_resource,imp2006-04-201-0/+1
* MFp4: Catchup with recent UART changes.cognet2006-04-061-13/+13
* Add debug writes in error cases that, in theory, should never happenimp2006-04-061-2/+5
* Connect twi to the FreeBSD iicbus infrastructure.imp2006-04-061-166/+177
* Pull in numerous fixes from myself and cognet. With these fixes theimp2006-04-061-99/+61
* Remove unused bit definitions.imp2006-04-061-60/+40
* Optimize the TX side of the part by using the PDC to move bytes out toimp2006-04-061-27/+99
* Skeleton support for the SSC device, which implements I2S interfaces,imp2006-03-242-0/+297
* Skeleton PIO support.imp2006-03-242-0/+336
* Add the sekelton of support for the Power Management Controller.imp2006-03-243-0/+588
* Add rtc to files.at91imp2006-03-241-0/+1
* Add RTC support. This may be of dubious value since the RTC is resetimp2006-03-242-0/+333
* MFp4: Don't force single-user now we can go multi-user.cognet2006-03-221-2/+1
OpenPOWER on IntegriCloud