History log of /src/sys/arch/mips/conf/files.atheros |
Revision | | Date | Author | Comments |
1.10 |
| 10-Jul-2011 |
matt | Fix machine/ includes
|
1.9 |
| 07-Jul-2011 |
matt | Revamp / rework the Atheros MIPS SoC support. Add initial support for the AR71xx (MIPS 24K core) SoC and the AR9344 (MIPS 74K core) SoC. Force use of -mips32 for all Atheros kernels. Make code much more common.
|
1.8 |
| 07-Oct-2006 |
gdamore | Add Atheros SPI controller. This is a "pseudo-controller", as it has some artificial limitations which really only make it good for use with serial flash devices. One of the more annoying limitations is a restriction that it can only transfer 8 bytes at a time. (4 command/address, plus 4 data.)
The driver includes design to work around those limitations, but these changes are only appropriate for serial flash devices.
This driver is designed to run in interrupt driven mode, but due to lack of adequate documentation, we run it in polled mode.
A subsequent commit will introduce the MI M25P flash driver, which has been tested and is known to function somewhat reasonably..
|
1.7 |
| 26-Sep-2006 |
gdamore | Initial import of AR2315 support, specifically the Meraki Mini (see the Meraki web site at http://www.meraki.net/ ) This includes changes to the AR5312 to make it more conducive to sharing code with the AR5315, and also includes improved early console support.
All devices including ethernet and wlan interfaces on the Meraki Mini are functional with this port, _except_ SPI flash, which will be introduced later.
This port was funded by the Champaign-Urbana Communit Wireless Network Project (CUWiN).
|
1.6 |
| 04-Sep-2006 |
gdamore | branches: 1.6.2; 1.6.4; 1.6.6; This is a boat-load of changes designed to finish parameterizing the stuff necessary to separate out AR5312 from AR5315. This includes:
1) rework of arbus IRQs, so that IRQs are now seperately specified as either MISC or CPU irqs 2) move board/chip-specific addresses into chip-dependent file 3) unencumber argpio from ar5312 specifics, using properties to pass details such as reset-pin and sysled-pin. 4) an option to select which WiSoC is to be configured is provided.
AR5315 support should be forthcoming shortly now.
|
1.5 |
| 28-Aug-2006 |
gdamore | First pass at cleanup AR5312 WiSoC support to enable better & cleaner sharing of code with the AR5315, which has many similarities, but many differences from the AR5312.
No functional change at this time, other than the cpu_model string (and also sysctl.hw.model node) is changed to reflect the WiSoC cpu name rather than the identification string in ROM (which tends to not be very informative.)
|
1.4 |
| 07-Jul-2006 |
gdamore | Add AR531X GPIO support. This also registers the reset button with sysmon, so that when it is pressed the default reset button action (currently board reset, no change to data in flash) is taken.
While here, remove the AR531X generic config, because it just doesn't make sense.
|
1.3 |
| 25-May-2006 |
gdamore | branches: 1.3.2; 1.3.4; Rename flash to athflash to reflect MD nature. Approved by simon@ and dyoung@
|
1.2 |
| 14-May-2006 |
elad | branches: 1.2.2; integrate kauth.
|
1.1 |
| 21-Mar-2006 |
gdamore | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; Initial import of Atheros AR531X SoC support. Currently the onboard ethernet and serial ports are supported, and the system appears stable with an NFS mounted root. An earlier version of the code was reviewed by simon@, but it has since had numerous improvements and cleanups.
At the moment, only AR5312 is known to work, but I suspect AR2313 will work as well. Later 2315/2316 parts are substantially different, and are not yet supported. Wifi and Marvell switch support found on some designs are not yet supported.
Platforms known to include AR5312 include Senao Aries 2 (AP5054) and Netgear WGU624.
|
1.1.8.3 |
| 01-Jun-2006 |
kardel | Sync with head.
|
1.1.8.2 |
| 22-Apr-2006 |
simonb | Sync with head.
|
1.1.8.1 |
| 21-Mar-2006 |
simonb | file files.atheros was added on branch simonb-timecounters on 2006-04-22 11:37:42 +0000
|
1.1.6.2 |
| 19-Apr-2006 |
elad | sync with head - hopefully this will work
|
1.1.6.1 |
| 21-Mar-2006 |
elad | file files.atheros was added on branch elad-kernelauth on 2006-04-19 02:33:18 +0000
|
1.1.4.6 |
| 14-Sep-2006 |
yamt | sync with head.
|
1.1.4.5 |
| 03-Sep-2006 |
yamt | sync with head.
|
1.1.4.4 |
| 11-Aug-2006 |
yamt | sync with head
|
1.1.4.3 |
| 26-Jun-2006 |
yamt | sync with head.
|
1.1.4.2 |
| 11-Apr-2006 |
yamt | sync files somehow mis-tagged by yamt-pdpolicy-base2.
|
1.1.4.1 |
| 21-Mar-2006 |
yamt | file files.atheros was added on branch yamt-pdpolicy on 2006-04-11 12:20:51 +0000
|
1.1.2.2 |
| 28-Mar-2006 |
tron | Merge 2006-03-28 NetBSD-current into the "peter-altq" branch.
|
1.1.2.1 |
| 21-Mar-2006 |
tron | file files.atheros was added on branch peter-altq on 2006-03-28 09:47:17 +0000
|
1.2.2.1 |
| 19-Jun-2006 |
chap | Sync with head.
|
1.3.4.3 |
| 30-Dec-2006 |
yamt | sync with head.
|
1.3.4.2 |
| 21-Jun-2006 |
yamt | sync with head.
|
1.3.4.1 |
| 25-May-2006 |
yamt | file files.atheros was added on branch yamt-lazymbuf on 2006-06-21 14:53:38 +0000
|
1.3.2.2 |
| 13-Jul-2006 |
gdamore | Merge from HEAD.
|
1.3.2.1 |
| 15-Jun-2006 |
gdamore | Adapt to new com framework. While here, make sure com only matches real com devices.
|
1.6.6.1 |
| 22-Oct-2006 |
yamt | sync with head
|
1.6.4.2 |
| 09-Sep-2006 |
rpaulo | sync with head
|
1.6.4.1 |
| 04-Sep-2006 |
rpaulo | file files.atheros was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:41:26 +0000
|
1.6.2.1 |
| 18-Nov-2006 |
ad | Sync with head.
|