wdenk [Sun, 3 Jun 2001 21:57:31 +0000 (21:57 +0000)]
* Fixed problems with initrd_high when handling multifile images
* Patch for SBC8260 configuration
by Jon Diekema: 02 Jun 2001
- Removing CFG_SBC_S2 that isn't used
- Improving the MODCK_H & MODCLK[1-3] table.
wdenk [Mon, 28 May 2001 23:44:53 +0000 (23:44 +0000)]
Patch by Stefan Roese: Fri, 11 May 2001
* PPC405GP ethernet driver: MAL error handling added
* CPCI405: new fpga image (problem with some CompactFlash cards solved)
* PPC405GP Rev E and PPC405CR Rev C PVR added
* Added generic interface for board dependend spacial command
extensions.
* Moved EEPROM code to common directory (cmd_eeprom.c); eliminnated
board specific EEPROM code from a couple of board configurations.
* Moved code for software-I2C from board specific to CPU specific
directory as general alternative for hardware supported code.
Sorry, we have several different interfaces to I2C code right now;
ideally, the hardware supported code should be simplified /
rewritten so that the software and hardware versions become drop-in
replacements for each other.
* Cleanup of 8xx specific #includes, Makefiles, ...
* Fix console on SCC3 for MPC850 systems
(Patch by Dr. Bruno Achauer, 31 Mar 2001)
* Work in progress on LWMON board
wdenk [Wed, 21 Mar 2001 21:27:46 +0000 (21:27 +0000)]
* Added support for LWMON board
(Wolfgang Denk, March 2001)
* Added support for GTH board
(Thomas Lange, 19 Mar 2001)
* Misc patches:
- Latest Hymod code
- minor patch for the "immap" command
- minor patch to the "ctrlc" stuff to support interrupting during
interpreting a command line with multiple sections separated by
semi-colons. i.e. if any command is interrupted with control-C,
this fact is recorded and the command line parser will not
continue running further commands.
- backport to the 8xx platform of the new i2c driver that was
introduced for the 8260 platform
(Patch by Murray Jensen, 05 Mar 2001)
* Fixes for PCMCIA code
(Patch by Thomas Lange, 19 Mar 2001)
* Misc ADCIOP modifications
(Patch by Stefan Roese, 16 Mar 2001)
* Fix sector erase bug on Walnut board
(Patch by Raymond Lo, 14 Mar 2001)
* Added BeOS and *BSD #defines to several files
(Patch by Erik Theisen, 14 Mar 2001)
* MBX8xx Board fixes:
- problem with basic clocking due to bad calculation of the PLPRCR
register's multiplication factor
- couldn't access the board's NVRAM due to incorrect initialization
order of chip selects; the Boot ROM's CS0 was overiding the setup
of the NVRAM.
- initialization of BR and OR memory controller registers was not
compliant with the MBX860 Users Manual
- board level configuration and status register # 2's mapping was
defined in the wrong bit order. This was resulting in a incorrect
error message about NVRAM battery failure.
- Re-enabled CFG_CMD_ENV to allow access to the NVRAM
(Patch by Erik Theisen, 14 Mar 2001)
* Network driver fixes
(Patch by Anne-Sophie Harnois, 13 Mar 2001)
* board_pre_init() patch for CANBT/CPCI405/AR405/CANBT/WALNUT405/CPCIISER4
(Patch from Stefan Roese, 12 Mar 2001)
* Fix problems booting PPCBoot on MBX860
(Patch from Paul Ruhland, 10 Mar 2001)
* Fixed bug in command parsing code
(Patch from Dave Ellis, 05 Mar 2001)
wdenk [Sat, 3 Mar 2001 22:11:50 +0000 (22:11 +0000)]
Fix nasty bug: run_command failed in some cases when the executed
command modifiec the environment (like "bootp" does when it creates
or modifies environment variables). The reason was that we used a
pointer directly into the environment area, which may change while we
are running the command. Grrrgh...
wdenk [Tue, 27 Feb 2001 23:50:37 +0000 (23:50 +0000)]
* Fix watchdog support when used with IDE / PCMCIA
* Add KGDB support for IBM 4xx (Anne-Sophie Harnois): configure one
of the two serial ports for KGDB according to CONFIG_KGDB_SER_INDEX
variable defined in "include/config_WALNUT405.h"
* 'bootd' recursion checking was broken (did nothing).
* 'run' recursion checking was broken.
* There were some problems with 'run' caused by run_command() not
being reentrant. This is fixed.
* New configuration options are to make autobooting more dependable
for production systems. They allow the PPCBoot prompt to time out
and retry the autoboot, and can make it harder to accidentally stop
the autoboot. The options and the reasons to use them are explained
in doc/README.autoboot. (Dave Ellis)
wdenk [Mon, 29 Jan 2001 18:41:09 +0000 (18:41 +0000)]
* Squeeze a few bytes here and there to make it fit in 128k again. Sic!
* Don't count-down if no bootcmd is defined
* Add I2C command
* On the 8260, the i2c parameter RAM must be 64 aligned. Turn off
debugging.
* board.c: include mpc8xx.h only when compiling for MPC8xx CPUs
* Fix "tags" target
* The i2c pins on the 8260 chip must be set Open Drain (I believe
this is common to all, but I'm not sure).
wdenk [Tue, 23 Jan 2001 21:22:08 +0000 (21:22 +0000)]
* Added "echo" command
* Added "tags" make target
* Fix serial driver for MPC8xx / SCC
* Fix compile problems with cogent_mpc8xx
* Use macros with arguments instead of lots of separate #defines in
the cogent/hymod flash drivers
* Add configuration for Walnut405 (Anne-Sophie Harnois)
* Fix bug in PCMCIA initialization; add PCMCIA support for IVML24
wdenk [Wed, 17 Jan 2001 21:17:58 +0000 (21:17 +0000)]
* Add timeout handling to I2C code
* Allow to overwrite CROSS_COMPILE setting when running MAKEALL
script
* Fixes ins rdsproto configuration
* Add missing '\n" in help messages
* Remove PCMCIA code from sixnet configuration (has no PCMCIA)
* Update bd info struct after baudrate changes
* Added "ramboot" and "nfsboot" environment variables for easy
switching between ramdisk and nfsroot configurations
* updated ETX_096 configuration
wdenk [Thu, 11 Jan 2001 22:40:50 +0000 (22:40 +0000)]
Modifications for 0.7.2:
* New configuration for RDS prototype board (by Marius Gröger)
* New i2c.c driver for 82xx (by Marius Gröger)
* Fix TFTP over routers: send ARP to router's ethernet address.
* Add code to recognize ICMP Host Redirect messages; print a warning
(probably bad BOOTP server configuration, like announcing a wrong
or unnecessary router).
* Fix BCSR address in FADS860T configuration (preventing ethernet
from working)
* "setenv" and "saveenv" commands no longer auto-repeatable
* Restrict baudrate settings to certain legal values (see table
CFG_BAUDRATE_TABLE in the board's config header file)
* Now baudrate changes take place immediately (without reset)
----------------------------------------------------------------------
GENIETV patch by Paolo Scaffardi (Fri, 5 Jan 2001 11:27:44 +0100):
* Added support for AMDLV040B 512Kb flash into flash.h
* Changed TEXTBASE into GENIETV configuration
* Added VIDEO_ADDR definition into config_GENIETV.h
* Removed unused files: wl_4ppm_keyboard.c and wl_4ppm_keyboard.h
----------------------------------------------------------------------
* Fix in cpu/mpc8xx/fec.c (by Dave Ellis): The PHY discovery code
must be called after the FEC is enabled, since it uses the FEC to
talk to the PHY.
* Fix bug in clock routing when using SMC2 for console.
* EEPROM Speedup; allow other addresses (by Dave Ellis)
wdenk [Tue, 9 Jan 2001 20:23:06 +0000 (20:23 +0000)]
* New configuration for RDS prototype board (by Marius Gröger)
* New i2c.c driver for 82xx (by Marius Gröger)
* "setenv" and "saveenv" commands no longer auto-repeatable
* Restrict baudrate settings to certain legal values (see table
CFG_BAUDRATE_TABLE in the board's config header file); Now baudrate
changes take place immediately (by Stefan Röse)
wdenk [Fri, 22 Dec 2000 22:52:00 +0000 (22:52 +0000)]
* Added support for PPC405CR (Stefan Roese)
* Fixes in environment code; better detection of CRC errors
* Fixed serial driver over SCC; for MPC8xx now tested on all 4 SCC's
wdenk [Thu, 30 Nov 2000 22:56:37 +0000 (22:56 +0000)]
* Added support for console on SCCx
* Added configuration for ADS860 board
* Add support for MPC860TFADS with ethernet on FEC (but default is
still on SCC1)
* Add PHY type checking.
* Fix typos in mpc8260.h
* Check mask revision in mpc8260/cpu.c
* Add support for OR/BR[45] in mpc8260/cpu_init.c
* Map ELIC and SHARC regions for IVMS8
* Fix timeout handling in TFTP code
* Fix Bug in Boot File Size calculation
* Fix MPC8xxFADS configuration (don't clobber unused port lines)
wdenk [Mon, 20 Nov 2000 17:19:27 +0000 (17:19 +0000)]
* Added support for MBX860T (thanks to Rob Taylor)
* Added support for Sandpoint8240 (thanks to Rob Taylor); this is
Work In Progress (TM); current status: boots to command line input.
EPIC code non-functional (interrupts disabled), No net, No IDE.
wdenk [Sat, 18 Nov 2000 00:48:35 +0000 (00:48 +0000)]
* Misc bug fixes
* All frequencies in HZ now (internally)
* Add support for BOOTP Domain Name Server Option
* Avoid overflowing the BOOTP vendor extension field
wdenk [Sun, 12 Nov 2000 00:42:24 +0000 (00:42 +0000)]
* Cleanup of PCMCIA / IDE code (thanks to Stefan Röse)
* Added configuration for IVMS8 boards (Speech Design)
* Added configuration for SM850 "Service Module" which has a MPC850
with Ethernet on SCC3
WARNING: you CANNOT use SMC1 when Ethernet is on SCC3 - parameter
RAM conflicts!
* Allow to use '\' to escape control characters (';' and '$') while
parsing input - needed to be able to enter a `bootcmd' which
contains more than one command and/or references to variables,
which are resolved not before when running the command.
* MBX8xx support (thanks to Marius Gröger)
* Fix violation of BOOTP message format.
* Allow for configurations which don't define some environment
variables.