aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-07optee: support routing of rpmb data frames to mmcJens Wiklander5-1/+247
2018-10-07arm: dt: hikey: Add optee nodeJens Wiklander1-0/+7
2018-10-07Documentation: tee uclass and op-tee driverJens Wiklander1-0/+112
2018-10-07tee: add OP-TEE driverJens Wiklander10-0/+1900
2018-10-07dt/bindings: add bindings for opteeJens Wiklander1-0/+31
2018-10-07Add UCLASS_TEE for Trusted Execution EnvironmentJens Wiklander8-0/+569
2018-10-07mmc: rpmb: add mmc_rpmb_route_frames()Jens Wiklander2-0/+179
2018-10-07cmd: avb: print error message if command failsJens Wiklander1-0/+17
2018-10-07cmd: avb read_rb: print rb_idx in hexadecimalJens Wiklander1-1/+1
2018-10-07dm: fdt: scan for devices under /firmware tooJens Wiklander1-5/+10
2018-10-06spl: spi: Do not hardcode fixed size for headerMichal Simek1-3/+3
2018-10-06spl: ram: Fix u_boot_pos calculationMichal Simek1-3/+2
2018-10-06mach-stm32: Set MPU SDRAM size to 512MB for STM32F7/H7Patrice Chotard1-7/+2
2018-10-06fs: fat: fix set_cluster()Heinrich Schuchardt1-10/+17
2018-10-06fs: fat: memory leak in fat_unlink()Heinrich Schuchardt1-1/+7
2018-10-06ARM: LogicPD: omap3logic: Remove Torpedo/SOM-LV autodectionAdam Ford3-103/+8
2018-10-06ARM: DTS: Add Logic PD OMAP35/DM37 SOM-LV and OMAP35 TorpedoAdam Ford7-0/+306
2018-10-06ARM: DTS: Add support for Logic PD OMAP35 Torpedo & SOM-LVAdam Ford2-0/+49
2018-10-06ARM: DTS: Remove unnecessary u-boot.dtsi options from omap3/36xxAdam Ford3-47/+0
2018-10-06ARM: DTS: LogicPD-SOM-LV & Torpedo: Resync DTS with KernelAdam Ford3-30/+32
2018-10-06misc: Add support for the Arm Versatile Express config busLiviu Dudau4-0/+144
2018-10-06configs: drop CONFIG_SYS_EXTRA_ENV_RELOCSimon Goldschmidt23-56/+4
2018-10-06test/py: test_fs: add docstring comments to helper functionsAkashi Takahiro1-0/+133
2018-10-06test/py: test_fs: remove fs_type argument from umount_fs()Akashi Takahiro1-7/+7
2018-10-06test/py: ignore console read exceptions after test failureStephen Warren1-1/+11
2018-10-05Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini7-1/+183