1. 6205bbb lib: cosmetic update of CONFIG_LIB_ELF description by Patrick Delaunay · 3 years, 9 months ago
  2. c548a38 test: unit test for pr_err(), pr_cont() by Heinrich Schuchardt · 3 years, 9 months ago
  3. 2496796 log: provide missing macros by Heinrich Schuchardt · 3 years, 9 months ago
  4. 5176365 log: make debug_cond() function like by Heinrich Schuchardt · 3 years, 9 months ago
  5. f5abd8a ram: k3-j721e: rename BIT_MASK() by Heinrich Schuchardt · 3 years, 9 months ago
  6. bcb0203 mtd: misplaced log.h and dm/devres.h by Heinrich Schuchardt · 3 years, 9 months ago
  7. 986c841 lib: zlib: our putc() takes only one argument by Heinrich Schuchardt · 3 years, 9 months ago
  8. 834427d lib: zlib: include ctype.h by Heinrich Schuchardt · 3 years, 9 months ago
  9. 3e50dee lib: aes: build failure with DEBUG=1 by Heinrich Schuchardt · 3 years, 9 months ago
  10. 0634b37 armv8: Makefile: build cache files when needed by Peng Fan · 3 years, 9 months ago
  11. 52e7772 common: Makefile: drop duplicated line by Peng Fan · 3 years, 9 months ago
  12. 1d55eb1 dts: Log name of expected .dtb file by Florian Klink · 3 years, 9 months ago
  13. 83a287a bootmenu: Allow to quit it via ESC/CTRL+C by Pali Rohár · 3 years, 9 months ago
  14. 976a68a string: Use memcpy() within memmove() when we can by Patrick Delaunay · 3 years, 10 months ago
  15. 67b2ed0 drivers: serial: probe all uart devices by Vabhav Sharma · 3 years, 10 months ago
  16. a59153d dm: core: add function uclass_probe_all() to probe all devices by Vabhav Sharma · 3 years, 10 months ago
  17. 449efce console: cosmetics: remove #if 0 by Patrick Delaunay · 3 years, 10 months ago
  18. 7cf5b40 common: always compile fixup_cmdtable() by Heinrich Schuchardt · 3 years, 10 months ago
  19. c61b2bf common: spl: spl_fit.c: report an error on hash check fail by Philippe Reynes · 3 years, 10 months ago
  20. d2e64d2 cli_readline: Only insert printable chars by Steve Bennett · 3 years, 10 months ago
  21. 652b504 Add optional salt to AUTOBOOT_STOP_STR_SHA256 by Joel Peshkin · 3 years, 10 months ago
  22. 214cc19 doc/README.gpt: reflow partition type GUID table by Rasmus Villemoes · 3 years, 10 months ago
  23. c0364ce doc/README.gpt: define partition type GUID for U-Boot environment by Rasmus Villemoes · 3 years, 10 months ago
  24. 31ce367 lib/uuid.c: change prototype of uuid_guid_get_str() by Rasmus Villemoes · 3 years, 10 months ago
  25. 2d572ed power: regulator: Kconfig: add a dependency for POWER_SUPPORT for SPL by Nishanth Menon · 3 years, 10 months ago
  26. 76fde13 test: correct the test prefix in ut str by Patrick Delaunay · 3 years, 10 months ago
  27. 353df8d test: correct the test prefix in ut cmd_mem by Patrick Delaunay · 3 years, 10 months ago
  28. 6ea5df3 test: Only enable bloblist test when supported by Simon Glass · 3 years, 11 months ago
  29. ef7e264 test: Avoid assuming sandbox board for bloblist test by Simon Glass · 3 years, 11 months ago
  30. 12fc1f3 cmd: gpt: add eMMC and GPT support by Corneliu Doban · 3 years, 11 months ago
  31. 9a3122f Kconfig: simple panel requires backlight by Marcin Juszkiewicz · 3 years, 11 months ago
  32. 622178d cmd: CMD_CPU depends on CPU by Heinrich Schuchardt · 3 years, 11 months ago
  33. af033ec test: test/lib/test_print.c depends on CONSOLE_RECORD by Heinrich Schuchardt · 3 years, 11 months ago
  34. 14ea1b3 Merge branch '2021-01-15-assorted-improvements' by Tom Rini · 3 years, 8 months ago
  35. 750c543 cmd: Add MBR partition layout control utility by Marek Szyprowski · 3 years, 9 months ago
  36. 20bd5ac disk: dos: add code for creating MBR partition layout by Marek Szyprowski · 3 years, 9 months ago
  37. cb571f9 disk: dos: make some functions static by Marek Szyprowski · 3 years, 9 months ago
  38. 97163dd disk: dos: use generic macro for unaligned le32 access by Marek Szyprowski · 3 years, 9 months ago
  39. 80bd05f disk: dos: add some defines for the hardcoded numbers by Marek Szyprowski · 3 years, 9 months ago
  40. 92f1c89 disk: dos: rename write_mbr_partition to write_mbr_sector by Marek Szyprowski · 3 years, 9 months ago
  41. 70c2525 IOMUX: Stop dropped consoles by Andy Shevchenko · 3 years, 9 months ago
  42. 420782c IOMUX: Drop indentation level by removing redundant 'else' by Andy Shevchenko · 3 years, 9 months ago
  43. c939e1c IOMUX: Refactor iomux_doenv() in order to increase readability by Andy Shevchenko · 3 years, 9 months ago
  44. 1f8e698 IOMUX: Preserve console list if realloc() fails by Andy Shevchenko · 3 years, 9 months ago
  45. ae69738 console: Provide a documentation for console_search_dev() by Andy Shevchenko · 3 years, 9 months ago
  46. 3232487 console: rename search_device() to console_search_dev() by Andy Shevchenko · 3 years, 9 months ago
  47. e645b9b console: move search_device() from iomux.h to console.h by Andy Shevchenko · 3 years, 9 months ago
  48. 95aaf40 console: Keep ->start() and ->stop() balanced by Andy Shevchenko · 3 years, 9 months ago
  49. 41f668b console: Introduce console_start() and console_stop() by Andy Shevchenko · 3 years, 9 months ago
  50. a17b38c console: add console_has_tstc helper function for CONSOLE_MUX by Patrick Delaunay · 3 years, 9 months ago
  51. 1e99371 console: remove #ifdef CONFIG_CONSOLE_RECORD by Patrick Delaunay · 3 years, 9 months ago
  52. 45375ad console: add function console_devices_set by Patrick Delaunay · 3 years, 9 months ago
  53. c04f856 console: remove #ifdef CONFIG when it is possible by Patrick Delaunay · 3 years, 9 months ago
  54. 13e0f02 global_data: Enable spl_handoff only if CONFIG_HANDOFF is set by Ovidiu Panait · 3 years, 10 months ago
  55. 2a7c9ab spl: Kconfig: Add SPL dependency to CONFIG_HANDOFF by Ovidiu Panait · 3 years, 10 months ago
  56. 130845b common: board_r: Drop arch-specific ifdefs around initr_trap by Ovidiu Panait · 3 years, 10 months ago
  57. c65abc7 common: board_r: Drop initr_bbmii wrapper by Ovidiu Panait · 3 years, 10 months ago
  58. ce41e73 common: board_r: Drop initr_api wrapper by Ovidiu Panait · 3 years, 10 months ago
  59. 0154858 common: board_r: Drop initr_jumptable wrapper by Ovidiu Panait · 3 years, 10 months ago
  60. eb2825b common: board_r: Drop initr_xen wrapper by Ovidiu Panait · 3 years, 10 months ago
  61. 42d0d42 common: board_r: Drop initr_noncached wrapper by Ovidiu Panait · 3 years, 10 months ago
  62. b9f6d0f common: board_r: Drop initr_pci wrapper by Ovidiu Panait · 3 years, 10 months ago
  63. c343e8c common: board_r: Drop initr_pci_ep wrapper by Ovidiu Panait · 3 years, 10 months ago
  64. 7addd3c common: board_r: Drop initr_post_backlog wrapper by Ovidiu Panait · 3 years, 10 months ago
  65. fb504b2 common: board_r: Drop initr_secondary_cpu wrapper by Ovidiu Panait · 3 years, 10 months ago
  66. 51c5a2c common: board_r: Drop initr_console_record wrapper by Ovidiu Panait · 3 years, 10 months ago
  67. 19b18da common: board_f: Use IS_ENABLED(CONFIG_OF_EMBED) in reserve_fdt, reloc_fdt by Ovidiu Panait · 3 years, 10 months ago
  68. 3671668 common: board_f: Move setup_machine code to setup_bdinfo by Ovidiu Panait · 3 years, 10 months ago
  69. 4b9a121 common: board_f: Use IS_ENABLED(CONFIG_TIMER_EARLY) in initf_dm by Ovidiu Panait · 3 years, 10 months ago
  70. 8e8d45e common: board_f: Drop initf_console_record wrapper by Ovidiu Panait · 3 years, 10 months ago
  71. 4e81920 common: Kconfig: Introduce CONFIG_CONSOLE_RECORD_INIT_F by Ovidiu Panait · 3 years, 10 months ago
  72. c698b99 log: call vsnprintf only when it is needed to emit trace by Patrick Delaunay · 3 years, 10 months ago
  73. 742346f test: log: add test for console output of dropped messages by Patrick Delaunay · 3 years, 10 months ago
  74. bf80edb console: allow to record console output before ready by Patrick Delaunay · 3 years, 10 months ago
  75. 93cdb52 console: remove duplicated test on gd value by Patrick Delaunay · 3 years, 10 months ago
  76. a4918b2 test: add test for dropped trace before log_init by Patrick Delaunay · 3 years, 10 months ago
  77. dd50013 log: use console puts to output trace before LOG init by Patrick Delaunay · 3 years, 10 months ago
  78. ce9af2a test: log: add test for dropped messages by Patrick Delaunay · 3 years, 10 months ago
  79. f0e90e0 log: don't build the trace buffer when log is not ready by Patrick Delaunay · 3 years, 10 months ago
  80. 6278ec1 test: add LOGL_FORCE_DEBUG flags support in log tests by Patrick Delaunay · 3 years, 10 months ago
  81. b0db69b dm: fix build errors generated by last merges by Dario Binacchi · 3 years, 8 months ago
  82. 83e13c3 Merge branch '2021.04-rc' of https://github.com/lftan/u-boot by Tom Rini · 3 years, 8 months ago
  83. 40551cf tools: socfpgaimage: update padding flow by Ley Foon Tan · 3 years, 8 months ago
  84. 53b5929 configs: socfpga: Add CONFIG_SPL_PAD_TO by Ley Foon Tan · 3 years, 9 months ago
  85. bcf33fa tools: socfpgaimage: Print image header information by Ley Foon Tan · 3 years, 10 months ago
  86. 7d8890d configs: socfpga: Add defconfig for Agilex and Stratix 10 with ATF support by Chee Hong Ang · 3 years, 9 months ago
  87. 362787e arm: socfpga: soc64: Enable FIT image generation using binman by Siew Chin Lim · 3 years, 9 months ago
  88. c87496a arm: socfpga: dts: soc64: Add binman node of FIT image with ATF support by Siew Chin Lim · 3 years, 9 months ago
  89. 7cfb5d8 arm: socfpga: soc64: Skip handoff data access in SSBL by Chee Hong Ang · 3 years, 9 months ago
  90. 482bc18 arm: socfpga: soc64: SSBL shall not setup stack on OCRAM by Chee Hong Ang · 3 years, 9 months ago
  91. 3b07cec arm: socfpga: mailbox: Add 'SYSTEM_RESET' PSCI support to mbox_reset_cold() by Chee Hong Ang · 3 years, 9 months ago
  92. 677b420 arm: socfpga: soc64: Add ATF support for FPGA reconfig driver by Chee Hong Ang · 3 years, 9 months ago
  93. 018d27f arm: socfpga: soc64: Add ATF support for Reset Manager driver by Chee Hong Ang · 3 years, 9 months ago
  94. a90ae01 net: designware: socfpga: Add ATF support for MAC driver by Chee Hong Ang · 3 years, 9 months ago
  95. 6b38cc2 mmc: dwmmc: socfpga: Add ATF support for MMC driver by Chee Hong Ang · 3 years, 9 months ago
  96. d456dfb mmc: dwmmc: Change designware MMC 'clksel' callback function to return status by Siew Chin Lim · 3 years, 9 months ago
  97. 2e54a1d arm: socfpga: Add secure register access helper functions for SoC 64bits by Siew Chin Lim · 3 years, 9 months ago
  98. 313de73 arm: socfpga: soc64: Define SMC function identifiers for PSCI SiP services by Chee Hong Ang · 3 years, 9 months ago
  99. 0eebfab arm: socfpga: soc64: Add SMC helper function for Intel SOCFPGA (64bits) by Chee Hong Ang · 3 years, 9 months ago
  100. dbdc1df arm: socfpga: Disable "spin-table" method for booting Linux by Chee Hong Ang · 3 years, 9 months ago