]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
* Use 1-byte-read instead of -write for iprobe() function
authorwdenk <wdenk>
Tue, 17 Dec 2002 01:51:00 +0000 (01:51 +0000)
committerwdenk <wdenk>
Tue, 17 Dec 2002 01:51:00 +0000 (01:51 +0000)
commit6aff3115b90780933d390d2b471479179927468d
treeea9e54617d8a6f6b2d05d37c7f2bde24ce6dfb35
parent228f29ac6e0026e596b3a6fbb640118b9944cdd8
* Use 1-byte-read instead of -write for iprobe() function
  Add i2c commands to PM826 config

* extend I2C POST code: check for list on known addresses
17 files changed:
CHANGELOG
README
common/cmd_bootm.c
common/soft_i2c.c
include/configs/CCM.h
include/configs/PM826.h
include/configs/TQM823L.h
include/configs/TQM850L.h
include/configs/TQM855L.h
include/configs/TQM860L.h
include/configs/lwmon.h
post/i2c.c
tools/env/Makefile [new file with mode: 0644]
tools/env/README [new file with mode: 0644]
tools/env/fw_env.c [new file with mode: 0644]
tools/env/fw_env.h [new file with mode: 0644]
tools/env/fw_env_main.c [new file with mode: 0644]