summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-04-05Add support for MPC8220 based "sorcery" board.LABEL_2005_04_05_2345wdenk
2005-04-05Add support for TQM8560 boardLABEL_2005_04_05_1830wdenk
2005-04-04* Add FEC support for TQM8540 board.wdenk
Interfaces are named as follows: "ENET1" - TSEC2, "ENET2" - FEC * Patch by Martin Krause, 04 Apr 2005: Update default configuration for CMC_PU2 board.
2005-04-04Patch by Steven Scholz, 4 Apr 2005:wdenk
- remove all references to CONFIG_INIT_CRITICAL for ARM based boards - introduce two new configuration options instead: CONFIG_SKIP_LOWLEVEL_INIT and CONFIG_SKIP_RELOCATE_UBOOT
2005-04-04Use the same name (lowlevel_init) for all (ARM) boardswdenk
2005-04-04Patch by Steven Scholz, 04 Apr 2005:wdenk
Make sure that MDIO clock does not exceed 2.5 MHz on AT91
2005-04-04Fix timer code for ARM systems: make sure that udelay() does notwdenk
reset timers so it's save to use udelay() in timeout code.
2005-04-03* Patch by Mathias Küster, 23 Nov 2004:wdenk
add udelay support for the mcf5282 cpu * Patch by Tolunay Orkun, 16 November 2004: fix incorrect onboard Xilinx CPLD base address
2005-04-03Patch by Jerry Van Baren, 08 Nov 2004:wdenk
- Add low-boot option for MPC8260ADS board (if lowboot is selected, the jumper for the HRCW source should select flash. If lowboot is not selected, the jumper for the HRCW source should select the BCSR. - change default load base address to 0x00400000
2005-04-03* Patch by Yuli Barcohen, 08 Nov 2004:wdenk
Add support for Analogue & Micro Rattler boards. Tested on Rattler8248. * Patch by Andre Renaud, 08 Nov 2004: Fix watchdog support in common/lcd.c * Patch by Marc Leeman, 05 Nov 2003: Enable all 4 PCMBRW buffers for the MPC8245 processor since the CPU bug only affects the XPC8245 processors
2005-04-03Patches by Josef Wagner, 29 Oct 2004:wdenk
- Add support for MicroSys CPU87 board - Add support for MicroSys PM854 board
2005-04-03* Patch by Scott McNutt, 01 Nov 2004:wdenk
Add missing NIOS/NIOS2 support for "iminfo" command * Patch by Detlev Zundel, 29 Oct 2004: Add missing NIOS/NIOS2 support for "mkimage" tool.
2005-04-03Patch by David Adair, 27 Oct 2004:wdenk
Add missing 440GX SDRAM Controller reset
2005-04-03Patch by Steven Scholz, 25 Oct 2004:wdenk
Declare reset_cpu() in include/common.h instead locally
2005-04-03* Patch by Yusdi Santoso, 22 Oct 2004:wdenk
- Add support for HIDDEN_DRAGON board - fix endianess problem in driver/rtl1839.c * Patch by Allen Curtis, 21 Oct 2004: support multiple serial ports
2005-04-03* Patch by Richard Klingler, 03 Apr 2005:wdenk
Add call to eth_halt() in net/net.c when called functions fail after eth_init() has been called. * Patch by Sam Song, 3 April 2005: - Update README.Netconsole - Update README
2005-04-03Patch by Steven Scholz, 03 Apr 2005:wdenk
- create SoC specific directories include/asm-arm/arch-imx and include/asm-arm/arch-s3c24x0
2005-04-03Minor cleanupwdenk
2005-04-02Prepare for SoC rework of ARM code:wdenk
- rename CONFIG_BOOTBINFUNC into CONFIG_INIT_CRITICAL - rename memsetup into lowlevel_init (function name and source files)
2005-04-02Fix problems with SNTP support;wdenk
enable SNTP support in some boards.
2005-04-01Patch by Martin Krause, 01 Apr 2005:wdenk
Add automatic HW detection for CMC_PU2 and CMC_BASIC
2005-04-01Patch by Martin Krause, 01 Apr 2005:wdenk
Fix flash erase timeout on CMC_PU2
2005-04-01Patch by Steven Scholz, 13 March 2005:wdenk
fix cache enabling for AT91RM9200
2005-04-01* Patch by Masami Komiya, 30 Mar 2005:wdenk
add SNTP support and expand time server and time offset fields of DHCP support. See doc/README.SNTP * Patch by Steven Scholz, 13 Dec 2004: Fix bug in at91rm920 ethernet driver
2005-03-31Patch by Steven Scholz, 13 Dec 2004:wdenk
Remove duplicated code by merging memsetup.S files for at91rm9200 boards into one cpu/at91rm9200/lowlevel.S
2005-03-31* Patch by Detlev Zundel, 31 Mar 2005:wdenk
Cleanup duplicate definition of overwrite_console() * Update TQM5200 configuration; prepare for Rev. 200 starter kit boards
2005-03-30* Patch by Scott McNutt, 21 Oct 2004:wdenk
Add support for Nios-II EPCS Controller core. * Patch by Scott McNutt, 20 Oct 2004: Nios-II cleanups: - Add sysid command (Nios-II only). - Locate default exception trampoline at proper offset. - Implement I/O routines (readb, writeb, etc) - Implement do_bootm_linux
2005-03-27Patches by Martin Krause, 22 Mar 2005:wdenk
- use TQM5200_auto as MAKEALL target for TQM5200 systems - add support for SM501 graphics controller - add support for graphic console on TQM5200 - add support for TQM5200 Rev 200 - cleanup, fix typo in include/configs/TQM5200.h
2005-03-20Patch by Manfred Baral, 17 Mar 2005:wdenk
Fix typo
2005-03-17* Fix RTC configuration for PPChameleon boardwdenk
* Cleanup, fix typo in include/configs/TQM5200.h
2005-03-17Update for esd auto_update and hh405 boardstroese
2005-03-16Update for esd auto_update and hh405 boardstroese
2005-03-16Adapt for U-Boot image size (new features enabled) on TQM5200wdenk
2005-03-15Update code for TQM8540 board (and 85xx in general):wdenk
- Change the name of the Ethernet driver: MOTO ENET -> ENET - Reformat boot messages - Enable redundant environment - Replace the -O2 optimization flag with -mno-string
2005-03-15Tune TQM8540 default configuration.LABEL_2005_03_15_0125wdenk
2005-03-15Add TQM8540 to MAKEALL listswdenk
2005-03-14* Patch by David Brownell, 10 Mar 2005:wdenk
Restore copyright statements in OHCI drivers. * Add support for TQM8540 board
2005-03-14Patch by Detlev Zundel, 14 Mar 2005:wdenk
NC650: changed NAND flash addressing to using UPMB
2005-03-14INKA4x0: Allow initialization of LCD backlight dimming fromwdenk
"brightness" environment variable.
2005-03-14Update for esd voh405 fpga imagestroese
2005-03-06Add port initialization for digital I/O on INKA4x0LABEL_2005_03_06_0225wdenk
2005-03-04* Fix get_partition_info() parameter error in all other callswdenk
(common/cmd_ide.c, common/cmd_reiser.c, common/cmd_scsi.c). * Enable USB and IDE support for INKA4x0 board * Patch by Andrew Dyer, 28 February 2005: fix ext2load passing an incorrect pointer to get_partition_info() resulting in load failure for devices other than 0
2005-03-01Update for esd boards dp405 and hub405stroese
2005-02-27Add support for SRAM and 2 x Quad UARTs on INKA4x0 boardLABEL_2005_02_28_0050wdenk
2005-02-24Cleanup USB and partition defineswdenk
2005-02-24* Add support for ext2 filesystems and image timestamps to TQM5200 boardwdenk
* Add reset code for Coral-P on INKA4x0 board * Patch by Martin Krause, 28 Jun 2004: Update for TRAB board. * Fix some missing "volatile"s in MPC5xxx FEC driver
2005-02-08Fix yet another recently introduced bug.LABEL_2005_02_08_1615wdenk
2005-02-07Fix cirrus voltage detection (for CPC45)LABEL_2005_02_07_2045wdenk
2005-02-04Fix for incomplete byteorder fix in cmd_scsi.c and cmd_usb.cwdenk
2005-02-04Fix byteorder problem in usbboot and scsiboot commands.wdenk