]> Git Repo - J-u-boot.git/blame - CHANGELOG
Patch by Tom Guilliams, 20 Jun 2003:
[J-u-boot.git] / CHANGELOG
CommitLineData
4532cb69
WD
1======================================================================
2Changes since U-Boot 0.3.1:
3======================================================================
4
72755c71
WD
5* Patch by Tom Guilliams, 20 Jun 2003:
6 added CONFIG_750FX support for IBM 750FX processors
7
0332990b
WD
8* Patch by Devin Crumb, 02 Apr 2003:
9 Fix clock divider rounding problem in drivers/serial.c
10
11* Patch by Richard Woodruff, 19 June 03:
12 - Fixed smc91c111 driver to sync with the u-boot environment
13 (driver/smc91c111.c).
0b97ab14
WD
14 - Added eth_init error return check in NetLoop (net/net.c).
15
0332990b 16* Patch by Ken Chou, 19 June 2003:
0b97ab14
WD
17 Added support for A3000 SBC board (Artis Microsystems Inc.)
18
6dd652fa
WD
19* Patches by Murray Jensen, 17 Jun 2003:
20 - Hymod board database mods: add "who" field and new xilinx chip types
21 - provide new "init_cmd_timeout()" function so code external to
22 "common/main.c" can use the "reset_cmd_timeout()" function before
23 entering the main loop
24 - add DTT support for adm1021 (new file dtt/adm1021.c; config
25 slightly different. see include/configs/hymod.h for an example
26 (requires CONFIG_DTT_ADM1021, CONFIG_DTT_SENSORS, and
27 CFG_DTT_ADM1021 defined)
28 - add new "eeprom_probe()" function which has similar args and
29 behaves in a similar way to "eeprom_read()" etc.
30 - add 8260 FCC ethernet loopback code (new "eth_loopback_test()"
31 function which is enabled by defining CONFIG_ETHER_LOOPBACK_TEST)
32 - gdbtools copyright update
33 - ensure that set_msr() executes the "sync" and "isync" instructions
34 after the "mtmsr" instruction in cpu/mpc8260/interrupts.c
35 - 8260 I/O ports fix: Open Drain should be set last when configuring
36 - add SIU IRQ defines for 8260
37 - allow LDSCRIPT override and OBJCFLAGS initialization: change to
38 config.mk to allow board configurations to override the GNU
39 linker script, selected via the LDSCRIPT, make variable, and to
40 give an initial value to the OBJCFLAGS make variable
41 - 8260 i2c enhancement:
42 o correctly extends the timeout depending on the size of all
43 queued messages for both transmit and receive
44 o will not continue with receive if transmit times out
45 o ensures that the error callback is done for all queued tx
46 and rx messages
47 o correctly detects both tx and rx timeouts, only delivers one to
48 the callback, and does not overwrite an earlier error
49 o logic in i2c_probe now correct
50 - add "vprintf()" function so that "panic()" function can be
51 technically correct
52 - many Hymod board changes
53
52f52c14
WD
54* Patches by Robert Schwebel, 14 Jun 2003:
55 - add support for Logotronic DL datalogger board
56 - cleanup serial line after kermit binary download
57 - add debugX macro (debug level support)
58 - update mach-types.h to latest arm.linux.org.uk master list.
59
48b42616
WD
60