summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rockchip: pinctrl: rk3368: Convert to livetreePhilipp Tomsich2017-09-181-2/+1
* rockchip: clk: rk3368: Convert to livetreePhilipp Tomsich2017-09-181-1/+1
* rockchip: timer: Convert to livetreePhilipp Tomsich2017-09-181-1/+3
* rockchip: timer: implement timer_get_boot_usPhilipp Tomsich2017-09-181-5/+67
* rockchip: mmc: convert to livetreePhilipp Tomsich2017-09-181-1/+1
* net: phy: micrel: Convert to livetreePhilipp Tomsich2017-09-181-3/+2
* net: designware: Convert to livetreePhilipp Tomsich2017-09-181-8/+3
* dm: core: add dev_read_addr_ptr()Philipp Tomsich2017-09-182-0/+22
* dm: timer: handle being called before dm_root is readyPhilipp Tomsich2017-09-181-0/+7
* dm: timer: Convert to livetreePhilipp Tomsich2017-09-181-22/+23
* bootstage: adjust Makefile to allow including bootstage in SPL, but not in TPLPhilipp Tomsich2017-09-181-1/+1
* rockchip: board: puma_rk3399: update README flash instructionsKlaus Goger2017-09-181-8/+43
* rockchip: board: lion_rk3368: update README flash instructionsKlaus Goger2017-09-181-2/+22
* rockchip: rk322x: Disable integrated macphy for saving power consumingDavid Wu2017-09-182-0/+40
* rockchip: rk322x: enable fastboot to set boot mode tagKever Yang2017-09-181-0/+15
* rockchip: enable rk322x sysreset driverKever Yang2017-09-181-0/+1
* ARM: dts: rockchip: add USB nodes for evb-rv1108William Wu2017-09-182-0/+46
* configs: rockchip: add USB configs for evb-rv1108 boardWilliam Wu2017-09-182-0/+24
* Merge git://git.denx.de/u-boot-x86Tom Rini2017-09-1751-49/+15254
|\
| * x86: ivybridge: remove unused variablesHeinrich Schuchardt2017-09-161-10/+0
| * x86: Enable early timer for chromebook_linkSimon Glass2017-09-162-0/+2
| * bootstage: Provide a separate record count setting for SPLSimon Glass2017-09-162-3/+10
| * bootstage: Drop unused optionsSimon Glass2017-09-167-20/+1
| * dm: x86: Allow TSC timer to be used before DM is readySimon Glass2017-09-162-5/+26
| * board_f: Drop the timer after relocationSimon Glass2017-09-161-0/+3
| * x86: Support Intel Cherry Hill boardBin Meng2017-09-1611-0/+957
| * x86: braswell: Disable PUNIT power configuration for B0 steppingBin Meng2017-09-161-0/+6
| * x86: braswell: Add FSP configurationBin Meng2017-09-165-1/+637
| * x86: braswell: Add microcode for B0/C0/D0 stepping SoCBin Meng2017-09-163-0/+12924
| * x86: Add Intel Braswell SoC supportBin Meng2017-09-168-0/+386
| * x86: fsp: Update fsp command to show spec 1.1 headerBin Meng2017-09-162-3/+30
| * x86: dm: video: Add a framebuffer driver that utilizes VBTBin Meng2017-09-163-0/+133
| * x86: dts: Include Intel Video BIOS Table in the ROM imageBin Meng2017-09-161-0/+6
| * tools: binman: Add a new entry type for Intel VBTBin Meng2017-09-163-1/+36
| * x86: Add Video BIOS Table (VBT) related Kconfig optionsBin Meng2017-09-161-0/+34
| * x86: fsp: Add FSP_GRAPHICS_INFO_HOBBin Meng2017-09-163-0/+45
| * x86: fsp: Update struct common_buf for FSP spec 1.1Bin Meng2017-09-162-1/+10
| * x86: tsc: Add Airmont reference clock valuesBin Meng2017-09-161-7/+10
* | Merge git://git.denx.de/u-boot-fdtTom Rini2017-09-1542-132/+1656
|\ \
| * | test: overlay: Add unit test for stacked overlayPantelis Antoniou2017-09-153-1/+55
| * | ut: fix fdt_getprop_u32() changePantelis Antoniou2017-09-151-8/+8
| * | config: sandbox: Add unit testsPantelis Antoniou2017-09-151-0/+2
| * | dtbo: make dtbos specialPantelis Antoniou2017-09-151-0/+17
| * | doc: overlays: Tweak documentation regarding overlaysFranklin S Cooper Jr2017-09-152-6/+87
| * | doc: Document how to apply fdt overlaysPantelis Antoniou2017-09-151-0/+37
| * | fit: fdt overlays docPantelis Antoniou2017-09-153-3/+236
| * | fit: Introduce methods for applying overlays on fit-loadPantelis Antoniou2017-09-153-8/+205
| * | fit: Do not throw away extra configuration on fit_image_load()Pantelis Antoniou2017-09-151-4/+7
| * | fit: Allow multiple images per propertyPantelis Antoniou2017-09-151-3/+15
| * | fdt: Allow stacked overlays phandle referencesPantelis Antoniou2017-09-151-22/+206