6dd36d74034a0f42964d0e8e7c88da9cf54b3d27
4 echo "rt2x00 eeprom: " "$*"
8 rt2x00_eeprom_extract
() {
16 mtd
=$
(find_mtd_part
$part)
18 rt2x00_eeprom_die
"no mtd device found for partition $part"
20 dd if=$mtd of
=/lib
/firmware
/$FIRMWARE bs
=1 skip
=$offset count
=$count 2>/dev
/null || \
21 rt2x00_eeprom_die
"failed to extract from $mtd"
24 [ -e /lib
/firmware
/$FIRMWARE ] && exit 0
28 board
=$
(ramips_board_name
)
37 rt2x00_eeprom_extract
"devdata" 16384 272
41 rt2x00_eeprom_extract
"devdata" 0 272
46 rt2x00_eeprom_extract
"devconf" 0 272
51 rt2x00_eeprom_extract
"u-boot" 262144 272
101 rt2x00_eeprom_extract
"factory" 0 272
105 rt2x00_eeprom_extract
"board-nvram" 64880 272
109 rt2x00_eeprom_die
"board $board is not supported yet"
114 "rt2x00pci_1_0.eeprom")
117 rt2x00_eeprom_extract
"factory" 32768 272