summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Remove the uscanner(4) driver, this follows the removal of the kernel scannerthompsa2009-03-192-2/+0
* Add AT_EXECPATH ELF auxinfo entry type. The value's a_ptr is a pointerkib2009-03-171-1/+2
* Implement new way of branding ELF binaries by looking to adchagin2009-03-131-2/+4
* switch to !legacy usb stacksam2009-03-111-6/+5
* configure flash supportsam2009-03-102-0/+6
* add IXP4XX_FLASH_SIZE config knob that can be used to override the defaultsam2009-03-101-0/+4
* map CS0 on 2358 so flash is accessiblesam2009-03-101-0/+4
* mark device capable of vlan-size framessam2009-03-101-0/+3
* turn off inclusion of FCS in rx'd frames; we don't use it anywhere andsam2009-03-101-4/+2
* o add missing bus_release_resource and bus_deactivate_resource that justsam2009-03-101-22/+44
* bring in ddb "show gpio" support from Cambria branchsam2009-03-101-10/+51
* Small cleanup of memory resource allocation from Cambria branch:sam2009-03-101-38/+92
* catch up with r189306; handle delayed activation of resourcessam2009-03-102-25/+57
* add cfid and geom_redbootsam2009-03-092-1/+7
* o mark unexpected callbacks more clearlysam2009-03-081-7/+8
* Cleanup virtual device mapping some more:sam2009-03-061-26/+31
* remove unneeded static mappings for NPE and MAC regions; these aresam2009-03-061-34/+0
* enable tdma support by default; many people using these boardssam2009-03-062-0/+4
* legacy USB is required on these platforms at the momentsam2009-03-062-21/+23
* fix legacy usb configurationsam2009-03-061-1/+1
* o simplify code in ixppcib_conf_setupsam2009-03-061-17/+11
* Move to new usb stack that puts the front-end bus attachments with theimp2009-02-271-1/+1
* Update paths for ehci_ixp4xx.c in the old and new stacks.thompsa2009-02-241-1/+2
* Fix path and config name for ehci_mbus.cthompsa2009-02-241-2/+1
* Change over the usb kernel options to the new stack (retaining existingthompsa2009-02-236-8/+0
* use mii instead of miibus so we don't drag in all phy supportsam2009-02-182-2/+2
* Include Marvell EHCI HC driver for USB2.marcel2009-02-161-0/+1
* Oops. ARM_RAS_END is ARM_TP_ADDRESS + 8, not 4.cognet2009-02-131-1/+1
* To prevent various race conditions in the RAS code, store and restore thecognet2009-02-124-4/+23
* Do not set thread0.td_frame to a bogus value, as it's going to overwrite thecognet2009-02-121-1/+0
* fix ARM_USE_SMALL_ALLOC after memory layout changessam2009-02-111-7/+10
* The bounce zone sees its page number increased if multiple dma maps use it incognet2009-02-091-1/+6
* When bouncing pages, allow a new option to preserve the intra-pageimp2009-02-081-0/+7
* Erm... Report the buffer as being bounced even when it's the entire buffer,cognet2009-02-041-1/+1
* Add support for the StrataFlash on 2348 boards:sam2009-02-036-2/+21
* force atomic_cmpset_ptr types to match atomic_cmpset_32;sam2009-02-031-1/+2
* Move a comment to where it belongs.cognet2009-02-021-2/+1
* Remove unused variables.cognet2009-02-025-13/+4
* Increment total_bounced busdma stat as required.thompsa2009-01-301-0/+2
* Move to having a caps flag. Newer versions of the AT91 family don'timp2009-01-231-13/+21
* Don't over-commit the DMA. Use the passed in size of the transferimp2009-01-221-2/+1
* Migrate towards using at91_master_clock. Initialize the clocks forimp2009-01-223-5/+12
* Use at91_master_clock instead of AT91C_MASTER_CLOCK.imp2009-01-222-2/+3
* Remove now-redundant declaration.imp2009-01-221-1/+0
* Store at91_master_clock in a global variable as opposed to a compileimp2009-01-222-0/+4
* Add a comment explaining what ARM_KERN_DIRECTMAP is all about.cognet2009-01-221-0/+7
* o The f_max is really at91_master_clock / 2, not 30MHz, so compute it as such.imp2009-01-211-3/+6
* Implement MMCBR_IVAR_CAPS. It should better be implemented, or resultsmav2009-01-201-0/+4
* Remove a duplicate #include.cognet2009-01-161-1/+0
* Check PCIE link status before accessing the bus.raj2009-01-091-0/+3
OpenPOWER on IntegriCloud