Commit Graph

152 Commits

Author SHA1 Message Date
wdenk
aacf9a49aa * 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)
2003-01-17 16:27:01 +00:00
wdenk
608c91460b Add support for V37 board
(patch by Jón Benediktsson, 11 Dec 2002)
2003-01-13 23:54:46 +00:00
wdenk
d0fb80c302 * Restrict baudrate settings on LWMON to higher speeds
when watchdog is on

* Update baudrate in bd_info when it gets changed

* Add watchdog trigger points while waiting for serial port
  (so far only 8xx -- needed on LWMON with 100ms watchdog)

* Improve command line tool to access the U-Boot's environment
  (figuration of the utility, using a config file)
2003-01-11 09:48:40 +00:00
wdenk
7c7a23bd5a * Patch by Hans-Joerg Frieden, 06 Dec 2002
Fix misc problems with AmigaOne support

* Patch by Chris Hallinan, 3 Dec 2002:
  minor cleanup to the MPC8245 EPIC driver

* Patch by Pierre Aubert , 28 Nov 2002
  Add support for external (SIU) interrupts on MPC8xx

* Patch by Pierre Aubert , 28 Nov 2002
  Fix nested syscalls bug in standalone applications

* Patch by David Müller, 27 Nov 2002:
  fix output of "pciinfo" command for CardBus bridge devices.

* Fix bug in TQM8260 board detection - boards got stuck when board ID
  was not readable
2002-12-07 00:20:59 +00:00
wdenk
1f53a41603 Add LED indication for IDE activity on KUP4K board 2002-12-04 23:39:58 +00:00
wdenk
a6c7ad2f65 * Fix startup problems with VFD display on TRAB
* Patch by Pierre Aubert, 20 Nov 2002
  Add driver for Epson SED13806 graphic controller.
  Add support for BMP logos in cfb_console driver.
2002-12-03 21:28:10 +00:00
wdenk
ea909b7604 * Added support for both PCMCIA slots (at the same time!) on MPC8xx
* Patch by Rod Boyce, 21 Nov 2002:
  fix PCMCIA on MBX8xx board

* Patch by Pierre Aubert , 21 Nov 2002
  Add CFG_CPM_POST_WORD_ADDR to make the offset of the
  bootmode word in DPRAM configurable
2002-11-21 23:11:29 +00:00
wdenk
b2184c314d * Patch by Daniel Engström, 18 Nov 2002:
Fixes for x86 port (mostly strings issues)

* Patch by Ken Chou, 18 Nov 2002:
  Fix for natsemi NIC cards (DP83815)

* Patch by Pierre Aubert, 19 Nov 2002:
  fix a bug for the MII configuration, and some warnings
2002-11-19 23:01:07 +00:00
wdenk
0ae1175bb2 * Patch by Thomas Frieden, 13 Nov 2002:
Add code for AmigaOne board
  (preliminary merge to U-Boot, still WIP)
2002-11-19 11:13:06 +00:00
wdenk
c7de829c79 * Patch by Thomas Frieden, 13 Nov 2002:
Add code for AmigaOne board
  (preliminary merge to U-Boot, still WIP)

* Patch by Jon Diekema, 12 Nov 2002:
  - Adding URL for IEEE OUI lookup
  - Making the autoboot #defines dependent on CONFIG_AUTOBOOT_KEYED
    being defined.
  - In the CONFIG_EXTRA_ENV_SETTINGS #define, the root-on-initrd and
    root-on-nfs macros are designed to switch how the default boot
    method gets defined.
2002-11-19 11:04:11 +00:00
wdenk
2262cfeef9 * Patch by Daniel Engström, 13 Nov 2002:
Add support for i386 architecture and AMD SC520 board

* Patch by Pierre Aubert, 12 Nov 2002:
  Add support for DOS filesystem and booting from DOS floppy disk
2002-11-18 00:14:45 +00:00
wdenk
eb9401e3eb * Patch by Andreas Oberritter, 09 Nov 2002:
Change behaviour of NetLoop(): return -1 for errors, filesize
  otherwise; return code 0 is valid an means no file loaded - in this
  case the environment still gets updated!

* Patches by Jon Diekema, 9 Nov 2002:
  - improve ADC/DAC clocking on the SACSng board to align
    the failing edges of LRCLK and SCLK
  - sbc8260 configuration tweaks
  - add status LED support for 82xx systems
  - wire sspi/sspo commands into command handler; improved error
    handlering
  - add timestamp support and alternate memory test to the
    SACSng configuration
2002-11-11 02:11:37 +00:00
wdenk
56f94be3ef * Add support for log buffer which can be passed to Linux kernel's
syslog mechanism; used especially for POST results.

* Patch by Klaus Heydeck, 31 Oct 2002:
  Add initial support for kup4k board
2002-11-05 16:35:14 +00:00
wdenk
384ae02506 * Patch by Robert Schwebel, 04 Nov 2002:
- use watchdog to reset PXA250 systems
  - added progress callbacks to (some of the) ARM code
  - update for Cogent CSB226 board

* Add support for FPS860 board
2002-11-05 00:17:55 +00:00
wdenk
e95b61cfb0 Patch by Guillaume Alexandre,, 04 Nov 2002:
Improve PCI access on 32-bits Compact PCI bus

Adjust VFD initialization on TRAB

Cleanup RRvision video code
2002-11-04 16:02:40 +00:00
wdenk
24ee89b97a * Fix mdelay() on TRAB - this was still the debugging version with
seconds instead of ms.

* Patch by Robert Schwebel, 1 Nov 2002:
  XScale related cleanup (affects all ARM boards)

* Cleanup of names, warnings, and README.
2002-11-03 17:56:27 +00:00
wdenk
37bd321e99 Initial revision 2002-11-03 11:21:28 +00:00
wdenk
0442ed869c Initial revision 2002-11-03 10:24:00 +00:00
wdenk
5772de449d Initial revision 2002-11-03 10:23:02 +00:00
wdenk
afd7f3d0de Initial revision 2002-11-03 01:41:26 +00:00
wdenk
c542fb2e8d Initial revision 2002-11-03 00:47:09 +00:00
wdenk
fe8c2806cd Initial revision 2002-11-03 00:38:21 +00:00
wdenk
f9087a3213 Initial revision 2002-11-03 00:30:25 +00:00
wdenk
c609719b8d Initial revision 2002-11-03 00:24:07 +00:00
wdenk
5b1d713721 Initial revision 2002-11-03 00:07:02 +00:00
wdenk
47d1a6e1ed Initial revision 2002-11-03 00:01:44 +00:00
wdenk
e221174377 Initial revision 2002-11-02 23:30:20 +00:00
wdenk
7ebf7443ad Initial revision 2002-11-02 23:17:16 +00:00
wdenk
cc1c8a136f Initial revision 2002-11-02 22:58:18 +00:00
wdenk
848de349bb Initial revision 2002-10-31 23:47:13 +00:00
wdenk
fef08ee805 Initial revision 2002-10-31 08:57:28 +00:00
wdenk
f2d42945ed Initial revision 2002-10-28 00:05:30 +00:00
wdenk
f682e42599 Initial revision 2002-10-26 16:57:25 +00:00
wdenk
ea8015b852 Initial revision 2002-10-26 16:43:06 +00:00
wdenk
7d393aed86 Initial revision 2002-10-25 21:08:05 +00:00
wdenk
217c9dad82 Initial revision 2002-10-25 20:35:49 +00:00
wdenk
e831ad54aa Initial revision 2002-10-17 21:52:26 +00:00
wdenk
eee810b61d Initial revision 2002-10-16 11:27:53 +00:00
wdenk
8fcbdbcc90 Initial revision 2002-10-16 11:07:24 +00:00
wdenk
4d4c21dd95 Initial revision 2002-10-16 10:57:46 +00:00
wdenk
a17d0ff41d Initial revision 2002-10-11 11:25:54 +00:00
wdenk
d9fd6ff598 Initial revision 2002-10-11 08:43:32 +00:00
wdenk
32fe2871cb Initial revision 2002-10-11 07:57:01 +00:00
wdenk
ed247f487e Initial revision 2002-10-07 21:58:02 +00:00
wdenk
858b1a643f Initial revision 2002-09-30 16:12:23 +00:00
wdenk
17bd4a8426 Initial revision 2002-09-27 01:44:52 +00:00
wdenk
458ded34b6 Initial revision 2002-09-20 10:59:08 +00:00
wdenk
983cced8f7 Initial revision 2002-09-18 21:09:48 +00:00
wdenk
dd7d41f00d Initial revision 2002-09-18 20:04:01 +00:00
wdenk
5b88144d01 Initial revision 2002-09-18 19:52:13 +00:00