| Commit message (Expand) | Author | Age | Files | Lines |
* | Check PCIE link status before accessing the bus. | raj | 2009-01-09 | 1 | -0/+3 |
* | Rename Marvell ARM CPU specific file according to r186933. | raj | 2009-01-09 | 2 | -1/+1 |
* | Fix confusing naming of Marvell ARM CPU specific routines. | raj | 2009-01-09 | 4 | -52/+52 |
* | Improve Marvell SOCs PCI/PCIE driver. | raj | 2009-01-09 | 4 | -41/+110 |
* | Improve and extend Marvell SOCs platform code. | raj | 2009-01-08 | 12 | -72/+830 |
* | Minor style(9) corrections. | raj | 2009-01-08 | 1 | -6/+6 |
* | Adjust Marvell SOC support for A0 chip revision. | raj | 2009-01-08 | 5 | -21/+87 |
* | Include std.ixp425 for "cpu" and comment out duplicate memory map | bz | 2008-12-28 | 1 | -7/+10 |
* | In additions to the configs from r185478, which also enabled the | bz | 2008-12-27 | 3 | -0/+3 |
* | arm is in DEFAULTS; remove dup | sam | 2008-12-27 | 1 | -1/+0 |
* | Removed duplicate | bz | 2008-12-27 | 1 | -1/+0 |
* | Add support for the FPA floating-point format on ARM. The | marcel | 2008-12-23 | 1 | -0/+11 |
* | move IXP4XX EHCI bus shim to the usb directory and rename | sam | 2008-12-23 | 2 | -361/+1 |
* | NPE cleanups needed for ancillary drivers (e.g. crypto acceleration): | sam | 2008-12-23 | 3 | -66/+109 |
* | kill NPE_PORTS_MAX, it's not used and likely will not be | sam | 2008-12-23 | 1 | -1/+0 |
* | Fill in feature control support: | sam | 2008-12-23 | 3 | -6/+39 |
* | add IXP465 and generic IXP425 definition | sam | 2008-12-23 | 1 | -0/+2 |
* | o enable TT and big-endian MMIO | sam | 2008-12-23 | 1 | -3/+6 |
* | Merge support for Gateworks Cambria boards: | sam | 2008-12-20 | 32 | -1497/+2654 |
|\ |
|
| * | MFH @ 186335 | sam | 2008-12-20 | 3 | -7/+2 |
| |\
| |/
|/| |
|
| * | seems I never committed these | sam | 2008-12-17 | 2 | -0/+203 |
| * | Merge WIP from p4: | sam | 2008-12-13 | 30 | -1497/+2451 |
* | | Make gpart the default partitioning class on all platforms. | marcel | 2008-12-17 | 2 | -3/+2 |
* | | AT_DEBUG and AT_BRK were OBE like 10 years ago, so retire them. | imp | 2008-12-17 | 1 | -4/+0 |
|/ |
|
* | Avoid confusion and adjust link address range of Marvell Orion kernel so it is | raj | 2008-12-05 | 1 | -4/+4 |
* | Fix configuration of the PCI bridge. This got omitted in the initial import of | raj | 2008-12-05 | 1 | -0/+4 |
* | Switch to ath hal source code. Note this removes the ath_hal | sam | 2008-12-01 | 1 | -0/+1 |
* | - Fix spelling error in comments. | stas | 2008-12-01 | 8 | -8/+8 |
* | - Get rid of unused variable in KTR checks. This allows ktr(4) enabled | stas | 2008-11-30 | 1 | -3/+2 |
* | - Get rid of extra include file, erroneously added by the | stas | 2008-11-30 | 1 | -1/+0 |
* | - Obtain main clock frequency dynamically based on CKGR_MCFR register | stas | 2008-11-30 | 1 | -6/+50 |
* | enable use of modules but disable them by adding MODULES_OVERRIDE="" | sam | 2008-11-30 | 11 | -0/+11 |
* | opt_at91.h isn't needed here at all anymore, since the board init | imp | 2008-11-30 | 1 | -1/+0 |
* | Convert BWCT and HL200 over to new board mechanism as well. The | imp | 2008-11-25 | 11 | -51/+260 |
* | Start to make it easier to add AT91RM9200 based boards: | imp | 2008-11-25 | 7 | -52/+135 |
* | Whitespace nit. | imp | 2008-11-25 | 1 | -2/+2 |
* | Save boot args. | imp | 2008-11-25 | 1 | -0/+5 |
* | more silly whitespace changes. | imp | 2008-11-25 | 1 | -4/+2 |
* | Fix various whitespace botches, mostly having them at the end of a line. | imp | 2008-11-25 | 1 | -15/+13 |
* | Replace disclaimer with the one from COPYRIGHT. Joint authors aggreed | imp | 2008-11-25 | 3 | -30/+33 |
* | Replace three magic constants with L1_S_SIZE, since that's what is | imp | 2008-11-25 | 1 | -3/+3 |
* | Tweak the disclaimer section of the license to match COPYRIGHT, for | imp | 2008-11-25 | 27 | -270/+298 |
* | Add sv_flags field to struct sysentvec with intention to provide description | kib | 2008-11-22 | 1 | -1/+2 |
* | - bump __FreeBSD version to reflect added buf_ring, memory barriers, | kmacy | 2008-11-22 | 1 | -0/+4 |
* | Improve error handling in pcib_mbus_identify(). | raj | 2008-11-19 | 1 | -1/+3 |
* | Improve style(9) and other cosmetics in Marvell SOCs code. | raj | 2008-11-19 | 3 | -64/+64 |
* | Fix off-by-one error in mbus_attach(). | raj | 2008-11-19 | 1 | -1/+1 |
* | Enable PCI in Marvell kernel configs. | raj | 2008-11-19 | 3 | -0/+6 |
* | PCI/PCI-Express support for Marvell systems. | raj | 2008-11-19 | 12 | -93/+1011 |
* | - Fix two minor errors in at91 code. | stas | 2008-11-18 | 2 | -2/+2 |