Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix sysmon POST problem: check I2C error codes | Wolfgang Denk | 2005-07-28 | -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 Denk | 2005-07-28 | -1/+4 |
| | | | | [Patch by Cedric Vincent, 6 Jul 2005] | |||
* | Patch by Jon Loeliger, 20 Jul 2005: | Wolfgang Denk | 2005-07-21 | -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 Denk | 2005-07-21 | -0/+2 |
| | ||||
* | Add CompactFlash support for HMI1001 board. | Wolfgang Denk | 2005-07-21 | -0/+39 |
| | ||||
* | Adjust printed board ID for LWMON board. | Wolfgang Denk | 2005-07-21 | -1/+1 |
| | ||||
* | Fix low-level OHCI transfers for ARM920t and MPC5xxx | Wolfgang Denk | 2005-07-21 | -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 like | Wolfgang Denk | 2005-07-21 | -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 permissions | Wolfgang Denk | 2005-07-21 | -0/+0 |
| | ||||
* | * Patch by Stefan Roese, 5 Jul 2005: | stroese | 2005-07-05 | -0/+12 |
| | | | | Update uc100 board PHY setup | |||
* | * Patch by Detlev Zundel, 30 Jun 2005: | wdenk | 2005-07-04 | -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: | stroese | 2005-07-01 | -1/+4 |
| | | | | Fix PHY address for CATcenter board (now correct!) | |||
* | * Patch by Stefan Roese, 30 Jun 2005: | stroese | 2005-06-30 | -6/+10 |
| | | | | | Fix PHY addresses for PPChameleon and CATcenter boards Change MAINTAINER for most esd boards | |||
* | * Fix baudrate calculation problem on MPC5200 systems | wdenk | 2005-06-27 | -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 board | wdenk | 2005-06-20 | -1/+5 |
| | ||||
* | * Patch by Travis Sawyer, 10 Jun 2005: | wdenk | 2005-06-20 | -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 board | wdenk | 2005-06-10 | -26/+669 |
| | | | | * Disable "date" and "sntp" commands on TQM866M which has no RTC | |||
* | Fix watchdog reset problems on LWMON board | wdenk | 2005-06-05 | -0/+4 |
| | ||||
* | Patch by Juergen Selent, 17 May 2005: | wdenk | 2005-05-30 | -37/+1880 |
| | | | | Add support for Funkwerk VoVPN gateway module. | |||
* | * Extend burst mode RAM test program to take a loop count | wdenk | 2005-05-23 | -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: | wdenk | 2005-05-19 | -1/+1372 |
| | | | | add support for the OpenGear CM4008 board | |||
* | Patch by Greg Ungerer, 19 May 2005: | wdenk | 2005-05-19 | -0/+101 |
| | | | | add support for the OpenGear CM4008 board | |||
* | * Patch by Greg Ungerer, 19 May 2005: | wdenk | 2005-05-19 | -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. | wdenk | 2005-05-16 | -323/+502 |
| | | | | Code cleanup (especially Sorcery / Alaska / Yukon serial driver). | |||
* | Fix compile problems caused by new burst mode SDRAM test; | wdenk | 2005-05-16 | -16/+48 |
| | | | | make port pins to trigger logic analyzer configurable | |||
* | Fix timer handling on MPC85xx systems | wdenk | 2005-05-13 | -167/+175 |
| | ||||
* | * Fix debug code in omap5912osk flash driver | wdenk | 2005-05-12 | -6/+1537 |
| | | | | * Add support for MPC8247 based "IDS8247" board. | |||
* | Add support for 2 x TSEC interfaces on the TQM8540 board. | wdenk | 2005-05-10 | -2/+7 |
| | ||||
* | On LWMON we must use the watchdog to reset the board as the CPU | wdenk | 2005-05-09 | -1/+37 |
| | | | | genereated HRESET pulse is too short to reset the external circuitry. | |||
* | Add test tool to exercise SDRAM accesses in burst mode | wdenk | 2005-05-07 | -0/+492 |
| | | | | (as standalone program, MPC8xx/PowerPC only) | |||
* | It's better to handle LZO and LZARI compression mdoes for JFFS2 with | wdenk | 2005-05-05 | -21/+20 |
| | | | | a single #define. | |||
* | Increase CFG_MONITOR_LEN for Rattler board to match actual code size. | wdenk | 2005-05-05 | -1/+4 |
| | ||||
* | Major upate of JFFS2 code; now in sync with snapshot of MTD CVS of | wdenk | 2005-05-05 | -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. | wdenk | 2005-05-04 | -1/+7 |
| | ||||
* | Use linker ASSERT statement to prevent undetected overlapping of | wdenk | 2005-05-04 | -0/+4 |
| | | | | sections on PPChameleon board; other boards might use this, too. | |||
* | README: add explanation about patch policy | wdenk | 2005-05-03 | -5/+9 |
| | | | | net/net.c: fix indentation | |||
* | * Patch by Stefan Roese, 03 May 2005: | stroese | 2005-05-03 | -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: | stroese | 2005-05-03 | -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: | stroese | 2005-05-03 | -25/+77 |
| | | | | | Update for P3G4 Fix problems in cmd_universe.c | |||
* | Fix INKA4x0: use CS1 as gpio_wkup_6 output | wdenk | 2005-04-22 | -9/+5 |
| | ||||
* | Fix bug in the SDRAM initialization code for canmb, IceCube and | wdenk | 2005-04-21 | -20/+32 |
| | | | | | | PM520 boards. Fix PHY address for canmb board. | |||
* | get rid of obsolete CFG_AT91C_BRGR_DIVISOR definition | wdenk | 2005-04-20 | -5/+2 |
| | ||||
* | Cleanup serial console baudrate calculation on AT91RM9200 | wdenk | 2005-04-20 | -5/+47 |
| | ||||
* | Auto-size RAM on canmb board. | wdenk | 2005-04-20 | -68/+206 |
| | | | | Cleanup. | |||
* | * Patch by Matthias Fuchs, 18 Apr 2005: | stroese | 2005-04-20 | -317/+338 |
| | | | | | Make PCI target address spaces on PMC405 and CPCI405 boards configurable via environment variables | |||
* | Add support for canmb board | wdenk | 2005-04-13 | -5/+552 |
| | ||||
* | * Patch by Stefan Roese, 13 Apr 2005: | stroese | 2005-04-13 | -0/+3 |
| | | | | Update for esd apc405 | |||
* | Update for esd apc405 | stroese | 2005-04-13 | -2299/+2348 |
| | ||||
* | * Fixes for TQM8560 board: | wdenk | 2005-04-13 | -7/+13 |
| | | | | | | | | | - fix clock rates - remove debug messages - fix flash sector protection * Patch by Steven Scholz, 07 Apr 2005: Fix warning in cpu/arm920t/at91rm9200/i2c.c | |||
* | Cleanup | wdenk | 2005-04-07 | -1/+0 |
| |