aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-09tpm: Add a few new commands for v1Simon Glass
2018-10-09tpm: Tidy up logging in tpm-common.cSimon Glass
2018-10-09tpm: Use livetree and allow childrenSimon Glass
2018-10-09video: Adjust video_clear() to return an errorSimon Glass
2018-10-09fdt: Remove fdtdec_decode_region() functionSimon Glass
2018-10-09dm: spi: Add logging of some return valuesSimon Glass
2018-10-09cros: Adjust board_get_cros_ec_dev() to return a udeviceSimon Glass
2018-10-09cros: Update cros_ec code to use struct udeviceSimon Glass
2018-10-09fdt: Allow libfdt in TPLSimon Glass
2018-10-09serial: Allow serial to be absent in TPLSimon Glass
2018-10-09tpm: Add support for SPL and TPLSimon Glass
2018-10-09fdt: Allow indicating a node is for U-Boot proper onlySimon Glass
2018-10-09doc: Update docs for device tree in SPL, TPLSimon Glass
2018-10-09fdt: Document the fact that dtc is now builtSimon Glass
2018-10-09rtc: Allow use of RTC in SPL and TPLSimon Glass
2018-10-09Kconfig: Convert CONFIG_RTC_MC146818 to KconfigSimon Glass
2018-10-09blk: Support block drivers in TPLSimon Glass
2018-10-09Makefile: Add a warning if SPL/TPL cannot be builtSimon Glass
2018-10-09spl: input: Allow input in SPL and TPLSimon Glass
2018-10-09sf: Avoid allocating memory on every read operationSimon Glass
2018-10-09dm: core: Update ofnode to read binman-style flash entrySimon Glass
2018-10-09dm: core: Add a function to find the first inactive childSimon Glass
2018-10-09dm: core: Update some functions to use constSimon Glass
2018-10-09dm: core: Alloc uclass-private data to be cache-alignedSimon Glass
2018-10-09sandbox: Restore blocking I/O on exitSimon Glass
2018-10-09dm: spi: Clean up detection of sandbox SPI emulatorSimon Glass
2018-10-09sandbox: tpm: Enhance to support the latest Chromium OSSimon Glass
2018-10-09sandbox: tpm: Tidy up enums and return valuesSimon Glass
2018-10-09serial: sandbox: Allow serial output without device treeSimon Glass
2018-10-09sandbox: Add a debug UARTSimon Glass
2018-10-09sandbox: video: Speed up video outputSimon Glass
2018-10-09sandbox: spi: Add more loggingSimon Glass
2018-10-09sandbox: Remove the old memory file laterSimon Glass
2018-10-09sandbox: Add a flag to set the default log levelSimon Glass
2018-10-09sandbox: Support booting from TPL to SPLSimon Glass
2018-10-09sandbox: spi: Drop command-line SPI optionSimon Glass
2018-10-09sandbox: Add a way to write data to the host filesystemSimon Glass
2018-10-09sandbox: Support file truncation with os_open()Simon Glass
2018-10-09log: Add helpers for common log levelsSimon Glass
2018-10-08log: Correct definition of log_msg_ret()Simon Glass
2018-10-08ofnode: Add missing address translation into ofnode_get_addr_size()Marek Vasut
2018-10-08ofnode: Replace of_n_addr_cells with of_n_size_cellsMarek Vasut
2018-10-08binman: Run tests concurrentlySimon Glass
2018-10-08test: Reduce the number of tests run with sandbox_flattreeSimon Glass
2018-10-08patman: Don't clear progress in tout unless it was usedSimon Glass
2018-10-08tools: Set an initial value for indirSimon Glass
2018-10-08buildman: dtoc: Suppress unwanted output from testSimon Glass
2018-10-08binman: Separate out testSplBssPad()Simon Glass
2018-10-08binman: Fix up removal of temporary directoriesSimon Glass
2018-10-08binman: Add a default path to libfdt.pySimon Glass