| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
| |
Make sure that MDIO clock does not exceed 2.5 MHz on AT91
|
|
|
|
| |
reset timers so it's save to use udelay() in timeout code.
|
|
|
|
|
|
|
| |
add udelay support for the mcf5282 cpu
* Patch by Tolunay Orkun, 16 November 2004:
fix incorrect onboard Xilinx CPLD base address
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
- Add support for MicroSys CPU87 board
- Add support for MicroSys PM854 board
|
|
|
|
|
|
|
| |
Add missing NIOS/NIOS2 support for "iminfo" command
* Patch by Detlev Zundel, 29 Oct 2004:
Add missing NIOS/NIOS2 support for "mkimage" tool.
|
|
|
|
| |
Add missing 440GX SDRAM Controller reset
|
|
|
|
| |
Declare reset_cpu() in include/common.h instead locally
|
|
|
|
|
|
|
|
| |
- Add support for HIDDEN_DRAGON board
- fix endianess problem in driver/rtl1839.c
* Patch by Allen Curtis, 21 Oct 2004:
support multiple serial ports
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
- create SoC specific directories include/asm-arm/arch-imx and
include/asm-arm/arch-s3c24x0
|
| |
|
|
|
|
|
| |
- rename CONFIG_BOOTBINFUNC into CONFIG_INIT_CRITICAL
- rename memsetup into lowlevel_init (function name and source files)
|
|
|
|
| |
enable SNTP support in some boards.
|
|
|
|
| |
Add automatic HW detection for CMC_PU2 and CMC_BASIC
|
|
|
|
| |
Fix flash erase timeout on CMC_PU2
|
|
|
|
| |
fix cache enabling for AT91RM9200
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Remove duplicated code by merging memsetup.S files for
at91rm9200 boards into one cpu/at91rm9200/lowlevel.S
|
|
|
|
|
|
|
| |
Cleanup duplicate definition of overwrite_console()
* Update TQM5200 configuration;
prepare for Rev. 200 starter kit boards
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Fix typo
|
|
|
|
| |
* Cleanup, fix typo in include/configs/TQM5200.h
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Change the name of the Ethernet driver: MOTO ENET -> ENET
- Reformat boot messages
- Enable redundant environment
- Replace the -O2 optimization flag with -mno-string
|
| |
|
| |
|
|
|
|
|
|
| |
Restore copyright statements in OHCI drivers.
* Add support for TQM8540 board
|
|
|
|
| |
NC650: changed NAND flash addressing to using UPMB
|
|
|
|
| |
"brightness" environment variable.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
(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
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- don't insist on leading '/' for filename in ext2load
- set default partition to useful value (1) in ext2load
* Patch by Andrew Dyer, 08 Jan 2005:
fix wrong return codes in ext2 code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
makes 'ld' to overlook binary objects compatibility.
* Moved $(PLATFORM_LIBS) from the library group (--start-group ...
--end-group) outside of the group. This will make 'ld' to do
_multiple_ search in the library group when resolving symbol
references and do only a _single_ seach in libgcc.a after the group
search.
* Fix stability problems on CPC45 board again.
* Make image detection for diskboot / usbboot / scsiboot more robust
(also check header checksum)
|
|
|
|
| |
* Add USB and PCI support for INKA4x0 board
|