summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename Marvell ARM CPU specific file according to r186933.raj2009-01-092-1/+1
* Fix confusing naming of Marvell ARM CPU specific routines.raj2009-01-094-52/+52
* Improve Marvell SOCs PCI/PCIE driver.raj2009-01-094-41/+110
* Improve and extend Marvell SOCs platform code.raj2009-01-0812-72/+830
* Minor style(9) corrections.raj2009-01-081-6/+6
* Adjust Marvell SOC support for A0 chip revision.raj2009-01-085-21/+87
* Include std.ixp425 for "cpu" and comment out duplicate memory mapbz2008-12-281-7/+10
* In additions to the configs from r185478, which also enabled thebz2008-12-273-0/+3
* arm is in DEFAULTS; remove dupsam2008-12-271-1/+0
* Removed duplicatebz2008-12-271-1/+0
* Add support for the FPA floating-point format on ARM. Themarcel2008-12-231-0/+11
* move IXP4XX EHCI bus shim to the usb directory and renamesam2008-12-232-361/+1
* NPE cleanups needed for ancillary drivers (e.g. crypto acceleration):sam2008-12-233-66/+109
* kill NPE_PORTS_MAX, it's not used and likely will not besam2008-12-231-1/+0
* Fill in feature control support:sam2008-12-233-6/+39
* add IXP465 and generic IXP425 definitionsam2008-12-231-0/+2
* o enable TT and big-endian MMIOsam2008-12-231-3/+6
* Merge support for Gateworks Cambria boards:sam2008-12-2032-1497/+2654
|\
| * MFH @ 186335sam2008-12-203-7/+2
| |\ | |/ |/|
| * seems I never committed thesesam2008-12-172-0/+203
| * Merge WIP from p4:sam2008-12-1330-1497/+2451
* | Make gpart the default partitioning class on all platforms.marcel2008-12-172-3/+2
* | AT_DEBUG and AT_BRK were OBE like 10 years ago, so retire them.imp2008-12-171-4/+0
|/
* Avoid confusion and adjust link address range of Marvell Orion kernel so it israj2008-12-051-4/+4
OpenPOWER on IntegriCloud