1. 1076107 Kconfig: Convert CONFIG_RTC_MC146818 to Kconfig by Simon Glass · 6 years ago
  2. ef39151 blk: Support block drivers in TPL by Simon Glass · 6 years ago
  3. 2c5eac1 Makefile: Add a warning if SPL/TPL cannot be built by Simon Glass · 6 years ago
  4. 985ca39 spl: input: Allow input in SPL and TPL by Simon Glass · 6 years ago
  5. 97f5710 sf: Avoid allocating memory on every read operation by Simon Glass · 6 years ago
  6. e6c5c94 dm: core: Update ofnode to read binman-style flash entry by Simon Glass · 6 years ago
  7. cdb6aa0 dm: core: Add a function to find the first inactive child by Simon Glass · 6 years ago
  8. 9f15cc1 dm: core: Update some functions to use const by Simon Glass · 6 years ago
  9. c7a3acc dm: core: Alloc uclass-private data to be cache-aligned by Simon Glass · 6 years ago
  10. 4af3e9a sandbox: Restore blocking I/O on exit by Simon Glass · 6 years ago
  11. 66613f5 dm: spi: Clean up detection of sandbox SPI emulator by Simon Glass · 6 years ago
  12. ef8a250 sandbox: tpm: Enhance to support the latest Chromium OS by Simon Glass · 6 years ago
  13. 998af31 sandbox: tpm: Tidy up enums and return values by Simon Glass · 6 years ago
  14. 114b60a serial: sandbox: Allow serial output without device tree by Simon Glass · 6 years ago
  15. ee44176 sandbox: Add a debug UART by Simon Glass · 6 years ago
  16. 55d3991 sandbox: video: Speed up video output by Simon Glass · 6 years ago
  17. c3aed5d sandbox: spi: Add more logging by Simon Glass · 6 years ago
  18. 1c5a81d sandbox: Remove the old memory file later by Simon Glass · 6 years ago
  19. 2b1dc29 sandbox: Add a flag to set the default log level by Simon Glass · 6 years ago
  20. 69bc15d sandbox: Support booting from TPL to SPL by Simon Glass · 6 years ago
  21. 1289e96 sandbox: spi: Drop command-line SPI option by Simon Glass · 6 years ago
  22. 056a5ce sandbox: Add a way to write data to the host filesystem by Simon Glass · 6 years ago
  23. 50b288a sandbox: Support file truncation with os_open() by Simon Glass · 6 years ago
  24. cdd140a log: Add helpers for common log levels by Simon Glass · 6 years ago
  25. fbcf37e log: Correct definition of log_msg_ret() by Simon Glass · 6 years ago
  26. a6a45cd ofnode: Add missing address translation into ofnode_get_addr_size() by Marek Vasut · 6 years ago
  27. 51cb927 ofnode: Replace of_n_addr_cells with of_n_size_cells by Marek Vasut · 6 years ago
  28. 11ae93e binman: Run tests concurrently by Simon Glass · 6 years ago
  29. 2673afe test: Reduce the number of tests run with sandbox_flattree by Simon Glass · 6 years ago
  30. 008b030 patman: Don't clear progress in tout unless it was used by Simon Glass · 6 years ago
  31. 1fda182 tools: Set an initial value for indir by Simon Glass · 6 years ago
  32. 4b4bc06 buildman: dtoc: Suppress unwanted output from test by Simon Glass · 6 years ago
  33. 86af511 binman: Separate out testSplBssPad() by Simon Glass · 6 years ago
  34. e0e6275 binman: Fix up removal of temporary directories by Simon Glass · 6 years ago
  35. ed59e00 binman: Add a default path to libfdt.py by Simon Glass · 6 years ago
  36. 3bc11e8 test: Tidy up comments and variable name by Simon Glass · 6 years ago
  37. c9adb35 test: Print the name of each test before running it by Simon Glass · 6 years ago
  38. 734f3de test: Simplify the PATH setup by Simon Glass · 6 years ago
  39. a3a3f5d Makefile: Add a 'check' target for make by Simon Glass · 6 years ago
  40. da753e3 buildman: Make the toolchain test more forgiving by Simon Glass · 6 years ago
  41. 87b05ee test/py: Fix unicode handling for log filtering by Simon Glass · 6 years ago
  42. ec9e0f4 patman: Handle unicode in _ProjectConfigParser tests by Simon Glass · 6 years ago
  43. 9f8037e sandbox: Unprotect DATA regions in bus tests by Simon Glass · 6 years ago
  44. 0a60a81 Kconfig: sandbox: enable cmd_avb and dependencies by Jens Wiklander · 6 years ago
  45. bbddbef avb_verify: support sandbox configuration by Jens Wiklander · 6 years ago
  46. 07cbae7 test_avb: Update pymark.buildconfigspec information for the AVB tests by Jens Wiklander · 6 years ago
  47. 6663e07 avb_verify: support using OP-TEE TA AVB by Jens Wiklander · 6 years ago
  48. a6ab424 test: tee: test TEE uclass by Jens Wiklander · 6 years ago
  49. eadf26f tee: add sandbox driver by Jens Wiklander · 6 years ago
  50. fe39e8e sandbox: imply CONFIG_TEE (TEE uclass) by Jens Wiklander · 6 years ago
  51. fa830ae sandbox: dt: add sandbox_tee node by Jens Wiklander · 6 years ago
  52. 1cc8cc4 tee: optee: support AVB trusted application by Jens Wiklander · 6 years ago
  53. 232cfd6 optee: support routing of rpmb data frames to mmc by Jens Wiklander · 6 years ago
  54. 7ab5630 arm: dt: hikey: Add optee node by Jens Wiklander · 6 years ago
  55. 1ea3fbe Documentation: tee uclass and op-tee driver by Jens Wiklander · 6 years ago
  56. d4bd3d2 tee: add OP-TEE driver by Jens Wiklander · 6 years ago
  57. 53b6aac dt/bindings: add bindings for optee by Jens Wiklander · 6 years ago
  58. 9ff4a31 Add UCLASS_TEE for Trusted Execution Environment by Jens Wiklander · 6 years ago
  59. 4853ad3 mmc: rpmb: add mmc_rpmb_route_frames() by Jens Wiklander · 6 years ago
  60. 6d89902 cmd: avb: print error message if command fails by Jens Wiklander · 6 years ago
  61. ab2d738 cmd: avb read_rb: print rb_idx in hexadecimal by Jens Wiklander · 6 years ago
  62. 747558d dm: fdt: scan for devices under /firmware too by Jens Wiklander · 6 years ago
  63. 51c1231 spl: spi: Do not hardcode fixed size for header by Michal Simek · 6 years ago
  64. 83a6456 spl: ram: Fix u_boot_pos calculation by Michal Simek · 6 years ago
  65. 362612d mach-stm32: Set MPU SDRAM size to 512MB for STM32F7/H7 by Patrice Chotard · 6 years ago
  66. f105fe7 fs: fat: fix set_cluster() by Heinrich Schuchardt · 6 years ago
  67. 0d532e9 fs: fat: memory leak in fat_unlink() by Heinrich Schuchardt · 6 years ago
  68. 46580f2 ARM: LogicPD: omap3logic: Remove Torpedo/SOM-LV autodection by Adam Ford · 6 years ago
  69. 5ad4212 ARM: DTS: Add Logic PD OMAP35/DM37 SOM-LV and OMAP35 Torpedo by Adam Ford · 6 years ago
  70. e2e30f5 ARM: DTS: Add support for Logic PD OMAP35 Torpedo & SOM-LV by Adam Ford · 6 years ago
  71. c981cb8 ARM: DTS: Remove unnecessary u-boot.dtsi options from omap3/36xx by Adam Ford · 6 years ago
  72. 87555d1 ARM: DTS: LogicPD-SOM-LV & Torpedo: Resync DTS with Kernel by Adam Ford · 6 years ago
  73. 0fabfeb misc: Add support for the Arm Versatile Express config bus by Liviu Dudau · 6 years ago
  74. 6c6add6 configs: drop CONFIG_SYS_EXTRA_ENV_RELOC by Simon Goldschmidt · 6 years ago
  75. c906f37 test/py: test_fs: add docstring comments to helper functions by Akashi Takahiro · 6 years ago
  76. e4040df test/py: test_fs: remove fs_type argument from umount_fs() by Akashi Takahiro · 6 years ago
  77. dddea0d test/py: ignore console read exceptions after test failure by Stephen Warren · 6 years ago
  78. 14573fb Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · 6 years ago
  79. 1b48473 Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 6 years ago
  80. a4b38fc Merge tag 'rockchip-for-v2018.11-rc2' of git://git.denx.de/u-boot-rockchip by Tom Rini · 6 years ago
  81. 46031b3 Merge tag 'arc-updates-for-2018.11-rc2' of git://git.denx.de/u-boot-arc by Tom Rini · 6 years ago
  82. 5396e8b arc: Add support for IoT development kit by Alexey Brodkin · 7 years ago
  83. f31414a ARC: Enable DISPLAY_CPUINFO & DISPLAY_BOARDINFO by Alexey Brodkin · 6 years ago
  84. 7fe46b9 ARC: Implement print_cpuinfo() by Alexey Brodkin · 6 years ago
  85. c3dcd50 ARC: Add model property to boards .dts by Alexey Brodkin · 6 years ago
  86. 56ddae7 ARC: Don't pre-define CROSS_COMPILE by Alexey Brodkin · 6 years ago
  87. f25c175 rockchip: Fix rkimage format for SPL boot over USB by Daniel Gröber · 6 years ago
  88. c29c1e6 rockchip: make_fit_atf.py depends on u-boot by Andreas Färber · 6 years ago
  89. 3d1bd5b net: gmac_rockchip: Add handling for RGMII_ID/RXID/TXID by Janine Hagemann · 6 years ago
  90. 04acabd net: gmac_rockchip: Fix a register write in rk3328_gmac_set_to_rgmii by Janine Hagemann · 6 years ago
  91. 7009eae rockchip: make_fit_atf: make python3 compatible by Mian Yousaf Kaukab · 6 years ago
  92. e4011e8 rockchip: make_fit_atf: use elf entry point by Mian Yousaf Kaukab · 6 years ago
  93. aabb51d rockchip: add fit source file for pack itb with op-tee by Kever Yang · 6 years ago
  94. 70fe287 spl: add support to booting with OP-TEE by Kever Yang · 6 years ago
  95. f00273a rockchip: make_fit_atf: fix warning unit_address_vs_reg by Kever Yang · 6 years ago
  96. ad8c9f6 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  97. 5eee9de spi: Add SPI driver for MT76xx SoCs by Stefan Roese · 6 years ago
  98. 9e5c2a7 mtd: nand: spi: Add Gigadevice SPI NAND support by Stefan Roese · 6 years ago
  99. 881e4fc sf: Add XMC xm25qh64a and xm25qh128a entries by Stefan Roese · 6 years ago
  100. a1588ac Merge tag 'rockchip-for-v2018.11' of git://git.denx.de/u-boot-rockchip by Tom Rini · 6 years ago