]> www.infradead.org Git - users/rw/ppcboot.git/log
users/rw/ppcboot.git
24 years ago* Added Network support; allows:
wdenk [Sun, 1 Oct 2000 19:21:20 +0000 (19:21 +0000)]
* Added Network support; allows:

  - Network Interface configuration using environment variables or RARP or BOOTP
  - image download and booting over Ethernet using TFTP
  - automatic booting over ethernet when "autostart=yes" and
    downloaded image is bootable

* Some code cleanup to make easier adaptable to different hardware

* Bug fixes, especially:

  - avoid clobbering the PLL divider in interrupts.c (thanks to Till Straumann)
  - make Ethernet code work on SCC1 or SCC2

25 years agoPreliminary FADS support.
hydra [Thu, 14 Sep 2000 11:13:50 +0000 (11:13 +0000)]
Preliminary FADS support.
Tested:  FADS850SAR
Working:  serial, flash
Not working:  net
Questionable:  clock configuration - ppcboot reports it is running
at 20Mhz while it should be 50Mhz.

25 years agoFixed memory map for tqm8xx/ppcboot.lds.debug .
wdenk [Mon, 21 Aug 2000 22:34:32 +0000 (22:34 +0000)]
Fixed memory map for tqm8xx/ppcboot.lds.debug .
Added Serial Download Echo Mode and CFG_LOADS_BAUD_CHANGE option.

25 years ago*** empty log message ***
wdenk [Mon, 21 Aug 2000 15:22:02 +0000 (15:22 +0000)]
*** empty log message ***

25 years ago* Added network support (file download using BOOTP / TFTP)
wdenk [Mon, 21 Aug 2000 15:05:47 +0000 (15:05 +0000)]
* Added network support (file download using BOOTP / TFTP)
  - test vewrsion only, no timeout / error handling yet -
* Cleanup: removed dependencies on Linux Source code
  (by copying the necessary header files).
* Bug Fix: the command table was not relocated completely,
  so you could not continue when you erased the monitor
  sectors in flash memory.

25 years agomore 8xx cleanup, start adding 4xx support (provided by Stefan Roese)
wdenk [Fri, 18 Aug 2000 15:31:57 +0000 (15:31 +0000)]
more 8xx cleanup, start adding 4xx support (provided by Stefan Roese)

25 years agoCleanup: Remove 8xx specific code from non-8xx specific files
wdenk [Thu, 17 Aug 2000 20:22:14 +0000 (20:22 +0000)]
Cleanup: Remove 8xx specific code from non-8xx specific files

25 years agoAdded TQM823L configuration.
wdenk [Thu, 17 Aug 2000 14:41:20 +0000 (14:41 +0000)]
Added TQM823L configuration.
Updated CREDITS file.

25 years ago*** empty log message ***
wdenk [Thu, 17 Aug 2000 14:01:33 +0000 (14:01 +0000)]
*** empty log message ***

25 years agoModifications while porting PPCBoot to the ETX_094 prototype hardware:
wdenk [Thu, 17 Aug 2000 13:27:04 +0000 (13:27 +0000)]
Modifications while porting PPCBoot to the ETX_094 prototype hardware:
- Changed configuring: don't use symlinks any more, don't need to
  edit files for supported standard configurations (Thanks to Dan A.
  Dickey for many suggestions).
- Cleanup: separate CPU dependend parts to make porting to other
  CPU's easier (Thanks to Stefan Roese for his input).
- Removed manual clock configuration, added automatic detection of
  bus clock
- Added check for monitor size
- Fix several flash related functions when configured for more flash
  banks that actually present
- Fix flash_get_size() not to exceed configured maximum number of
  flash sectors
- Added configuration and board specific code for ETX_094 board (Siemens)

25 years agoMinor bug fix
wdenk [Thu, 10 Aug 2000 23:22:18 +0000 (23:22 +0000)]
Minor bug fix

25 years agoFixed open flags (needed on PPC)
wdenk [Thu, 10 Aug 2000 12:41:56 +0000 (12:41 +0000)]
Fixed open flags (needed on PPC)

25 years agoCleanup. Removed dead code.
wdenk [Wed, 9 Aug 2000 20:33:10 +0000 (20:33 +0000)]
Cleanup. Removed dead code.
Added SST39xFx00A flash chip definitions.
Added ETX_094 configuration.

25 years agoCleanup. Removed dead code.
wdenk [Wed, 9 Aug 2000 20:33:09 +0000 (20:33 +0000)]
Cleanup. Removed dead code.
Added SST39xFx00A flash chip definitions.
Added ETX_094 configuration.

25 years agoAdded configuration for TQM860L
wdenk [Sun, 6 Aug 2000 23:29:55 +0000 (23:29 +0000)]
Added configuration for TQM860L

25 years agoMake PPCBoot work with Fujitsu Flash chips, too.
wdenk [Sun, 6 Aug 2000 23:28:58 +0000 (23:28 +0000)]
Make PPCBoot work with Fujitsu Flash chips, too.

25 years agoFix initialization bug.
wdenk [Fri, 4 Aug 2000 14:15:09 +0000 (14:15 +0000)]
Fix initialization bug.

25 years agoCVome comments about environment handling.
wdenk [Fri, 4 Aug 2000 13:22:56 +0000 (13:22 +0000)]
CVome comments about environment handling.
----------------------------------------------------------------------

25 years agoRelease 0.4.2:
wdenk [Fri, 4 Aug 2000 12:47:54 +0000 (12:47 +0000)]
Release 0.4.2:
Bug fixing, see TODO file for details.
Added persistent environment handling (save to flash).

25 years agoChange the file holding the dependencies to ".depend".
hydra [Mon, 31 Jul 2000 11:58:11 +0000 (11:58 +0000)]
Change the file holding the dependencies to ".depend".
This is about the best choice of all, and hopefully - this will
be the last change to which filename we use.  :)

25 years agoChange the name of the 'Makedepend.cc' file (BAD choice) to 'Makefile.dep'.
hydra [Mon, 31 Jul 2000 02:28:35 +0000 (02:28 +0000)]
Change the name of the 'Makedepend.cc' file (BAD choice) to 'Makefile.dep'.

25 years agoModify the Makefiles to store dependencies on the "outside": In Makefile.cc
hydra [Sun, 30 Jul 2000 19:11:26 +0000 (19:11 +0000)]
Modify the Makefiles to store dependencies on the "outside": In Makefile.cc
instead.  This allows us to *not* keep dependencies in CVS.  Dependencies
are, as the name implies - too dependent on specific systems.

25 years ago*** empty log message ***
wdenk [Wed, 19 Jul 2000 15:03:56 +0000 (15:03 +0000)]
*** empty log message ***

25 years agoFirst public version of PPCBOOT.
wdenk [Wed, 19 Jul 2000 14:09:16 +0000 (14:09 +0000)]
First public version of PPCBOOT.
Add a lot of files :-)

25 years agoSwitching to PPCBOOT 0.4.x - cleanup old file hierarchy
wdenk [Wed, 19 Jul 2000 13:50:45 +0000 (13:50 +0000)]
Switching to PPCBOOT 0.4.x - cleanup old file hierarchy

25 years agoUpdated from 8xxrom-0.3.0.tar.gz (Magnus Damm, Raphael Bossek)
wdenk [Sat, 17 Jun 2000 20:10:14 +0000 (20:10 +0000)]
Updated from 8xxrom-0.3.0.tar.gz (Magnus Damm, Raphael Bossek)

25 years agoInitial revision
wdenk [Sat, 17 Jun 2000 19:50:38 +0000 (19:50 +0000)]
Initial revision