1. 54e1223 dm: doc: add documentation for pre-reloc properties in SPL and TPL by Patrick Delaunay · 5 years ago
  2. 6998974 fdt: Allow indicating a node is for U-Boot proper only by Patrick Delaunay · 5 years ago
  3. 099ed45 test: check u-boot properties in SPL device tree by Patrick Delaunay · 5 years ago
  4. 848e94d fdtdec: test: Fix memory leak by Thierry Reding · 5 years ago
  5. 1edc568 drivers: serial: lpuart: Enable Little Endian Support by Vabhav Sharma · 6 years ago
  6. ca2abb7 spi: Avoid using malloc() in a critical function by Simon Glass · 5 years ago
  7. 731ba3c blk: Allow control of the block cache in TPL by Simon Glass · 5 years ago
  8. 59d0452 bootstage: Add support for TPL record count by Simon Glass · 5 years ago
  9. 44c6a0e x86: Add a forward struct declaration in coreboot_tables.h by Simon Glass · 5 years ago
  10. 80b7cb8 sandbox: Add documentation on how to run valgrind by Simon Glass · 5 years ago
  11. 24c2776 sandbox: Correct spi flash operation by Simon Glass · 5 years ago
  12. e676f43 sandbox: Add a memory {} node by Simon Glass · 5 years ago
  13. e8a7b30 sandbox: Allo sdl-config to be overridden by Simon Glass · 5 years ago
  14. 912dcb1 sandbox: Add a comment to board_init_f() by Simon Glass · 5 years ago
  15. 3f2f5cf sandbox: spl: Lower priority of standard loader by Simon Glass · 5 years ago
  16. f2980ec sandbox: Quit when hang() is called by Simon Glass · 5 years ago
  17. 9072326 sandbox: Exit when SYSRESET_POWER_OFF is requested by Simon Glass · 5 years ago
  18. 87dac6b sandbox: Add an alias for SPI by Simon Glass · 5 years ago
  19. dc8c91a sandbox: Create a common sandbox DT by Simon Glass · 5 years ago
  20. e8726da sandbox: Sync up sandbox64.dts with main DT by Simon Glass · 5 years ago
  21. 00ba3b1 Add a simple script to remove boards by Simon Glass · 5 years ago
  22. 9550f9a patman: Update cover-coverage tests for Python 3 by Simon Glass · 6 years ago
  23. 5385f5a binman: Update the README.entries file by Simon Glass · 6 years ago
  24. 55660d0 binman: Document parallel tests by Simon Glass · 6 years ago
  25. eb546ac binman: Read map files as text by Simon Glass · 6 years ago
  26. 1fc62de binman: Fix up a format string in AssertInList() by Simon Glass · 6 years ago
  27. e16b7b6 binman: Update 'text' entry for Python 3 by Simon Glass · 6 years ago
  28. f3a58c8 patman: Update fmap code for Python 3 by Simon Glass · 6 years ago
  29. 0199d19 binman: Update entry_test to support Python 3 by Simon Glass · 6 years ago
  30. c6c10e7 binman: Convert to use bytes type by Simon Glass · 6 years ago
  31. 58632a7 binman: Avoid changing a dict during iteration by Simon Glass · 6 years ago
  32. 3c47e41 patman: Allow reading files in text mode by Simon Glass · 6 years ago
  33. 9b044f7 dtoc: Update dtb_platdata to support Python 3 by Simon Glass · 6 years ago
  34. 209a559 dtoc: Update fdt_util for Python 3 by Simon Glass · 6 years ago
  35. b5f0daf dtoc: Add a unit test for BytesToValue() by Simon Glass · 6 years ago
  36. e66d318 dtoc: Test full 64-bit properties with FdtCellsToCpu() by Simon Glass · 6 years ago
  37. 2ab6e13 dtoc: Use binary mode for reading files by Simon Glass · 6 years ago
  38. 6351805 dtoc: Convert the Fdt.Node class to Python 3 by Simon Glass · 6 years ago
  39. 928527f dtoc: Convert the Fdt.Prop class to Python 3 by Simon Glass · 6 years ago
  40. f6b6481 dtoc: Use byte type instead of str in fdt by Simon Glass · 6 years ago
  41. 2b6ed5e dtoc: Updates BytesToValue() for Python 3 by Simon Glass · 6 years ago
  42. 7e6952d dtoc: Move BytesToValue() out of the Prop class by Simon Glass · 6 years ago
  43. 194b8d5 dtoc: Use GetBytes() to obtain repeating bytes by Simon Glass · 6 years ago
  44. 1953ce7 dtoc: Sort platdata output from dtoc by Simon Glass · 6 years ago
  45. 90a8132 dtoc: Adjust code for Python 3 by Simon Glass · 6 years ago
  46. b2e7312 patman: Don't require Python 2 by Simon Glass · 6 years ago
  47. f6a6aaf patman: Tidy up a few more unicode conversions by Simon Glass · 6 years ago
  48. e6dca5e patman: Adjust functional tests for Python 3 by Simon Glass · 6 years ago
  49. 7ebb45c patman: Avoid unicode type in settings unit tests by Simon Glass · 6 years ago
  50. b644c66 patman: Sort series output for repeatabily by Simon Glass · 6 years ago
  51. 513eace patman: Move unicode helpers to tools by Simon Glass · 6 years ago
  52. ade1e38 patman: Support use of stringIO in Python 3 by Simon Glass · 6 years ago
  53. e6d85ff binman: Handle repeated bytes for Python 3 by Simon Glass · 6 years ago
  54. 6d1d641 binman: Drop an unused input file by Simon Glass · 6 years ago
  55. b8f0876 binman: Use binary mode when compressing data by Simon Glass · 6 years ago
  56. a92939a patman: Provide a way to get program output in binary mode by Simon Glass · 6 years ago
  57. 3e4b51e tools: dtoc: Open all binary files in binary mode by Simon Glass · 6 years ago
  58. 1d0ebf7 tools: binman: Open all binary files in binary mode by Simon Glass · 6 years ago
  59. 5097915 binman: Use items() instead of iteritems() by Simon Glass · 6 years ago
  60. 4a4c5dd patman: Use items() instead of iteritems() by Simon Glass · 6 years ago
  61. d141f6c binman: Remove use of Set() by Simon Glass · 6 years ago
  62. 35343dc binman: Don't show errors for failed tests by Simon Glass · 6 years ago
  63. 2ca8468 binman: Convert print statements to Python 3 by Simon Glass · 6 years ago
  64. 5a1af1d patman: Convert print statements to Python 3 by Simon Glass · 6 years ago
  65. b1793a5 patman: Update cros_subprocess to use bytes by Simon Glass · 6 years ago
  66. ef8b7e0 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-i2c by Tom Rini · 5 years ago
  67. a52f1fe Merge https://gitlab.denx.de/u-boot/custodians/u-boot-ubi by Tom Rini · 5 years ago
  68. b4944e2 Merge tag 'u-boot-atmel-2019.10-a' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel by Tom Rini · 5 years ago
  69. ef6c26d rtc: pcf2127: Fixed bug with rtc settings and getting error time by Chuanhua Han · 5 years ago
  70. 5dd4fa7 configs: sama5d2_xplained: add support QSPI flash boot by Eugen Hristev · 5 years ago
  71. 907f1da configs: sama5d27_som1_ek: qspi: use common memory layout by Tudor Ambarus · 5 years ago
  72. ff352ac configs: sama5d27_som1_ek: add qspiflash_defconfig by Tudor Ambarus · 5 years ago
  73. 9ee8e7a configs: sama5d2_xplained: add qspiflash_defconfig by Tudor Ambarus · 5 years ago
  74. 89e59c5 ARM: at91: sama5: add common environment for QSPI by Cyrille Pitchen · 5 years ago
  75. 4eeedd0 ARM: dts: at91: sama5d2_xplained: fix QSPI0 node by Cyrille Pitchen · 5 years ago
  76. e2c4dca configs: sama5d27_som1_ek: enable qspi controller and flashes by Tudor Ambarus · 5 years ago
  77. 8308e32 configs: sama5d2_xplained: enable qspi controller and flashes by Tudor Ambarus · 5 years ago
  78. 24c8ff4 spi: Add Atmel QuadSPI driver by Tudor Ambarus · 5 years ago
  79. d3826fb xilinx_xiic: Fix transfer initialisation by Melin Tomas · 5 years ago
  80. 5324e8e xilinx_xiic: Fix fill tx fifo loop by Melin Tomas · 5 years ago
  81. 2d1e879 i2c: designware: Get clock rate from clock DM by Ley Foon Tan · 5 years ago
  82. e3b93dc i2c: designware_i2c: Restore enable state after set speed by Jun Chen · 5 years ago
  83. a2257d3 ubispl: introduce separate CONFIG_UBI_SPL_SILENCE_MSG by Markus Klotzbuecher · 6 years ago
  84. 6ea31cc ubispl: add support for loading volumes by name by Hamish Guthrie · 6 years ago
  85. 4bae76d configs: migrate ubispl boards to KConfig by Markus Klotzbuecher · 6 years ago
  86. c67c349 ubispl: migrate configuration to Kconfig by Markus Klotzbuecher · 6 years ago
  87. 5ebd3df ubi: fix UBI_SILENCE_MSG by Markus Klotzbuecher · 6 years ago
  88. 985186d env: ubi: support configurable VID offset by Hamish Guthrie · 6 years ago
  89. a9221f3 at91, omap2plus: configs: migrate CONFIG_ENV_ to defconfigs by Markus Klotzbuecher · 6 years ago
  90. ff4818c env: ubi: KConfig: add CONFIG_ENV_UBI_VOLUME_REDUND by Markus Klotzbuecher · 6 years ago
  91. b237d35 moveconfig: expand simple expressions by Markus Klotzbuecher · 6 years ago
  92. cad28d3 Merge tag 'efi-2019-10-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 5 years ago
  93. 0b7f1a9 Merge tag 'u-boot-amlogic-20190704' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 5 years ago
  94. f5e73a3 Merge tag 'mmc-6-23' of https://github.com/MrVan/u-boot by Tom Rini · 5 years ago
  95. e5aee22 Prepare v2019.07 by Tom Rini · 5 years ago
  96. 0bd2a92 Merge tag 'mips-fixes-for-2019.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips by Tom Rini · 5 years ago
  97. d24416c arm: mediatek: remove arch_misc_init by Weijie Gao · 6 years ago
  98. 84b2416 board_r: move initr_watchdog to be called after initr_serial by Weijie Gao · 6 years ago
  99. 3c1ead9 Merge tag 'dm-pull-7jul19' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 5 years ago
  100. 29e9363 Merge tag 'video-for-2019.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 5 years ago