Home
last modified time | relevance | path

Searched refs:smc91111_eeprom (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/examples/standalone/
DREADME.smc91111_eeprom11 2. Running the smc91111_eeprom program
30 2. Running the smc91111_eeprom program
34 -rwxr-xr-x 1 8806 2004-10-11 14:00 smc91111_eeprom <- ELF
35 -rwxr-xr-x 1 3440 2004-10-11 14:00 smc91111_eeprom.bin <- BIN
36 -rwxr-xr-x 1 9524 2004-10-11 14:00 smc91111_eeprom.srec <- SREC
42 SREC += smc91111_eeprom.srec
43 BIN += smc91111_eeprom.bin smc91111_eeprom
63 Kermit>send ~/u-boot_1.1.1/examples/smc91111_eeprom
88 u-boot_1.1.1/examples> bfin-elf-objdump -d smc91111_eeprom |less
90 smc91111_eeprom: file format elf32-bfin
[all …]
D.gitignore6 /smc91111_eeprom
DMakefile7 extra-$(CONFIG_SMC91111) += smc91111_eeprom
Dsmc91111_eeprom.c34 int smc91111_eeprom (int argc, char * const argv[]) in smc91111_eeprom() function