summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-12-06Accelerate booting on TRAB board: read and check autoupdate imageLABEL_2003_12_06_1550wdenk
headers first instead of always reading the whole images.
2003-12-05Fix typo in MPC5XXX code (pointed out by Victor Wren)wdenk
2003-12-03* Enabled password check on RMU boardwdenk
* Fix configuration problem with IceCube in LOWBOOT configuration: environment got embedded, corrupting the image layout.
2003-11-25Add support for BMS2003 boardwdenk
(featuring a NEC NL6448BC33-54. 10.4", 640x480 TFT display). Fix NEC display names (it's 6440 [for 640x480], not 6640).
2003-11-17Fix flash driver for TRAB board (must use Unlock Bypass Reset commandLABEL_2003_11_26_MKRwdenk
to exit Unlock Bypass Mode); adjust timings for flash, SRAM and CPLD
2003-11-17* Use "-fPIC" instead of "-mrelocatable" to prevent problems withwdenk
recent tools * Add checksum verification to 'imls' command * Add bd_info fields needed for 4xx Linux I2C driver * Patch by Martin Krause, 4 Nov. 2003: Fix error in cmd_vfd.c (TRAB board: "vfd /1" shows now only one Bitmap) * Print used network interface when CONFIG_NET_MULTI is set
2003-11-07* Patch by Bernhard Kuhn, 28 Oct 2003:wdenk
Add low boot support for MPC5200 * Fix problem with dual PCMCIA support (NSCU) * Fix MPC5200 I2C initialization function
2003-10-30* Fix parameter passing to standalone images with bootm commandU-Boot-1_0_0wdenk
* Patch by Kyle Harris, 30 Oct 2003: Fix build errors for ixdp425 board * Patch by David M. Horn, 29 Oct 2003: Fixes to build under CYGWIN * Get IceCube MGT5100 working (again)
2003-10-29* Prepare for releasewdenk
* Fix problems in memory test on some boards (which was not non-destructive as intended) * Patch by Gary Jennejohn, 28 Oct 2003: Change fs/fat/fat.c to put I/O buffers in BSS instead on the stack to prevent stack overflow on ARM systems
2003-10-28* Patch by Stephan Linz, 28 Oct 2003:wdenk
fix init sequence error for NIOS port * Allow lowercase spelling for IceCube_5200; support MPC5200LITE name * Add CONFIG_VERSION_VARIABLE to TRAB configuration
2003-10-26* Patch by Xiao Xianghua, 23 Oct 2003:wdenk
small patch for mpc85xx * Fix small problem in MPC5200 I2C driver * Fix FCC3 support on ATC board
2003-10-24* Correct header printing for multi-image files in do_bootm()dzu
* Make CONFIG_SILENT_CONSOLE work with CONFIG_AUTOBOOT_KEYED
2003-10-22Fix PCI problems on PPChameleon boardwdenk
2003-10-19* Patch by Steven Scholz, 18 Oct 2003:wdenk
Fix AT91RM9200 ethernet driver * Patch by Nye Liu, 17 Oct 2003: Fix typo in include/mpc8xx.h * Patch by Richard Woodruff, 16 Oct 03: Fixes for cpu/arm925/interrupt.c - Initialize timestamp & lastdec vars. - fix timestamp overflows. - fix lastdec overflow. - smarter normalization to allow udelay() below 1ms to work. * Patch by Scott McNutt, 16 Oct add networking support for the Altera Nios Development Kit, Cyclone Edition (DK-1C20) * Patch by Jon Diekema, 14 Oct 2003: add hint about doc/README.silent to README file
2003-10-19* Fix PCI problems on PPChameleonEVBLABEL_2003_10_20_0025wdenk
* TRAB auto-update: image type patch by Martin Krause, 17 Oct 2003
2003-10-19Add CompactFlash support for NSCUdzu
2003-10-16TRAB auto-update: Base decision if we have to strip the imagewdenk
header on image type as encoded in the header
2003-10-15* Patches by Xianghua Xiao, 15 Oct 2003:LABEL_2003_10_16_0200wdenk
- Added Motorola CPU 8540/8560 support (cpu/85xx) - Added Motorola MPC8540ADS board support (board/mpc8540ads) - Added Motorola MPC8560ADS board support (board/mpc8560ads) * Minor code cleanup
2003-10-14* Make sure HUSH is initialized for running auto-update scriptsLABEL_2003_10_14_2140wdenk
* Make 5200 reset command _really_ reset the board, without running any other code after it * Fix flash mapping and display on P3G4 board * Patch by Kyle Harris, 15 Jul 2003: - add support for Intel IXP425 CPU - add support for IXDP425 eval board
2003-10-10Added config option CONFIG_SILENT_CONSOLE. See doc/README.silentLABEL_2003_10_10_1200wdenk
for more information
2003-10-09* Patch by Steven Scholz, 10 Oct 2003LABEL_2003_10_09_2320wdenk
- Add support for Altera FPGA ACEX1K * Patches by Thomas Lange, 09 Oct 2003: - Endian swap ATA identity for all big endian CPUs, not just PPC - MIPS only: New option CONFIG_MEMSIZE_IN_BYTES for passing memsize args to linux - add support for dbau1x00 board (MIPS32)
2003-10-09* Patches by Thomas Lange, 09 Oct 2003:wdenk
- 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
2003-10-09* Patch by Martin Krause, 09 Oct 2003:LABEL_2003_10_09_1515wdenk
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
2003-10-08* Patch by Scott McNutt, 04 Oct 2003:wdenk
- 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
2003-10-08* Patch by Yuli Barcohen, 25 Sep 2003:wdenk
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)
2003-10-08* Patch by Sangmoon Kim, 23 Sep 2003:wdenk
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.
2003-10-08* Patch by Anders Larsen, 18 Sep 2003:wdenk
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
2003-10-07Use IH_TYPE_FILESYSTEM for TRAB "disk" images.wdenk
2003-10-07Fix build problems under FreeBSDwdenk
2003-10-06Add generic filesystem image typewdenk
2003-10-06* Update TRAB auto update codeLABEL_2003_10_06_2355wdenk
* 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)
2003-09-30Improve SDRAM setup for TRAB boardLABEL_2003_10_01_1830dzu
2003-09-30Suppress all output with splashscreen configured only if "splashimage"dzu
is set
2003-09-30* Fix problems with I2C support for mpc5200dzu
2003-09-30Fix problems with I2C support for mpc5200dzu
2003-09-29Suppress all output with splashscreen configured only if "splashimage"dzu
is set
2003-09-29* Adapt TRAB configuration and auto_update to new memory layoutdzu
2003-09-25Add configuration for wtk boarddzu
2003-09-25Add support for the Sharp LQ065T9DR51U LCD displaydzu
2003-09-19"start" may be legitimately 0x0000wdenk
2003-09-18Update MPC5200 port pin configuration for Linux CAN drivers.wdenk
2003-09-18Work on TRAB's auto_update feature.LABEL_2003_09_18_2045wdenk
Cleanup for submitted patches.
2003-09-18* Patch by Rune Torgersen, 17 Sep 2003:wdenk
- Fixes for MPC8266 default config - Allow eth_loopback_test() on 8260 to use a subset of the FCC's
2003-09-18* Patches by Jon Diekema, 17 Sep 2003:wdenk
- update README (SHOW_BOOT_PROGRESS values for cmd_nand.c and env_common.c) - sbc8260 tweaks - adjust "help" output
2003-09-18* Patches by Anders Larsen, 17 Sep 2003:wdenk
- 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
2003-09-17Support new configuration of TRAB board with more memorywdenk
Minor cleanup of comments
2003-09-17Add auto-update code for TRAB board using USB memory stickswdenk
2003-09-16Code cleanupLABEL_2003_09_16_2310wdenk
2003-09-16* Disable MPC5200 bus pipelining as workaround for bus contentionwdenk
2003-09-16* Fix timeout problems with 1st packet on MPC5200wdenk