diff options
author | Kevin | 2014-11-15 11:48:36 +0800 |
---|---|---|
committer | Kevin | 2014-11-15 11:48:36 +0800 |
commit | d04075478d378d9e15f3e1abfd14b0bd124077d4 (patch) | |
tree | 733dd964582f388b9e3e367c249946cd32a2851f /cpu/arm920t/wmt/read me.txt | |
download | FOSSEE-netbook-uboot-source-d04075478d378d9e15f3e1abfd14b0bd124077d4.tar.gz FOSSEE-netbook-uboot-source-d04075478d378d9e15f3e1abfd14b0bd124077d4.tar.bz2 FOSSEE-netbook-uboot-source-d04075478d378d9e15f3e1abfd14b0bd124077d4.zip |
init commit via android 4.4 uboot
Diffstat (limited to 'cpu/arm920t/wmt/read me.txt')
-rwxr-xr-x | cpu/arm920t/wmt/read me.txt | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/cpu/arm920t/wmt/read me.txt b/cpu/arm920t/wmt/read me.txt new file mode 100755 index 0000000..ec68441 --- /dev/null +++ b/cpu/arm920t/wmt/read me.txt @@ -0,0 +1,29 @@ +Date :2007/01/25 +Function :U-boot ethernet driver +1.eth_init() :ok!have fixed the bug of reallocation of memory +2.eth_tx() :ok! +3.eth_rx() :ok! +3.mac_halt() :ok!equal adapteshutdown() +4.Mii_read() :not finished yet! +5.Mii_write():not finished yet! +6.Original file in mac are moved to wmt and makefile is modifed +7.output message is omitted +------------------------------------------------------------------------------------------- +Date :2007/01/25 +Function :U-boot ethernet driver +1.eth_init() :ok!have fixed the bug of reallocation of memory +2.eth_tx() :ok! +3.eth_rx() :ok! +3.mac_halt() :ok!equal adapteshutdown() +4.Mii_read() :not finished yet! +5.Mii_write():not finished yet! +-------------------------------------------------------------------------------------------- +Date :2007/01/24 +Function :U-boot ethernet driver +1.eth_init() :ok!but it will reallocate memory and cause procedure not to go further +2.eth_tx() :ok! +3.eth_rx() :ok! +3.mac_halt() :ok!do nothing!because halt will be processed before eth_init() +4.Mii_read() :not finished yet! +5.Mii_write():not finished yet! +
\ No newline at end of file |