summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Fix Quad UART mapping on MCC200 board due to new HW revisionWolfgang Denk2006-04-131-1/+1
|
* Merge with /home/m8/git/u-bootWolfgang Denk2006-04-1211-14/+84
|\
| * Fix JFFS2 support for legacy NAND driver.Marian Balakowicz2006-04-0810-14/+19
| | | | | | | | Some more NAND cleanup and small fixes.
| * Remove dependencies between DoC code and old legacy NAND driver.Marian Balakowicz2006-04-051-0/+65
| | | | | | | | | | | | Necessary defines and data structures were copied to DoC specific files so that legacy NAND code could be entirely removed from u-boot tree in the near future.
* | Fix Lite500B support: Merge with /home/raj/git/u-boot.l5200b_pciWolfgang Denk2006-04-062-3/+6
|\ \
| * | Set SDelay register in the DDR controller for the MPC5200B chip.Rafal Jaworowski2006-03-292-3/+6
| | |
* | | Merge with /home/sr/git/u-boot/cfi-flashWolfgang Denk2006-04-062-1/+3
|\ \ \
| * | | * Changes/fixes for drivers/cfi_flash.c:Stefan Roese2006-04-012-0/+5
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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-052-4/+18
|\ \ \
| * | | Updates to common PPC4xx onboard (DDR)SDRAM init code (405 and 440)Stefan Roese2006-03-312-4/+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
* | | delta board: one more DA9030 fix.Markus Klotzbuecher2006-03-301-0/+1
| | |
* | | Add support for ymodem protocol (loady command).Markus Klotzbuecher2006-03-302-0/+213
| | | | | | | | | | | | Patch by Stefano Babic, 29 Mar 2006
* | | Change delta board memory map to start at 0x80000000.Markus Klotzbuecher2006-03-291-7/+7
| | |
* | | delta board: minor update to DA9030 code.Markus Klotzbuecher2006-03-291-1/+1
| | |
* | | delta board: fix DA9030 reset procedure.Markus Klotzbuecher2006-03-271-3/+2
| | |
* | | Merge with http://www.denx.de/git/u-boot.gitMarkus Klotzbuecher2006-03-2486-191/+9094
|\ \ \ | |/ /
| * | Enable Quad UART om MCC200 board.Wolfgang Denk2006-03-231-0/+5
| | |
| * | Cleanup MCC200 board configuration; omit non-existent stuff.Wolfgang Denk2006-03-211-22/+3
| |/
| * Merge with port of MPC8349EMDS boardWolfgang Denk2006-03-174-3/+857
| |\
| | * Support for DDR with 32-data path. Addotional notes on injectingRafal Jaworowski2006-03-162-15/+34
| | | | | | | | | | | | multiple-bit errors.
| | * Add command for handling DDR ECC registers on MPC8349EE MDS board.Marian Balakowicz2006-03-161-0/+1
| | |
| | * Fix DDR ECC bit definitions for MPC83xx.Marian Balakowicz2006-03-161-2/+2
| | |
| | * Add initial support for MPC8349E MDS board.Marian Balakowicz2006-03-141-0/+696
| | |
| | * Add DMA support for MPC83xx.Marian Balakowicz2006-03-141-1/+86
| | |
| | * Add bit definitions for MPC83xx DDR controller registers.Marian Balakowicz2006-03-141-0/+52
| | |
| | * Add Dcbz(), Dcbi() and Dcbf() routines for MPC83xx.Marian Balakowicz2006-03-141-1/+2
| | |
| * | Add support for Lite5200B board.Wolfgang Denk2006-03-172-30/+77
| |/ | | | | | | Patch by Patch by Jose Maria (Txema) Lopez, 16 Jan 2006
| * Add support for EmbeddedPlanet EP88x boardsWolfgang Denk2006-03-121-0/+205
| | | | | | | | Patch by Yuli Barcohen, 13 Jul 2005
| * Add (some) definitions for the MPC85xx local bus controllerWolfgang Denk2006-03-121-0/+35
| | | | | | | | Patch by Murray Jensen, 08 Jul 2005
| * Add CPM2 I/O pin functions for MPC85xx processorsWolfgang Denk2006-03-121-0/+146
| | | | | | | | Patch by Murray Jensen, 08 Jul 2005
| * Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#mpc8349adsWolfgang Denk2006-03-122-9/+16
| |\
| | * Added PCI support for MPC8349ADS boardKumar Gala2006-01-122-9/+16
| | | | | | | | | | | | Patch by Kumar Gala 11 Jan 2006
| * | Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#mpc83xxWolfgang Denk2006-03-123-4/+114
| |\ \
| | * | Enable address translation on MPC83xxKumar Gala2006-02-102-2/+104
| | | | | | | | | | | | | | | | Patch by Kumar Gala, 10 Feb 2006
| | * | Fixed defines for MPC83xx SICRL register to match current specsKumar Gala2006-01-231-2/+2
| | | | | | | | | | | | | | | | Patch by Kumar Gala, 23 Jan 2006
| | * | Make System IO Config Registers board configurable on MPC83xxKumar Gala2006-01-112-0/+8
| | |/ | | | | | | | | | Patch by Kumar Gala, 11 Jan 2006
| * | Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#pciWolfgang Denk2006-03-121-1/+3
| |\ \
| | * | Added support for PCI prefetchable region and BARsKumar Gala2006-01-111-1/+3
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a host controller sets up a region as prefetchable and a device's BAR denotes it as prefetchable, allocate the BAR into the prefetch region. If a BAR is prefetchable and no prefetchable region has been setup by the controller we fall back to allocating the BAR into the normally memory region. Patch by Kumar Gala 11 Jan 2006
| * | Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#ft_infrWolfgang Denk2006-03-122-1/+5
| |\ \
| | * | Add support for passing initrd information via flat device treeKumar Gala2006-01-111-1/+1
| | | | | | | | | | | | | | | | Patch by Kumar Gala 11 Jan 2006
| | * | Allow board code to fixup the flat device tree before booting aKumar Gala2006-01-111-0/+2
| | | | | | | | | | | | | | | | | | | | kernel Patch by Kumar Gala 11 Jan 2006
| | * | Added CONFIG_ options for bd_t and env in flat dev treeKumar Gala2006-01-111-0/+2
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | CONFIG_OF_HAS_BD_T will put a copy of the bd_t into the resulting flat device tree. CONFIG_OF_HAS_UBOOT_ENV will copy the environment variables from u-boot into the flat device tree Patch by Kumar Gala 11 Jan 2006
| * | Add netconsole and some more commands to RPXlite_DW boardWolfgang Denk2006-03-121-1/+32
| | | | | | | | | | | | Patch by Sam Song, 19 Jun 2005
| * | Fix bad declaration on pci_cfgfunc_nothingWolfgang Denk2006-03-121-2/+2
| | | | | | | | | | | | Patch by Sam Song, 19 Jun 2005
| * | Adjust "echo" as a default commandWolfgang Denk2006-03-1212-14/+0
| | | | | | | | | | | | Patch by Sam Song, 19 Jun 2005
| * | Coding Style cleanupWolfgang Denk2006-03-128-147/+140
| | |
| * | Add missing Blackfin files.Wolfgang Denk2006-03-1248-0/+7514
| | |
| * | Add ADI Blackfin supportWolfgang Denk2006-03-123-1/+3
| | | | | | | | | | | | | | | | | | | | | - add support for Analog Devices Blackfin BF533 CPU - add support for the ADI BF533 Stamp uClinux board - add support for the ADI BF533 EZKit board Patches by Richard Klingler, June 11th 2005:
| * | Switch MPC86xADS and MPC885ADS boards to use cpuclk environmentWolfgang Denk2006-03-122-21/+14
| | | | | | | | | | | | | | | variable to set clock Patch by Yuli Barcohen, 05 Jun 2005
| * | RPXlite configuration fixesWolfgang Denk2006-03-121-39/+29
| | | | | | | | | | | | | | | | | | | | | | | | - Use correct flash sector size - Use correct memory test end address - Add support for bzip2 compression - Various small fixes Patch by Yuli Barcohen, 05 Jun 2005
OpenPOWER on IntegriCloud