| Commit message (Expand) | Author | Age | Files | Lines |
* | net: write enetaddr down to hardware on env_callback | Marek Vasut | 2016-11-13 | 1 | -0/+1 |
* | spi: ti_qspi: Fix baudrate divider calculation | Vignesh R | 2016-11-13 | 1 | -9/+7 |
* | ARM: dts: dra7xx: Update spi-max-frequency for qspi slave node | Vignesh R | 2016-11-13 | 2 | -2/+2 |
* | ARM: k2g: Update PLL Multiplier and divider values | Lokesh Vutla | 2016-11-13 | 1 | -1/+1 |
* | ARM: keystone2: PLL: Enable glitch free initialization sequence | Lokesh Vutla | 2016-11-13 | 1 | -8/+8 |
* | arm: Set TTB XN bit in case DCACHE_OFF for LPAE mode | Keerthy | 2016-11-13 | 2 | -1/+6 |
* | arm: print the cache config option in hex instead of decimal | Keerthy | 2016-11-13 | 1 | -1/+1 |
* | mx6ull_14x14_evk: Add README file | Diego Dorta | 2016-11-13 | 1 | -0/+36 |
* | davinci: omapl138_lcdk: keep booting even when MAC address is invalid | Fabien Parent | 2016-11-13 | 1 | -6/+8 |
* | board: am335x/mux: Do not hang when encountering a bad EEPROM | Alex G | 2016-11-13 | 1 | -2/+2 |
* | igep00x0: add Hynix timings | Ladislav Michl | 2016-11-13 | 1 | -4/+16 |
* | igep00x0: consolidate defconfigs | Ladislav Michl | 2016-11-13 | 3 | -36/+5 |
* | igep00x0: disable CONFIG_DISPLAY_BOARDINFO | Ladislav Michl | 2016-11-13 | 4 | -18/+3 |
* | tools: fix mksunxiboot build for tools-all target | Andre Przywara | 2016-11-13 | 1 | -1/+1 |
* | Merge branch 'master' of git://git.denx.de/u-boot-tegra | Tom Rini | 2016-11-08 | 7 | -32/+69 |
|\ |
|
| * | ARM: tegra186: call secure monitor for all cache-wide ops | Stephen Warren | 2016-11-07 | 1 | -3/+21 |
| * | armv8: add hooks for all cache-wide operations | Stephen Warren | 2016-11-07 | 5 | -11/+27 |
| * | ARM: tegra: translate __asm_flush_l3_cache to assembly | Stephen Warren | 2016-11-07 | 2 | -23/+25 |
| * | ARM: tegra: ensure nvtboot_boot_x0 alignment | Stephen Warren | 2016-11-07 | 1 | -0/+1 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-net | Tom Rini | 2016-11-07 | 15 | -24/+1849 |
|\ \ |
|
| * | | net: use random ethernet address if invalid and not zero | Siva Durga Prasad Paladugu | 2016-11-07 | 1 | -1/+2 |
| * | | net: mvgbe: Fix build error with CONFIG_PHYLIB | Chris Packham | 2016-11-07 | 1 | -22/+3 |
| * | | net: phy: micrel: center FLP burst timing at 16ms | Ash Charles | 2016-11-07 | 2 | -0/+26 |
| * | | ARM: tegra: enable Ethernet on p2771-0000 | Stephen Warren | 2016-11-07 | 3 | -0/+7 |
| * | | ARM: tegra: add DWC EQoS (ethernet) to Tegra186 DT | Stephen Warren | 2016-11-07 | 1 | -0/+20 |
| * | | ARM: tegra: configure Ethernet address on Tegra186 | Stephen Warren | 2016-11-07 | 2 | -0/+55 |
| * | | ARM: tegra: add SoC-level hook for board_late_init() | Stephen Warren | 2016-11-07 | 1 | -1/+6 |
| * | | net: add driver for Synopsys Ethernet QoS device | Stephen Warren | 2016-11-07 | 3 | -0/+1564 |
| * | | dt: net: add DWC EQoS binding | Stephen Warren | 2016-11-07 | 1 | -0/+166 |
| |/ |
|
* | | wandboard: Make Ethernet functional again | Fabio Estevam | 2016-11-06 | 1 | -0/+33 |
* | | mkimage: Allow including a ramdisk in FIT auto mode | Tomeu Vizoso | 2016-11-06 | 4 | -4/+44 |
* | | travis-ci: Try harder to build all ARM targets | Tom Rini | 2016-11-06 | 1 | -8/+39 |
* | | buildman: Fix building based on 'options' field | Tom Rini | 2016-11-06 | 1 | -2/+2 |
|/ |
|
* | mx6sabresd: Make Ethernet functional again | Fabio Estevam | 2016-11-06 | 1 | -0/+33 |
* | engicam: icorem6: Fix config files | Jagan Teki | 2016-11-05 | 2 | -3/+4 |
* | armv8: define get_ticks() for the ARMv8 Generic Timer | Andre Przywara | 2016-11-05 | 1 | -0/+11 |
* | doc: update README.arm64 | Andre Przywara | 2016-11-05 | 1 | -10/+17 |
* | tools: imximage: check return value when open the plugin file | Peng Fan | 2016-11-05 | 1 | -1/+8 |
* | image: Protect against overflow in unknown_msg() | Simon Glass | 2016-11-05 | 1 | -2/+4 |
* | colibri_pxa270: drop lzma support for space reason | Marcel Ziswiler | 2016-11-05 | 1 | -1/+0 |
* | Merge branch 'master' of git://git.denx.de/u-boot-usb | Tom Rini | 2016-11-03 | 2 | -2/+6 |
|\ |
|
| * | dfu: align array in dfu_get_dev_type with enum dfu_device_type | Patrick Delaunay | 2016-11-03 | 1 | -1/+1 |
| * | cmd: dfu: Add error handling for board_usb_init | Michal Simek | 2016-11-03 | 1 | -1/+5 |
* | | Merge git://git.denx.de/u-boot-rockchip | Tom Rini | 2016-11-02 | 33 | -183/+422 |
|\ \
| |/
|/| |
|
| * | rk3288: kconfig: remove duplicate definition of SPL_MMC_SUPPORT | Kever Yang | 2016-10-30 | 1 | -3/+0 |
| * | rockchip: doc: add GPT partition layout | Jacob Chen | 2016-10-30 | 1 | -2/+9 |
| * | rockchip: use rockchip linux partitions layout | Jacob Chen | 2016-10-30 | 4 | -46/+39 |
| * | dts: rk3288: remove node in dmc which not need anymore | Kever Yang | 2016-10-30 | 7 | -18/+0 |
| * | rk3288: sdram: auto-detect the capacity | Kever Yang | 2016-10-30 | 2 | -42/+245 |
| * | rk3288: config change for enable dram capacity auto-detect. | Kever Yang | 2016-10-30 | 4 | -0/+4 |