9
0
Fork 0
Commit Graph

2182 Commits

Author SHA1 Message Date
Sascha Hauer 4eae36cc43 svn_rev_119
remove debug echo
2007-07-05 18:01:24 +02:00
Sascha Hauer 658cc34395 svn_rev_118
thousands of things
2007-07-05 18:01:24 +02:00
Sascha Hauer 873c1d746e svn_rev_117
move cfi defines to include/cfi_flash.h
2007-07-05 18:01:24 +02:00
Sascha Hauer f5f406daef svn_rev_116
add dm9000 network driver
2007-07-05 18:01:24 +02:00
Sascha Hauer 7d71e05b29 svn_rev_115
make scb9328 work
2007-07-05 18:01:24 +02:00
Sascha Hauer 1475fc2c1b svn_rev_114
make i.MX work
2007-07-05 18:01:24 +02:00
Sascha Hauer 2c6d68cc7d svn_rev_113
new api, cleanup
2007-07-05 18:01:24 +02:00
Sascha Hauer cab98427c2 svn_rev_112 2007-07-05 18:01:24 +02:00
Sascha Hauer 70971534b6 svn_rev_111
rename
2007-07-05 18:01:24 +02:00
Sascha Hauer ea8ebce5db svn_rev_110
rename
2007-07-05 18:01:23 +02:00
Sascha Hauer abfbbad1eb svn_rev_109
do not know anymore
2007-07-05 18:01:23 +02:00
Sascha Hauer 11a0b5a0dd svn_rev_108
removed ifdefs, moved ping to own file, fix timeout handler
2007-07-05 18:01:23 +02:00
Sascha Hauer 3533c30ef4 svn_rev_107
removed ifdefs
2007-07-05 18:01:23 +02:00
Sascha Hauer b568781ce7 svn_rev_106 2007-07-05 18:01:23 +02:00
Sascha Hauer 0076566b67 svn_rev_105
make them compile
2007-07-05 18:01:23 +02:00
Sascha Hauer 67b39350a0 svn_rev_104
needed for clocksource
2007-07-05 18:01:23 +02:00
Sascha Hauer 338fcfe0ce svn_rev_103 2007-07-05 18:01:23 +02:00
Sascha Hauer e90350262f svn_rev_102 2007-07-05 18:01:23 +02:00
Sascha Hauer d9e1707c0d svn_rev_101 2007-07-05 18:01:23 +02:00
Sascha Hauer f4864c2b3a svn_rev_100
removed ifdefs
2007-07-05 18:01:23 +02:00
Sascha Hauer 573461dfe8 svn_rev_099
removed ifdefs
2007-07-05 18:01:22 +02:00
Sascha Hauer f41ea19ff5 svn_rev_098
moved commands to net
2007-07-05 18:01:22 +02:00
Sascha Hauer 8879f9d990 svn_rev_097
I did not even know such things were there
2007-07-05 18:01:22 +02:00
Sascha Hauer e2fb609c80 svn_rev_096
moved
2007-07-05 18:01:22 +02:00
Sascha Hauer f6508e1c4b svn_rev_095
Currently U-Boot uses globally defined eth_* functions. This is
horribly unflexible. This patch replaces the global functions
with pointers from structs. We could also use CONFIG_NET_MULTI,
but this has other implications, though we should merge this
some day.
Also, U-Boot has no unique way to handle MAC addresses. Each and
every board and network driver uses it's own mechanism to set the
MAC address. There are several problems which I've for too often.
For example everything goes well if we boot from network, but when
we boot from flash U-Boot forgets to set the MAC address and the
linux network driver has none.
This patch adds [gs]et_mac_address to the eth_device struct and
handles it as follows:
- First try to get a valid MAC address from the EEPROM and set
  'ethaddr' accordingly.
- If no valid MAC address is found in the EEPROM (or no EEPROM is
  connected), we set the devices MAC address from 'ethaddr'
This is done in eth_initialize which is called on startup for
every board.
2007-07-05 18:01:22 +02:00
Sascha Hauer 793babe674 svn_rev_094
generic/remove_autostart.diff
2007-07-05 18:01:22 +02:00
Sascha Hauer ef64979354 svn_rev_093
generic/remove_autostart.diff
2007-07-05 18:01:22 +02:00
Sascha Hauer b3cecec441 svn_rev_092
generic/remove_autoload.diff
2007-07-05 18:01:22 +02:00
Sascha Hauer 45a0fa5ac5 svn_rev_091
generic/remove_loop_cmd.diff
2007-07-05 18:01:22 +02:00
Sascha Hauer 936b1a47ac svn_rev_090
generic/remove_mem_base_address.diff
2007-07-05 18:01:22 +02:00
Sascha Hauer 2718e79db9 svn_rev_089
generic/u-boot-cmd-splash.diff
2007-07-05 18:01:22 +02:00
Sascha Hauer e07edcb107 svn_rev_088
generic/u-boot-cmd-splash.diff
2007-07-05 18:01:21 +02:00
Sascha Hauer 15f6fd3ba2 svn_rev_087
generic/at91_dm9161_init_phy.diff
2007-07-05 18:01:21 +02:00
Sascha Hauer 9363a81b8b svn_rev_086
generic/mpc52xx_i2c_do_not_printf.diff
2007-07-05 18:01:21 +02:00
Sascha Hauer b85ae93995 svn_rev_085
generic/u-boot-arm-display-mem-config.diff
2007-07-05 18:01:21 +02:00
Sascha Hauer 21a279e260 svn_rev_084
new one
2007-07-05 18:01:21 +02:00
Sascha Hauer dd243ada8a svn_rev_083
mx31/move_include_asm-arm_arch-arm1136_to_arch-omap24xx.diff
2007-07-05 18:01:21 +02:00
Sascha Hauer 7259ab1f66 svn_rev_082
consolidate sizes.h
2007-07-05 18:01:21 +02:00
Sascha Hauer 8d202b621c svn_rev_081
pxa/u-boot-pxa-serial-enable-fifos.diff
2007-07-05 18:01:20 +02:00
Sascha Hauer f07a526123 svn_rev_080
pxa/u-boot-pxa27x-reg2fix.diff
2007-07-05 18:01:20 +02:00
Sascha Hauer dfe1926f76 svn_rev_079
u-boot-do-not-repeat-erase.diff
2007-07-05 18:01:20 +02:00
Sascha Hauer a71f3f7828 svn_rev_078
u-boot-no-tftp-in-flash
2007-07-05 18:01:20 +02:00
Sascha Hauer 5295a2e898 svn_rev_077 2007-07-05 18:01:20 +02:00
Sascha Hauer bbe312cba5 svn_rev_076 2007-07-05 18:01:20 +02:00
Sascha Hauer 20a5d4c3bc svn_rev_075 2007-07-05 18:01:19 +02:00
Sascha Hauer f4631034b8 svn_rev_074
remove networking stuff
2007-07-05 18:01:19 +02:00
Sascha Hauer 9577abf498 svn_rev_073 2007-07-05 18:01:19 +02:00
Sascha Hauer b369b556db svn_rev_072
needs update
2007-07-05 18:01:19 +02:00
Sascha Hauer eff52b8645 svn_rev_071
add cleanfiles
2007-07-05 18:01:19 +02:00
Sascha Hauer ebdd515d70 svn_rev_070 2007-07-05 18:01:19 +02:00