summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* * Add support for HMI1001 boardwdenk2005-06-101-0/+4
| | | | * Disable "date" and "sntp" commands on TQM866M which has no RTC
* Patch by Juergen Selent, 17 May 2005:wdenk2005-05-301-0/+5
| | | | Add support for Funkwerk VoVPN gateway module.
* Patch by Greg Ungerer, 19 May 2005:wdenk2005-05-191-0/+6
| | | | add support for the OpenGear CM4008 board
* * Fix debug code in omap5912osk flash driverwdenk2005-05-121-0/+3
| | | | * Add support for MPC8247 based "IDS8247" board.
* On LWMON we must use the watchdog to reset the board as the CPUwdenk2005-05-091-1/+2
| | | | genereated HRESET pulse is too short to reset the external circuitry.
* Add support for canmb boardwdenk2005-04-131-1/+4
|
* Patch by Steven Scholz, 06 Apr 2005:wdenk2005-04-061-10/+6
| | | | | - creating SoC subdir for Atmel AT91RM9200 cpu/arm920t/at91rm9200 - moving code out of cpu/at91rm9200 into cpu/arm920t/at91rm9200
* * Patches by Robert Whaley, 29 Nov 2004:wdenk2005-04-061-0/+3
| | | | | | | | | | | | - update the pxa-regs.h file for PXA27x chips - add PXA27x based ADSVIX board - add support for MMC on PXA27x processors * Patch by Andrew E. Mileski, 28 Nov 2004: Fix PPC4xx SPD SDRAM detection bug * Patch by Hiroshi Ito, 26 Nov 2004: Fix logic of "test -z" and "test -n" commands
* * Patch by Ladislav Michl, 05 Apr 2005:wdenk2005-04-051-0/+13
| | | | | | | | | Add support for VoiceBlue board. * Patch by Ladislav Michl, 05 Apr 2005: Fix netboot_common() prototypes. * Cleanup.
* Add support for MPC8220 based "sorcery" board.wdenk2005-04-051-0/+3
|
* Add support for TQM8560 boardwdenk2005-04-051-0/+3
|
* Patch by Jerry Van Baren, 08 Nov 2004:wdenk2005-04-031-0/+12
| | | | | | | | - 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
* * Patch by Yuli Barcohen, 08 Nov 2004:wdenk2005-04-031-1/+6
| | | | | | | | | | | | 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
* Patches by Josef Wagner, 29 Oct 2004:wdenk2005-04-031-0/+17
| | | | | - Add support for MicroSys CPU87 board - Add support for MicroSys PM854 board
* * Patch by Yusdi Santoso, 22 Oct 2004:wdenk2005-04-031-0/+3
| | | | | | | | - Add support for HIDDEN_DRAGON board - fix endianess problem in driver/rtl1839.c * Patch by Allen Curtis, 21 Oct 2004: support multiple serial ports
* * Patch by David Brownell, 10 Mar 2005:wdenk2005-03-141-0/+3
| | | | | | Restore copyright statements in OHCI drivers. * Add support for TQM8540 board
* * Removed '--no-warn-mismatch' option from Makefile. This optionwdenk2005-02-031-2/+2
| | | | | | | | | | | | | | | 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)
* * Patch by Daniel Poirot, 10 Oct 2004:wdenk2005-01-091-0/+3
| | | | | | | Add support for Wind River sbc405 board * Patch by Rainer Brestan, 12 Oct 2004: Make examples/Makefile more robust
* * Patches by Richard Woodruff, 01 Oct 2004:wdenk2005-01-091-0/+6
| | | | | | | | add support for the TI OMAP2420 processor and its H4 reference board * Patch by Christian Pellegrin, 24 Sep 2004: Added support for NE2000 compatible (DP8390, DP83902) NICs.
* * Patch by Leif Lindholm, 23 Sep 2004:wdenk2005-01-091-0/+10
| | | | | | | | add support for the AMD db1550 board * Patch by Travis Sawyer, 15 Sep 2004: Add CONFIG_SERIAL_MULTI support for ppc4xx, update README.serial_multi
* Patches by David Snowdon, 07 Sep 2004:wdenk2005-01-091-1/+4
| | | | | | - add u-boot.hex target in the top level Makefile - add support for the UNSW/NICTA PLEB 2 board (pleb2) - use -mtune=xscale and -march=armv5 options for PXA
* Patch by Florian Schlote, 08 Sep 2004:wdenk2005-01-091-0/+3
| | | | Add support for SenTec-COBRA5272-board (Coldfire).
* Cleanup: avoid trigraph warning in fs/ext2/ext2fs.c; rename UC100 -> uc100wdenk2004-12-191-1/+1
|
* Add support for UC100 boardwdenk2004-12-181-0/+3
|
* some new esd boards addedstroese2004-12-161-1/+23
|
* Add support for INKA4X0 boardwdenk2004-12-161-0/+3
|
* Patch by Martin Krause, 27 Oct 2004:wdenk2004-12-121-0/+5
| | | | | - add support for "STK52xx" board (including PS/2 multiplexer) - add hardware detection for TQM5200
* * Clean up CMC PU2 flash driverwdenk2004-12-101-3/+3
| | | | | | * Update MAINTAINERS file * Fix bug in MPC823 LCD driver
* Patch by TsiChung Liew, 23 Sep 2004:wdenk2004-10-281-0/+9
| | | | | - add support for MPC8220 CPU - Add support for Alaska and Yukon boards
* * Patch by Michael Bendzick, 30 Aug 2004:wdenk2004-10-101-1/+13
| | | | | | | | | - Improve platform.S code for omap1510inn that detects whether code is running from SDRAM or not. Patch allows SDRAM to be configured if code is running out of SRAM at 0x20000000. * Patch by Frederick Klatt, 30 Aug 2004: Add support for the Wind River SBC8540/SBC8560 boards
* Patches by Scott McNutt, 24 Aug 2004:wdenk2004-10-101-0/+12
| | | | | | - Add support for Altera Nios-II processors. - Add support for Psyent PCI-5441 board. - Add support for Psyent PK1C20 board.
* Patches by Jon Loeliger, 24 Aug 2004:wdenk2004-10-101-2/+8
| | | | | - Add support for the MPC8541 and MPC8555 CDS boards - Cleanup eth?addr handling: make dependent on CONFIG_ETH?ADDR
* * Patch by Gary Jennejohn, 01 Oct 2004:wdenk2004-10-101-0/+3
| | | | | | | | - add support for CMC PU2 board - add support for I2C on at91rm9200 * Patch by Gary Jennejohn, 28 Sep 2004: fix baudrate handling on at91rm9200
* Patch by Steven Scholz, 16 Aug 2004:wdenk2004-10-091-8/+11
| | | | | | | | - Introducing the concept of SoCs "./cpu/$(CPU)/$(SOC)" - creating subdirs for SoCs ./cpu/arm920t/imx and ./cpu/arm920t/s3c24x0 - moving SoC specific code out of cpu/arm920t/ into cpu/arm920t/$(SOC)/ - moving drivers/s3c24x0_i2c.c and drivers/serial_imx.c out of drivers/ into cpu/arm920t/$(SOC)/
* * Patch by Shlomo Kut, 29 Mar 2004:wdenk2004-09-291-0/+3
| | | | | | | Add support for MKS Instruments "Quantum" board * Fix build problem with Cogent boards; avoid using <asm/byteorder.h> when using the host compiler
* Patch by Vincent Dubey, 24 Sep 2004:wdenk2004-09-281-0/+3
| | | | Add support for xaeniax board
* Fix SysClk handling for PPChameleon and CATcenter boardswdenk2004-09-091-6/+16
|
* * Patch by Detlev Zundel, 08 Sep 2004:wdenk2004-09-081-1/+4
| | | | | | | | | | | Update etags build target * Improve NetConsole support: add support for broadcast destination address and buffered input. * Cleanup compiler warnings for GCC 3.3.x and later * Fix problem in cmd_jffs2.c introduced by CFG_JFFS_SINGLE_PART patch
* Add support for IDS "NC650" boardwdenk2004-08-281-0/+3
|
* * Add automatic update support for LWMON boardwdenk2004-08-281-2/+2
| | | | | | | | | | * Enable MSDOS/VFAT filesystem support for LWMON board * Clear Block Lock-Bits when erasing flash on LWMON board. * Fix return code of "fatload" command * Disable debugging for TQM5200 board
* * Patch by Martin Krause, 03 Aug 2004:wdenk2004-08-041-17/+17
| | | | | | | | | change timing for SM501 graphics controller on TQM5200 module * Patch by Mark Jonas, 13 July 2004: - Total5200 LCD now run in little endian mode. Endianess conversion is done in hardware. - Removed last reference to "console" environment variable.
* * Code cleanupwdenk2004-08-011-7/+10
| | | | | | | | | | | | | * Patch by Sascha Hauer, 28 Jun: - add generic support for Motorola i.MX architecture - add support for mx1ads, mx1fs2 and scb9328 boards * Patches by Marc Leeman, 23 Jul 2004: - Add define for the PCI/Memory Buffer Configuration Register - corrected comments in cpu/mpc824x/cpu_init.c * Add support for multiple serial interfaces (for example to allow modem dial-in / dial-out)
* Patch by Mark Jonas, 01 Jul 2004:wdenk2004-07-111-0/+28
| | | | | Added support for Total5100 and Total5200 (Rev.1 and Rev.2) MGT5100 and MPC5200 based Freescale platforms.
* * Patch by Martin Krause, 30 Jun 2004:wdenk2004-07-111-0/+26
| | | | | | | Add support for TQM5200 board * Patch by Martin Krause, 29 Jun 2004: Add loopw command: infinite write loop on address range
* * Patch by Prakash Kumar, 27 Jun 2004:wdenk2004-07-101-0/+3
| | | | | | | Add support for the PXA250 based Intrinsyc Cerf board. * Patch by Yasushi Shoji, 27 Jun 2004: fix comment in include/common.h
* * Rename SBC8560 into sbc8560 for consistencywdenk2004-07-101-3/+7
| | | | | | | | | * Patch by Daniel Poirot, 24 Jun 2004: Add support for Wind River's sbc8240 board * Patches by Yasushi Shoji, 26 Jun 2004: - drivers/serial_xuartlite.c: fix "return 0" in void function - add microblaze support to mkimage tool
* * Patch by Fred Klatt, 25 Jun 2004:wdenk2004-07-101-0/+11
| | | | | | | | | | | | Add support for WindRiver's SBC8560 board * Patch by Nicolas Lacressonniere, 24 Jun 2004 Small Bugs fixes for "at91rm9200dk" board: - Timing modifications for SPI DataFlash access - Fix NAND flash detection bug * Patch by Nicolas Lacressonniere, 24 Jun 2004: Add Support for Flash AT49BV6416 for AT91RM9200DK board
* Patch by Jon Loeliger, 17 June 2004:wdenk2004-07-091-3/+3
| | | | | | | | Completion of the 8540ADS/8560ADS updates: Fix some PCI and Rapid I/O memory maps, Initialize both TSEC 1 and 2, Initialize SDRAM Update MAINTAINER for 85xx boards and README.mpc85xxads
* * Patch by Yuli Barcohen, 16 Jun 2004:wdenk2004-07-091-5/+2
| | | | | | | | Remove obsolete AdderII port which was superseded by unified AdderII/Adder87x port * Patch by Ladislav Michl, 16 Jun 2004: Fix gcc-3.3.3 warnings for smc91111.c
* Patch by Andrea Marson, 11 Jun 2004:wdenk2004-07-011-5/+15
| | | | | | | Update for PPChameleon board: - support for SysClk @ 25MHz - support for Silicon Motion SM712 VGA controller - some clean ups
OpenPOWER on IntegriCloud