mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
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 ..
This commit is contained in:
parent
5dbf20a630
commit
0cfc028fcb
1 changed files with 5 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue