Commit message (Expand) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| | * | | | | | siemens: update DDR3 parameters for dxr2 | Egli, Samuel | 2014-05-13 | -23/+42 | |
| | * | | | | | siemens: cosmetic: remove unused and rename defines | Egli, Samuel | 2014-05-13 | -7/+6 | |
| | * | | | | | am33xx: add SSC enable macro | Yegor Yefremov | 2014-05-13 | -1/+3 | |
| | * | | | | | config: k2hk_evm: Add generic board support | Khoronzhuk, Ivan | 2014-05-13 | -0/+1 | |
| | | |_|/ / | | |/| | | | |||||
| * | | | | | Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2014-05-15 | -412/+565 | |
| |\ \ \ \ \ | |||||
| | * | | | | | ARM: tegra: use a CPU freq that all SKUs can support | Stephen Warren | 2014-05-13 | -7/+32 | |
| | * | | | | | ARM: tegra: Venice2 pinmux spreadsheet updates | Stephen Warren | 2014-05-13 | -5/+9 | |
| | * | | | | | ARM: tegra: update Venice2 pinmux | Stephen Warren | 2014-05-13 | -316/+266 | |
| | * | | | | | ARM: tegra: clamp inputs on Jetson TK1 | Stephen Warren | 2014-05-13 | -0/+2 | |
| | * | | | | | ARM: tegra: make use of GPIO init table on Jetson TK1 | Stephen Warren | 2014-05-13 | -82/+178 | |
| | * | | | | | ARM: tegra: add function to enable input clamping on tristate | Stephen Warren | 2014-05-13 | -0/+21 | |
| | * | | | | | ARM: tegra: add GPIO initialization table function | Stephen Warren | 2014-05-13 | -0/+40 | |
| | * | | | | | ARM: tegra: allow pinmux mux option not to be set by init tables | Stephen Warren | 2014-05-13 | -0/+7 | |
| | * | | | | | ARM: tegra: fix CPU VDD comment in Tegra30 CPU init code | Stephen Warren | 2014-05-13 | -1/+1 | |
| | * | | | | | ARM: tegra: set CONFIG_SYS_MMC_MAX_DEVICE | Stephen Warren | 2014-05-13 | -7/+15 | |
| | |/ / / / | |||||
| * | | | | | Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2014-05-15 | -1002/+3002 | |
| |\ \ \ \ \ | |||||
| | * | | | | | S5P: Exynos: Config: Enable GPIO CMD config | Akshay Saraswat | 2014-05-13 | -16/+19 | |
| | * | | | | | S5P: Exynos: Add GPIO pin numbering and rename definitions | Akshay Saraswat | 2014-05-13 | -895/+2899 | |
| | * | | | | | ARM: Samsung: s5p_goni: maintainer update | Mateusz Zalega | 2014-05-13 | -1/+1 | |
| | * | | | | | Exynos5: config: Enable FIT | Akshay Saraswat | 2014-05-13 | -0/+12 | |
| | * | | | | | samsung: misc: remove download mode info screen | Przemyslaw Marczak | 2014-05-07 | -42/+31 | |
| | * | | | | | samsung: misc: menu: increase delay in menu main loop | Przemyslaw Marczak | 2014-05-07 | -1/+1 | |
| | * | | | | | samsung: misc: add env default option to lcd menu | Inha Song | 2014-05-07 | -0/+4 | |
| | * | | | | | samsung: misc: add gpt restore option to lcd menu | Przemyslaw Marczak | 2014-05-07 | -0/+4 | |
| | * | | | | | samsung: misc: allows using environmental macros as args in menu commands | Przemyslaw Marczak | 2014-05-07 | -27/+22 | |
| | * | | | | | ARM: exynos: remove the unused code | Jaehoon Chung | 2014-05-07 | -18/+7 | |
| | * | | | | | trats: config: fix: Set default console to ttySAC2 | Łukasz Majewski | 2014-05-07 | -1/+1 | |
| | * | | | | | trats2: config: fix: Set default console to ttySAC2 | Łukasz Majewski | 2014-05-07 | -1/+1 | |
| * | | | | | | arm: move exception handling out of start.S files | Albert ARIBAUD | 2014-05-15 | -2426/+316 | |
| * | | | | | | arm: remove unused _end_vect and _vectors_end symbols | Albert ARIBAUD | 2014-05-15 | -11/+0 | |
| * | | | | | | arm: pxa: move SP check from start.S to cpuinfo.c | Albert ARIBAUD | 2014-05-15 | -6/+6 | |
| * | | | | | | arm: move reset_cpu from start.S into cpu.c | Albert ARIBAUD | 2014-05-15 | -33/+27 | |
| * | | | | | | arm1136: move cache code from start.S to cache.c | Albert ARIBAUD | 2014-05-15 | -13/+10 | |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge branch 'pr-15052014' of git://git.denx.de/u-boot-usb | Tom Rini | 2014-05-22 | -69/+165 | |
|\ \ \ \ \ \ | |||||
| * | | | | | | dfu: mmc: Provide support for eMMC boot partition access | Lukasz Majewski | 2014-05-15 | -0/+49 | |
| * | | | | | | usb:gadget:f_thor: download_tail(): remove dfu_write with 0 size | Przemyslaw Marczak | 2014-05-15 | -9/+3 | |
| * | | | | | | drivers:dfu: dfu_flush(): add raw data flush to complete dfu write | Przemyslaw Marczak | 2014-05-15 | -0/+4 | |
| * | | | | | | usb: ci_udc: parse QTD before over-writing it | Stephen Warren | 2014-05-15 | -1/+1 | |
| * | | | | | | usb: tegra: support device mode | Stephen Warren | 2014-05-15 | -30/+86 | |
| * | | | | | | usb: tegra: refactor PHY type selection | Stephen Warren | 2014-05-15 | -30/+28 | |
| * | | | | | | usb: tegra: fix PHY selection code | Stephen Warren | 2014-05-15 | -13/+8 | |
| * | | | | | | Merge remote-tracking branch 'u-boot/master' into test | Marek Vasut | 2014-05-15 | -9913/+14834 | |
| |\ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ | Merge branch 'master' of git://git.denx.de/u-boot-usb | Tom Rini | 2014-05-22 | -178/+1289 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | / | |_|_|_|_|_|/ |/| | | | | | | |||||
| * | | | | | | dfu, nand: add medium specific polltimeout function | Heiko Schocher | 2014-05-08 | -1/+23 | |
| * | | | | | | musb-new, dfu: first send request answer then call completions | Heiko Schocher | 2014-05-08 | -4/+4 | |
| * | | | | | | arm: beagle: enable Android fastboot support | Rob Herring | 2014-05-08 | -0/+10 | |
| * | | | | | | usb/gadget: add the fastboot gadget | Sebastian Siewior | 2014-05-08 | -0/+835 | |
| * | | | | | | image: add support for Android's boot image format | Sebastian Siewior | 2014-05-08 | -6/+204 | |
| * | | | | | | ums: allow the user to specify the device type | Stephen Warren | 2014-05-08 | -4/+10 | |
| * | | | | | | ums: move all variable declarations to the start of the block | Stephen Warren | 2014-05-08 | -8/+16 |