1. 5620cf8 test: panel: Add a test for the panel uclass by Simon Glass · 6 years ago
  2. 4ed88a5 cros_ec: Add support for v3 messages on LPC by Simon Glass · 6 years ago
  3. 9456490 cros_ec: Update cros_ec_read_hash() to specify the image by Simon Glass · 6 years ago
  4. 8fafd01 x86: Update mtrr functions to allow leaving cache alone by Simon Glass · 6 years ago
  5. 2c1e550 cros: Update ec_commands to latest version by Simon Glass · 6 years ago
  6. 7903d21 Rename GPT_HEADER_SIGNATURE to avoid conflict by Simon Glass · 6 years ago
  7. fd8dc97 Add a header file for strings by Simon Glass · 6 years ago
  8. d5063fd log: Add comments to the rest of the log categories by Simon Glass · 6 years ago
  9. 511f658 binman: Move to three-digit test-file numbers by Simon Glass · 6 years ago
  10. bccabbe tpm: Add a few new commands for v1 by Simon Glass · 6 years ago
  11. 70e59cc tpm: Tidy up logging in tpm-common.c by Simon Glass · 6 years ago
  12. 1a82542 tpm: Use livetree and allow children by Simon Glass · 6 years ago
  13. 5534312 video: Adjust video_clear() to return an error by Simon Glass · 6 years ago
  14. 65e51c8 fdt: Remove fdtdec_decode_region() function by Simon Glass · 6 years ago
  15. 00d9990 dm: spi: Add logging of some return values by Simon Glass · 6 years ago
  16. b2ed222 cros: Adjust board_get_cros_ec_dev() to return a udevice by Simon Glass · 6 years ago
  17. bed4352 cros: Update cros_ec code to use struct udevice by Simon Glass · 6 years ago
  18. ca8ec4b fdt: Allow libfdt in TPL by Simon Glass · 6 years ago
  19. 6057392 serial: Allow serial to be absent in TPL by Simon Glass · 6 years ago
  20. 93a45b1 tpm: Add support for SPL and TPL by Simon Glass · 6 years ago
  21. 23f2284 fdt: Allow indicating a node is for U-Boot proper only by Simon Glass · 6 years ago
  22. a31dc3d doc: Update docs for device tree in SPL, TPL by Simon Glass · 6 years ago
  23. 9665f19 fdt: Document the fact that dtc is now built by Simon Glass · 6 years ago
  24. 39c9422 rtc: Allow use of RTC in SPL and TPL by Simon Glass · 6 years ago
  25. 9be963e Kconfig: Convert CONFIG_RTC_MC146818 to Kconfig by Simon Glass · 6 years ago
  26. a19f730 blk: Support block drivers in TPL by Simon Glass · 6 years ago
  27. 506651a Makefile: Add a warning if SPL/TPL cannot be built by Simon Glass · 6 years ago
  28. f56afda spl: input: Allow input in SPL and TPL by Simon Glass · 6 years ago
  29. 342eb81 sf: Avoid allocating memory on every read operation by Simon Glass · 6 years ago
  30. 699c9ca dm: core: Update ofnode to read binman-style flash entry by Simon Glass · 6 years ago
  31. b775e87 dm: core: Add a function to find the first inactive child by Simon Glass · 6 years ago
  32. 2e5e5ec dm: core: Update some functions to use const by Simon Glass · 6 years ago
  33. 7ebd13d dm: core: Alloc uclass-private data to be cache-aligned by Simon Glass · 6 years ago
  34. ae50ec7 sandbox: Restore blocking I/O on exit by Simon Glass · 6 years ago
  35. 8e8963b dm: spi: Clean up detection of sandbox SPI emulator by Simon Glass · 6 years ago
  36. f99c329 sandbox: tpm: Enhance to support the latest Chromium OS by Simon Glass · 6 years ago
  37. 5ff3f16 sandbox: tpm: Tidy up enums and return values by Simon Glass · 6 years ago
  38. 15421f3 serial: sandbox: Allow serial output without device tree by Simon Glass · 6 years ago
  39. e3057f3 sandbox: Add a debug UART by Simon Glass · 6 years ago
  40. 0806dcc sandbox: video: Speed up video output by Simon Glass · 6 years ago
  41. 3b4b340 sandbox: spi: Add more logging by Simon Glass · 6 years ago
  42. 332894d sandbox: Remove the old memory file later by Simon Glass · 6 years ago
  43. 4e9a64d sandbox: Add a flag to set the default log level by Simon Glass · 6 years ago
  44. dc4d8eb sandbox: Support booting from TPL to SPL by Simon Glass · 6 years ago
  45. fd5259a sandbox: spi: Drop command-line SPI option by Simon Glass · 6 years ago
  46. cbfa845 sandbox: Add a way to write data to the host filesystem by Simon Glass · 6 years ago
  47. ce55a11 sandbox: Support file truncation with os_open() by Simon Glass · 6 years ago
  48. 1b69a99 log: Add helpers for common log levels by Simon Glass · 6 years ago
  49. a0f6861 log: Correct definition of log_msg_ret() by Simon Glass · 6 years ago
  50. a9dac49 ofnode: Add missing address translation into ofnode_get_addr_size() by Marek Vasut · 6 years ago
  51. 1638c17 ofnode: Replace of_n_addr_cells with of_n_size_cells by Marek Vasut · 6 years ago
  52. 7057d02 binman: Run tests concurrently by Simon Glass · 6 years ago
  53. 3e6fbf5 test: Reduce the number of tests run with sandbox_flattree by Simon Glass · 6 years ago
  54. e6dafb8 patman: Don't clear progress in tout unless it was used by Simon Glass · 6 years ago
  55. 867b906 tools: Set an initial value for indir by Simon Glass · 6 years ago
  56. 0415002 buildman: dtoc: Suppress unwanted output from test by Simon Glass · 6 years ago
  57. 04cda03 binman: Separate out testSplBssPad() by Simon Glass · 6 years ago
  58. 752e755 binman: Fix up removal of temporary directories by Simon Glass · 6 years ago
  59. 5656ca2 binman: Add a default path to libfdt.py by Simon Glass · 6 years ago
  60. 526f55a test: Tidy up comments and variable name by Simon Glass · 6 years ago
  61. 6c9b064 test: Print the name of each test before running it by Simon Glass · 6 years ago
  62. 1935c4e test: Simplify the PATH setup by Simon Glass · 6 years ago
  63. 3ef8686 Makefile: Add a 'check' target for make by Simon Glass · 6 years ago
  64. 72e358c buildman: Make the toolchain test more forgiving by Simon Glass · 6 years ago
  65. b6b3065 test/py: Fix unicode handling for log filtering by Simon Glass · 6 years ago
  66. 26f8b20 patman: Handle unicode in _ProjectConfigParser tests by Simon Glass · 6 years ago
  67. 4e766c2 sandbox: Unprotect DATA regions in bus tests by Simon Glass · 6 years ago
  68. f1edae9 Kconfig: sandbox: enable cmd_avb and dependencies by Jens Wiklander · 6 years ago
  69. 179c1d8 avb_verify: support sandbox configuration by Jens Wiklander · 6 years ago
  70. 404dee1 test_avb: Update pymark.buildconfigspec information for the AVB tests by Jens Wiklander · 6 years ago
  71. 838c70c avb_verify: support using OP-TEE TA AVB by Jens Wiklander · 6 years ago
  72. a10b983 test: tee: test TEE uclass by Jens Wiklander · 6 years ago
  73. c7b443a tee: add sandbox driver by Jens Wiklander · 6 years ago
  74. dca252d sandbox: imply CONFIG_TEE (TEE uclass) by Jens Wiklander · 6 years ago
  75. 86afaa6 sandbox: dt: add sandbox_tee node by Jens Wiklander · 6 years ago
  76. 8ebf55f tee: optee: support AVB trusted application by Jens Wiklander · 6 years ago
  77. f1420dd optee: support routing of rpmb data frames to mmc by Jens Wiklander · 6 years ago
  78. 7f9672f arm: dt: hikey: Add optee node by Jens Wiklander · 6 years ago
  79. e85756d Documentation: tee uclass and op-tee driver by Jens Wiklander · 6 years ago
  80. 2b7216b tee: add OP-TEE driver by Jens Wiklander · 6 years ago
  81. 468d83c dt/bindings: add bindings for optee by Jens Wiklander · 6 years ago
  82. 1429044 Add UCLASS_TEE for Trusted Execution Environment by Jens Wiklander · 6 years ago
  83. d489839 mmc: rpmb: add mmc_rpmb_route_frames() by Jens Wiklander · 6 years ago
  84. 6815afc cmd: avb: print error message if command fails by Jens Wiklander · 6 years ago
  85. 5f51dcc cmd: avb read_rb: print rb_idx in hexadecimal by Jens Wiklander · 6 years ago
  86. 651a836 dm: fdt: scan for devices under /firmware too by Jens Wiklander · 6 years ago
  87. b76359a spl: spi: Do not hardcode fixed size for header by Michal Simek · 6 years ago
  88. 15e1216 spl: ram: Fix u_boot_pos calculation by Michal Simek · 6 years ago
  89. 6703074 mach-stm32: Set MPU SDRAM size to 512MB for STM32F7/H7 by Patrice Chotard · 6 years ago
  90. 9fb8db4 fs: fat: fix set_cluster() by Heinrich Schuchardt · 6 years ago
  91. b2242f6 fs: fat: memory leak in fat_unlink() by Heinrich Schuchardt · 6 years ago
  92. 81b19d7 ARM: LogicPD: omap3logic: Remove Torpedo/SOM-LV autodection by Adam Ford · 6 years ago
  93. f434320 ARM: DTS: Add Logic PD OMAP35/DM37 SOM-LV and OMAP35 Torpedo by Adam Ford · 6 years ago
  94. 9d85e88 ARM: DTS: Add support for Logic PD OMAP35 Torpedo & SOM-LV by Adam Ford · 6 years ago
  95. 55e19d4 ARM: DTS: Remove unnecessary u-boot.dtsi options from omap3/36xx by Adam Ford · 6 years ago
  96. d03469e ARM: DTS: LogicPD-SOM-LV & Torpedo: Resync DTS with Kernel by Adam Ford · 6 years ago
  97. 688db7f misc: Add support for the Arm Versatile Express config bus by Liviu Dudau · 6 years ago
  98. 77a2933 configs: drop CONFIG_SYS_EXTRA_ENV_RELOC by Simon Goldschmidt · 6 years ago
  99. bcdd1f2 test/py: test_fs: add docstring comments to helper functions by Akashi Takahiro · 6 years ago
  100. 89101f8 test/py: test_fs: remove fs_type argument from umount_fs() by Akashi Takahiro · 6 years ago