9
0
Fork 0
barebox/tools
wdenk 6dd652fa4d Patches by Murray Jensen, 17 Jun 2003:
- Hymod board database mods: add "who" field and new xilinx chip types
- provide new "init_cmd_timeout()" function so code external to
  "common/main.c" can use the "reset_cmd_timeout()" function before
  entering the main loop
- add DTT support for adm1021 (new file dtt/adm1021.c; config
  slightly different. see include/configs/hymod.h for an example
  (requires CONFIG_DTT_ADM1021, CONFIG_DTT_SENSORS, and
  CFG_DTT_ADM1021 defined)
- add new "eeprom_probe()" function which has similar args and
  behaves in a similar way to "eeprom_read()" etc.
- add 8260 FCC ethernet loopback code (new "eth_loopback_test()"
  function which is enabled by defining CONFIG_ETHER_LOOPBACK_TEST)
- gdbtools copyright update
- ensure that set_msr() executes the "sync" and "isync" instructions
  after the "mtmsr" instruction in cpu/mpc8260/interrupts.c
- 8260 I/O ports fix: Open Drain should be set last when configuring
- add SIU IRQ defines for 8260
- allow LDSCRIPT override and OBJCFLAGS initialization: change to
  config.mk to allow board configurations to override the GNU
  linker script, selected via the LDSCRIPT, make variable, and to
  give an initial value to the OBJCFLAGS make variable
- 8260 i2c enhancement:
  o correctly extends the timeout depending on the size of all
    queued messages for both transmit and receive
  o will not continue with receive if transmit times out
  o ensures that the error callback is done for all queued tx
    and rx messages
  o correctly detects both tx and rx timeouts, only delivers one to
    the callback, and does not overwrite an earlier error
  o logic in i2c_probe now correct
- add "vprintf()" function so that "panic()" function can be
  technically correct
- many Hymod board changes
2003-06-19 23:40:20 +00:00
..
bddb Patches by Murray Jensen, 17 Jun 2003: 2003-06-19 23:40:20 +00:00
easylogo * Patches by Robert Schwebel, 06 Mar 2003: 2003-03-06 13:39:27 +00:00
env * Make sure Block Lock Bits get cleared in R360MPI flash driver 2003-04-20 14:04:18 +00:00
gdb Patches by Murray Jensen, 17 Jun 2003: 2003-06-19 23:40:20 +00:00
logos Initial revision 2001-11-03 22:15:16 +00:00
scripts Initial revision 2002-11-03 00:07:02 +00:00
updater * Patch by Thomas Frieden, 13 Nov 2002: 2002-11-19 11:04:11 +00:00
Makefile * Patch by Arun Dharankar, 4 Apr 2003: 2003-04-05 00:53:31 +00:00
Makefile.win32 Initial revision 2001-04-02 19:55:34 +00:00
bmp_logo.c Initial revision 2002-03-14 10:00:31 +00:00
envcrc.c * Patch by Robert Schwebel, 21 Jan 2003: 2003-03-06 00:02:04 +00:00
gen_eth_addr.c Initial revision 2001-09-06 22:25:14 +00:00
img2srec.c Initial revision 2001-10-23 11:55:05 +00:00
inca-swap-bytes.c * Patch by Arun Dharankar, 4 Apr 2003: 2003-04-05 00:53:31 +00:00
mkimage.c * Patch by David Updegraff, 22 Apr 2003: 2003-05-20 14:25:27 +00:00