summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix style issues primarily in 85xx and 83xx boards.Jon Loeliger2005-08-0125-569/+546
| | | | | | | | - C++ comments - Trailing white space - Indentation not by TAB - Excessive amount of empty lines - Trailing empty lines
* * Patch by Ron Alder, 11 July 2005Lunsheng Wang2005-07-2912-25/+1969
| | | | | Add Xianghua Xiao and Lunsheng Wang's support for the GDA MPC8540 EVAL board.
* Merge with rsync://git-user@source.denx.net/git/u-boot.gitJon Loeliger2005-07-283-3/+20
|\
| * Fix sysmon POST problem: check I2C error codesWolfgang Denk2005-07-282-2/+16
| | | | | | | | | | | | This fixes a problem of displaying bogus voltages when the voltages are so low that the I2C devices start failing while the rest of the system keeps running.
| * Fix CFG_CMD_SETGETDCR handling in "common/cmd_dcr.c"Wolfgang Denk2005-07-282-1/+4
| | | | | | | | [Patch by Cedric Vincent, 6 Jul 2005]
* | * Patch by Eran LibertyEran Liberty2005-07-2835-21/+6197
| | | | | | | | Add support for the Freescale MPC8349ADS board.
* | * Patch by Jon Loeliger, 2005-07-25Jon Loeliger2005-07-2514-11/+6
| | | | | | | | | | Move the TSEC driver out of cpu/mpc85xx as it will be shared by the upcoming mpc83xx family as well.
* | * Patch by Jon Loeliger, 2005-05-05Jon Loeliger2005-07-2536-353/+2573
| | | | | | | | | | | | | | | | Implemented support for MPC8548CDS board. Added DDR II support based on SPD values for MPC85xx boards. This roll-up patch also includes bugfies for the previously published patches: DDRII CPO, pre eTSEC, 8548 LBIU, Andy's TSEC, eTSEC 3&4 I/O
* | * Patch by Jon Loeliger, 2005-Feb-10Jon Loeliger2005-07-252-0/+10
| | | | | | | | Add config option CONFIG_HAS_FEC calling out 8540 FEC features.
* | * Patch by Jon Loeliger, Kumar Gala, 2005-02-08Jon Loeliger2005-07-253-18/+90
| | | | | | | | | | | | | | For MPC85xxCDS: Adds Relaxed Timing TRLX bit to FLASH ORx regs to allow for faster flash parts. Add documentation for BR/OR for FLASH.
* | * Patch by Jon Loeliger 2005-02-08Jon Loeliger2005-07-252-1/+19
| | | | | | | | Determine L2 Cache size dynamically on 85XX boards.
* | * Patch by Jon Loeliger, Kumar Gala 2005-02-08Jon Loeliger2005-07-2349-38/+68
|/ | | | | | | | - Convert the CPM2 based functionality to use new CONFIG_CPM2 option rather than a myriad of CONFIG_MPC8560-like variants. Applies to MPC85xx and MPC8260 boards, includes stxgp3 and sbc8560. Eliminates the CONFIG_MPC8560 option entirely. Distributes the new CONFIG_CPM2 option to each 8260 board.
* Patch by Jon Loeliger, 20 Jul 2005:Wolfgang Denk2005-07-213-0/+313
| | | | | | | Add missing PCI IO port definitions. author Kumar Gala <kumar.gala@freescale.com> Wed, 20 Jul 2005 15:39:52 -0500 committer Jon Loeliger <jdl@freescale.com> Wed, 20 Jul 2005 15:39:52 -0500
* Add missing CHANGELOG entry.Wolfgang Denk2005-07-211-0/+2
|
* Add CompactFlash support for HMI1001 board.Wolfgang Denk2005-07-212-0/+39
|
* Adjust printed board ID for LWMON board.Wolfgang Denk2005-07-211-1/+1
|
* Fix low-level OHCI transfers for ARM920t and MPC5xxxWolfgang Denk2005-07-219-153/+400
| | | | | | | | A new, Windows compatible init sequence was also backported from Linux 2.6, but disabled with #undef NEW_INIT_SEQ as it wouldn't change the behaviour of the memopry sticks we tested. Maybe it's not relevant for mass storage devices. For recerence, see file common/usb.c, function usb_new_device(), section #ifdef NEW_INIT_SEQ.
* Add new argument format for flash commands to allow for usage likeWolfgang Denk2005-07-212-4/+108
| | | | | "erase $(addr) +$(filesize)", i. e. a size argument can be used and U-Boot will automaticially find the end of the corresponding sector.
* Fix file permissionsWolfgang Denk2005-07-21134-0/+0
|
* * Patch by Stefan Roese, 5 Jul 2005:stroese2005-07-052-0/+12
| | | | Update uc100 board PHY setup
* * Patch by Detlev Zundel, 30 Jun 2005:wdenk2005-07-046-30/+36
| | | | Fix LCD logo for lwmon board which got lost in the merge of 8xx and PXA LCD code
* * Patch by Stefan Roese, 1 Jul 2005:stroese2005-07-012-1/+4
| | | | Fix PHY address for CATcenter board (now correct!)
* * Patch by Stefan Roese, 30 Jun 2005:stroese2005-06-304-6/+10
| | | | | Fix PHY addresses for PPChameleon and CATcenter boards Change MAINTAINER for most esd boards
* * Fix baudrate calculation problem on MPC5200 systemswdenk2005-06-276-16/+47
| | | | | | | | | * Add MPC8220 boards to MAKEALL script * Add EEPROM and RTC support for HMI1001 board * Patch by Detlev Zundel, 20 Jun 2005: Fix initialization of low active GPIO pins on inka4x0 board
* Enable redundant environment, disable HW flash protection of HMI1001 boardwdenk2005-06-202-1/+5
|
* * Patch by Travis Sawyer, 10 Jun 2005:wdenk2005-06-203-1/+11
| | | | | | | | | Initialize allocated dev and private hw structures after their respective allocation in 440gx_enet.c * Patch by Steven Scholz, 10 Jun 2005: Fix byteorder problems with second argument of "bootm" with standalone images;
* * Add support for HMI1001 boardwdenk2005-06-1013-26/+669
| | | | * Disable "date" and "sntp" commands on TQM866M which has no RTC
* Fix watchdog reset problems on LWMON boardwdenk2005-06-053-0/+4
|
* Patch by Juergen Selent, 17 May 2005:wdenk2005-05-3013-37/+1880
| | | | Add support for Funkwerk VoVPN gateway module.
* * Extend burst mode RAM test program to take a loop countwdenk2005-05-235-12/+41
| | | | | | | (0 = infinite) * Use CONFIG_DRIVER_KS8695ETH to enable KS8695 ethernet driver on those boards that use it.
* Patch by Greg Ungerer, 19 May 2005:wdenk2005-05-1913-1/+1372
| | | | add support for the OpenGear CM4008 board
* Patch by Greg Ungerer, 19 May 2005:wdenk2005-05-191-0/+101
| | | | add support for the OpenGear CM4008 board
* * Patch by Greg Ungerer, 19 May 2005:wdenk2005-05-1911-3/+1054
| | | | | | | add support for the KS8695P (ARM 922 based) CPU * Patch by Steven Scholz, 19 May 2005: Add support for CONFIG_SERIAL_TAG on ARM boards
* Add PCI support for Sorcery board.wdenk2005-05-1616-323/+502
| | | | Code cleanup (especially Sorcery / Alaska / Yukon serial driver).
* Fix compile problems caused by new burst mode SDRAM test;wdenk2005-05-163-16/+48
| | | | make port pins to trigger logic analyzer configurable
* Fix timer handling on MPC85xx systemswdenk2005-05-134-167/+175
|
* * Fix debug code in omap5912osk flash driverwdenk2005-05-1211-6/+1537
| | | | * Add support for MPC8247 based "IDS8247" board.
* Add support for 2 x TSEC interfaces on the TQM8540 board.wdenk2005-05-102-2/+7
|
* On LWMON we must use the watchdog to reset the board as the CPUwdenk2005-05-093-1/+37
| | | | genereated HRESET pulse is too short to reset the external circuitry.
* Add test tool to exercise SDRAM accesses in burst modewdenk2005-05-075-0/+492
| | | | (as standalone program, MPC8xx/PowerPC only)
* It's better to handle LZO and LZARI compression mdoes for JFFS2 withwdenk2005-05-055-21/+20
| | | | a single #define.
* Increase CFG_MONITOR_LEN for Rattler board to match actual code size.wdenk2005-05-052-1/+4
|
* Major upate of JFFS2 code; now in sync with snapshot of MTD CVS ofwdenk2005-05-0511-12/+716
| | | | | March 13, 2005); new configuration options CONFIG_JFFS2_LZO and CONFIG_JFFS2_LZARI are added. Both are undefined by default.
* Fix problem with symbolic links in JFFS2 code.wdenk2005-05-042-1/+7
|
* Use linker ASSERT statement to prevent undetected overlapping ofwdenk2005-05-042-0/+4
| | | | sections on PPChameleon board; other boards might use this, too.
* README: add explanation about patch policywdenk2005-05-032-5/+9
| | | | net/net.c: fix indentation
* * Patch by Stefan Roese, 03 May 2005:stroese2005-05-031-0/+8
| | | | | | | | | Update for P3G4 Fix problems in cmd_universe.c * Patch by Matthias Fuchs, 03 May 2005: Added missing variable declaration in cmd_nand.c Modified CFG_PCI_PTM1MS in configs/PLU405.h to map 128MB ram
* * Patch by Matthias Fuchs, 03 May 2005:stroese2005-05-032-1/+3
| | | | | Added missing variable declaration in cmd_nand.c Modified CFG_PCI_PTM1MS in configs/PLU405.h to map 128MB ram
* * Patch by Stefan Roese, 03 May 2005:stroese2005-05-033-25/+77
| | | | | Update for P3G4 Fix problems in cmd_universe.c
* Fix INKA4x0: use CS1 as gpio_wkup_6 outputwdenk2005-04-222-9/+5
|
OpenPOWER on IntegriCloud