| Commit message (Expand) | Author | Age | Files | Lines |
* | The page flag PGA_WRITEABLE is set and cleared exclusively by the pmap | alc | 2012-06-16 | 1 | -0/+1 |
* | auth.conf is dead. | des | 2012-06-12 | 1 | -1/+2 |
* | MFp4 bz_ipv6_fast: | bz | 2012-05-24 | 1 | -0/+4 |
* | MFprojects/zfsd: | mav | 2012-05-24 | 1 | -1/+1 |
* | Enable the AR8316 switch on the routerstation pro board. | adrian | 2012-05-19 | 2 | -4/+27 |
* | Remove duplicate config bits. | adrian | 2012-05-12 | 1 | -4/+0 |
* | Revert this - I disabled it whilst hwpmc is/was broken. | adrian | 2012-05-12 | 1 | -1/+1 |
* | Flip on WN1043ND switch PHY support. | adrian | 2012-05-12 | 3 | -5/+35 |
* | Now that there's a hint for it, add a "I'm an AR7240 switch!" hint. | adrian | 2012-05-12 | 1 | -3/+2 |
* | Add in the AP93 configuration file. | adrian | 2012-05-12 | 2 | -0/+335 |
* | Add switch support to AP96. | adrian | 2012-05-11 | 2 | -10/+9 |
* | Add basic SMP support for GXemul. Ideally we would have some way to override | jmallett | 2012-05-07 | 3 | -0/+74 |
* | Add a trivial driver for the GXemul Ethernet device. Probably quite buggy and | jmallett | 2012-05-07 | 2 | -4/+18 |
* | Add a driver for the GXemul test machine's disk controller and disk devices. | jmallett | 2012-05-06 | 1 | -8/+2 |
* | Get the memory size from the gxemul mp device. Don't dump the environment if | jmallett | 2012-05-06 | 3 | -7/+66 |
* | Disable setting the MII port speed. | adrian | 2012-05-04 | 1 | -0/+12 |
* | In the new world order, multiphy is now when the phymask is 0x0. | adrian | 2012-05-03 | 1 | -1/+2 |
* | Fix a totally bone-headed, last minute bounds check snafu that somehow | adrian | 2012-05-03 | 1 | -3/+5 |
* | Catch-up with r232853 and remove platform APIs which are not used by any | bz | 2012-05-02 | 1 | -25/+0 |
* | mips/mips64eb became mips/mips64 while I wasn't looking (whoops), so update | rwatson | 2012-05-02 | 1 | -1/+1 |
* | Clean up various aspects of the MIPS generic busspace implementation: | rwatson | 2012-05-02 | 1 | -25/+110 |
* | Merge a rudimentary gxemul "oldtestmips" port. This consists almost | rwatson | 2012-05-02 | 5 | -0/+253 |
* | Implement PLL configuration override support, similar to what openwrt | adrian | 2012-05-02 | 2 | -3/+57 |
* | Disable the pll_1000 hint for now, the upcoming work enables it and it | adrian | 2012-05-02 | 1 | -1/+1 |
* | * Force the ethernet MII configuration to be RGMII | adrian | 2012-05-02 | 1 | -3/+3 |
* | Allow the MII mode to be overridden via 'hint.arge.X.miimode'. | adrian | 2012-05-02 | 2 | -0/+25 |
* | Add a missing newline. | adrian | 2012-05-02 | 1 | -0/+1 |
* | Further ar71xx MII support improvements. | adrian | 2012-05-02 | 5 | -52/+61 |
* | MII related infrastructure changes. | adrian | 2012-05-02 | 5 | -0/+70 |
* | Introduce an enum which encapsulates the PHY interface types that can be | adrian | 2012-05-02 | 1 | -1/+7 |
* | Add in the MII configuration parameters for the AR71xx. | adrian | 2012-05-01 | 1 | -4/+15 |
* | Convert AP96 to use the mdioproxy and ARGE_MDIO option. | adrian | 2012-05-01 | 2 | -0/+22 |
* | Break out the arge MDIO bus code into an optional argemdio device. | adrian | 2012-05-01 | 3 | -115/+220 |
* | Migrate ARGE_DEBUG to opt_arge.h. | adrian | 2012-05-01 | 1 | -0/+2 |
* | Add a convenience macro for the returns_twice attribute, and apply it to | dim | 2012-04-29 | 1 | -1/+1 |
* | Allow for MIPS devices to have a specific probe/attach order. | adrian | 2012-04-21 | 1 | -1/+4 |
* | Allow for a default GPIO pin "high", which is required for some boards | adrian | 2012-04-20 | 1 | -1/+9 |
* | Introduce the matching PCI ath(4) fixup code from ar71xx_pci into | adrian | 2012-04-20 | 5 | -83/+275 |
* | Style(9) and white space fixes. | adrian | 2012-04-17 | 1 | -31/+26 |
* | Protect the PCI space registers behind a mutex. | adrian | 2012-04-17 | 1 | -1/+22 |
* | Add in the AP96 phy configuration from openwrt. | adrian | 2012-04-15 | 1 | -10/+8 |
* | The AR913x MII speed configuration matches the AR71xx MII configuration. | adrian | 2012-04-15 | 3 | -9/+4 |
* | Fix the mask logic when reading PCI configuration space registers. | adrian | 2012-04-15 | 1 | -2/+6 |
* | Flesh out the rest of the AP96 board/config. | adrian | 2012-04-13 | 2 | -8/+64 |
* | * Enable ATH_EEPROM_FIRMWARE, now that it's a compile time option | adrian | 2012-04-13 | 2 | -4/+6 |
* | These are uboot, so mark them as such or booting from flash will not work. | adrian | 2012-04-13 | 2 | -0/+4 |
* | Introduce configuration files for AP94 and AP96. | adrian | 2012-04-13 | 4 | -0/+120 |
* | (ab)Use the firmware API to store away EEPROM calibration data for | adrian | 2012-04-13 | 1 | -6/+72 |
* | Remove an unused variable. Grr. | adrian | 2012-04-13 | 1 | -1/+1 |
* | Sync this code against what's in OpenWRT trunk. | adrian | 2012-04-13 | 1 | -27/+28 |