diff options
author | adrian <adrian@FreeBSD.org> | 2013-06-26 05:03:47 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2013-06-26 05:03:47 +0000 |
commit | 887f5e4632de3d0e792318ac627a99d9374a0d37 (patch) | |
tree | f3e2952c8d1a89477598bd912a273921c654c81d | |
parent | 7011493f6db7e81f82608ec08f0dea48f3200bef (diff) | |
download | FreeBSD-src-887f5e4632de3d0e792318ac627a99d9374a0d37.zip FreeBSD-src-887f5e4632de3d0e792318ac627a99d9374a0d37.tar.gz |
Add the EEPROM start offset and size in so ath_ahb will use the
supplied EEPROM data.
This needs to die in a fire and replaced with the firmware API
to store the calibration data early ..
-rw-r--r-- | sys/mips/conf/CARAMBOLA2.hints | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/mips/conf/CARAMBOLA2.hints b/sys/mips/conf/CARAMBOLA2.hints index 3d0e6ac..35400d5 100644 --- a/sys/mips/conf/CARAMBOLA2.hints +++ b/sys/mips/conf/CARAMBOLA2.hints @@ -29,6 +29,11 @@ hint.arge.1.phymask=0x0 # No directly mapped PHYs hint.arge.1.media=1000 hint.arge.1.fduplex=1 +# Where the ART is - last 64k in the flash +# 0x9fff1000 ? +hint.ath.0.eepromaddr=0x1fff0000 +hint.ath.0.eepromsize=16384 + # The AP121 16MB flash layout: # # [ 0.700000] 0x000000000000-0x000000040000 : "u-boot" |