| Commit message (Expand) | Author | Age | Lines |
* | ppc4xx: Cleanup CPCI405 linker script | Matthias Fuchs | 2008-09-08 | -15/+0 |
* | ppc4xx: Update CPCI405 variants handling | Matthias Fuchs | 2008-09-08 | -14/+2 |
* | Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx | Wolfgang Denk | 2008-09-03 | -419/+22 |
|\ |
|
| * | ppx4xx: Fix broken DASA_SIM board | Matthias Fuchs | 2008-09-03 | -0/+5 |
| * | ppc4xx: Remove reference to common/lists.o from some esd linker scripts | Stefan Roese | 2008-09-03 | -3/+0 |
| * | ppc4xx: Remove obsolete or unused functions from some esd boards | Matthias Fuchs | 2008-09-03 | -326/+0 |
| * | ppc4xx: Remove obsolete initdram() function from VOM405 board | Matthias Fuchs | 2008-09-03 | -25/+0 |
| * | ppc4xx: Cleanup VOM405 linker script | Matthias Fuchs | 2008-09-03 | -12/+0 |
| * | ppc4xx: Cleanup PLU405 platform file | Matthias Fuchs | 2008-09-03 | -37/+21 |
| * | ppc4xx: Cleanup PLU405 linker script | Matthias Fuchs | 2008-09-03 | -14/+0 |
| * | ppc4xx: Increase U-Boot size to 384kB for PLU405 boards | Matthias Fuchs | 2008-09-03 | -2/+1 |
* | | Moved initialization of TULIP Ethernet controller to board_eth_init() | Ben Warren | 2008-09-02 | -0/+12 |
* | | Moved initialization of NS8382X Ethernet controller to board_eth_init() | Ben Warren | 2008-09-02 | -0/+18 |
|/ |
|
* | Clean up usage of icache_disable/dcache_disable | Kumar Gala | 2008-08-19 | -4/+0 |
* | drivers/mtd/nand: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-08-13 | -6/+6 |
* | Fixing coding style issues | William Juul | 2008-08-12 | -3/+3 |
* | Update MTD to that of Linux 2.6.22.1 | William Juul | 2008-08-12 | -22/+20 |
* | Fix compilation error for TASREG | TsiChung Liew | 2008-08-01 | -0/+2 |
* | Code cleanup: fix old style assignment ambiguities like "=-" etc. | Wolfgang Denk | 2008-07-14 | -2/+2 |
* | ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards | Stefan Roese | 2008-07-13 | -21/+0 |
* | ppc4xx: Fix printf format warnings now visible with the updated format check | Stefan Roese | 2008-07-10 | -2/+2 |
* | Cleanup out-or-tree building for some boards (.depend) | Wolfgang Denk | 2008-07-02 | -26/+26 |
* | Change initdram() return type to phys_size_t | Becky Bruce | 2008-06-12 | -25/+25 |
* | ppc4xx: Remove superfluous dram_init() call or replace it by initdram() | Stefan Roese | 2008-06-03 | -41/+0 |
* | Big white-space cleanup. | Wolfgang Denk | 2008-05-21 | -276/+275 |
* | Fix config files for out-of-tree building | Wolfgang Denk | 2008-05-14 | -1/+1 |
* | ppc4xx: Add bootcount limit handling for APC405 boards | Matthias Fuchs | 2008-04-25 | -1/+6 |
* | ppc4xx: Small coding style cleanup for the latest esd patches | Stefan Roese | 2008-04-22 | -1/+0 |
* | ppc4xx: Update CPU strapping for PMC440 boards | Matthias Fuchs | 2008-04-22 | -12/+1 |
* | ppc4xx: Remove unused APC405 strataflash driver | Matthias Fuchs | 2008-04-22 | -789/+0 |
* | ppc4xx: Update APC405 board support | Matthias Fuchs | 2008-04-22 | -123/+241 |
* | ppc4xx: update esd's common auto_update code for 405 boards | Matthias Fuchs | 2008-04-22 | -117/+106 |
* | ppc4xx: Update esd's common LCD code for 405 boards | Matthias Fuchs | 2008-04-22 | -38/+151 |
* | ppc4xx: Update FPGA image for APC405 boards | Matthias Fuchs | 2008-04-22 | -2280/+2004 |
* | ppc4xx: Update bootlogo for APC405 boards | Matthias Fuchs | 2008-04-22 | -235/+565 |
* | Remove all the search paths from the .lds files. | Jason Wessel | 2008-04-17 | -26/+0 |
* | ppc4xx: Small whitespace fix of esd patches | Stefan Roese | 2008-03-31 | -6/+6 |
* | ppc4xx: Cleanup PMC440 board support | Matthias Fuchs | 2008-03-31 | -148/+132 |
* | ppc4xx: Add ptm configuration variables for PMC440 | Matthias Fuchs | 2008-03-31 | -32/+54 |
* | ppc4xx: Minor updates for DU440 boards | Matthias Fuchs | 2008-03-31 | -2/+4 |
* | Merge branch 'master' of git://www.denx.de/git/u-boot into new-image | Marian Balakowicz | 2008-03-12 | -176/+167 |
|\ |
|
| * | esd/common/fpga.c: fix indentation. | Wolfgang Denk | 2008-03-09 | -177/+167 |
| * | esd/common/fpga.c: fix 'assignment of read-only location' error | Wolfgang Denk | 2008-03-09 | -3/+4 |
| * | esd: Fix warning: passing argument 1 of 'fpga_boot' discards qualifiers from ... | Jean-Christophe PLAGNIOL-VILLARD | 2008-03-08 | -1/+1 |
* | | [new uImage] Update naming convention for bootm/uImage related code | Marian Balakowicz | 2008-02-29 | -3/+3 |
* | | [new uImage] Add dual format uImage support framework | Marian Balakowicz | 2008-02-25 | -0/+19 |
* | | [new uImage] Define a API for image handling operations | Marian Balakowicz | 2008-02-07 | -40/+33 |
|/ |
|
* | ppc4xx: Add DU440 board support | Matthias Fuchs | 2008-01-17 | -0/+1374 |
* | PMC440 board: fix board Makefile for out-of-tree building | Wolfgang Denk | 2008-01-13 | -0/+3 |
* | Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections | Wolfgang Denk | 2008-01-12 | -25/+25 |