summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
| * | dm: mmc: Support eraseSimon Glass2016-10-09-4/+11
| * | tools: buildman: Add compiler wrapperYork Sun2016-10-09-2/+25
| * | tools: buildman: Remove duplicated codeYork Sun2016-10-09-4/+0
| * | dtoc: Make integer division python 3.x safePaul Burton2016-10-09-1/+1
| * | dtoc: Decode strings for struct.unpack on python 3.xPaul Burton2016-10-09-0/+3
| * | dtoc: Use items() to iterate over dictionaries in python 3.xPaul Burton2016-10-09-5/+5
| * | patman: Fix doctest StringIO import for python 3.xPaul Burton2016-10-09-5/+8
| * | patman: Use items() to iterate over dictionariesPaul Burton2016-10-09-1/+1
| * | patman: Import 'configparser' lower case to be python 3.x safePaul Burton2016-10-09-1/+5
| * | patman: Make exception handling python 3.x safePaul Burton2016-10-09-8/+8
| * | patman: Make print statements python 3.x safePaul Burton2016-10-09-52/+58
| * | patman: Replace tabs with spacesPaul Burton2016-10-09-2/+2
| * | dtoc: Add a way for tests to request the fallback librarySimon Glass2016-10-09-3/+13
| * | dtoc: Adjust GetProps() in fdt_normal to use the node pathSimon Glass2016-10-09-6/+3
| * | dtoc: Fix bug in GetProp()Simon Glass2016-10-09-1/+1
| * | cros_ec: Fix issue with cros_ec_flash_write commandMoritz Fischer2016-10-09-7/+16
| * | cros_ec: Add crosec flashinfo commandMoritz Fischer2016-10-09-0/+10
| * | cros_ec: Add function to read back flash parametersMoritz Fischer2016-10-09-0/+21
| * | buildman: Drop the 'alive' flag in BuilderThreadSimon Glass2016-10-09-3/+1
| * | buildman: Don't show a stacktrace on Ctrl-CSimon Glass2016-10-09-0/+7
| * | buildman: Drop the 'active' flag in the builderSimon Glass2016-10-09-16/+1
| * | buildman: Allow builds to terminate cleanlySimon Glass2016-10-09-2/+6
| * | buildman: Put our local libraries first in the pathSimon Glass2016-10-09-1/+1
| * | buildman: Print a message indicating the build is startingSimon Glass2016-10-09-2/+3
| * | buildman: Print a message when removing old directoriesSimon Glass2016-10-09-0/+6
| * | buildman: Tidy up the 'cloning' messageSimon Glass2016-10-09-1/+3
| * | patman: Flush output when there is no newlineSimon Glass2016-10-09-0/+2
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini2016-10-12-530/+662
|\ \
| * | x86: Clean up unused macros in the configuration headersBin Meng2016-10-12-26/+3
| * | video: Remove legacy VESA and coreboot framebuffer driversBin Meng2016-10-12-171/+0
| * | x86: coreboot: Convert to use DM coreboot video driverBin Meng2016-10-12-8/+21
| * | dm: video: Don't do anything in alloc_fb() when plat->size is zeroBin Meng2016-10-12-0/+3
| * | dm: video: Add driver for coreboot framebuffer deviceBin Meng2016-10-12-0/+88
| * | vbe: Make vbe_setup_video_priv() publicBin Meng2016-10-12-3/+7
| * | x86: doc: Correct qfw command exampleBin Meng2016-10-12-1/+1
| * | x86: Convert to use DM VESA video driverBin Meng2016-10-12-14/+26
| * | dm: video: Output verbose information in vbe_setup_video()Bin Meng2016-10-12-1/+8
| * | dm: video: Add driver for VESA-compatible deviceBin Meng2016-10-12-0/+34
| * | x86: doc: Document coreboot framebuffer driver issue on QEMUBin Meng2016-10-12-0/+3
| * | x86: mrccache: Fix error handling in mrccache_get_region()Simon Glass2016-10-11-3/+5
| * | x86: Drop unused init_helper functionsSimon Glass2016-10-11-12/+0
| * | x86: ivybridge: Tidy up enable_clock_gating() for 64-bitSimon Glass2016-10-11-4/+4
| * | x86: ivybridge: Fix PCH power setupSimon Glass2016-10-11-4/+4
| * | x86: Don't export interrupt handlers with x86_64Simon Glass2016-10-11-1/+1
| * | x86: i2c: Fix cast of address to 32-bit valueSimon Glass2016-10-11-3/+3
| * | x86: Correct address casts in interrupt codeSimon Glass2016-10-11-2/+2
| * | x86: Correct address casts in cpu codeSimon Glass2016-10-11-6/+4
| * | x86: Allow interrupts to be disabled in 64-bit modeSimon Glass2016-10-11-1/+4
| * | usb: pci: Fix cast for 64-bit compilationSimon Glass2016-10-11-2/+2
| * | tpm: Tidy up use of size_tSimon Glass2016-10-11-2/+2