summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
| | * | | | | siemens: add led cmd for flexible LED controlEgli, Samuel2014-05-13-6/+40
| | * | | | | siemens: update DDR3 parameters for dxr2Egli, Samuel2014-05-13-23/+42
| | * | | | | siemens: cosmetic: remove unused and rename definesEgli, Samuel2014-05-13-7/+6
| | * | | | | am33xx: add SSC enable macroYegor Yefremov2014-05-13-1/+3
| | * | | | | config: k2hk_evm: Add generic board supportKhoronzhuk, Ivan2014-05-13-0/+1
| | | |_|/ / | | |/| | |
| * | | | | Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master'Albert ARIBAUD2014-05-15-412/+565
| |\ \ \ \ \
| | * | | | | ARM: tegra: use a CPU freq that all SKUs can supportStephen Warren2014-05-13-7/+32
| | * | | | | ARM: tegra: Venice2 pinmux spreadsheet updatesStephen Warren2014-05-13-5/+9
| | * | | | | ARM: tegra: update Venice2 pinmuxStephen Warren2014-05-13-316/+266
| | * | | | | ARM: tegra: clamp inputs on Jetson TK1Stephen Warren2014-05-13-0/+2
| | * | | | | ARM: tegra: make use of GPIO init table on Jetson TK1Stephen Warren2014-05-13-82/+178
| | * | | | | ARM: tegra: add function to enable input clamping on tristateStephen Warren2014-05-13-0/+21
| | * | | | | ARM: tegra: add GPIO initialization table functionStephen Warren2014-05-13-0/+40
| | * | | | | ARM: tegra: allow pinmux mux option not to be set by init tablesStephen Warren2014-05-13-0/+7
| | * | | | | ARM: tegra: fix CPU VDD comment in Tegra30 CPU init codeStephen Warren2014-05-13-1/+1
| | * | | | | ARM: tegra: set CONFIG_SYS_MMC_MAX_DEVICEStephen Warren2014-05-13-7/+15
| | |/ / / /
| * | | | | Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD2014-05-15-1002/+3002
| |\ \ \ \ \
| | * | | | | S5P: Exynos: Config: Enable GPIO CMD configAkshay Saraswat2014-05-13-16/+19
| | * | | | | S5P: Exynos: Add GPIO pin numbering and rename definitionsAkshay Saraswat2014-05-13-895/+2899
| | * | | | | ARM: Samsung: s5p_goni: maintainer updateMateusz Zalega2014-05-13-1/+1
| | * | | | | Exynos5: config: Enable FITAkshay Saraswat2014-05-13-0/+12
| | * | | | | samsung: misc: remove download mode info screenPrzemyslaw Marczak2014-05-07-42/+31
| | * | | | | samsung: misc: menu: increase delay in menu main loopPrzemyslaw Marczak2014-05-07-1/+1
| | * | | | | samsung: misc: add env default option to lcd menuInha Song2014-05-07-0/+4
| | * | | | | samsung: misc: add gpt restore option to lcd menuPrzemyslaw Marczak2014-05-07-0/+4
| | * | | | | samsung: misc: allows using environmental macros as args in menu commandsPrzemyslaw Marczak2014-05-07-27/+22
| | * | | | | ARM: exynos: remove the unused codeJaehoon Chung2014-05-07-18/+7
| | * | | | | trats: config: fix: Set default console to ttySAC2Łukasz Majewski2014-05-07-1/+1
| | * | | | | trats2: config: fix: Set default console to ttySAC2Łukasz Majewski2014-05-07-1/+1
| * | | | | | arm: move exception handling out of start.S filesAlbert ARIBAUD2014-05-15-2426/+316
| * | | | | | arm: remove unused _end_vect and _vectors_end symbolsAlbert ARIBAUD2014-05-15-11/+0
| * | | | | | arm: pxa: move SP check from start.S to cpuinfo.cAlbert ARIBAUD2014-05-15-6/+6
| * | | | | | arm: move reset_cpu from start.S into cpu.cAlbert ARIBAUD2014-05-15-33/+27
| * | | | | | arm1136: move cache code from start.S to cache.cAlbert ARIBAUD2014-05-15-13/+10
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'pr-15052014' of git://git.denx.de/u-boot-usbTom Rini2014-05-22-69/+165
|\ \ \ \ \ \
| * | | | | | dfu: mmc: Provide support for eMMC boot partition accessLukasz Majewski2014-05-15-0/+49
| * | | | | | usb:gadget:f_thor: download_tail(): remove dfu_write with 0 sizePrzemyslaw Marczak2014-05-15-9/+3
| * | | | | | drivers:dfu: dfu_flush(): add raw data flush to complete dfu writePrzemyslaw Marczak2014-05-15-0/+4
| * | | | | | usb: ci_udc: parse QTD before over-writing itStephen Warren2014-05-15-1/+1
| * | | | | | usb: tegra: support device modeStephen Warren2014-05-15-30/+86
| * | | | | | usb: tegra: refactor PHY type selectionStephen Warren2014-05-15-30/+28
| * | | | | | usb: tegra: fix PHY selection codeStephen Warren2014-05-15-13/+8
| * | | | | | Merge remote-tracking branch 'u-boot/master' into testMarek Vasut2014-05-15-9913/+14834
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2014-05-22-178/+1289
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | / | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | dfu, nand: add medium specific polltimeout functionHeiko Schocher2014-05-08-1/+23
| * | | | | | musb-new, dfu: first send request answer then call completionsHeiko Schocher2014-05-08-4/+4
| * | | | | | arm: beagle: enable Android fastboot supportRob Herring2014-05-08-0/+10
| * | | | | | usb/gadget: add the fastboot gadgetSebastian Siewior2014-05-08-0/+835
| * | | | | | image: add support for Android's boot image formatSebastian Siewior2014-05-08-6/+204
| * | | | | | ums: allow the user to specify the device typeStephen Warren2014-05-08-4/+10