summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Patch by Robert Schwebel, April 02, 2003:wdenk2003-06-063-1/+18
| | | | fix for SMSC91111 driver
* - Update new fpga file.stroese2003-06-061-2513/+2462
|
* - Fix compile bug (PPC4xx).stroese2003-06-061-1/+1
|
* * Patch by Vladimir Gurevich, 04 Jun 2003:wdenk2003-06-054-15/+61
| | | | make ppc405 ethernet driver compatible with CONFIG_NET_MULTI option
* * Add support for RMU boardwdenk2003-06-0526-234/+1907
| | | | | | | | * Add support for TQM862L at 100/50 MHz * Patch by Pantelis Antoniou, 02 Jun 2003: major reconstruction of networking code; add "ping" support (outgoing only!)
* Patch from Stefan Roese.stroese2003-06-051-0/+9
|
* - CFG_RX_ETH_BUFFER added.stroese2003-06-0516-36/+54
|
* - CFG_ETH_RX_BUFFER added.stroese2003-06-051-6/+3
|
* - Fix bug for initial stack in data cache as pointed out by Thomas Schaefer ↵stroese2003-06-051-7/+92
| | | | (tschaefer@giga-stream.de). Now inital stack in data cache can be used even if the chip select is in use.
* * Patch by Denis Peter, 04 June 2003:wdenk2003-06-0412-96/+275
| | | | add support for the MIP405T board
* * Patches by Udi Finkelstein, 2 June 2003:wdenk2003-06-0339-427/+6969
| | | | | | | | | | | | | | | | | | | | | | - 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. * Fix alignment problem in BOOTP (dhcp_leasetime option) [pointed out by Nicolas Lacressonnière, 2 Jun 2003] * Patch by Mark Rakes, 14 May 2003: add support for Intel e1000 gig cards. * Patch by Nye Liu, 3 Jun 2003: fix critical typo in MAMR definition (include/mpc8xx.h) * Fix requirement to align U-Boot image on 16 kB boundaries on PPC. * Patch by Klaus Heydeck, 2 Jun 2003 Minor changes for KUP4K configuration
* * Patch by Marc Singer, 29 May 2003:wdenk2003-05-3186-3243/+9862
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed rarp boot method for IA32 and other little-endian CPUs. * Patch by Marc Singer, 28 May 2003: Added port I/O commands. * Patch by Matthew McClintock, 28 May 2003 - cpu/mpc824x/start.S: fix relocation code when booting from RAM - minor patches for utx8245 * Patch by Daniel Engström, 28 May 2003: x86 update * Patch by Dave Ellis, 9 May 2003 + 27 May 2003: add nand flash support to SXNI855T configuration fix/extend nand flash support: - fix 'nand erase' command so does not erase bad blocks - fix 'nand write' command so does not write to bad blocks - fix nand_probe() so handles no flash detected properly - add doc/README.nand - add .jffs2 and .oob options to nand read/write - add 'nand bad' command to list bad blocks - add 'clean' option to 'nand erase' to write JFFS2 clean markers - make NAND read/write faster * Patch by Rune Torgersen, 23 May 2003: Update for MPC8266ADS board
* * Get (mostly) rid of CFG_MONITOR_LEN definition; compute real lengthwdenk2003-05-30125-229/+201
| | | | | | | | 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. * Cleanup CFG_DER #defines in config files (wd maintained only)
* * Fix data abort exception handling for arm920t CPUwdenk2003-05-286-127/+178
| | | | | | | | | | | | * Fix alignment problems with flash driver for TRAB board * Patch by Donald White, 21 May 2003: fix calculation of base address in pci_hose_config_device() * Fix bug in command line parsing: "cmd1;cmd2" is supposed to always execute "cmd2", even if "cmd1" fails. Note that this is different to "run var1 var2" where the contents of "var2" will NOT be executed when a command in "var1" fails.
* Add zero-copy ramdisk support (requires corresponding kernel support!)wdenk2003-05-233-0/+18
|
* Patch by Kyle Harris, 20 May 2003:wdenk2003-05-2319-1446/+283
| | | | | In preparation for an ixp port, rename cpu/xscale and arch-xscale into cpu/pxa and arch-pxa.
* Patch from Stefan Roese.stroese2003-05-231-0/+10
|
* - ASH405 board added (PPC405EP based).stroese2003-05-231-0/+5
| | | | | | | - CPCI4052 added (PPC405GP based). - CPCI405AB added (PPC405GP based). - PCI405 added (PPC405GP based). - PMC405 added (PPC405GP based).
* - ASH405 board added (PPC405EP based).stroese2003-05-232-8/+19
| | | | | | - BUBINGA405EP added (PPC405EP based). - CPCI405AB added (PPC405GP based). - PMC405 added (PPC405GP based).
* CONFIG_UART1_CONSOLE added.stroese2003-05-231-7/+14
|
* Patch by Denis Peter, 19 Mai 2003:wdenk2003-05-2312-6237/+429
| | | | add support for the MIP405-3 board
* DHCP support added.stroese2003-05-232-0/+16
|
* PMC405 board added.stroese2003-05-236-0/+1518
|
* Code cleanup.stroese2003-05-232-126/+3
|
* New FPGA image with 527 support.stroese2003-05-231-749/+746
|
* Local Bus Timeout increased.stroese2003-05-231-1/+6
|
* Code reworked for PPC405EP support.stroese2003-05-232-24/+19
|
* CPCI405AB (special version of esd CPCI405) board added.stroese2003-05-235-10/+1513
|
* BUBINGA405EP board added (IBM PPC405EP Eval Board).stroese2003-05-239-0/+1755
|
* ASH405 board added (PPC405EP based).stroese2003-05-237-0/+3458
|
* - PPC405EP support added.stroese2003-05-231-66/+103
| | | | - CONFIG_UART1_CONSOLE added (see README).
* PPC405EP support added.stroese2003-05-2314-27/+686
|
* - PPC405EP support added.stroese2003-05-231-2/+10
| | | | - "nand_init" (NAND FLASH) added.
* * Patch by Dave Ellis, 22 May 2003:wdenk2003-05-2226-130/+482
| | | | | | | | Fix problem with only partially cleared .bss segment * Patch by Rune Torgersen, 12 May 2003: get PCI to work on a MPC8266ADS board; incorporate change to cpu/mpc8260/pci.c to enable overrides of PCI memory parameters
* Add support for arbitrary bitmaps for TRAB's VFD command;wdenk2003-05-214-11/+27
| | | | | allow to pass boot bitmap addresses in environment variables; allow for zero boot delay
* * Add support for arbitrary bitmaps for TRAB's VFD commandwdenk2003-05-205-35/+40
| | | | | * Patch by Christian Geißinger, 19 May 2002: On TRAB: wait until the dummy byte has been completely sent
* * Patch by David Updegraff, 22 Apr 2003:wdenk2003-05-2018-84/+447
| | | | | | | | | | | | | update for CrayL1 board * Patch by Pantelis Antoniou, 21 Apr 2003: add boot support for ARTOS (a proprietary OS) * Patch by Steven Scholz, 11 Apr 2003: Add support for RTC DS1338 * Patch by Rod Boyce, 24 Jan 2003: Fix counting of extended partitions in diskboot command
* Patch by Christophe Lindheimer, 20 May 2003:wdenk2003-05-202-1/+7
| | | | allow the use of CFG_LOADS when CFG_NO_FLASH is set
* Fix SDRAM timing on Purple boardwdenk2003-05-204-3/+77
|
* Add support for CompactFlash on ATC boardwdenk2003-05-1815-10/+1391
| | | | | (includes support for Intel 82365 and compatible PC Card controllers, and Yenta-compatible PCI-to-CardBus controllers)
* Patch by Mathijs Haarman, 08 May 2003:wdenk2003-05-1211-12/+1544
| | | | Add lan91c96 driver (tested on Lubbock and custom PXA250 board only)
* Fix SDRAM initializationwdenk2003-05-121-14/+16
|
* Add default switch settings.wdenk2003-05-121-3/+26
|
* Fix ATC board configuration and flash driverwdenk2003-05-052-94/+92
|
* Fix problem with usage of "true" (undefined in current versions of bfd.h)wdenk2003-05-032-1/+3
|
* * Add support for Promess ATC boardwdenk2003-05-0327-127/+2526
| | | | | | | | | | | | | | * Patch by Keith Outwater, 28 Apr 2003: - Miscellaneous corrections and additions to GEN860T board specific code. - Added GEN860_SC variant to GEN860T. - Miscellaneous corrections to GEN860T documentation. - Correct duplicate entry in U-Boot CREDITS file. - Add GEN860T_SC entry in MAINTAINERS file. - Update CREDITS file with GEN860T_SC info. * Update Smiths Aerospace addresses in MAINTAINERS file * Fix error handling in hush's version of "run" command
* * LWMON extensions:wdenk2003-04-2725-108/+805
| | | | | | | | | | | - Splashscreen support - modem support - sysmon support - temperature dependend enabling of LCD * Allow booting from old "PPCBoot" disk partitions * Add support for TQM8255 Board / MPC8255 CPU
* *** empty log message ***wdenk2003-04-201-1/+1
|
* Make compile cleanwdenk2003-04-201-0/+1
|
* Add files needed for bitmap load supportwdenk2003-04-203-0/+239
|
OpenPOWER on IntegriCloud