summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
Commit message (Collapse)AuthorAgeFilesLines
* Add support for BC3450 boarddzu@denx.de2006-04-211-0/+3
| | | | Signed-off-by: dzu@denx.de <dzu@denx.de>
* Update for NC650 board. Add NC650 based CP850 configuration.dzu@denx.de2006-04-191-0/+5
| | | | Signed-off-by: dzu@denx.de <dzu@denx.de>
* MPC5200: enable snooping of DMA transactions on XLB even if no PCIWolfgang Denk2006-04-181-0/+4
| | | | | is configured; othrwise DMA accesses aren't cache coherent which causes for example USB to fail.
* Some code cleanupWolfgang Denk2006-04-161-38/+39
|
* Merge with /home/hs/U-Boot/u-boot-devWolfgang Denk2006-04-161-0/+13
|\
| * * Fix dbau1x00 BoardHeiko Schocher2006-04-111-0/+6
| | | | | | | | | | | | | | | | - Fix dbau1x00 boards broken by dbau1550 patch PLL:s were not set for boards other than 1550. Flash CFI caused card to hang due to undefined CFG_FLASH_BANKS_LIST. Default boot is now bootp for cards other than 1550. Patch by Thomas Lange Aug 10 2005
| * Fixes common/cmd_flash.c:Heiko Schocher2006-04-111-0/+7
| | | | | | | | | | | | | | - fix some compiler/parser error, if using m68k tool chain - optical fix for protect on/off all messages, if using more then one bank Patch by Jens Scharsig, 28 July 2005
* | Fix Quad UART mapping on MCC200 board due to new HW revisionWolfgang Denk2006-04-131-0/+2
| |
* | Merge with /home/m8/git/u-bootWolfgang Denk2006-04-121-0/+6
|\ \ | |/ |/|
* | Update CHANGELOGWolfgang Denk2006-04-061-0/+4
| |
* | Merge with /home/sr/git/u-boot/cfi-flashWolfgang Denk2006-04-061-0/+27
|\ \
| * | * Changes/fixes for drivers/cfi_flash.c:Stefan Roese2006-04-011-0/+27
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add Intel legacy lock/unlock support to common CFI driver On some Intel flash's (e.g. Intel J3) legacy unlocking is supported, meaning that unlocking of one sector will unlock all sectors of this bank. Using this feature, unlocking of all sectors upon startup (via env var "unlock=yes") will get much faster. - Fixed problem with multiple reads of envronment variable "unlock" as pointed out by Reinhard Arlt & Anders Larsen. - Removed unwanted linefeeds from "protect" command when CFG_FLASH_PROTECTION is enabled. - Changed p3p400 board to use CFG_FLASH_PROTECTION Patch by Stefan Roese, 01 Apr 2006 * Changes/fixes for drivers/cfi_flash.c: - Correctly handle the cases where CFG_HZ != 1000 (several XScale-based boards) - Fix the timeout calculation of buffered writes (off by a factor of 1000) Patch by Anders Larsen, 31 Mar 2006
* | Merge with /home/sr/git/u-boot/4xx-sdramWolfgang Denk2006-04-051-0/+18
|\ \
| * | Reorder CHANGELOGStefan Roese2006-03-311-18/+18
| | |
| * | Updates to common PPC4xx onboard (DDR)SDRAM init code (405 and 440)Stefan Roese2006-03-311-0/+18
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 405 SDRAM: - The SDRAM parameters can now be defined in the board config file and the 405 SDRAM controller values will be calculated upon bootup (see PPChameleonEVB). When those settings are not defined in the board config file, the register setup will be as it is now, so this implementation should not break any current design using this code. Thanks to Andrea Marson from DAVE for this patch. 440 DDR: - Added function sdram_tr1_set to auto calculate the TR1 value for the DDR. - Added ECC support (see p3p440). Patch by Stefan Roese, 17 Mar 2006
* | Fix CONFIG_SKIP_LOWLEVEL_INIT dependency in cpu/arm920t/start.SWolfgang Denk2006-04-031-0/+3
| | | | | | | | Patch by Peter Menzebach, 13 Oct 2005 [DNX#2006040142000473]
* | * Add support for ymodem protocol downloadWolfgang Denk2006-04-011-0/+6
|\ \ | |/ | | | | | | | | | | | | Patch by Stefano Babic, 29 Mar 2006 * Memory Map Update for Delta board: U-Boot is at 0x80000000-0x84000000 Merge with /home/mk/8-benq/u-boot
* | GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-311-0/+3
| |
* | Update CHANGELOGWolfgang Denk2006-03-251-0/+10
|/
* Enable Quad UART om MCC200 board.Wolfgang Denk2006-03-231-0/+2
|
* Cleanup MCC200 board configuration; omit non-existent stuff.Wolfgang Denk2006-03-211-0/+2
|
* Update CHANGELOGWolfgang Denk2006-03-191-0/+2
|
* Merge with port of MPC8349EMDS boardWolfgang Denk2006-03-171-0/+22
|\
| * Add command for handling DDR ECC registers on MPC8349EE MDS board.Marian Balakowicz2006-03-161-0/+2
| |
| * Fix DDR ECC bit definitions for MPC83xx.Marian Balakowicz2006-03-161-0/+2
| |
| * Add initial support for MPC8349E MDS board.Marian Balakowicz2006-03-141-0/+2
| |
| * Add support for ECC DDR initialization on MPC83xx.Marian Balakowicz2006-03-141-0/+2
| |
| * Add DMA support for MPC83xx.Marian Balakowicz2006-03-141-0/+2
| |
| * Add sync in do_reset() routine for MPC83xx after RPR registerMarian Balakowicz2006-03-141-0/+4
| | | | | | | | | | was written to. It is need on some targets when BAT translation is enabled.
| * Add bit definitions for MPC83xx DDR controller registers.Marian Balakowicz2006-03-141-0/+2
| |
| * Add Dcbz(), Dcbi() and Dcbf() routines for MPC83xx.Marian Balakowicz2006-03-141-0/+2
| |
| * Correct shift offsets in icache_status and dcache_status for MPC83xx.Marian Balakowicz2006-03-141-0/+2
| |
| * Add support for DS1374 RTC chip.Marian Balakowicz2006-03-141-0/+2
| |
* | Add support for Lite5200B board.Wolfgang Denk2006-03-171-0/+3
|/ | | | Patch by Patch by Jose Maria (Txema) Lopez, 16 Jan 2006
* Apply SoC concept to arm926ejs CPUs, i.e. move the SoC specific timer andWolfgang Denk2006-03-131-0/+5
| | | | | cpu_reset code from cpu/$(CPU) into the new cpu/$(CPU)/$(SOC) directories Patch by Andreas Engel, 13 Mar 2006
* Fix CHANGELOG entry (patch date)Wolfgang Denk2006-03-131-1/+1
|
* Change max size of uncompressed uImage's to 8MByte and addStefan Roese2006-03-131-0/+10
| | | | | | | | | | | CFG_BOOTM_LEN to adjust this setting. As mentioned by Robin Getz on 2005-05-24 the size of uncompressed uImages was restricted to 4MBytes. This default size is now increased to 8Mbytes and can be overrided by setting CFG_BOOTM_LEN in the board config file. Patch by Stefan Roese, 13 Mar 2006
* Fix problem with updated PCI code in cpu/ppc4xx/405gp_pci.cStefan Roese2006-03-131-0/+3
| | | | Patch by Stefan Roese, 13 Mar 2006
* cpu/ppc4xx/start.S : exceptions are enabled after relocationStefan Roese2006-03-131-0/+3
| | | | Patch by Cedric Vincent, 6 June 2005
* au1x00_eth.c: check malloc return value and abort if it failedWolfgang Denk2006-03-131-0/+3
| | | | Patch by Andrew Dyer, 26 Jul 2005
* Change the sequence of events in soft_i2c.c:send_ack() to keep fromWolfgang Denk2006-03-131-0/+4
| | | | | incorrectly generating start/stop conditions on the bus. Patch by Andrew Dyer, 26 Jul 2005
* Fix bug in [id]cache_status commands for MPC85xx processors;Wolfgang Denk2006-03-131-0/+5
| | | | | | should look at LSB of L1CSRn registers to determine if L1 cache is enabled, not the MSB. Patch by Murray Jensen, 19 Jul 2005
* Fix array overflow with fw_setenv on uninitialised environmentWolfgang Denk2006-03-121-0/+3
| | | | Patch by Murray Jensen, 15 Jul 2005
* Add support for EmbeddedPlanet EP88x boardsWolfgang Denk2006-03-121-0/+3
| | | | Patch by Yuli Barcohen, 13 Jul 2005
* Remove board specific configuration includes from the common xilinxWolfgang Denk2006-03-121-0/+4
| | | | | ethernet and iic adapter code. Patch by Michael Libeskind, 12 Jul 2005
* Add Nat Semi DP83865 PHY support to MPC85xx TSEC driverWolfgang Denk2006-03-121-0/+3
| | | | Patch by Murray Jensen, 08 Jul 2005
* Add (some) definitions for the MPC85xx local bus controllerWolfgang Denk2006-03-121-0/+3
| | | | Patch by Murray Jensen, 08 Jul 2005
* Add CPM2 I/O pin functions for MPC85xx processorsWolfgang Denk2006-03-121-0/+3
| | | | Patch by Murray Jensen, 08 Jul 2005
* Fix compile problemWolfgang Denk2006-03-121-0/+2
|
* Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#mpc8349adsWolfgang Denk2006-03-121-0/+3
|\
OpenPOWER on IntegriCloud