aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-17Merge git://git.denx.de/u-boot-x86Tom Rini
2017-09-16x86: ivybridge: remove unused variablesHeinrich Schuchardt
2017-09-16x86: Enable early timer for chromebook_linkSimon Glass
2017-09-16bootstage: Provide a separate record count setting for SPLSimon Glass
2017-09-16bootstage: Drop unused optionsSimon Glass
2017-09-16dm: x86: Allow TSC timer to be used before DM is readySimon Glass
2017-09-16board_f: Drop the timer after relocationSimon Glass
2017-09-16x86: Support Intel Cherry Hill boardBin Meng
2017-09-16x86: braswell: Disable PUNIT power configuration for B0 steppingBin Meng
2017-09-16x86: braswell: Add FSP configurationBin Meng
2017-09-16x86: braswell: Add microcode for B0/C0/D0 stepping SoCBin Meng
2017-09-16x86: Add Intel Braswell SoC supportBin Meng
2017-09-16x86: fsp: Update fsp command to show spec 1.1 headerBin Meng
2017-09-16x86: dm: video: Add a framebuffer driver that utilizes VBTBin Meng
2017-09-16x86: dts: Include Intel Video BIOS Table in the ROM imageBin Meng
2017-09-16tools: binman: Add a new entry type for Intel VBTBin Meng
2017-09-16x86: Add Video BIOS Table (VBT) related Kconfig optionsBin Meng
2017-09-16x86: fsp: Add FSP_GRAPHICS_INFO_HOBBin Meng
2017-09-16x86: fsp: Update struct common_buf for FSP spec 1.1Bin Meng
2017-09-16x86: tsc: Add Airmont reference clock valuesBin Meng
2017-09-15Merge git://git.denx.de/u-boot-fdtTom Rini
2017-09-15test/py: gpt: make use of infra-structureStephen Warren
2017-09-15ARM: davinci: Remove CONFIG_SOC_DA830Adam Ford
2017-09-15arm: dts: Add missing u-boot specific dtsi for dra7-evmJean-Jacques Hiblot
2017-09-15arm: mach-omap2: Relax checks on OP-TEE location to allow pageable imageHarinarayan Bhatta
2017-09-15fs/fat: fix fatbuf leakRob Clark
2017-09-15fs/fat: Clean up open-coded sector <-> cluster conversionsRob Clark
2017-09-15fs/fat: fix case for FAT shortnamesRob Clark
2017-09-15fat/fs: move ls to generic implementationRob Clark
2017-09-15fat/fs: remove a bunch of dead codeRob Clark
2017-09-15fs/fat: implement opendir/readdir/closedirRob Clark
2017-09-15fs: add fs_readdir()Rob Clark
2017-09-15fat/fs: convert to directory iteratorsRob Clark
2017-09-15fs/fat: introduce new director iteratorsRob Clark
2017-09-15fs/fat: split out helper to init fsdataRob Clark
2017-09-15Merge git://git.denx.de/u-boot-ubiTom Rini
2017-09-15Merge git://git.denx.de/u-boot-i2cTom Rini
2017-09-15test/py: u_boot_console_base.py: fix typoHeinrich Schuchardt
2017-09-15checkpatch.pl: Add warning for new __packed additionsHeinrich Schuchardt
2017-09-15cmd: blk: Use LBAFU in the common block commandBin Meng
2017-09-15blk: Remove various places that do flush cache after readBin Meng
2017-09-15test: overlay: Add unit test for stacked overlayPantelis Antoniou
2017-09-15ut: fix fdt_getprop_u32() changePantelis Antoniou
2017-09-15config: sandbox: Add unit testsPantelis Antoniou
2017-09-15dtbo: make dtbos specialPantelis Antoniou
2017-09-15doc: overlays: Tweak documentation regarding overlaysFranklin S Cooper Jr
2017-09-15doc: Document how to apply fdt overlaysPantelis Antoniou
2017-09-15fit: fdt overlays docPantelis Antoniou
2017-09-15fit: Introduce methods for applying overlays on fit-loadPantelis Antoniou
2017-09-15fit: Do not throw away extra configuration on fit_image_load()Pantelis Antoniou