summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeLines
* * Patches by Thomas Lange, 09 Oct 2003:wdenk2003-10-09-40/+1938
| | | | | | | | | | - fix cmd_ide.c for non ppc boards (read/write functions did not add ATA base address) - fix for shannon board - #ifdef CONFIG_IDE_8xx_DIRECT some otherwise unused code * Patch by Sangmoon Kim, 07 Oct 2003: add support for debris board
* * Patch by Martin Krause, 09 Oct 2003:wdenk2003-10-09-1081/+1437
| | | | | | | | | | | | | Fixes for TRAB board - /board/trab/rs485.c: correct baudrate - /board/trab/cmd_trab.c: bug fix for problem with timer overflow in udelay(); fix some timing problems with adc controller - /board/trab/trab_fkt.c: add new commands: gain, eeprom and power; modify commands: touch and buzzer * Disable CONFIG_SUPPORT_VFAT when used with CONFIG_AUTO_UPDATE (quick & dirty workaround for rogue pointer problem in get_vfatname()); Use direct function calls for auto_update instead of hush commands
* * Patch by Scott McNutt, 04 Oct 2003:wdenk2003-10-08-6/+3419
| | | | | | | | | | | | | | | | | | - add support for Altera Nios-32 CPU - add support for Nios Cyclone Development Kit (DK-1C20) * Patch by Steven Scholz, 29 Sep 2003: - A second parameter for bootm overwrites the load address for "Standalone Application" images. - bootm sets environment variable "filesize" to the resulting (uncompressed) data length for "Standalone Application" images when autostart is set to "no". Now you can do something like if bootm $fpgadata $some_free_ram ; then fpga load 0 $some_free_ram $filesize fi * Patch by Denis Peter, 25 Sept 2003: add support for the MIP405 Rev. C board
* * Patch by Yuli Barcohen, 25 Sep 2003:wdenk2003-10-08-6/+1631
| | | | | | | | add support for Zephyr Engineering ZPC.1900 board * Patch by Anders Larsen, 23 Sep 2003: add CMD_PORTIO to CFG_CMD_NONSTD (commands in question are only implemented for the x86 architecture)
* * Patch by Sangmoon Kim, 23 Sep 2003:wdenk2003-10-08-269/+368
| | | | | | | | | | | | | | | | | | | | fix pll_pci_to_mem_multiplier table for MPC8245 * Patch by Anders Larsen, 22 Sep 2003: enable timed autoboot on PXA * Patch by David Müller, 22 Sep 2003: - add $(CFLAGS) to "-print-libgcc-filename" so compiler driver returns correct libgcc file path - "latency" reduction of busy-loop waiting to improve "U-Boot" boot time on s3c24x0 systems * Patch by Jon Diekema, 19 Sep 2003: - Add CFG_FAULT_ECHO_LINK_DOWN option to echo the inverted Ethernet link state to the fault LED. - In NetLoop, make the Fault LED reflect the link status. The link status gets updated on entry, and on timeouts.
* * Patch by Anders Larsen, 18 Sep 2003:wdenk2003-10-08-16/+245
| | | | | | | | | | | allow mkimage to build and run on Cygwin-hosted systems * Patch by Frank Müller, 18 Sep 2003: use bi_intfreq instead of bi_busfreq to compute fec_mii_speed in cpu/mpc8xx/fec.c * Patch by Pantelis Antoniou, 16 Sep 2003: add tool to compute fileds in the PLPRCR register for MPC86x
* Use IH_TYPE_FILESYSTEM for TRAB "disk" images.wdenk2003-10-07-5/+15
|
* Fix build problems under FreeBSDwdenk2003-10-07-2/+4
|
* Add generic filesystem image typewdenk2003-10-06-0/+3
|
* * Update TRAB auto update codewdenk2003-10-06-39/+116
| | | | | | | | | | | * Make fatload set filesize environment variable fix potential buffer overlow problem * enable basic / medium / high-end configurations for PPChameleonEVB board; fix NAND code * enable TFTP client code to specify to the server the desired timeout value (see RFC-2349)
* Improve SDRAM setup for TRAB boarddzu2003-09-30-4/+6
|
* Suppress all output with splashscreen configured only if "splashimage"dzu2003-09-30-0/+3
| | | | is set
* * Fix problems with I2C support for mpc5200dzu2003-09-30-0/+2
|
* Fix problems with I2C support for mpc5200dzu2003-09-30-11/+61
|
* Suppress all output with splashscreen configured only if "splashimage"dzu2003-09-29-2/+4
| | | | is set
* * Adapt TRAB configuration and auto_update to new memory layoutdzu2003-09-29-21/+91
|
* Add configuration for wtk boarddzu2003-09-25-0/+7
|
* Add support for the Sharp LQ065T9DR51U LCD displaydzu2003-09-25-0/+25
|
* "start" may be legitimately 0x0000wdenk2003-09-19-8/+12
|
* Update MPC5200 port pin configuration for Linux CAN drivers.wdenk2003-09-18-1/+1
|
* Work on TRAB's auto_update feature.wdenk2003-09-18-41/+111
| | | | Cleanup for submitted patches.
* * Patch by Rune Torgersen, 17 Sep 2003:wdenk2003-09-18-57/+95
| | | | | - Fixes for MPC8266 default config - Allow eth_loopback_test() on 8260 to use a subset of the FCC's
* * Patches by Jon Diekema, 17 Sep 2003:wdenk2003-09-18-32/+71
| | | | | | | - update README (SHOW_BOOT_PROGRESS values for cmd_nand.c and env_common.c) - sbc8260 tweaks - adjust "help" output
* * Patches by Anders Larsen, 17 Sep 2003:wdenk2003-09-18-37/+76
| | | | | | | | | | - fix spelling errors - set GD_FLG_DEVINIT flag only after device function pointers are valid - Allow CFG_ALT_MEMTEST on systems where address zero isn't writeable - enable 3.rd UART (ST-UART) on PXA(XScale) CPUs - trigger watchdog while waiting in serial driver
* Support new configuration of TRAB board with more memorywdenk2003-09-17-78/+206
| | | | Minor cleanup of comments
* Add auto-update code for TRAB board using USB memory stickswdenk2003-09-17-53/+487
|
* Code cleanupwdenk2003-09-16-5/+3
|
* * Disable MPC5200 bus pipelining as workaround for bus contentionwdenk2003-09-16-0/+2
|
* * Fix timeout problems with 1st packet on MPC5200wdenk2003-09-16-4/+8
|
* Disable MPC5200 bus pipelining as workaround for bus contentionwdenk2003-09-16-0/+2
|
* * Modify XLB arbiter priorities on MPC5200 so all devices use samewdenk2003-09-16-1/+17
| | | | | priority; configure critical interrupts to be handled like external interrupts
* Make IPB clock on MGT5100/MPC5200 configurable in board config file;wdenk2003-09-16-5/+16
| | | | go back to 66 MHz for stability
* Cleanup of code, output formatting, and indentation.wdenk2003-09-15-367/+347
|
* * Patches by Jon Diekema, 15 Sep 2003:wdenk2003-09-15-24/+168
| | | | | | | | | | | | | | | | | | | | | | | - add description for missing CFG_CMD_* entries in the README file - sacsng tweaks: include/configs/sacsng.h: + Support extra bootp options like: 2nd DNS and send hostname + Enabling ping and irq command + Adding defines for a bunch of misc configrabled options (patches for these options will be coming) + Adding watchdog support, but it isn't enabled yet. board/sacsng/sacsng.c: + Suppressing unneeded output when the quiet environment is non-zero. + show_boot_progress() now accepts any negative number as a failure code. + show_boot_progress() flashes the error code 5 times, and then resets the board to retry the boot from the top * Patch by Gleb Natapov, 14 Sep 2003: enable watchdog support for all MPC824x boards that have a watchdog
* * Patch by Gleb Natapov, 14 Sep 2003:wdenk2003-09-14-24/+53
| | | | | | | | | | enable watchdog support for all MPC824x boards that have a watchdog * On MPC5200, restrict FEC to a maximum of 10 Mbps to work around the "Non-octet Aligned Frame" errors we see at 100 Mbps * Patch by Sharad Gupta, 14 Sep 2003: fix SPR numbers for upper BAT register ([ID]BAT[4-7][UL])
* * Patch by llandre, 11 Sep 2003:wdenk2003-09-13-41/+12
| | | | update configuration for PPChameleonEVB board
* * Patch by David Müller, 13 Sep 2003:wdenk2003-09-13-79/+617
| | | | | | various changes to VCMA9 board specific files * Add I2C support for MGT5100 / MPC5200
* * Patch by Rune Torgersen, 11 Sep 2003:wdenk2003-09-12-1/+10
| | | | | | | | | Changed default memory option on MPC8266ADS to NOT be Page Based Interleave, since this doesn't work very well with the standard 16MB DIMM * Patch by George G. Davis, 12 Sep 2003: fix Makefile settings for sk98 driver
* Move TRAB burn-in tests to TRAB board directorywdenk2003-09-12-25/+1376
|
* Patch by Stefan Roese, 12 Sep 2003stroese2003-09-12-0/+7
|
* New boards DP405, HUB405, PLU405, VOH405 added.stroese2003-09-12-5/+22
|
* New board config file added.stroese2003-09-12-0/+1597
|
* Update configuration.stroese2003-09-12-28/+34
|
* PPC405EP: set vendor id.stroese2003-09-12-0/+4
|
* Disable memory controller before setting first values.stroese2003-09-12-0/+5
|
* PMC405 update.stroese2003-09-12-104/+1361
|
* PCI405 update.stroese2003-09-12-746/+751
|
* CPCI405(AB) update.stroese2003-09-12-1093/+1437
|
* ASH405 update.stroese2003-09-12-2466/+2497
|
* Xilinx jtag tool added.stroese2003-09-12-0/+2402
|