1. a9fad07 binman: Avoid reporting image-pos with compression by Simon Glass · 4 years ago
  2. 63e7ba6 binman: Set section contents in GetData() by Simon Glass · 4 years ago
  3. 97c3e9a binman: Store the original data before compression by Simon Glass · 4 years ago
  4. 7d398bb binman: Make section padding consistent with other entries by Simon Glass · 4 years ago
  5. d1d3ad7 binman: Move section padding to the parent by Simon Glass · 4 years ago
  6. 4a655c9 binman: Refactor _BuildSectionData() by Simon Glass · 4 years ago
  7. 17ea9f3 binman: Move section-building code into a function by Simon Glass · 4 years ago
  8. 4eec34c binman: Expand docs and test for alignment by Simon Glass · 4 years ago
  9. f90d906 binman: Expand docs and test for padding by Simon Glass · 4 years ago
  10. ef439ed binman: Update testPackExtra with more checks by Simon Glass · 4 years ago
  11. 9248c8d binman: Use 'files-compress' to set compression for files by Simon Glass · 4 years ago
  12. 87c9629 binman: Move CompressData() into Entry base class by Simon Glass · 4 years ago
  13. e6bed4f binman: Expand the error message for breaching a section by Simon Glass · 4 years ago
  14. 72628cd binman: Remove references to 'image' in entry_Section by Simon Glass · 4 years ago
  15. a812946 binman: Fix return from u-boot-ucode if there is no DT by Simon Glass · 4 years ago
  16. 680e3c6 binman: Give a sensible error if no command is given by Simon Glass · 4 years ago
  17. f2c0dd8 binman: Add tests for skip-at-start sections by Simon Glass · 4 years ago
  18. a4dfe3e binman: Drop unused return variable for _DoTestFile() by Simon Glass · 4 years ago
  19. f324330 binman: Update the entry docs by Simon Glass · 4 years ago
  20. 7b82ce8 dm: doc: Update the of-platadata documentation by Simon Glass · 4 years, 1 month ago
  21. cb43ac1 dm: Don't allow U_BOOT_DEVICE() when of-platdata is used by Simon Glass · 4 years, 1 month ago
  22. 4e28a25 imx: mx6cuboxi: Disable thermal driver in SPL by Simon Glass · 4 years ago
  23. 8a38abf dm: Use driver_info index instead of pointer by Simon Glass · 4 years, 1 month ago
  24. bb44ebd x86: apl: Take advantage of the of-platdata parent support by Simon Glass · 4 years, 1 month ago
  25. d07f31a x86: apl: Enable SPI flash in TPL with APL_SPI_FLASH_BOOT by Simon Glass · 4 years, 1 month ago
  26. 9e948b9 dm: core: Convert #ifdef to if() in root.c by Simon Glass · 4 years, 1 month ago
  27. fbe27a5 dm: Add a test for of-platdata parent information by Simon Glass · 4 years, 1 month ago
  28. e41651f dm: Support parent devices with of-platdata by Simon Glass · 4 years, 1 month ago
  29. 67507e4 sandbox: Fix up building for of-platdata by Simon Glass · 4 years, 1 month ago
  30. a294ead dm: Use an allocated array for run-time device info by Simon Glass · 4 years, 1 month ago
  31. 8828052 dm: test: Add a test for of-platdata phandles by Simon Glass · 4 years, 1 month ago
  32. 36af37b dm: test: Add a check that all devices have a dev value by Simon Glass · 4 years, 1 month ago
  33. b325248 dm: Add a C test for of-platdata properties by Simon Glass · 4 years, 1 month ago
  34. afb26ba Azure/GitLab/Travis: Add SPL unit tests by Simon Glass · 4 years ago
  35. a8b1fbc dm: test: Drop of-platdata pytest by Simon Glass · 4 years ago
  36. e1e54ff test: Run only the selected SPL test by Simon Glass · 4 years ago
  37. 22b29cc sandbox: Allow selection of SPL unit tests by Simon Glass · 4 years ago
  38. 7b51bf7 test: Run SPL unit tests by Simon Glass · 4 years ago
  39. bc84d58 pytest: Collect SPL unit tests by Simon Glass · 4 years ago
  40. 60251b1 Makefile: Generate a symbol file for u-boot-spl by Simon Glass · 4 years ago
  41. 217293e dm: test: Add a very simple of-platadata test by Simon Glass · 4 years ago
  42. b25ff5c dm: test: Add a way to run SPL tests by Simon Glass · 4 years ago
  43. 5b448ce dm: test: Update the test runner to support of-platdata by Simon Glass · 4 years ago
  44. ba96be4 dm: test: Build tests for SPL by Simon Glass · 4 years ago
  45. 970cd91 dm: core: fix typo in device.h by Dario Binacchi · 4 years ago
  46. 18bca1f sandbox: make SDL window resizable by Heinrich Schuchardt · 4 years ago
  47. e144caf dtoc: Fix widening of int to bytes by Simon Glass · 4 years, 1 month ago
  48. abb9cd3 dm: core: Allow dm_warn() to be used in SPL by Simon Glass · 4 years, 1 month ago
  49. 1b27273 dtoc: Order the structures internally by name by Simon Glass · 4 years, 1 month ago
  50. e4fb5fa dtoc: Document the return value of scan_structs() by Simon Glass · 4 years, 1 month ago
  51. c147329 sandbox: Drop ad-hoc device declarations in SPL by Simon Glass · 4 years, 1 month ago
  52. 627988f dm: test: Disable some tests that should not run in SPL by Simon Glass · 4 years, 1 month ago
  53. 16a5068 dm: test: Make use of CONFIG_UNIT_TEST by Simon Glass · 4 years, 1 month ago
  54. 82c468a dm: test: Update Makefile conditions by Simon Glass · 4 years, 1 month ago
  55. 1cadc76 dm: test: Sort the Makefile by Simon Glass · 4 years, 1 month ago
  56. a652d9c dm: Avoid using #ifdef for CONFIG_OF_LIVE by Simon Glass · 4 years, 1 month ago
  57. 08c3b88 dm: core: Avoid void * in the of-platdata structs by Simon Glass · 4 years, 1 month ago
  58. 3c14083 dm: core: Expand the comment for DM_GET_DEVICE() by Simon Glass · 4 years, 1 month ago
  59. 97136eb dtoc: Use a namedtuple for _links by Simon Glass · 4 years, 1 month ago
  60. 26e408f dtoc: Extract inner loop from output_node() by Simon Glass · 4 years, 1 month ago
  61. 8318754 binman: Support multiple images in the library by Simon Glass · 4 years, 1 month ago
  62. f4f4123 binman: Add a way to read the ROM offset by Simon Glass · 4 years, 1 month ago
  63. cdeb7b8 configs: Resync with savedefconfig by Tom Rini · 4 years ago
  64. 5a4a891 MAINTAINERS, git-mailrc: Update sunxi maintainers by Andre Przywara · 4 years ago
  65. eca57ca Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 4 years ago
  66. 81a659e Prepare v2021.01-rc1 by Tom Rini · 4 years ago
  67. 4f1d307 Merge branch '2020-10-28-mux-driver-framework' by Tom Rini · 4 years ago
  68. 15995ac test: mux-cmd: Add tests for the 'mux' command by Pratyush Yadav · 4 years ago
  69. 05115ab cmd: Add a mux command by Pratyush Yadav · 4 years ago
  70. 739592c test: Add tests for the multiplexer framework by Jean-Jacques Hiblot · 4 years ago
  71. 4145fc1 Kconfig: Increase the pre-relocation memory by Pratyush Yadav · 4 years ago
  72. 35b8b92 drivers: mux: mmio-based syscon mux controller by Jean-Jacques Hiblot · 4 years ago
  73. 90a979d dm: board: complete the initialization of the muxes in initr_dm() by Jean-Jacques Hiblot · 4 years ago
  74. 0ad40b2 drivers: Add a new framework for multiplexer devices by Jean-Jacques Hiblot · 4 years ago
  75. 39dd7c1 Merge tag 'efi-2021-01-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years ago
  76. a45da8f Merge branch '2020-10-27-further-log-enhancements' by Tom Rini · 4 years ago
  77. 2a0cbf3 log: correct and check array size of log categories by Heinrich Schuchardt · 4 years ago
  78. 0eae552 efi_loader: daylight saving time by Heinrich Schuchardt · 4 years ago
  79. 529441c efi_loader: Disable devices before handing over control by Ilias Apalodimas · 4 years ago
  80. 19763ea efi_loader: Sort header file ordering by Ilias Apalodimas · 4 years ago
  81. d3d6afa trace: conserve gd register on RISC-V by Heinrich Schuchardt · 4 years ago
  82. 87e9963 rtc: provide an emulated RTC by Heinrich Schuchardt · 4 years ago
  83. cbf0ffe Makefile: provide constant with seconds since epoch by Heinrich Schuchardt · 4 years ago
  84. 9201576 test: log: test message continuation by Heinrich Schuchardt · 4 years ago
  85. d094a07 log: allow for message continuation by Heinrich Schuchardt · 4 years ago
  86. 993a06b log: move processing_msg to global data by Heinrich Schuchardt · 4 years ago
  87. 986c980 nokia_rx51: re-enable CONSOLE_MUX and SYS_CONSOLE_IS_IN_ENV by Anatolij Gustschin · 4 years ago
  88. 43428c6 Merge tag 'video-for-2021.01-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 4 years ago
  89. 9dec5a0 nokia_rx51: disable obsolete VIDEO config by Anatolij Gustschin · 4 years ago
  90. 8c9940d eb_cpu5282: fix CONFIG_DM_VIDEO build warnings by Anatolij Gustschin · 4 years ago
  91. 2310620 sansa_fuze_plus: disable obsolete VIDEO config by Anatolij Gustschin · 4 years ago
  92. 8ea854a xfi3: disable obsolete VIDEO config by Anatolij Gustschin · 4 years ago
  93. beea005 mx23evk: disable obsolete VIDEO config by Anatolij Gustschin · 4 years ago
  94. 33923e7 at91sam9n12ek: disable obsolete VIDEO config by Anatolij Gustschin · 4 years ago
  95. d1a2a1d at91sam9: disable obsolete VIDEO config by Anatolij Gustschin · 4 years ago
  96. 12a3e60 picosam9g45: disable obsolete VIDEO config by Anatolij Gustschin · 4 years ago
  97. d63443a ls1021atwr: disable obsolete VIDEO config by Anatolij Gustschin · 4 years ago
  98. dac62ff ls1021aqds: disable obsolete VIDEO config by Anatolij Gustschin · 4 years ago
  99. 7490609 imx: mx7dsabresd: disable obsolete VIDEO config by Anatolij Gustschin · 4 years ago
  100. e1c35c9 imx: mx6sxsabresd: disable obsolete VIDEO config by Anatolij Gustschin · 4 years ago