| Commit message (Expand) | Author | Age | Lines |
... | |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Wolfgang Denk | 2012-07-10 | -216/+628 |
|\ |
|
| * | tegra: define fdt_load/fdt_high variables | Stephen Warren | 2012-07-09 | -0/+2 |
| * | tegra: enable bootz command | Stephen Warren | 2012-07-09 | -0/+1 |
| * | tegra: usb: Fix device enumeration problem of USB1 | Jim Lin | 2012-07-09 | -1/+18 |
| * | tegra: trimslice: set up serial flash pinmux | Stephen Warren | 2012-07-09 | -0/+5 |
| * | tegra: add pin_mux_spi() board initialization function | Stephen Warren | 2012-07-09 | -0/+7 |
| * | tegra: add GMC/GMD funcmux entry for SFLASH | Stephen Warren | 2012-07-09 | -0/+13 |
| * | tegra: bootcmd: start USB only when needed | Stephen Warren | 2012-07-09 | -3/+11 |
| * | tegra: bootcmd enhancements | Stephen Warren | 2012-07-09 | -30/+52 |
| * | tegra: add enterrcm command | Stephen Warren | 2012-07-09 | -0/+67 |
| * | tegra: enable CONFIG_ENV_VARS_UBOOT_CONFIG | Stephen Warren | 2012-07-09 | -0/+1 |
| * | Add env vars describing U-Boot target board | Stephen Warren | 2012-07-09 | -0/+44 |
| * | tegra: usb: fix wrong error check | Lucas Stach | 2012-07-09 | -1/+1 |
| * | tegra: add ULPI on USB2 funcmux entry | Lucas Stach | 2012-07-09 | -1/+15 |
| * | tegra: fix leftover CONFIG_TEGRA2_MMC & _SPI build switches | Tom Warren | 2012-07-09 | -6/+6 |
| * | tegra: Add Tamonten Evaluation Carrier support | Thierry Reding | 2012-07-09 | -0/+192 |
| * | tegra: Use SD write-protect GPIO on Tamonten | Thierry Reding | 2012-07-09 | -1/+3 |
| * | tegra: Implement gpio_early_init() on Tamonten | Thierry Reding | 2012-07-09 | -0/+8 |
| * | tegra: Allow boards to perform early GPIO setup | Thierry Reding | 2012-07-09 | -0/+8 |
| * | tegra: plutux: Add device tree support | Thierry Reding | 2012-07-09 | -1/+78 |
| * | tegra: medcom: Add device tree support | Thierry Reding | 2012-07-09 | -1/+78 |
| * | tegra: Rework Tamonten support | Thierry Reding | 2012-07-09 | -170/+13 |
| * | beagle: add eeprom expansion board info for bct brettl4 | Peter Meerwald | 2012-07-09 | -2/+6 |
* | | EXYNOS: Fix USB compiler warning | Rajeshwari Shinde | 2012-07-10 | -1/+0 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-usb | Wolfgang Denk | 2012-07-09 | -17/+708 |
|\ \
| |/
|/| |
|
| * | CONFIG: EXYNOS5: USB: Enable USB 2.0 on smdk5250 | Rajeshwari Shinde | 2012-07-09 | -0/+6 |
| * | EXYNOS5: USB: Fix incorrect USB base addresses | Rajeshwari Shinde | 2012-07-09 | -2/+2 |
| * | EXYNOS: Add power Enable/Disable for USB-EHCI | Rajeshwari Shinde | 2012-07-09 | -0/+31 |
| * | USB: EXYNOS: Set USB 2.0 HOST Link mode | Rajeshwari Shinde | 2012-07-09 | -0/+28 |
| * | EXYNOS5: Add structure for PMU registers | Rajeshwari Shinde | 2012-07-09 | -0/+622 |
| * | EXYNOS5: Fix system register structure | Rajeshwari Shinde | 2012-07-09 | -0/+1 |
| * | USB: EXYNOS: Incorporate EHCI review comments | Rajeshwari Shinde | 2012-07-09 | -15/+18 |
* | | Revert "arm: bugfix: save_boot_params_default accesses uninitalized stack whe... | Wolfgang Denk | 2012-07-09 | -7/+1 |
|/ |
|
* | fdt: send all dtc output to stderr | Stephen Warren | 2012-07-09 | -1/+1 |
* | ext2fs: fix warning: 'blocknxt' may be used uninitialized | Kim Phillips | 2012-07-08 | -1/+1 |
* | tools: Fix mingw tools build | Vladimir Yakovlev | 2012-07-08 | -3/+10 |
* | net: make net_rand.h inclusion depend on BOOTP_RANDOM_DELAY | Kim Phillips | 2012-07-08 | -1/+3 |
* | Remove remaining mdelay() macros | Anatolij Gustschin | 2012-07-08 | -2/+0 |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Wolfgang Denk | 2012-07-08 | -1775/+11028 |
|\ |
|
| * | ARM: cache: Move the cp15 CR register read before flushing the cache. | SRICHARAN R | 2012-07-07 | -3/+3 |
| * | ARM: introduce arch_early_init_r() | Fabio Estevam | 2012-07-07 | -0/+5 |
| * | PXA: Enable CONFIG_PREBOOT on zipitz2 | Marek Vasut | 2012-07-07 | -0/+1 |
| * | ARM: mx28: Remove CONFIG_ARCH_CPU_INIT | Fabio Estevam | 2012-07-07 | -4/+0 |
| * | No need to define CONFIG_ARCH_CPU_INIT. | Fabio Estevam | 2012-07-07 | -4/+0 |
| * | add new board vl_ma2sc | esw@bus-elektronik.de | 2012-07-07 | -0/+1065 |
| * | MTD: SPEAr SMI: Add write support for length < 4 bytes | Stefan Roese | 2012-07-07 | -4/+18 |
| * | i2c: designware_i2c.c: Add support for the "i2c probe" command | Stefan Roese | 2012-07-07 | -6/+10 |
| * | rtc/m41t62: Add support for M41T82 with HT (Halt Update) | Stefan Roese | 2012-07-07 | -1/+9 |
| * | SPL: ARM: spear: Add SPL support for SPEAr600 platform | Stefan Roese | 2012-07-07 | -27/+1740 |
| * | Makefile: Add u-boot.spr build target (SPEAr) | Stefan Roese | 2012-07-07 | -0/+21 |