summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
| * | | | Remove linker lists (LGAs) from SPL linker scriptsAlbert ARIBAUD2013-03-12-42/+164
| * | | | arm: omap: map u_boot_lists section to .sramAlbert ARIBAUD2013-03-12-1/+1
| * | | | Merge branch 'u-boot-atmel/master' into 'u-boot-arm/master'Albert ARIBAUD2013-03-12-62/+79
| |\ \ \ \
| | * | | | ARM: sam9x5: fix ethernet pins in MII modeJesse Gilles2013-03-12-8/+8
| | * | | | ARM: at91sam9x5: Using CPU string directlyBo Shen2013-03-12-13/+7
| | * | | | ARM: at91: change nand flash tableBo Shen2013-03-12-40/+41
| | * | | | arm: at91/configs: add bootz to configurationNicolas Ferre2013-03-12-0/+6
| | * | | | arm: at91/configs: add libfdt to configurationNicolas Ferre2013-03-12-0/+8
| | * | | | ARM: atmel: add at91sam9g20ek_2mmc nand boot supportBo Shen2013-02-19-1/+9
| * | | | | Merge u-boot/master into u-boot-ti/masterTom Rini2013-03-11-2275/+6801
| |\ \ \ \ \
| * | | | | | arm: dra7xx: Add silicon id support for DRA752 socLokesh Vutla2013-03-11-2/+14
| * | | | | | arm: dra7xx: Add dra7xx_evm build supportLokesh Vutla2013-03-11-236/+305
| * | | | | | arm: dra7xx: Add board files for DRA7XX socsLokesh Vutla2013-03-11-9/+548
| * | | | | | arm: dra7xx: Add DDR related data for DRA752 ES1.0Lokesh Vutla2013-03-11-6/+42
| * | | | | | arm: dra7xx: Add control module changesLokesh Vutla2013-03-11-2/+85
| * | | | | | arm: dra7xx: clock: Add the dplls dataLokesh Vutla2013-03-11-8/+94
| * | | | | | arm: dra7xx: clock: Add the prcm changesLokesh Vutla2013-03-11-8/+252
| * | | | | | ARM: OMAP5: srcomp: enable slew rate compensation cells after powerupLokesh Vutla2013-03-11-1/+152
| * | | | | | ARM: OMAP5: Add DDR changes required for OMAP543X ES2.0 SOCsLokesh Vutla2013-03-11-2/+94
| * | | | | | ARM: OMAP4/5: clocks: Add the required OPP settings as per the latest addendumSRICHARAN R2013-03-11-189/+254
| * | | | | | ARM: OMAP5: clock: Add the prcm register changes required for ES2.0SRICHARAN R2013-03-11-0/+292
| * | | | | | ARM: OMAP5: Add silicon id support for ES2.0 revision.SRICHARAN R2013-03-11-11/+21
| * | | | | | ARM: OMAP5: Clean up iosettings codeLokesh Vutla2013-03-11-44/+78
| * | | | | | ARM: OMAP4+: Make control module register structure genericLokesh Vutla2013-03-11-206/+269
| * | | | | | ARM: OMAP4+: Cleanup emif specific filesLokesh Vutla2013-03-11-85/+108
| * | | | | | ARM: OMAP4+: Clean up the pmic codeSRICHARAN R2013-03-11-260/+199
| * | | | | | ARM: OMAP4+: Cleanup the clocks layerSRICHARAN R2013-03-11-895/+869
| * | | | | | ARM: OMAP4+: Change the PRCM structure prototype common for all SocsSRICHARAN R2013-03-11-1205/+1312
| * | | | | | ARM: OMAP4+: emif: Detect SDRAM from SDRAM config registerLokesh Vutla2013-03-11-7/+28
| * | | | | | cm_t35: prevent splashimage from being set to a bad valueNikita Kiryanov2013-03-11-0/+2
| * | | | | | lcd: implement a callback for splashimageNikita Kiryanov2013-03-11-0/+71
| * | | | | | am335x: cpsw: optimize cpsw_send to increase network performanceMugunthan V N2013-03-11-2/+18
| * | | | | | omap4_common: Enable CONFIG_CMD_BOOTZTom Rini2013-03-11-1/+1
| * | | | | | omap3_beagle: Enable CONFIG_CMD_BOOTZTom Rini2013-03-11-1/+2
| * | | | | | omap5_evm: Enable CONFIG_CMD_BOOTZTom Rini2013-03-11-0/+1
| * | | | | | am335x_evm: Enable CONFIG_CMD_BOOTZTom Rini2013-03-11-0/+1
| * | | | | | Allow AM33xx boards to setup GPMC chipselects.Mark Jackson2013-03-11-0/+2
| * | | | | | OMAP3: Initialize gpmc if SPL_ONENAND_SUPPORT is enabled.Enric Balletbo i Serra2013-03-11-1/+1
| * | | | | | SPL: ONENAND: Support SPL to boot u-boot from OneNAND.Enric Balletbo i Serra2013-03-11-0/+56
| * | | | | | SPL: ONENAND: Fix onenand_spl_load_image implementation.Enric Balletbo i Serra2013-03-08-8/+6
| * | | | | | SPL: ONENAND: Fix some ONENAND related defines.Enric Balletbo i Serra2013-03-08-5/+5
| * | | | | | cm-t35: add support for user defined lcd parametersNikita Kiryanov2013-03-08-3/+211
| * | | | | | cm-t35: add support for dvi displaysNikita Kiryanov2013-03-08-0/+231
| * | | | | | lcd: add option for board specific splash screen preparationNikita Kiryanov2013-03-08-0/+24
| * | | | | | omap3: allow dynamic selection of gfx_formatNikita Kiryanov2013-03-08-3/+9
| * | | | | | omap3: add useful dss definesNikita Kiryanov2013-03-08-0/+30
| * | | | | | omap_hsmmc: add driver check for write protectionNikita Kiryanov2013-03-08-36/+47
| * | | | | | mmc: add support for write protectionNikita Kiryanov2013-03-08-0/+39
| * | | | | | cm-t35: implement board specific card detect checkNikita Kiryanov2013-03-08-0/+11
| * | | | | | omap_hsmmc: implement driver check for card detectionNikita Kiryanov2013-03-08-49/+69