summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeLines
...
| * | | [new uImage] Don't pass kdb to ramdisk_high since we may not have oneKumar Gala2008-02-29-1/+1
| * | | [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabledMarian Balakowicz2008-02-27-2/+3
| * | | [new uImage] Move image verify flag to bootm_headers structureMarian Balakowicz2008-02-27-5/+2
| * | | [new uImage] Add dual format uImage support frameworkMarian Balakowicz2008-02-25-4/+49
| * | | [new uImage] Rename and move print_image_hdr() routineMarian Balakowicz2008-02-21-3/+1
| * | | [new uImage] Add fit_parse_conf() and fit_parse_subimage() routinesMarian Balakowicz2008-02-21-0/+10
| * | | [new uImage] Add gen_get_image() routineMarian Balakowicz2008-02-21-0/+6
| * | | [new uImage] Pull in libfdt if CONFIG_FIT is enabledMarian Balakowicz2008-02-21-0/+9
| * | | Merge branch 'master' of /home/git/u-bootMarian Balakowicz2008-02-21-12861/+62145
| |\ \ \
| * | | | [new uImage] Cleanup do_botm_linux() boot allocationsMarian Balakowicz2008-02-07-2/+8
| * | | | [new uImage] Move ramdisk loading to a common routineMarian Balakowicz2008-02-07-1/+6
| * | | | [new uImage] Factor out common image_get_ramdisk() routineMarian Balakowicz2008-02-07-0/+10
| * | | | [new uImage] Factor out common routines for getting os/arch/type/comp namesMarian Balakowicz2008-02-07-4/+9
| * | | | [new uImage] Cleanup image header pointer use in bootm codeMarian Balakowicz2008-02-07-3/+24
| * | | | [new uImage] Add memmove_wd() common routineMarian Balakowicz2008-02-07-0/+3
| * | | | [new uImage] Remove I386 uImage fake_header() routineMarian Balakowicz2008-02-07-1/+0
| * | | | [new uImage] Move CHUNKSZ definition to image.hMarian Balakowicz2008-02-07-0/+7
| * | | | [new uImage] Define a API for image handling operationsMarian Balakowicz2008-02-07-20/+159
* | | | | 83xx/fdt_support: let user specifiy FSL USB Dual-Role controller roleAnton 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: add support for NANDAnton Vorontsov2008-03-25-0/+24
* | | | | mpc83xx: MPC8360E-RDK: use RGMII_RXID interface modeAnton Vorontsov2008-03-25-2/+2
* | | | | 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/+6
* | | | | 83xx: serdes setup routinesAnton Vorontsov2008-03-25-0/+21
* | | | | 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/+22
* | | | | mpc8323erdb: use readable DDR config macrosMichael Barkowski2008-03-25-8/+42
* | | | | 83xx: Add Vitesse VSC7385 firmware uploadingTimur Tabi2008-03-25-65/+139
* | | | | NET: Add Vitesse VSC7385 firmware uploadingTimur Tabi2008-03-25-0/+13
* | | | | Merge branch 'master' of git://www.denx.de/git/u-boot-mipsWolfgang Denk2008-03-26-343/+839
|\ \ \ \ \
| * | | | | [MIPS] Introduce _machine_restartShinya Kuribayashi2008-03-25-0/+14
| * | | | | [MIPS] cpu/mips/cache.S: Introduce NESTED/LEAF/END macrosShinya Kuribayashi2008-03-25-0/+409
| * | | | | [MIPS] asm headers' updatesShinya Kuribayashi2008-03-25-343/+416
* | | | | | Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_TJerry Van Baren2008-03-26-10/+0
* | | | | | 8xx: Update OF support on 8xxBryan O'Donoghue2008-03-25-1/+4
* | | | | | 8xx : Add OF support to Adder875 board port - resubmitBryan O'Donoghue2008-03-25-0/+6
* | | | | | Add setexpr commandKumar Gala2008-03-25-0/+1
|/ / / / /
* | | | | Merge branch 'master' of git://www.denx.de/git/u-boot-tq-groupWolfgang Denk2008-03-23-5/+16
|\ \ \ \ \
| * | | | | TQM5200B: update MTD partition layoutMartin Krause2008-03-19-5/+16
* | | | | | Merge git://www.denx.de/git/u-boot into ubootGerald Van Baren2008-03-21-5/+118
|\ \ \ \ \ \
| * | | | | | LWMON5: POST RTC fixYuri Tikhonov2008-03-20-1/+1
| |/ / / / /
| * | | | | The patch introduces the alternative configuration of the log buffer for the ...Yuri Tikhonov2008-03-18-0/+4