summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge tag 'dm-9oct18' of git://git.denx.de/u-boot-dmTom Rini2018-10-10224-1326/+5462
|\ \
| * | dtoc: Fix the value of SetInt()Simon Glass2018-10-091-1/+1
| * | video: Tidy up a few comments in video.oSimon Glass2018-10-091-2/+2
| * | video: at91: Adjust vidconsole_position_cursor() to use char posSimon Glass2018-10-092-1/+6
| * | sysreset: Add a way to find the last resetSimon Glass2018-10-094-0/+95
| * | sysreset: Tidy up a few comments and loggingSimon Glass2018-10-093-3/+6
| * | pci: Add a little more debugging to pci_romSimon Glass2018-10-091-2/+2
| * | fdt: Allow C++ comments in link scripts and DT filesSimon Glass2018-10-092-2/+2
| * | ctags: Minor changes to fix ctags outputSimon Glass2018-10-092-3/+6
| * | panel: Expand the backlight supportSimon Glass2018-10-097-37/+274
| * | test: panel: Add a test for the panel uclassSimon Glass2018-10-096-2/+111
| * | cros_ec: Add support for v3 messages on LPCSimon Glass2018-10-091-0/+33
| * | cros_ec: Update cros_ec_read_hash() to specify the imageSimon Glass2018-10-093-5/+8
| * | x86: Update mtrr functions to allow leaving cache aloneSimon Glass2018-10-094-16/+33
| * | cros: Update ec_commands to latest versionSimon Glass2018-10-094-432/+3318
| * | Rename GPT_HEADER_SIGNATURE to avoid conflictSimon Glass2018-10-092-4/+4
| * | Add a header file for stringsSimon Glass2018-10-091-0/+1
| * | log: Add comments to the rest of the log categoriesSimon Glass2018-10-091-6/+6
| * | binman: Move to three-digit test-file numbersSimon Glass2018-10-09101-115/+115
| * | tpm: Add a few new commands for v1Simon Glass2018-10-093-18/+93
| * | tpm: Tidy up logging in tpm-common.cSimon Glass2018-10-091-3/+7
| * | tpm: Use livetree and allow childrenSimon Glass2018-10-092-1/+4
| * | video: Adjust video_clear() to return an errorSimon Glass2018-10-092-2/+5
| * | fdt: Remove fdtdec_decode_region() functionSimon Glass2018-10-092-128/+0
| * | dm: spi: Add logging of some return valuesSimon Glass2018-10-094-11/+11
| * | cros: Adjust board_get_cros_ec_dev() to return a udeviceSimon Glass2018-10-092-5/+3
| * | cros: Update cros_ec code to use struct udeviceSimon Glass2018-10-095-125/+122
| * | fdt: Allow libfdt in TPLSimon Glass2018-10-091-0/+10
| * | serial: Allow serial to be absent in TPLSimon Glass2018-10-093-2/+17
| * | tpm: Add support for SPL and TPLSimon Glass2018-10-093-4/+30
| * | fdt: Allow indicating a node is for U-Boot proper onlySimon Glass2018-10-092-1/+5
| * | doc: Update docs for device tree in SPL, TPLSimon Glass2018-10-092-1/+12
| * | fdt: Document the fact that dtc is now builtSimon Glass2018-10-091-1/+5
| * | rtc: Allow use of RTC in SPL and TPLSimon Glass2018-10-093-1/+20
| * | Kconfig: Convert CONFIG_RTC_MC146818 to KconfigSimon Glass2018-10-099-3/+13
| * | blk: Support block drivers in TPLSimon Glass2018-10-092-1/+13
| * | Makefile: Add a warning if SPL/TPL cannot be builtSimon Glass2018-10-091-0/+7
| * | spl: input: Allow input in SPL and TPLSimon Glass2018-10-093-5/+59
| * | sf: Avoid allocating memory on every read operationSimon Glass2018-10-091-7/+2
| * | dm: core: Update ofnode to read binman-style flash entrySimon Glass2018-10-097-45/+103
| * | dm: core: Add a function to find the first inactive childSimon Glass2018-10-093-0/+64
| * | dm: core: Update some functions to use constSimon Glass2018-10-092-24/+24
| * | dm: core: Alloc uclass-private data to be cache-alignedSimon Glass2018-10-092-1/+5
| * | sandbox: Restore blocking I/O on exitSimon Glass2018-10-093-19/+16
| * | dm: spi: Clean up detection of sandbox SPI emulatorSimon Glass2018-10-092-11/+8
| * | sandbox: tpm: Enhance to support the latest Chromium OSSimon Glass2018-10-092-15/+116
| * | sandbox: tpm: Tidy up enums and return valuesSimon Glass2018-10-093-10/+25
| * | serial: sandbox: Allow serial output without device treeSimon Glass2018-10-091-0/+5
| * | sandbox: Add a debug UARTSimon Glass2018-10-093-0/+30
| * | sandbox: video: Speed up video outputSimon Glass2018-10-095-12/+14