1. 0806dcc sandbox: video: Speed up video output by Simon Glass · 6 years ago
  2. 3b4b340 sandbox: spi: Add more logging by Simon Glass · 6 years ago
  3. 332894d sandbox: Remove the old memory file later by Simon Glass · 6 years ago
  4. 4e9a64d sandbox: Add a flag to set the default log level by Simon Glass · 6 years ago
  5. dc4d8eb sandbox: Support booting from TPL to SPL by Simon Glass · 6 years ago
  6. fd5259a sandbox: spi: Drop command-line SPI option by Simon Glass · 6 years ago
  7. cbfa845 sandbox: Add a way to write data to the host filesystem by Simon Glass · 6 years ago
  8. ce55a11 sandbox: Support file truncation with os_open() by Simon Glass · 6 years ago
  9. 1b69a99 log: Add helpers for common log levels by Simon Glass · 6 years ago
  10. a0f6861 log: Correct definition of log_msg_ret() by Simon Glass · 6 years ago
  11. a9dac49 ofnode: Add missing address translation into ofnode_get_addr_size() by Marek Vasut · 6 years ago
  12. 1638c17 ofnode: Replace of_n_addr_cells with of_n_size_cells by Marek Vasut · 6 years ago
  13. 7057d02 binman: Run tests concurrently by Simon Glass · 6 years ago
  14. 3e6fbf5 test: Reduce the number of tests run with sandbox_flattree by Simon Glass · 6 years ago
  15. e6dafb8 patman: Don't clear progress in tout unless it was used by Simon Glass · 6 years ago
  16. 867b906 tools: Set an initial value for indir by Simon Glass · 6 years ago
  17. 0415002 buildman: dtoc: Suppress unwanted output from test by Simon Glass · 6 years ago
  18. 04cda03 binman: Separate out testSplBssPad() by Simon Glass · 6 years ago
  19. 752e755 binman: Fix up removal of temporary directories by Simon Glass · 6 years ago
  20. 5656ca2 binman: Add a default path to libfdt.py by Simon Glass · 6 years ago
  21. 526f55a test: Tidy up comments and variable name by Simon Glass · 6 years ago
  22. 6c9b064 test: Print the name of each test before running it by Simon Glass · 6 years ago
  23. 1935c4e test: Simplify the PATH setup by Simon Glass · 6 years ago
  24. 3ef8686 Makefile: Add a 'check' target for make by Simon Glass · 6 years ago
  25. 72e358c buildman: Make the toolchain test more forgiving by Simon Glass · 6 years ago
  26. b6b3065 test/py: Fix unicode handling for log filtering by Simon Glass · 6 years ago
  27. 26f8b20 patman: Handle unicode in _ProjectConfigParser tests by Simon Glass · 6 years ago
  28. 4e766c2 sandbox: Unprotect DATA regions in bus tests by Simon Glass · 6 years ago
  29. f1edae9 Kconfig: sandbox: enable cmd_avb and dependencies by Jens Wiklander · 6 years ago
  30. 179c1d8 avb_verify: support sandbox configuration by Jens Wiklander · 6 years ago
  31. 404dee1 test_avb: Update pymark.buildconfigspec information for the AVB tests by Jens Wiklander · 6 years ago
  32. 838c70c avb_verify: support using OP-TEE TA AVB by Jens Wiklander · 6 years ago
  33. a10b983 test: tee: test TEE uclass by Jens Wiklander · 6 years ago
  34. c7b443a tee: add sandbox driver by Jens Wiklander · 6 years ago
  35. dca252d sandbox: imply CONFIG_TEE (TEE uclass) by Jens Wiklander · 6 years ago
  36. 86afaa6 sandbox: dt: add sandbox_tee node by Jens Wiklander · 6 years ago
  37. 8ebf55f tee: optee: support AVB trusted application by Jens Wiklander · 6 years ago
  38. f1420dd optee: support routing of rpmb data frames to mmc by Jens Wiklander · 6 years ago
  39. 7f9672f arm: dt: hikey: Add optee node by Jens Wiklander · 6 years ago
  40. e85756d Documentation: tee uclass and op-tee driver by Jens Wiklander · 6 years ago
  41. 2b7216b tee: add OP-TEE driver by Jens Wiklander · 6 years ago
  42. 468d83c dt/bindings: add bindings for optee by Jens Wiklander · 6 years ago
  43. 1429044 Add UCLASS_TEE for Trusted Execution Environment by Jens Wiklander · 6 years ago
  44. d489839 mmc: rpmb: add mmc_rpmb_route_frames() by Jens Wiklander · 6 years ago
  45. 6815afc cmd: avb: print error message if command fails by Jens Wiklander · 6 years ago
  46. 5f51dcc cmd: avb read_rb: print rb_idx in hexadecimal by Jens Wiklander · 6 years ago
  47. 651a836 dm: fdt: scan for devices under /firmware too by Jens Wiklander · 6 years ago
  48. b76359a spl: spi: Do not hardcode fixed size for header by Michal Simek · 6 years ago
  49. 15e1216 spl: ram: Fix u_boot_pos calculation by Michal Simek · 6 years ago
  50. 6703074 mach-stm32: Set MPU SDRAM size to 512MB for STM32F7/H7 by Patrice Chotard · 6 years ago
  51. 9fb8db4 fs: fat: fix set_cluster() by Heinrich Schuchardt · 6 years ago
  52. b2242f6 fs: fat: memory leak in fat_unlink() by Heinrich Schuchardt · 6 years ago
  53. 81b19d7 ARM: LogicPD: omap3logic: Remove Torpedo/SOM-LV autodection by Adam Ford · 6 years ago
  54. f434320 ARM: DTS: Add Logic PD OMAP35/DM37 SOM-LV and OMAP35 Torpedo by Adam Ford · 6 years ago
  55. 9d85e88 ARM: DTS: Add support for Logic PD OMAP35 Torpedo & SOM-LV by Adam Ford · 6 years ago
  56. 55e19d4 ARM: DTS: Remove unnecessary u-boot.dtsi options from omap3/36xx by Adam Ford · 6 years ago
  57. d03469e ARM: DTS: LogicPD-SOM-LV & Torpedo: Resync DTS with Kernel by Adam Ford · 6 years ago
  58. 688db7f misc: Add support for the Arm Versatile Express config bus by Liviu Dudau · 6 years ago
  59. 77a2933 configs: drop CONFIG_SYS_EXTRA_ENV_RELOC by Simon Goldschmidt · 6 years ago
  60. bcdd1f2 test/py: test_fs: add docstring comments to helper functions by Akashi Takahiro · 6 years ago
  61. 89101f8 test/py: test_fs: remove fs_type argument from umount_fs() by Akashi Takahiro · 6 years ago
  62. 677b9cc test/py: ignore console read exceptions after test failure by Stephen Warren · 6 years ago
  63. a1f05a9 Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · 6 years ago
  64. c26f751 Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 6 years ago
  65. eab8e23 Merge tag 'rockchip-for-v2018.11-rc2' of git://git.denx.de/u-boot-rockchip by Tom Rini · 6 years ago
  66. 73cf56d Merge tag 'arc-updates-for-2018.11-rc2' of git://git.denx.de/u-boot-arc by Tom Rini · 6 years ago
  67. c15be5b arc: Add support for IoT development kit by Alexey Brodkin · 7 years ago
  68. b550fd7 ARC: Enable DISPLAY_CPUINFO & DISPLAY_BOARDINFO by Alexey Brodkin · 6 years ago
  69. 9ab3696 ARC: Implement print_cpuinfo() by Alexey Brodkin · 6 years ago
  70. b015082 ARC: Add model property to boards .dts by Alexey Brodkin · 6 years ago
  71. ead2fe2 ARC: Don't pre-define CROSS_COMPILE by Alexey Brodkin · 6 years ago
  72. 2aa01c3 rockchip: Fix rkimage format for SPL boot over USB by Daniel Gröber · 6 years ago
  73. f318029 rockchip: make_fit_atf.py depends on u-boot by Andreas Färber · 6 years ago
  74. b6a6dc8 net: gmac_rockchip: Add handling for RGMII_ID/RXID/TXID by Janine Hagemann · 6 years ago
  75. 714f70a net: gmac_rockchip: Fix a register write in rk3328_gmac_set_to_rgmii by Janine Hagemann · 6 years ago
  76. 9a9c245 rockchip: make_fit_atf: make python3 compatible by Mian Yousaf Kaukab · 6 years ago
  77. 080e386 rockchip: make_fit_atf: use elf entry point by Mian Yousaf Kaukab · 6 years ago
  78. d099c99 rockchip: add fit source file for pack itb with op-tee by Kever Yang · 6 years ago
  79. a28d42c spl: add support to booting with OP-TEE by Kever Yang · 6 years ago
  80. 29c8c74 rockchip: make_fit_atf: fix warning unit_address_vs_reg by Kever Yang · 6 years ago
  81. e51fced Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  82. 8adb8cb spi: Add SPI driver for MT76xx SoCs by Stefan Roese · 6 years ago
  83. cdb295c mtd: nand: spi: Add Gigadevice SPI NAND support by Stefan Roese · 6 years ago
  84. 72191c7 sf: Add XMC xm25qh64a and xm25qh128a entries by Stefan Roese · 6 years ago
  85. f59a467 Merge tag 'rockchip-for-v2018.11' of git://git.denx.de/u-boot-rockchip by Tom Rini · 6 years ago
  86. f3a8924 Merge git://git.denx.de/u-boot-riscv by Tom Rini · 6 years ago
  87. 0d5978f Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 6 years ago
  88. 0e182f2 arm: socfpga: stratix10: add sgmii in phymode setup by Ooi, Joyce · 6 years ago
  89. 2e75a74 arm: socfpga: Remove unused function socfpga_emac_manage_reset() by Ley Foon Tan · 6 years ago
  90. b0aa877 tools: socfpga: fix sfp_verify_header by Atsushi Nemoto · 6 years ago
  91. 16a48f5 gpio: dwapb_gpio: Change to use devm_kcalloc() by Ley Foon Tan · 6 years ago
  92. 33c6db9 ARM: rmobile: Enable PHY framework on Gen3 by Marek Vasut · 6 years ago
  93. c31c4b1 phy: rcar: Add R-Car Gen3 PHY driver by Marek Vasut · 6 years ago
  94. 48bbd49 ARM: rmobile: Mark 4-64GiB as DRAM on Gen3 by Marek Vasut · 6 years ago
  95. 0b1bfa8 ARM: rmobile: Repair TMU clock on Gen2 by Marek Vasut · 6 years ago
  96. 5db755c ARM: dts: rmobile: Reinstate missing i2c6 on Porter by Marek Vasut · 6 years ago
  97. 920f7dc riscv: allow native compilation by Heinrich Schuchardt · 6 years ago
  98. f25398e riscv: cosmetic: Reword do_reset() printf message. by Rick Chen · 6 years ago
  99. de8d80e riscv: Move do_reset() to a common place by Bin Meng · 6 years ago
  100. 8a8694d riscv: Add QEMU virt board support by Bin Meng · 6 years ago