gdamore
c985773db1
Remove rtc, as we don't have one.
2006-04-07 04:56:00 +00:00
simonb
aab1062e1b
Remove "return" at the end of a void function.
2006-04-06 06:20:37 +00:00
simonb
b015b6a9f1
Use "#define<TAB>".
2006-04-06 06:17:32 +00:00
gdamore
daaee9c532
Add support for using the MIPS Atheros HAL.
...
Atheros WLAN added to default evbmips DBAU1500, DBAU1550, and MTX-1 configs.
Note that AR5312 config will require unique HAL that we don't have yet.
2006-04-04 04:30:28 +00:00
kiyohara
38e42c3d76
Support aupcmcia on OMSAL400.
2006-04-02 17:32:57 +00:00
gdamore
2418262c03
Fix incorrect panic when no RTC present.
2006-03-31 06:45:46 +00:00
shige
f9aeb216b8
Added INSTALL_OMSAL400: Install kernel for OMS-AL400.
2006-03-30 15:30:59 +00:00
shige
2295adc429
Don't configure the aurtc device.
2006-03-28 16:56:50 +00:00
gdamore
a3102ea4c1
Use todr_attach.
2006-03-28 16:37:44 +00:00
gdamore
8a4593e3a3
Duplicate RTC registration should be a warning, not a panic.
2006-03-28 16:35:51 +00:00
shige
58c31114a4
Add the following devices:
...
- Au1550 Programmable Serial Controller
- SMBus protocol (on Au1550 PSC)
- RICOH R2025S RTC (on SMBus)
- ATMEL AT24C04 EEPROM (on SMbus)
2006-03-28 15:12:01 +00:00
shige
1af8f5f857
Add a missing todr_attach() function.
2006-03-28 12:02:36 +00:00
gdamore
d375c80e7f
Rework evbmips clock architecture to use common clock_subr.h routines.
...
Additionally, do not fail if no RTC is present, as not all boards have one.
Malta now uses the common dev/ic/mc146818.c code as much as possible, reducing
local "custom" code. These malta changes are *untested*, as I do not have
a Malta board to test with. If someone would please test them and get back to
me, I'd appreciate it!
2006-03-28 03:43:57 +00:00
gdamore
634defef64
Enable PCMCIA on DBAU1550.
...
Some devices work (an, wdc), while others do not (ne, wi).
However, the bus is useful enough that it makes sense to go ahead and
enable it. Maybe other folks can help me debug the rest of the problems.
2006-03-25 07:28:20 +00:00
gdamore
e0103fb04c
Use const char * in yamon_print().
2006-03-21 21:49:47 +00:00
gdamore
bc3e11746b
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.
2006-03-21 08:15:19 +00:00
shige
1a099b7e5a
Fix invalid array initialization.
2006-03-01 20:21:41 +00:00
shige
32d0f6374a
Remove hptide, and ata related devices.
...
OMS-AL400 has no hptide device.
2006-02-27 20:50:48 +00:00
thorpej
132ce1f07f
Use device_is_a()
2006-02-26 05:24:52 +00:00
simonb
7a89a17ecd
Sort PCI devices alphabetically.
...
Add "sip" and "fxp" ethernet cards.
Split ethernet and IDE controller devices into separate sections.
Use "options<space><tab>".
2006-02-25 11:47:41 +00:00
simonb
f6508730bb
Sort PCI devices alphabetically.
...
Remove IDE controller and related devices - the MeshCube doesn't have
one of these.
Use "options<space><tab>".
2006-02-25 11:45:24 +00:00
simonb
f309c85ff6
Sort PHYs alphabetically, add nsphyter.
...
Use "options<space><tab>".
2006-02-25 11:43:14 +00:00
shige
6b17239118
Modify copyright declaration.
2006-02-23 17:47:35 +00:00
shige
6707bdbecb
Support Plathome OpenMicroServer (OMS-AL400).
...
http://www.plathome.co.jp/products/oms400/index.html (sorry japanese only).
2006-02-23 17:14:01 +00:00
gdamore
0a10b0f21a
Third time the charm? Okay, this time it at least compiles.
2006-02-23 04:52:49 +00:00
gdamore
bd1e7e550f
Doh! Correct typo/pasto error.
2006-02-23 04:45:55 +00:00
gdamore
7907cb6c09
Initial configuration for MTX-1, aka Meshcube.
2006-02-23 04:40:52 +00:00
gdamore
38e63dcefc
Add PCMCIA board-specific logic for DBAU1550. It isn't quite right yet, so
...
I'm not enabling it in the configuration file yet. (I have an uncommitted
version of the config file that I will happily share with anyone who wants to
help test or debug.)
2006-02-23 03:51:40 +00:00
gdamore
c8934e8111
Remove evbmips-specific aupcmcia... to be reimported shortly into
...
mips/alchemy.
2006-02-23 03:34:35 +00:00
thorpej
58853410ae
Use device_class() instead of accessing dv_class directly.
2006-02-21 04:32:38 +00:00
thorpej
680d9eea68
- Don't expose dev_propdb directly -- provide devprop_*() wrappers instead.
...
- Rework the ARMADILLO / epe device properties interaction so that it actually
associates the MAC address property with the epe device instance.
2006-02-18 05:04:11 +00:00
gdamore
e5312db1b0
Reenable PCI on DBAU1500. May still be useful for PIO devices. Comments
...
in the config are left intact, though.
Add a PMAP-driven bus_space for access to upper memory, instead of using
wired entries.
Convert aupci to use said bus_space -- no measured performance impact.
2006-02-16 01:55:17 +00:00
gdamore
2d31c1c18a
CPLD registers are 16-bits wide, not 32.
2006-02-16 01:52:57 +00:00
gdamore
982890b596
Add board reset logic.
2006-02-16 01:52:37 +00:00
gdamore
1ab242ab37
Oops. Hadn't saved file, so missed request for feedback in comment for
...
last commit (PCI being commented out).
2006-02-14 04:29:27 +00:00
gdamore
ebbb314def
Comment out PCI for DBAU1500, as it seems incredibly busted. Explanatory
...
comments are included. Approved by simonb@
2006-02-14 04:26:59 +00:00
gdamore
de65dd41eb
Add rgephy for RealTek GigE
2006-02-13 04:30:12 +00:00
gdamore
8ea5188929
Added board support for hard-reset (reboot) and power off.
2006-02-13 02:37:05 +00:00
gdamore
2bc42dde61
GPIO support for all supported Alchemy parts.
2006-02-13 00:09:15 +00:00
gdamore
1388c544a6
Add GPIO driver, and GPIO access functions for other subsystems.
2006-02-12 20:49:34 +00:00
gdamore
cf9fe31b7c
Consistency wrt phys physical and KSEG1 addresses.
2006-02-12 06:43:03 +00:00
gdamore
0cf592aa8a
au_icu.c is in mips/ and should not depend on evbmips intr handler struct.
...
convert various u_int32_t to preferred uint32_t.
2006-02-09 18:03:12 +00:00
gdamore
cec878cba7
Added PCI support for DBAU1500 (verified).
2006-02-09 00:43:10 +00:00
gdamore
0a8bdb270d
Add Au1550 PCI support (Au1500 not yet, coming shortly).
...
Closes PR port-evbmips/32087.
Reviewed by simonb@ (Also, earlier, matt@, and tsutsui@.)
2006-02-09 00:26:39 +00:00
gdamore
8203064709
Add Itronix copyright (3-clause BSD) that I forgot to include in original
...
versions.
2006-02-08 17:09:04 +00:00
gdamore
cf49f62481
Clean up DBAU1550 and DBAU1500 (include ALCHEMY) per suggestion from simonb@.
2006-02-08 17:02:05 +00:00
gdamore
017c98158d
Improved alchemy board support, including board differentiation required for
...
PCI idsel and irq routing (later).
Various cleanup/rototilling to remove hardcoded pb1000 references.
Reviewed by simonb@, and derived from changes reviewed by matt@ and tsutsui@
2006-02-08 09:04:01 +00:00
gdamore
d240b42509
renamed pb1000_intr to reflect that it isn't board-specific. Prune unused
...
pb1000_intr_establish/disestablish calls.
Change was reviewed by folks as part of PCI changes, and should be
non-controversial in any case.
2006-02-07 18:57:12 +00:00
simonb
94fd5272df
Use "options<space><tab>".
2006-02-06 23:48:55 +00:00
gdamore
eab2d4562e
Fix up incorrect ICU reporting, add processor specific switch tables for
...
IRQ routing and such.
Closes PR port-evbmips/31992.
Reviewed by simonb@, matt@, and izumi@
2006-02-06 23:23:53 +00:00