summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* ARM: davinci: Remove CONFIG_SOC_DA830Adam Ford2017-09-152-140/+0
* arm: dts: Add missing u-boot specific dtsi for dra7-evmJean-Jacques Hiblot2017-09-151-0/+15
* arm: mach-omap2: Relax checks on OP-TEE location to allow pageable imageHarinarayan Bhatta2017-09-151-6/+2
* fs/fat: fix fatbuf leakRob Clark2017-09-151-7/+16
* fs/fat: Clean up open-coded sector <-> cluster conversionsRob Clark2017-09-153-11/+11
* fs/fat: fix case for FAT shortnamesRob Clark2017-09-153-9/+17
* fat/fs: move ls to generic implementationRob Clark2017-09-153-35/+37
* fat/fs: remove a bunch of dead codeRob Clark2017-09-153-207/+0
* fs/fat: implement opendir/readdir/closedirRob Clark2017-09-151-0/+61
* fs: add fs_readdir()Rob Clark2017-09-154-12/+199
* fat/fs: convert to directory iteratorsRob Clark2017-09-152-652/+76
* fs/fat: introduce new director iteratorsRob Clark2017-09-152-3/+360
* fs/fat: split out helper to init fsdataRob Clark2017-09-152-30/+44
* Merge git://git.denx.de/u-boot-ubiTom Rini2017-09-151-0/+5
|\
| * cmd: set filesize variable in ubi readHolger Dengler2017-09-121-0/+5
* | Merge git://git.denx.de/u-boot-i2cTom Rini2017-09-151-1/+39
|\ \
| * | i2c: muxes: pca954x: Add support for GPIO reset lineMoritz Fischer2017-09-131-1/+39
* | | test/py: u_boot_console_base.py: fix typoHeinrich Schuchardt2017-09-151-1/+1
* | | checkpatch.pl: Add warning for new __packed additionsHeinrich Schuchardt2017-09-151-0/+7
* | | cmd: blk: Use LBAFU in the common block commandBin Meng2017-09-151-6/+4
* | | blk: Remove various places that do flush cache after readBin Meng2017-09-158-31/+0
* | | checkpatch: update from Linux v4.13-rc6Heinrich Schuchardt2017-09-142-422/+2224
* | | lib: strto: fix incorrect handling of specified baseRob Clark2017-09-141-26/+19
* | | add pytests for 'gpt rename' and 'gpt swap'Alison Chaiken2017-09-142-0/+32
* | | add pytests for 'gpt guid' command in sandboxAlison Chaiken2017-09-141-0/+38
* | | GPT: create block device for sandbox testingAlison Chaiken2017-09-142-0/+24
* | | ARM: DRA7: Cleanup old pinctrl macrosSuman Anna2017-09-141-14/+0
* | | arm: am57xx: cl-som-am57x: Use new pinctrl macrosSuman Anna2017-09-141-52/+53
* | | configs: at91: Remove CONFIG_SYS_EXTRA_OPTIONS assignmentWenyou Yang2017-09-1448-135/+102
* | | ARM: at91: spl: Add macro CONFIG_XXXX_BOOT supportWenyou Yang2017-09-141-6/+10
* | | ARM: at91: Remove hardware.h included in configsWenyou Yang2017-09-1416-39/+39
* | | ARM: at91: Add the SoC options to KconfigWenyou Yang2017-09-141-27/+79
* | | ARM: at91: Move CONFIG_AT91FAMILY option to KconfigWenyou Yang2017-09-1411-43/+3
* | | board: atmel: Add SAMA5D27 SOM1 EK boardWenyou Yang2017-09-1411-0/+809