1. 652b504 Add optional salt to AUTOBOOT_STOP_STR_SHA256 by Joel Peshkin · 4 years ago
  2. 214cc19 doc/README.gpt: reflow partition type GUID table by Rasmus Villemoes · 4 years ago
  3. c0364ce doc/README.gpt: define partition type GUID for U-Boot environment by Rasmus Villemoes · 4 years ago
  4. 31ce367 lib/uuid.c: change prototype of uuid_guid_get_str() by Rasmus Villemoes · 4 years ago
  5. 2d572ed power: regulator: Kconfig: add a dependency for POWER_SUPPORT for SPL by Nishanth Menon · 4 years ago
  6. 76fde13 test: correct the test prefix in ut str by Patrick Delaunay · 4 years ago
  7. 353df8d test: correct the test prefix in ut cmd_mem by Patrick Delaunay · 4 years ago
  8. 6ea5df3 test: Only enable bloblist test when supported by Simon Glass · 4 years, 1 month ago
  9. ef7e264 test: Avoid assuming sandbox board for bloblist test by Simon Glass · 4 years, 1 month ago
  10. 12fc1f3 cmd: gpt: add eMMC and GPT support by Corneliu Doban · 4 years, 1 month ago
  11. 9a3122f Kconfig: simple panel requires backlight by Marcin Juszkiewicz · 4 years, 1 month ago
  12. 622178d cmd: CMD_CPU depends on CPU by Heinrich Schuchardt · 4 years, 1 month ago
  13. af033ec test: test/lib/test_print.c depends on CONSOLE_RECORD by Heinrich Schuchardt · 4 years, 1 month ago
  14. 14ea1b3 Merge branch '2021-01-15-assorted-improvements' by Tom Rini · 3 years, 10 months ago
  15. 750c543 cmd: Add MBR partition layout control utility by Marek Szyprowski · 4 years ago
  16. 20bd5ac disk: dos: add code for creating MBR partition layout by Marek Szyprowski · 4 years ago
  17. cb571f9 disk: dos: make some functions static by Marek Szyprowski · 4 years ago
  18. 97163dd disk: dos: use generic macro for unaligned le32 access by Marek Szyprowski · 4 years ago
  19. 80bd05f disk: dos: add some defines for the hardcoded numbers by Marek Szyprowski · 4 years ago
  20. 92f1c89 disk: dos: rename write_mbr_partition to write_mbr_sector by Marek Szyprowski · 4 years ago
  21. 70c2525 IOMUX: Stop dropped consoles by Andy Shevchenko · 4 years ago
  22. 420782c IOMUX: Drop indentation level by removing redundant 'else' by Andy Shevchenko · 4 years ago
  23. c939e1c IOMUX: Refactor iomux_doenv() in order to increase readability by Andy Shevchenko · 4 years ago
  24. 1f8e698 IOMUX: Preserve console list if realloc() fails by Andy Shevchenko · 4 years ago
  25. ae69738 console: Provide a documentation for console_search_dev() by Andy Shevchenko · 4 years ago
  26. 3232487 console: rename search_device() to console_search_dev() by Andy Shevchenko · 4 years ago
  27. e645b9b console: move search_device() from iomux.h to console.h by Andy Shevchenko · 4 years ago
  28. 95aaf40 console: Keep ->start() and ->stop() balanced by Andy Shevchenko · 4 years ago
  29. 41f668b console: Introduce console_start() and console_stop() by Andy Shevchenko · 4 years ago
  30. a17b38c console: add console_has_tstc helper function for CONSOLE_MUX by Patrick Delaunay · 4 years ago
  31. 1e99371 console: remove #ifdef CONFIG_CONSOLE_RECORD by Patrick Delaunay · 4 years ago
  32. 45375ad console: add function console_devices_set by Patrick Delaunay · 4 years ago
  33. c04f856 console: remove #ifdef CONFIG when it is possible by Patrick Delaunay · 4 years ago
  34. 13e0f02 global_data: Enable spl_handoff only if CONFIG_HANDOFF is set by Ovidiu Panait · 4 years ago
  35. 2a7c9ab spl: Kconfig: Add SPL dependency to CONFIG_HANDOFF by Ovidiu Panait · 4 years ago
  36. 130845b common: board_r: Drop arch-specific ifdefs around initr_trap by Ovidiu Panait · 4 years ago
  37. c65abc7 common: board_r: Drop initr_bbmii wrapper by Ovidiu Panait · 4 years ago
  38. ce41e73 common: board_r: Drop initr_api wrapper by Ovidiu Panait · 4 years ago
  39. 0154858 common: board_r: Drop initr_jumptable wrapper by Ovidiu Panait · 4 years ago
  40. eb2825b common: board_r: Drop initr_xen wrapper by Ovidiu Panait · 4 years ago
  41. 42d0d42 common: board_r: Drop initr_noncached wrapper by Ovidiu Panait · 4 years ago
  42. b9f6d0f common: board_r: Drop initr_pci wrapper by Ovidiu Panait · 4 years ago
  43. c343e8c common: board_r: Drop initr_pci_ep wrapper by Ovidiu Panait · 4 years ago
  44. 7addd3c common: board_r: Drop initr_post_backlog wrapper by Ovidiu Panait · 4 years ago
  45. fb504b2 common: board_r: Drop initr_secondary_cpu wrapper by Ovidiu Panait · 4 years ago
  46. 51c5a2c common: board_r: Drop initr_console_record wrapper by Ovidiu Panait · 4 years ago
  47. 19b18da common: board_f: Use IS_ENABLED(CONFIG_OF_EMBED) in reserve_fdt, reloc_fdt by Ovidiu Panait · 4 years ago
  48. 3671668 common: board_f: Move setup_machine code to setup_bdinfo by Ovidiu Panait · 4 years ago
  49. 4b9a121 common: board_f: Use IS_ENABLED(CONFIG_TIMER_EARLY) in initf_dm by Ovidiu Panait · 4 years ago
  50. 8e8d45e common: board_f: Drop initf_console_record wrapper by Ovidiu Panait · 4 years ago
  51. 4e81920 common: Kconfig: Introduce CONFIG_CONSOLE_RECORD_INIT_F by Ovidiu Panait · 4 years ago
  52. c698b99 log: call vsnprintf only when it is needed to emit trace by Patrick Delaunay · 4 years ago
  53. 742346f test: log: add test for console output of dropped messages by Patrick Delaunay · 4 years ago
  54. bf80edb console: allow to record console output before ready by Patrick Delaunay · 4 years ago
  55. 93cdb52 console: remove duplicated test on gd value by Patrick Delaunay · 4 years ago
  56. a4918b2 test: add test for dropped trace before log_init by Patrick Delaunay · 4 years ago
  57. dd50013 log: use console puts to output trace before LOG init by Patrick Delaunay · 4 years ago
  58. ce9af2a test: log: add test for dropped messages by Patrick Delaunay · 4 years ago
  59. f0e90e0 log: don't build the trace buffer when log is not ready by Patrick Delaunay · 4 years ago
  60. 6278ec1 test: add LOGL_FORCE_DEBUG flags support in log tests by Patrick Delaunay · 4 years ago
  61. b0db69b dm: fix build errors generated by last merges by Dario Binacchi · 3 years, 11 months ago
  62. 83e13c3 Merge branch '2021.04-rc' of https://github.com/lftan/u-boot by Tom Rini · 3 years, 11 months ago
  63. 40551cf tools: socfpgaimage: update padding flow by Ley Foon Tan · 3 years, 11 months ago
  64. 53b5929 configs: socfpga: Add CONFIG_SPL_PAD_TO by Ley Foon Tan · 4 years ago
  65. bcf33fa tools: socfpgaimage: Print image header information by Ley Foon Tan · 4 years ago
  66. 7d8890d configs: socfpga: Add defconfig for Agilex and Stratix 10 with ATF support by Chee Hong Ang · 4 years ago
  67. 362787e arm: socfpga: soc64: Enable FIT image generation using binman by Siew Chin Lim · 4 years ago
  68. c87496a arm: socfpga: dts: soc64: Add binman node of FIT image with ATF support by Siew Chin Lim · 4 years ago
  69. 7cfb5d8 arm: socfpga: soc64: Skip handoff data access in SSBL by Chee Hong Ang · 4 years ago
  70. 482bc18 arm: socfpga: soc64: SSBL shall not setup stack on OCRAM by Chee Hong Ang · 4 years ago
  71. 3b07cec arm: socfpga: mailbox: Add 'SYSTEM_RESET' PSCI support to mbox_reset_cold() by Chee Hong Ang · 4 years ago
  72. 677b420 arm: socfpga: soc64: Add ATF support for FPGA reconfig driver by Chee Hong Ang · 4 years ago
  73. 018d27f arm: socfpga: soc64: Add ATF support for Reset Manager driver by Chee Hong Ang · 4 years ago
  74. a90ae01 net: designware: socfpga: Add ATF support for MAC driver by Chee Hong Ang · 4 years ago
  75. 6b38cc2 mmc: dwmmc: socfpga: Add ATF support for MMC driver by Chee Hong Ang · 4 years ago
  76. d456dfb mmc: dwmmc: Change designware MMC 'clksel' callback function to return status by Siew Chin Lim · 4 years ago
  77. 2e54a1d arm: socfpga: Add secure register access helper functions for SoC 64bits by Siew Chin Lim · 4 years ago
  78. 313de73 arm: socfpga: soc64: Define SMC function identifiers for PSCI SiP services by Chee Hong Ang · 4 years ago
  79. 0eebfab arm: socfpga: soc64: Add SMC helper function for Intel SOCFPGA (64bits) by Chee Hong Ang · 4 years ago
  80. dbdc1df arm: socfpga: Disable "spin-table" method for booting Linux by Chee Hong Ang · 4 years ago
  81. ac0c1fd arm: socfpga: soc64: Override 'lowlevel_init' to support ATF by Chee Hong Ang · 4 years ago
  82. 200846f arm: socfpga: soc64: Load FIT image with ATF support by Chee Hong Ang · 4 years ago
  83. acabb2a arm: socfpga: Add function for checking description from FIT image by Chee Hong Ang · 4 years ago
  84. 35772ff Merge tag 'efi-2021-04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 3 years, 11 months ago
  85. ab1a425 Merge tag 'u-boot-stm32-20210113' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 3 years, 11 months ago
  86. 795f8fd Merge tag 'u-boot-amlogic-20210112' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 3 years, 11 months ago
  87. 7ccaa31 MAINTAINERS: Update STi and STM32 maintainers emails in remaining files by Patrice Chotard · 3 years, 11 months ago
  88. 751f918 arm: stm32mp: stm32prog: always flush DFU on start command for uart by Patrick Delaunay · 4 years ago
  89. e451fa2 configs: stm32mp1: activate OF_LIVE for DT live support by Patrick Delaunay · 4 years ago
  90. 69ea30e ARM: dts: stm32: Switch to MCO2 for PHY 50 MHz clock by Marek Vasut · 4 years ago
  91. 635e233 ARM: stm32: Use firmware property instead of loadables by Michal Simek · 4 years, 2 months ago
  92. 42082bc board: stm32pm1: update USB-C power detection algorithm on DK boards by Patrice Chotard · 4 years, 1 month ago
  93. 8396408 configs: stm32mp15: enable LOG features by Patrick Delaunay · 4 years, 1 month ago
  94. 705b5bf board: st: common: migrate trace to dev and log macro by Patrick Delaunay · 4 years, 1 month ago
  95. 873bf44 board: st: stm32mp1: migrate trace to dev and log macro by Patrick Delaunay · 4 years, 1 month ago
  96. 846365b video: stm32_dsi: migrate trace to dev and log macro by Patrick Delaunay · 4 years, 1 month ago
  97. 8d2257e video: stm32_ltdc: migrate trace to dev and log macro by Patrick Delaunay · 4 years, 1 month ago
  98. a3ce8d6 serial: stm32: define LOG_CATEGORY by Patrick Delaunay · 4 years, 1 month ago
  99. b6e91f7 memory: stm32-fmc2: migrate trace to dev and log macro by Patrick Delaunay · 4 years, 1 month ago
  100. 6a7eefe mtd: stm32_fmc2: migrate trace to dev and log macro by Patrick Delaunay · 4 years, 1 month ago