8564acf936
* Patches by Yuli Barcohen, 13 Jul 2003: - Correct flash and JFFS2 support for MPC8260ADS - fix PVR values and clock generation for PowerQUICC II family (8270/8275/8280)
wdenk
2003-07-14 22:13:32 +00:00
5702923e23
- Patch by Stefan Roese, 11 Jul 2003
stroese
2003-07-11 08:23:12 +00:00
9d2b18a0f9
Rewrite command lookup and help command (fix problems with bubble sort when sorting command name list). Minor cleanup here and there.
wdenk
2003-06-28 23:11:04 +00:00
d1cbe85b08
Merge from "stable branch", tag LABEL_2003_06_28_1800-stable: - Allow to call sysmon function interactively - PIC on LWMON board needs delay after power-on - Add missing RSR definitions for MPC8xx - Improve log buffer handling: guarantee clean reset after power-on - Add support for EXBITGEN board - Add support for SL8245 board
wdenk
2003-06-28 17:24:46 +00:00
ed579b4210
* Allow to call sysmon function interactively * PIC on LWMON board needs delay after power-on * Add missing RSR definitions for MPC8xx * Improve log buffer handling: guarantee clean reset after power-on
LABEL_2003_06_28_1800-stable
wdenk
2003-06-28 09:10:42 +00:00
95aeb34580
- Update new fpga file.
stroese
2003-06-24 14:26:41 +00:00
cceb871fff
* Patch by Yuli Barcohen, 23 Jun 2003: Update for MPC8260ADS board
wdenk
2003-06-23 18:12:28 +00:00
3595ac4979
* Patch by Rune Torgersen, 4 Jun 2003: add large memory support for MPC8266ADS board
wdenk
2003-06-22 17:18:28 +00:00
9a0e21a3a8
Had to move the RTC area for ATC board to upper addresses (0xf5000000, to be specific). The reason is that the RTC first gets accessed before MMU is initialized and, consequently, it needs to be placed at physical addresses which are later mapped to the same virtual addresses (like 0xf5000000 physical is mapped to 0xf5000000 virtual).
LABEL_2003_06_22_1530
wdenk
2003-06-22 10:30:54 +00:00
592c5cabe7
Patch by Murray Jensen, 20 Jun 2003: - hymod update - cleanup (especially for gcc-3.x compilers)
wdenk
2003-06-21 00:17:24 +00:00
72755c7137
Patch by Tom Guilliams, 20 Jun 2003: added CONFIG_750FX support for IBM 750FX processors
wdenk
2003-06-20 23:10:58 +00:00
0332990b85
* Patch by Devin Crumb, 02 Apr 2003: Fix clock divider rounding problem in drivers/serial.c
wdenk
2003-06-20 22:36:30 +00:00
0b97ab144f
* Patch by Richard Woodruff, 19 June 03: - Fixed smc91c111 driver to sync with the u-boot environment (driver/smc91c111.c). - Added eth_init error return check in NetLoop (net/net.c).
wdenk
2003-06-19 23:58:30 +00:00
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
wdenk
2003-06-19 23:40:20 +00:00
52f52c1494
Patches by Robert Schwebel, 14 Jun 2003: - add support for Logotronic DL datalogger board - cleanup serial line after kermit binary download - add debugX macro (debug level support) - update mach-types.h to latest arm.linux.org.uk master list.
wdenk
2003-06-19 23:04:19 +00:00
48b42616e9
* Patches by David Müller, 12 Jun 2003: - rewrite of the S3C24X0 register definitions stuff - "driver" for the built-in S3C24X0 RTC
wdenk
2003-06-19 23:01:32 +00:00
15ef8a5d17
Add support for DS12887 RTC; add RTC support for ATC board
wdenk
2003-06-18 20:22:24 +00:00
2abbe07547
* Patch by Nicolas Lacressonniere, 11 Jun 2003: Modifications for Atmel AT91RM9200DK ARM920T based development kit - Add Atmel DataFlash support for reading and writing. - Add possibility to boot a Linux from DataFlash with BOOTM command. - Add Flash detection on Atmel AT91RM9200DK (between Atmel AT49BV1614 and AT49BV1614A flashes) - Replace old Ethernet PHY layer functions - Change link address
wdenk
2003-06-16 23:50:08 +00:00
a3ed3996cd
* Patch by Vladimir Gurevich, 04 Jun 2003: make ppc405 ethernet driver compatible with CONFIG_NET_MULTI option
LABEL_2003_06_05_2140
wdenk
2003-06-05 19:37:36 +00:00
73a8b27c57
* Add support for RMU board
wdenk
2003-06-05 19:27:42 +00:00
08eaea9c9f
Patch from Stefan Roese.
stroese
2003-06-05 15:44:37 +00:00
3720878599
- Fix bug for initial stack in data cache as pointed out by Thomas Schaefer (tschaefer@giga-stream.de). Now inital stack in data cache can be used even if the chip select is in use.
stroese
2003-06-05 15:35:20 +00:00
f3e0de60a6
* Patch by Denis Peter, 04 June 2003: add support for the MIP405T board
wdenk
2003-06-04 15:05:30 +00:00
682011ff69
* Patches by Udi Finkelstein, 2 June 2003: - Added support for custom keyboards, initialized by defining a board-specific drv_keyboard_init as well as defining CONFIG_KEYBOARD . - Added support for the RBC823 board. - cpu/mpc8xx/lcd.c now automatically calculates the Horizontal Pixel Count field.
LABEL_2003_06_04_0200
wdenk
2003-06-03 23:54:09 +00:00
7a8e9bed17
* Patch by Marc Singer, 29 May 2003: Fixed rarp boot method for IA32 and other little-endian CPUs.
LABEL_2003_05_31_2115
wdenk
2003-05-31 18:35:21 +00:00
3b57fe0a70
* Get (mostly) rid of CFG_MONITOR_LEN definition; compute real length instead CFG_MONITOR_LEN is now only used to determine _at_compile_ _time_ (!) if the environment is embedded within the U-Boot image, or in a separate flash sector.
LABEL_2003_05_30_1450
wdenk
2003-05-30 12:48:29 +00:00
f07771cc28
* Fix data abort exception handling for arm920t CPU
wdenk
2003-05-28 08:06:31 +00:00
4c3b21a5f9
Patch by Kyle Harris, 20 May 2003: In preparation for an ixp port, rename cpu/xscale and arch-xscale into cpu/pxa and arch-pxa.
LABEL_2003_05_23_1450
wdenk
2003-05-23 12:36:20 +00:00
d9ff6e84e4
Patch from Stefan Roese.
stroese
2003-05-23 11:49:24 +00:00
5d232d0e7e
* Patch by Dave Ellis, 22 May 2003: Fix problem with only partially cleared .bss segment
LABEL_2003_05_23_0055
wdenk
2003-05-22 22:52:13 +00:00
c8c3a8be2d
Add support for arbitrary bitmaps for TRAB's VFD command; allow to pass boot bitmap addresses in environment variables; allow for zero boot delay
LABEL_2003_05_22_2230
wdenk
2003-05-21 20:26:20 +00:00
82226bf4d2
* Add support for arbitrary bitmaps for TRAB's VFD command * Patch by Christian Geißinger, 19 May 2002: On TRAB: wait until the dummy byte has been completely sent
LABEL_2003_05_20_2250
wdenk
2003-05-20 20:49:01 +00:00
66fd3d1ce7
Add support for CompactFlash on ATC board (includes support for Intel 82365 and compatible PC Card controllers, and Yenta-compatible PCI-to-CardBus controllers)
wdenk
2003-05-18 11:30:09 +00:00
45219c4660
Patch by Mathijs Haarman, 08 May 2003: Add lan91c96 driver (tested on Lubbock and custom PXA250 board only)
LABEL_2003_05_12_2355
wdenk
2003-05-12 21:50:16 +00:00
4532cb696e
* LWMON extensions: - Splashscreen support - modem support - sysmon support - temperature dependend enabling of LCD
wdenk
2003-04-27 22:52:51 +00:00
69f8f827d5
Patch from Stefan Roese.
stroese
2003-04-10 13:30:28 +00:00
759a51b4f3
Changed DHCP client to use ip address from server option field #54 from the OFFER-paket in the server option field #54 in the REQUEST-paket. This fixes a problem using a Windows 2000 DHCP server, where the DHCP-server is not the TFTP-server.
stroese
2003-04-10 13:26:44 +00:00
d126bfbdbd
Add support for TQM862L modules
wdenk
2003-04-10 11:18:18 +00:00