aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-09Makefile: Add a warning if SPL/TPL cannot be builtSimon Glass1-0/+7
2018-10-09spl: input: Allow input in SPL and TPLSimon Glass3-5/+59
2018-10-09sf: Avoid allocating memory on every read operationSimon Glass1-7/+2
2018-10-09dm: core: Update ofnode to read binman-style flash entrySimon Glass7-45/+103
2018-10-09dm: core: Add a function to find the first inactive childSimon Glass3-0/+64
2018-10-09dm: core: Update some functions to use constSimon Glass2-24/+24
2018-10-09dm: core: Alloc uclass-private data to be cache-alignedSimon Glass2-1/+5
2018-10-09sandbox: Restore blocking I/O on exitSimon Glass3-19/+16
2018-10-09dm: spi: Clean up detection of sandbox SPI emulatorSimon Glass2-11/+8
2018-10-09sandbox: tpm: Enhance to support the latest Chromium OSSimon Glass2-15/+116
2018-10-09sandbox: tpm: Tidy up enums and return valuesSimon Glass3-10/+25
2018-10-09serial: sandbox: Allow serial output without device treeSimon Glass1-0/+5
2018-10-09sandbox: Add a debug UARTSimon Glass3-0/+30
2018-10-09sandbox: video: Speed up video outputSimon Glass5-12/+14
2018-10-09sandbox: spi: Add more loggingSimon Glass3-54/+39
2018-10-09sandbox: Remove the old memory file laterSimon Glass2-6/+6
2018-10-09sandbox: Add a flag to set the default log levelSimon Glass3-1/+16
2018-10-09sandbox: Support booting from TPL to SPLSimon Glass1-2/+27
2018-10-09sandbox: spi: Drop command-line SPI optionSimon Glass1-113/+9
2018-10-09sandbox: Add a way to write data to the host filesystemSimon Glass2-0/+33
2018-10-09sandbox: Support file truncation with os_open()Simon Glass2-0/+3
2018-10-09log: Add helpers for common log levelsSimon Glass4-0/+34
2018-10-08log: Correct definition of log_msg_ret()Simon Glass1-1/+1
2018-10-08ofnode: Add missing address translation into ofnode_get_addr_size()Marek Vasut1-1/+5
2018-10-08ofnode: Replace of_n_addr_cells with of_n_size_cellsMarek Vasut1-1/+1
2018-10-08binman: Run tests concurrentlySimon Glass12-22/+274
2018-10-08test: Reduce the number of tests run with sandbox_flattreeSimon Glass1-1/+2
2018-10-08patman: Don't clear progress in tout unless it was usedSimon Glass1-1/+7
2018-10-08tools: Set an initial value for indirSimon Glass1-0/+3
2018-10-08buildman: dtoc: Suppress unwanted output from testSimon Glass2-3/+7
2018-10-08binman: Separate out testSplBssPad()Simon Glass1-1/+3
2018-10-08binman: Fix up removal of temporary directoriesSimon Glass5-10/+25
2018-10-08binman: Add a default path to libfdt.pySimon Glass2-0/+7
2018-10-08test: Tidy up comments and variable nameSimon Glass1-4/+8
2018-10-08test: Print the name of each test before running itSimon Glass1-11/+19
2018-10-08test: Simplify the PATH setupSimon Glass1-9/+9
2018-10-08Makefile: Add a 'check' target for makeSimon Glass1-1/+5
2018-10-08buildman: Make the toolchain test more forgivingSimon Glass1-2/+4
2018-10-08test/py: Fix unicode handling for log filteringSimon Glass1-3/+4
2018-10-08patman: Handle unicode in _ProjectConfigParser testsSimon Glass1-7/+20
2018-10-08sandbox: Unprotect DATA regions in bus testsSimon Glass3-0/+35
2018-10-07Kconfig: sandbox: enable cmd_avb and dependenciesJens Wiklander3-1/+7
2018-10-07avb_verify: support sandbox configurationJens Wiklander1-1/+2
2018-10-07test_avb: Update pymark.buildconfigspec information for the AVB testsJens Wiklander1-3/+5
2018-10-07avb_verify: support using OP-TEE TA AVBJens Wiklander3-1/+134
2018-10-07test: tee: test TEE uclassJens Wiklander2-0/+99
2018-10-07tee: add sandbox driverJens Wiklander5-3/+347
2018-10-07sandbox: imply CONFIG_TEE (TEE uclass)Jens Wiklander1-0/+1
2018-10-07sandbox: dt: add sandbox_tee nodeJens Wiklander3-0/+12
2018-10-07tee: optee: support AVB trusted applicationJens Wiklander5-0/+127