summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
| | * | | | [new uImage] Rename architecture specific bootm code filesMarian Balakowicz2008-02-07-11/+11
| | * | | | [new uImage] Return error on image move/uncompress overwritesMarian Balakowicz2008-02-07-2/+34
| | * | | | [new uImage] Cleanup image header pointer use in bootm codeMarian Balakowicz2008-02-07-489/+435
| | * | | | [new uImage] Cleanup cmd_bootm.cMarian Balakowicz2008-02-07-311/+322
| | * | | | [new uImage] Add memmove_wd() common routineMarian Balakowicz2008-02-07-53/+33
| | * | | | [new uImage] Fix FDT header verification in PPC do_boot_linux() routineMarian Balakowicz2008-02-07-2/+2
| | * | | | [new uImage] Fix uImage header pointer use in i386 do_bootm_linux()Marian Balakowicz2008-02-07-3/+3
| | * | | | [new uImage] Remove I386 uImage fake_header() routineMarian Balakowicz2008-02-07-79/+1
| | * | | | [new uImage] Move CHUNKSZ definition to image.hMarian Balakowicz2008-02-07-11/+7
| | * | | | [new uImage] Move gunzip() common code to common/gunzip.cMarian Balakowicz2008-02-07-109/+123
| | * | | | [new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux()Marian Balakowicz2008-02-07-11/+12
| | * | | | [new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.cMarian Balakowicz2008-02-07-543/+592
| | * | | | [new uImage] Define a API for image handling operationsMarian Balakowicz2008-02-07-806/+822
| | * | | | Add missing cmd_ximg.o to common/MakefileMarian Balakowicz2008-02-07-0/+1
* | | | | | README: update documentation (availability, links, etc.)Wolfgang Denk2008-03-26-63/+94
* | | | | | USB Storage, add meaningful return valueAras Vaichas2008-03-26-5/+7
|/ / / / /
* | | | | 83xx/fdt_support: let user specifiy FSL USB Dual-Role controller roleAnton Vorontsov2008-03-25-0/+34
* | | | | tsec: fix link detection for the RTL8211B PHYAnton Vorontsov2008-03-25-2/+3
* | | | | mpc83xx: add "fsl,soc" and "fsl,immr" compatible fixupsAnton Vorontsov2008-03-25-0/+8
* | | | | Modified the DDR SDRAM clock control register to delay MCK/MCK_B 3/4 clockJoe D'Abbraccio2008-03-25-1/+1
* | | | | mpc83xx: Set PCI I/O bus-address base to zero.Scott Wood2008-03-25-5/+5
* | | | | mpc83xx: MPC8360E-RDK: use 33.3(3)MHz CLKIN/SYS_CLKAnton Vorontsov2008-03-25-2/+2
* | | | | mpc83xx: MPC8360E-RDK: define CONFIG_OF_STDOUT_VIA_ALIASAnton Vorontsov2008-03-25-0/+1
* | | | | mpc83xx: MPC8360E-RDK: add dhcp commandAnton Vorontsov2008-03-25-4/+3
* | | | | mpc83xx: MPC8360E-RDK: rework ddr setup, enable eccAnton Vorontsov2008-03-25-13/+38
* | | | | mpc83xx: MPC8360E-RDK: configure pario pins for AD7843 and FHCIAnton Vorontsov2008-03-25-0/+17
* | | | | mpc83xx: MPC8360E-RDK: add support for NANDAnton Vorontsov2008-03-25-1/+99
* | | | | mpc83xx: MPC8360E-RDK: use RGMII_RXID interface modeAnton Vorontsov2008-03-25-2/+2
* | | | | uec: add support for Broadcom BCM5481 Gigabit PHYAnton Vorontsov2008-03-25-0/+41
* | | | | uec: add support for RGMII_RXID interface modeAnton Vorontsov2008-03-25-0/+2
* | | | | uec: add support for gbit mii status readingsAnton Vorontsov2008-03-25-9/+24
* | | | | 83xx: define CONFIG_OF_STDOUT_VIA_ALIAS for the MPC837XERDB boardsAnton Vorontsov2008-03-25-0/+1
* | | | | 83xx: initialize serdes for MPC837XRDB boardsAnton Vorontsov2008-03-25-0/+43
* | | | | 83xx: serdes setup routinesAnton Vorontsov2008-03-25-0/+167
* | | | | 83xx: split COBJS onto separate linesAnton Vorontsov2008-03-25-11/+12
* | | | | 83xx: nand support for MPC837XRDB boardsAnton Vorontsov2008-03-25-0/+19
* | | | | Enable CONFIG_FLASH_SHOW_PROGRESS on the MPC8360EMDS.Jerry Van Baren2008-03-25-0/+1
* | | | | mpc8323erdb: remove RTC and add EEPROMMichael Barkowski2008-03-25-3/+4
* | | | | mpc8323erdb: Improve the system performanceMichael Barkowski2008-03-25-14/+28
* | | | | mpc8323erdb: use readable DDR config macrosMichael Barkowski2008-03-25-8/+42
* | | | | 83xx: Add Vitesse VSC7385 firmware uploadingTimur Tabi2008-03-25-71/+196
* | | | | NET: Add Vitesse VSC7385 firmware uploadingTimur Tabi2008-03-25-0/+115
* | | | | Coding Style cleanyp; update CHANGELOGWolfgang Denk2008-03-26-56/+832
* | | | | Merge branch 'master' of git://www.denx.de/git/u-boot-mipsWolfgang Denk2008-03-26-455/+1058
|\ \ \ \ \
| * | | | | [MIPS] Move gth2_config from ARM section to MIPSShinya Kuribayashi2008-03-25-5/+5
| * | | | | [MIPS] Extend MIPS_MAX_CACHE_SIZE upto 64kBShinya Kuribayashi2008-03-25-5/+9
| * | | | | [MIPS] Fix dcache_status()Shinya Kuribayashi2008-03-25-3/+7
| * | | | | [MIPS] Introduce _machine_restartShinya Kuribayashi2008-03-25-8/+42
| * | | | | [MIPS] Cleanup CP0 Status initializationShinya Kuribayashi2008-03-25-9/+25
| * | | | | [MIPS] Initialize CP0 Cause before setting up CP0 Status registerShinya Kuribayashi2008-03-25-3/+3