Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix JFFS2 support for legacy NAND driver. | Marian Balakowicz | 2006-04-08 | -14/+19 |
| | | | | Some more NAND cleanup and small fixes. | |||
* | Remove dependencies between DoC code and old legacy NAND driver. | Marian Balakowicz | 2006-04-05 | -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. | |||
* | Enable Quad UART om MCC200 board. | Wolfgang Denk | 2006-03-23 | -0/+5 |
| | ||||
* | Cleanup MCC200 board configuration; omit non-existent stuff. | Wolfgang Denk | 2006-03-21 | -22/+3 |
| | ||||
* | Merge with port of MPC8349EMDS board | Wolfgang Denk | 2006-03-17 | -3/+857 |
|\ | ||||
| * | Support for DDR with 32-data path. Addotional notes on injecting | Rafal Jaworowski | 2006-03-16 | -15/+34 |
| | | | | | | | | multiple-bit errors. | |||
| * | Add command for handling DDR ECC registers on MPC8349EE MDS board. | Marian Balakowicz | 2006-03-16 | -0/+1 |
| | | ||||
| * | Fix DDR ECC bit definitions for MPC83xx. | Marian Balakowicz | 2006-03-16 | -2/+2 |
| | | ||||
| * | Add initial support for MPC8349E MDS board. | Marian Balakowicz | 2006-03-14 | -0/+696 |
| | | ||||
| * | Add DMA support for MPC83xx. | Marian Balakowicz | 2006-03-14 | -1/+86 |
| | | ||||
| * | Add bit definitions for MPC83xx DDR controller registers. | Marian Balakowicz | 2006-03-14 | -0/+52 |
| | | ||||
| * | Add Dcbz(), Dcbi() and Dcbf() routines for MPC83xx. | Marian Balakowicz | 2006-03-14 | -1/+2 |
| | | ||||
* | | Add support for Lite5200B board. | Wolfgang Denk | 2006-03-17 | -30/+77 |
|/ | | | | Patch by Patch by Jose Maria (Txema) Lopez, 16 Jan 2006 | |||
* | Add support for EmbeddedPlanet EP88x boards | Wolfgang Denk | 2006-03-12 | -0/+205 |
| | | | | Patch by Yuli Barcohen, 13 Jul 2005 | |||
* | Add (some) definitions for the MPC85xx local bus controller | Wolfgang Denk | 2006-03-12 | -0/+35 |
| | | | | Patch by Murray Jensen, 08 Jul 2005 | |||
* | Add CPM2 I/O pin functions for MPC85xx processors | Wolfgang Denk | 2006-03-12 | -0/+146 |
| | | | | Patch by Murray Jensen, 08 Jul 2005 | |||
* | Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#mpc8349ads | Wolfgang Denk | 2006-03-12 | -9/+16 |
|\ | ||||
| * | Added PCI support for MPC8349ADS board | Kumar Gala | 2006-01-12 | -9/+16 |
| | | | | | | | | Patch by Kumar Gala 11 Jan 2006 | |||
* | | Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#mpc83xx | Wolfgang Denk | 2006-03-12 | -4/+114 |
|\ \ | ||||
| * | | Enable address translation on MPC83xx | Kumar Gala | 2006-02-10 | -2/+104 |
| | | | | | | | | | | | | Patch by Kumar Gala, 10 Feb 2006 | |||
| * | | Fixed defines for MPC83xx SICRL register to match current specs | Kumar Gala | 2006-01-23 | -2/+2 |
| | | | | | | | | | | | | Patch by Kumar Gala, 23 Jan 2006 | |||
| * | | Make System IO Config Registers board configurable on MPC83xx | Kumar Gala | 2006-01-11 | -0/+8 |
| |/ | | | | | | | Patch by Kumar Gala, 11 Jan 2006 | |||
* | | Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#pci | Wolfgang Denk | 2006-03-12 | -1/+3 |
|\ \ | ||||
| * | | Added support for PCI prefetchable region and BARs | Kumar Gala | 2006-01-11 | -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_infr | Wolfgang Denk | 2006-03-12 | -1/+5 |
|\ \ | ||||
| * | | Add support for passing initrd information via flat device tree | Kumar Gala | 2006-01-11 | -1/+1 |
| | | | | | | | | | | | | Patch by Kumar Gala 11 Jan 2006 | |||
| * | | Allow board code to fixup the flat device tree before booting a | Kumar Gala | 2006-01-11 | -0/+2 |
| | | | | | | | | | | | | | | | kernel Patch by Kumar Gala 11 Jan 2006 | |||
| * | | Added CONFIG_ options for bd_t and env in flat dev tree | Kumar Gala | 2006-01-11 | -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 board | Wolfgang Denk | 2006-03-12 | -1/+32 |
| | | | | | | | | Patch by Sam Song, 19 Jun 2005 | |||
* | | Fix bad declaration on pci_cfgfunc_nothing | Wolfgang Denk | 2006-03-12 | -2/+2 |
| | | | | | | | | Patch by Sam Song, 19 Jun 2005 | |||
* | | Adjust "echo" as a default command | Wolfgang Denk | 2006-03-12 | -14/+0 |
| | | | | | | | | Patch by Sam Song, 19 Jun 2005 | |||
* | | Coding Style cleanup | Wolfgang Denk | 2006-03-12 | -147/+140 |
| | | ||||
* | | Add missing Blackfin files. | Wolfgang Denk | 2006-03-12 | -0/+7514 |
| | | ||||
* | | Add ADI Blackfin support | Wolfgang Denk | 2006-03-12 | -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 environment | Wolfgang Denk | 2006-03-12 | -21/+14 |
| | | | | | | | | | | variable to set clock Patch by Yuli Barcohen, 05 Jun 2005 | |||
* | | RPXlite configuration fixes | Wolfgang Denk | 2006-03-12 | -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 | |||
* | | Memory configuration changes for ZPC.1900 board | Wolfgang Denk | 2006-03-12 | -35/+34 |
| | | | | | | | | | | | | | | - Fix SDRAM timing on both local bus and 60x bus - Add support for second flash bank (SIMM) - Change boot flash base Patch by Yuli Barcohen, 05 Jun 2005 | |||
* | | Add support for Adder boards with 16MB SDRAM; | Wolfgang Denk | 2006-03-12 | -16/+17 |
| | | | | | | | | | | add support for second FEC on Adder87x board. Patch by Yuli Barcohen, 05 Jun 2005 | |||
* | | Word alignment fixes for word aligned NS16550 UART | Wolfgang Denk | 2006-03-12 | -10/+10 |
| | | | | | | | | Patch by Jean-Paul Saman, 01 Mar 2005 | |||
* | | Some code cleanup for GCC 4.x | Wolfgang Denk | 2006-03-11 | -2/+0 |
| | | ||||
* | | Enable simple (non-redundant) NAND environment on delta board. | Markus Klotzbücher | 2006-03-08 | -5/+4 |
| | | ||||
* | | Cleanup (get rid of debug code that sneaked in) | Wolfgang Denk | 2006-03-07 | -6/+1 |
| | | ||||
* | | Merge with /home/wd/git/u-boot/master | Wolfgang Denk | 2006-03-06 | -790/+1061 |
|\ \ | | | | | | | | | | Code cleanup. | |||
| * | | Minor code cleanup | Wolfgang Denk | 2006-03-06 | -115/+111 |
| | | | ||||
| * | | Merge the new NAND code (testing-NAND brach); see doc/README.nand | Wolfgang Denk | 2006-03-06 | -138/+1405 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Rewrite of NAND code based on what is in 2.6.12 Linux kernel Patch by Ladislav Michl, 29 Jun 2005 [Merge with /home/tur/nand/u-boot] | |||
| | * | | Re-factoring the legacy NAND code (legacy NAND now only in board-specific | Bartlomiej Sieka | 2006-03-05 | -675/+664 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | code and in SoC code). Boards using the old way have CFG_NAND_LEGACY and BOARDLIBS = drivers/nand_legacy/libnand_legacy.a added. Build breakage for NETTA.ERR and NETTA_ISDN - will go away when the new NAND support is implemented for these boards. | |||
| * | | | Merge with /home/sr/git/u-boot/cfi-flash-fix | Wolfgang Denk | 2006-03-02 | -1/+0 |
| |\ \ \ | ||||
| | * | | | Fix problem with flash_get_size() from CFI driver update | Stefan Roese | 2006-03-01 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | Patch by Stefan Roese, 1 Mar 2006 | |||
| * | | | | Update mcc200 config: Disable PCI and DoC, use 133 MHz IPB clock, | Wolfgang Denk | 2006-02-28 | -55/+10 |
| |/ / / | | | | | | | | | | | | | use hush shell. | |||
| * | | | Merge with Stefan Roese's branch with CFI driver fixes | Wolfgang Denk | 2006-02-28 | -117/+49 |
| |\ \ \ |