1. ed0f868 cros_ec: Fix up driver names to avoid dtoc warnings by Simon Glass · 4 years ago
  2. 35b7ca7 arch: Move NEEDS_MANUAL_RELOC symbol to Kconfig by Michal Simek · 4 years ago
  3. 46ce9e7 env: sf: fix init function behaviour by Heiko Schocher · 4 years ago
  4. 7a8ac9d Merge tag 'u-boot-atmel-fixes-2021.01-a' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel by Tom Rini · 4 years ago
  5. ef8f34a ARM: dts: at91: sama5d3xmb_cmp: fix SPI bus unit address by Eugen Hristev · 4 years ago
  6. 2733e6f ARM: dts: at91: sam9260ek: fix SPI bus unit address by Eugen Hristev · 4 years ago
  7. 9f37458 ARM: dts: at91: sama5d3xmb: fix I2C bus unit address by Eugen Hristev · 4 years ago
  8. e0df9e8 ARM: dts: at91: gurnard: fix SPI bus unit address by Eugen Hristev · 4 years ago
  9. 397a286 ARM: dts: at91: at91sam9g25ek: fix I2C bus unit address by Eugen Hristev · 4 years ago
  10. 6f668d2 ARM: dts: at91: at91sam9g20ek_common: fix SPI bus unit address by Eugen Hristev · 4 years ago
  11. f56a0ca ARM: dts: at91: at91sam9g20-taurus: fix SPI bus unit address by Eugen Hristev · 4 years ago
  12. a013df9 ARM: dts: at91: at91sam9261ek: fix SPI unit address warning by Eugen Hristev · 4 years ago
  13. 7d0cad0 ARM: dts: at91: vinco: fix I2C warning bus unit address by Eugen Hristev · 4 years ago
  14. 41cab8e Merge tag 'efi-2020-01-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years ago
  15. 2c31d7e Merge tag 'u-boot-rockchip-20201031' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 4 years ago
  16. 63d4607 Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years ago
  17. 096912b log: typo logl_pref in documentation by Heinrich Schuchardt · 4 years ago
  18. 7820052 Merge branch '2020-10-30-misc-changes' by Tom Rini · 4 years ago
  19. 43ed7a0 doc: rockchip: Document Rockchip miniloader flashing by Jagan Teki · 4 years ago
  20. 51656ae rockchip: Add Engicam PX30.Core C.TOUCH 2.0 by Jagan Teki · 4 years ago
  21. d432975 arm64: dts: rockchip: px30: Add Engicam C.TOUCH 2.0 by Jagan Teki · 4 years ago
  22. 39c8b2c rockchip: Add Engicam PX30.Core EDIMM2.2 Starter Kit by Jagan Teki · 4 years ago
  23. ce87a88 board: engicam: Attach i.MX6 common code by Jagan Teki · 4 years ago
  24. cf1b86a rockchip: px30: Add EVB_PX30 Kconfig help by Jagan Teki · 4 years ago
  25. 9946bfd arm64: dts: rockchip: Add Engicam PX30.Core SOM by Michael Trimarchi · 4 years ago
  26. 282ad86 arm64: dts: rockchip: px30: Add Engicam EDIMM2.2 Starter Kit by Jagan Teki · 4 years ago
  27. 29ef48e rockchip: mkimage: Remove host endianness dependency by Samuel Holland · 4 years ago
  28. d2ebd86 rockchip: Enable Console MUX in ROCKPi N8 by Jagan Teki · 4 years ago
  29. 9abece3 video: rockchip: Support 4K resolution for rk3288, HDMI by Jagan Teki · 4 years ago
  30. dfec5a4 arm64: dts: rockchip: Add chosen node for ROCK-Pi N8 by Jagan Teki · 4 years ago
  31. cffcd48 rockchip: Enable Console MUX in ROCKPi N10 by Jagan Teki · 4 years ago
  32. 8ba0f89 doc: Update logging documentation by Sean Anderson · 4 years ago
  33. 00ebb7f doc: Add log kerneldocs to documentation by Sean Anderson · 4 years ago
  34. 89723b9 test: Add a test for log filter-* by Sean Anderson · 4 years ago
  35. 3e40976 cmd: log: Add commands to manipulate filters by Sean Anderson · 4 years ago
  36. fbc33df test: Add a test for getopt by Sean Anderson · 4 years ago
  37. 72eda50 lib: Add getopt by Sean Anderson · 4 years ago
  38. 018aad8 cmd: log: Make "log level" print all log levels by Sean Anderson · 4 years ago
  39. 1c593a1 cmd: log: Add commands to list categories and drivers by Sean Anderson · 4 years ago
  40. fed9c2f cmd: log: Split off log level parsing by Sean Anderson · 4 years ago
  41. f48b5b5 cmd: log: Use sub-commands for log by Sean Anderson · 4 years ago
  42. 1227304 test: Add test for LOGFF_MIN by Sean Anderson · 4 years ago
  43. 40455a6 log: Add filter flag to match greater than a log level by Sean Anderson · 4 years ago
  44. f51e5ec test: Add tests for LOGFF_DENY by Sean Anderson · 4 years ago
  45. 046b8c0 test: log: Give tests names instead of numbers by Sean Anderson · 4 years ago
  46. 62ef818 test: log: Convert log_test from python to C by Sean Anderson · 4 years ago
  47. fe3b1a2 log: Add filter flag to deny on match by Sean Anderson · 4 years ago
  48. a02f84e log: Add function to create a filter with flags by Sean Anderson · 4 years ago
  49. 3102c1d log: Expose some helper functions by Sean Anderson · 4 years ago
  50. c3a5459 log: Use CONFIG_IS_ENABLED() for LOG_TEST by Sean Anderson · 4 years ago
  51. 4338140 log: Add additional const qualifier to arrays by Sean Anderson · 4 years ago
  52. b66a924 log: Fix incorrect documentation of log_filter.cat_list by Sean Anderson · 4 years ago
  53. 69529f9 log: Fix missing negation of ENOMEM by Sean Anderson · 4 years ago
  54. 821fd5e imx6: enable early spi environment access on aristainetos boards by Heiko Schocher · 4 years ago
  55. 92765f45 env: Access Environment in SPI flashes before relocation by Heiko Schocher · 4 years ago
  56. 1229533 env: split env_import_redund() into 2 functions by Heiko Schocher · 4 years ago
  57. af11423 test: unit test for efi_create_indexed_name() by Heinrich Schuchardt · 4 years ago
  58. 077153e efi_loader: add efi_create_indexed_name() by AKASHI Takahiro · 4 years ago
  59. c57c943 efi_loader: add option to initialise EFI subsystem early by AKASHI Takahiro · 4 years ago
  60. f234566 dfu: add dfu_write_by_alt() by AKASHI Takahiro · 4 years ago
  61. 6beaa47 dfu: export dfu_list by AKASHI Takahiro · 4 years ago
  62. 3149e52 common: update: add a generic interface for FIT image by AKASHI Takahiro · 4 years ago
  63. 1c2d129 dfu: modify an argument type for an address by AKASHI Takahiro · 4 years ago
  64. 045fd8b dfu: rename dfu_tftp_write() to dfu_write_by_name() by AKASHI Takahiro · 4 years ago
  65. 3139356 efi_loader: typo in function description of u16_strnlen by Heinrich Schuchardt · 4 years ago
  66. fb71c3f rtc: initialize emulated RTC from environment variable by Heinrich Schuchardt · 4 years ago
  67. 0ca4b55 rtc: use probe() to initialize emulated RTC by Heinrich Schuchardt · 4 years ago
  68. 314bed6 efi_loader: fix DisconnectController() for sole child by Heinrich Schuchardt · 4 years ago
  69. 127c8d8 video: rockchip: Add missing dpcd_write() call to link_train_ce() by Alper Nebi Yasak · 4 years ago
  70. 2db36c6 ram: rockchip: px30: add a config-based ddr selection by Heiko Stuebner · 4 years ago
  71. e6dcfff rockchip: Rock960: fix up USB support by Peter Robinson · 4 years ago
  72. ee68c83 rockchip: dts: tinker: remove unnecessary node by Stefan Agner · 4 years, 1 month ago
  73. cfac752 rockchip: dts: tinker: move i2c node to shared device tree by Stefan Agner · 4 years, 1 month ago
  74. da0be4e clk: rockchip: rk3399: implement getting wdt/alive clocks by Jack Mitchell · 4 years, 1 month ago
  75. 2424057 binman: Avoid calculated section data repeatedly by Simon Glass · 4 years ago
  76. 8f5ef89 binman: Support compression of sections by Simon Glass · 4 years ago
  77. 0ff83da binman: Use the actual contents in CheckSize() by Simon Glass · 4 years ago
  78. b004bf3 binman: Update CheckEntries() for compressed sections by Simon Glass · 4 years ago
  79. 0b65769 binman: Drop CheckEntries() by Simon Glass · 4 years ago
  80. 93f3c2e binman: Call CheckSize() from the section's Pack() method by Simon Glass · 4 years ago
  81. 601b69a binman: Drop the Entry.CheckSize() method by Simon Glass · 4 years ago
  82. c1af7a8 binman: Move sort and expand to the main Pack() function by Simon Glass · 4 years ago
  83. 6ddd611 binman: Drop Entry.CheckOffset() by Simon Glass · 4 years ago
  84. a9fad07 binman: Avoid reporting image-pos with compression by Simon Glass · 4 years ago
  85. 63e7ba6 binman: Set section contents in GetData() by Simon Glass · 4 years ago
  86. 97c3e9a binman: Store the original data before compression by Simon Glass · 4 years ago
  87. 7d398bb binman: Make section padding consistent with other entries by Simon Glass · 4 years ago
  88. d1d3ad7 binman: Move section padding to the parent by Simon Glass · 4 years ago
  89. 4a655c9 binman: Refactor _BuildSectionData() by Simon Glass · 4 years ago
  90. 17ea9f3 binman: Move section-building code into a function by Simon Glass · 4 years ago
  91. 4eec34c binman: Expand docs and test for alignment by Simon Glass · 4 years ago
  92. f90d906 binman: Expand docs and test for padding by Simon Glass · 4 years ago
  93. ef439ed binman: Update testPackExtra with more checks by Simon Glass · 4 years ago
  94. 9248c8d binman: Use 'files-compress' to set compression for files by Simon Glass · 4 years ago
  95. 87c9629 binman: Move CompressData() into Entry base class by Simon Glass · 4 years ago
  96. e6bed4f binman: Expand the error message for breaching a section by Simon Glass · 4 years ago
  97. 72628cd binman: Remove references to 'image' in entry_Section by Simon Glass · 4 years ago
  98. a812946 binman: Fix return from u-boot-ucode if there is no DT by Simon Glass · 4 years ago
  99. 680e3c6 binman: Give a sensible error if no command is given by Simon Glass · 4 years ago
  100. f2c0dd8 binman: Add tests for skip-at-start sections by Simon Glass · 4 years ago