| #
639221c7 |
| 09-Jul-2007 |
Jon Loeliger <jdl@freescale.com> |
include/: Remove obsolete references to CONFIG_COMMANDS Mostly removed from comments here.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
|
| #
72a074ce |
| 12-Jun-2007 |
Jon Loeliger <jdl@jdl.com> |
include/ non-config: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
This is a compatibility step that allows both the older form and the new form to co-exist for a while until the older c
include/ non-config: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
This is a compatibility step that allows both the older form and the new form to co-exist for a while until the older can be removed entirely.
All transformations are of the form: Before: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) After: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
Signed-off-by: Jon Loeliger <jdl@freescale.com>
show more ...
|
| #
d9f2f500 |
| 01-Nov-2005 |
Stefan Roese <sr@denx.de> |
Merge with /git/u-boot.git
|
| #
5d4ee510 |
| 29-Oct-2005 |
Wolfgang Denk <wd@pollux.denx.de> |
Merge with /home/m8/git/u-boot
|
| #
63ff004c |
| 28-Oct-2005 |
Marian Balakowicz <m8@semihalf.com> |
Add support for multiple PHYs.
|
| #
77ddac94 |
| 13-Oct-2005 |
Wolfgang Denk <wd@pollux.denx.de> |
Cleanup for GCC-4.x
|
| #
b4f15fda |
| 05-Aug-2005 |
Wolfgang Denk <wd@pollux.denx.de> |
Merge with /home/wd/git/u-boot/jon_loeliger
|
| #
9c4c5ae3 |
| 23-Jul-2005 |
Jon Loeliger <jdl@freescale.com> |
* Patch by Jon Loeliger, Kumar Gala 2005-02-08 - Convert the CPM2 based functionality to use new CONFIG_CPM2 option rather than a myriad of CONFIG_MPC8560-like variants. Applies to MPC85xx
* Patch by Jon Loeliger, Kumar Gala 2005-02-08 - Convert the CPM2 based functionality to use new CONFIG_CPM2 option rather than a myriad of CONFIG_MPC8560-like variants. Applies to MPC85xx and MPC8260 boards, includes stxgp3 and sbc8560. Eliminates the CONFIG_MPC8560 option entirely. Distributes the new CONFIG_CPM2 option to each 8260 board.
show more ...
|
| #
ea287deb |
| 01-Apr-2005 |
wdenk <wdenk> |
* Patch by Masami Komiya, 30 Mar 2005: add SNTP support and expand time server and time offset fields of DHCP support. See doc/README.SNTP
* Patch by Steven Scholz, 13 Dec 2004: Fix bug in at9
* Patch by Masami Komiya, 30 Mar 2005: add SNTP support and expand time server and time offset fields of DHCP support. See doc/README.SNTP
* Patch by Steven Scholz, 13 Dec 2004: Fix bug in at91rm920 ethernet driver
show more ...
|
| #
3e01d75f |
| 09-Oct-2004 |
wdenk <wdenk> |
Patch by Andreas Engel, 16 Aug 2004: parameter type cleanup for NetSetTimeout()
|
| #
68ceb29e |
| 02-Aug-2004 |
wdenk <wdenk> |
Add support for console over UDP (compatible to Ingo Molnar's netconsole patch under Linux)
|
| #
a3d991bd |
| 15-Apr-2004 |
wdenk <wdenk> |
Patches by Pantelis Antoniou, 30 Mar 2004: add networking support for VLANs (802.1q), and CDP (Cisco Discovery Protocol)
|
| #
cbd8a35c |
| 24-Feb-2004 |
wdenk <wdenk> |
* Patch by Masami Komiy, 22 Feb 2004: Add support for NFS for file download
* Minor code cleanup
|
| #
5bb226e8 |
| 17-Nov-2003 |
wdenk <wdenk> |
* Use "-fPIC" instead of "-mrelocatable" to prevent problems with recent tools
* Add checksum verification to 'imls' command
* Add bd_info fields needed for 4xx Linux I2C driver
* Patch by Marti
* Use "-fPIC" instead of "-mrelocatable" to prevent problems with recent tools
* Add checksum verification to 'imls' command
* Add bd_info fields needed for 4xx Linux I2C driver
* Patch by Martin Krause, 4 Nov. 2003: Fix error in cmd_vfd.c (TRAB board: "vfd /1" shows now only one Bitmap)
* Print used network interface when CONFIG_NET_MULTI is set
show more ...
|
| #
42d1f039 |
| 15-Oct-2003 |
wdenk <wdenk> |
* Patches by Xianghua Xiao, 15 Oct 2003:
- Added Motorola CPU 8540/8560 support (cpu/85xx) - Added Motorola MPC8540ADS board support (board/mpc8540ads) - Added Motorola MPC8560ADS board suppor
* Patches by Xianghua Xiao, 15 Oct 2003:
- Added Motorola CPU 8540/8560 support (cpu/85xx) - Added Motorola MPC8540ADS board support (board/mpc8540ads) - Added Motorola MPC8560ADS board support (board/mpc8560ads)
* Minor code cleanup
show more ...
|
| #
fe389a82 |
| 28-Aug-2003 |
stroese <stroese> |
- Added CONFIG_BOOTP_DNS2 and CONFIG_BOOTP_SEND_HOSTNAME to CONFIG_BOOTP_MASK.
|
| #
77846748 |
| 26-Jul-2003 |
wdenk <wdenk> |
* Allow crc32 to be used at address 0x000
* Provide consistent interface to standalone applications to access the 'global_data' structure Provide a doc/README.standalone more useful to users/dev
* Allow crc32 to be used at address 0x000
* Provide consistent interface to standalone applications to access the 'global_data' structure Provide a doc/README.standalone more useful to users/developers.
* Make IceCube MGT5100 FEC driver work
show more ...
|
| #
8bde7f77 |
| 27-Jun-2003 |
wdenk <wdenk> |
* Code cleanup: - remove trailing white space, trailing empty lines, C++ comments, etc. - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c)
* Patches by Kenneth Johansson, 25 Jun 2003: -
* Code cleanup: - remove trailing white space, trailing empty lines, C++ comments, etc. - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c)
* Patches by Kenneth Johansson, 25 Jun 2003: - major rework of command structure (work done mostly by Michal Cendrowski and Joakim Kristiansen)
show more ...
|
| #
71f95118 |
| 15-Jun-2003 |
wdenk <wdenk> |
* Fix CONFIG_NET_MULTI support in include/net.h
* Patches by Kyle Harris, 13 Mar 2003: - Add FAT partition support - Add command support for FAT - Add command support for MMC ---- - Add In
* Fix CONFIG_NET_MULTI support in include/net.h
* Patches by Kyle Harris, 13 Mar 2003: - Add FAT partition support - Add command support for FAT - Add command support for MMC ---- - Add Intel PXA support for video - Add Intel PXA support for MMC ---- - Enable MMC and FAT for lubbock board - Other misc changes for lubbock board
show more ...
|
| #
73a8b27c |
| 05-Jun-2003 |
wdenk <wdenk> |
* Add support for RMU board
* Add support for TQM862L at 100/50 MHz
* Patch by Pantelis Antoniou, 02 Jun 2003: major reconstruction of networking code; add "ping" support (outgoing only!)
|
| #
c6028835 |
| 05-Jun-2003 |
stroese <stroese> |
- CFG_ETH_RX_BUFFER added.
|
| #
aacf9a49 |
| 17-Jan-2003 |
wdenk <wdenk> |
* Add dual ethernet support on PM826
* Add support for LXT971 PHY on PM826
* Patch by Tord Andersson, 16 Jan 2003: Fix flash sector count for TQM8xxL
* Fix I2C EEPROM problem on ICU862 board (wo
* Add dual ethernet support on PM826
* Add support for LXT971 PHY on PM826
* Patch by Tord Andersson, 16 Jan 2003: Fix flash sector count for TQM8xxL
* Fix I2C EEPROM problem on ICU862 board (would only write the first 16 bytes out of each 32 byte block)
show more ...
|
| #
1d0350ed |
| 11-Nov-2002 |
wdenk <wdenk> |
* Patch by Jim Sandoz, 07 Nov 2002: Increase number of network RX buffers (PKTBUFSRX in "include/net.h") for EEPRO100 based boards (especially SP8240) which showed "Receiver is not ready" error
* Patch by Jim Sandoz, 07 Nov 2002: Increase number of network RX buffers (PKTBUFSRX in "include/net.h") for EEPRO100 based boards (especially SP8240) which showed "Receiver is not ready" errors when U-Boot was processing the receive buffers slower than the network controller was filling them.
* Get rid of obsolete include/mpc74xx.h
show more ...
|
| #
2d966958 |
| 31-Oct-2002 |
wdenk <wdenk> |
Initial revision
|