summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix configuration of the PCI bridge. This got omitted in the initial import ofraj2008-12-051-0/+4
* Switch to ath hal source code. Note this removes the ath_halsam2008-12-011-0/+1
* - Fix spelling error in comments.stas2008-12-018-8/+8
* - Get rid of unused variable in KTR checks. This allows ktr(4) enabledstas2008-11-301-3/+2
* - Get rid of extra include file, erroneously added by thestas2008-11-301-1/+0
* - Obtain main clock frequency dynamically based on CKGR_MCFR registerstas2008-11-301-6/+50
* enable use of modules but disable them by adding MODULES_OVERRIDE=""sam2008-11-3011-0/+11
OpenPOWER on IntegriCloud