1. b9f6d0f common: board_r: Drop initr_pci wrapper by Ovidiu Panait · 3 years, 11 months ago
  2. c343e8c common: board_r: Drop initr_pci_ep wrapper by Ovidiu Panait · 3 years, 11 months ago
  3. 7addd3c common: board_r: Drop initr_post_backlog wrapper by Ovidiu Panait · 3 years, 11 months ago
  4. fb504b2 common: board_r: Drop initr_secondary_cpu wrapper by Ovidiu Panait · 3 years, 11 months ago
  5. 51c5a2c common: board_r: Drop initr_console_record wrapper by Ovidiu Panait · 3 years, 11 months ago
  6. 19b18da common: board_f: Use IS_ENABLED(CONFIG_OF_EMBED) in reserve_fdt, reloc_fdt by Ovidiu Panait · 3 years, 11 months ago
  7. 3671668 common: board_f: Move setup_machine code to setup_bdinfo by Ovidiu Panait · 3 years, 11 months ago
  8. 4b9a121 common: board_f: Use IS_ENABLED(CONFIG_TIMER_EARLY) in initf_dm by Ovidiu Panait · 3 years, 11 months ago
  9. 8e8d45e common: board_f: Drop initf_console_record wrapper by Ovidiu Panait · 3 years, 11 months ago
  10. 4e81920 common: Kconfig: Introduce CONFIG_CONSOLE_RECORD_INIT_F by Ovidiu Panait · 3 years, 11 months ago
  11. c698b99 log: call vsnprintf only when it is needed to emit trace by Patrick Delaunay · 3 years, 11 months ago
  12. 742346f test: log: add test for console output of dropped messages by Patrick Delaunay · 3 years, 11 months ago
  13. bf80edb console: allow to record console output before ready by Patrick Delaunay · 3 years, 11 months ago
  14. 93cdb52 console: remove duplicated test on gd value by Patrick Delaunay · 3 years, 11 months ago
  15. a4918b2 test: add test for dropped trace before log_init by Patrick Delaunay · 3 years, 11 months ago
  16. dd50013 log: use console puts to output trace before LOG init by Patrick Delaunay · 3 years, 11 months ago
  17. ce9af2a test: log: add test for dropped messages by Patrick Delaunay · 3 years, 11 months ago
  18. f0e90e0 log: don't build the trace buffer when log is not ready by Patrick Delaunay · 3 years, 11 months ago
  19. 6278ec1 test: add LOGL_FORCE_DEBUG flags support in log tests by Patrick Delaunay · 3 years, 11 months ago
  20. b0db69b dm: fix build errors generated by last merges by Dario Binacchi · 3 years, 9 months ago
  21. 83e13c3 Merge branch '2021.04-rc' of https://github.com/lftan/u-boot by Tom Rini · 3 years, 9 months ago
  22. 40551cf tools: socfpgaimage: update padding flow by Ley Foon Tan · 3 years, 9 months ago
  23. 53b5929 configs: socfpga: Add CONFIG_SPL_PAD_TO by Ley Foon Tan · 3 years, 10 months ago
  24. bcf33fa tools: socfpgaimage: Print image header information by Ley Foon Tan · 3 years, 10 months ago
  25. 7d8890d configs: socfpga: Add defconfig for Agilex and Stratix 10 with ATF support by Chee Hong Ang · 3 years, 10 months ago
  26. 362787e arm: socfpga: soc64: Enable FIT image generation using binman by Siew Chin Lim · 3 years, 10 months ago
  27. c87496a arm: socfpga: dts: soc64: Add binman node of FIT image with ATF support by Siew Chin Lim · 3 years, 10 months ago
  28. 7cfb5d8 arm: socfpga: soc64: Skip handoff data access in SSBL by Chee Hong Ang · 3 years, 10 months ago
  29. 482bc18 arm: socfpga: soc64: SSBL shall not setup stack on OCRAM by Chee Hong Ang · 3 years, 10 months ago
  30. 3b07cec arm: socfpga: mailbox: Add 'SYSTEM_RESET' PSCI support to mbox_reset_cold() by Chee Hong Ang · 3 years, 10 months ago
  31. 677b420 arm: socfpga: soc64: Add ATF support for FPGA reconfig driver by Chee Hong Ang · 3 years, 10 months ago
  32. 018d27f arm: socfpga: soc64: Add ATF support for Reset Manager driver by Chee Hong Ang · 3 years, 10 months ago
  33. a90ae01 net: designware: socfpga: Add ATF support for MAC driver by Chee Hong Ang · 3 years, 10 months ago
  34. 6b38cc2 mmc: dwmmc: socfpga: Add ATF support for MMC driver by Chee Hong Ang · 3 years, 10 months ago
  35. d456dfb mmc: dwmmc: Change designware MMC 'clksel' callback function to return status by Siew Chin Lim · 3 years, 10 months ago
  36. 2e54a1d arm: socfpga: Add secure register access helper functions for SoC 64bits by Siew Chin Lim · 3 years, 10 months ago
  37. 313de73 arm: socfpga: soc64: Define SMC function identifiers for PSCI SiP services by Chee Hong Ang · 3 years, 10 months ago
  38. 0eebfab arm: socfpga: soc64: Add SMC helper function for Intel SOCFPGA (64bits) by Chee Hong Ang · 3 years, 10 months ago
  39. dbdc1df arm: socfpga: Disable "spin-table" method for booting Linux by Chee Hong Ang · 3 years, 10 months ago
  40. ac0c1fd arm: socfpga: soc64: Override 'lowlevel_init' to support ATF by Chee Hong Ang · 3 years, 10 months ago
  41. 200846f arm: socfpga: soc64: Load FIT image with ATF support by Chee Hong Ang · 3 years, 10 months ago
  42. acabb2a arm: socfpga: Add function for checking description from FIT image by Chee Hong Ang · 3 years, 10 months ago
  43. 35772ff Merge tag 'efi-2021-04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 3 years, 9 months ago
  44. ab1a425 Merge tag 'u-boot-stm32-20210113' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 3 years, 9 months ago
  45. 795f8fd Merge tag 'u-boot-amlogic-20210112' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 3 years, 9 months ago
  46. 7ccaa31 MAINTAINERS: Update STi and STM32 maintainers emails in remaining files by Patrice Chotard · 3 years, 10 months ago
  47. 751f918 arm: stm32mp: stm32prog: always flush DFU on start command for uart by Patrick Delaunay · 3 years, 10 months ago
  48. e451fa2 configs: stm32mp1: activate OF_LIVE for DT live support by Patrick Delaunay · 3 years, 10 months ago
  49. 69ea30e ARM: dts: stm32: Switch to MCO2 for PHY 50 MHz clock by Marek Vasut · 3 years, 11 months ago
  50. 635e233 ARM: stm32: Use firmware property instead of loadables by Michal Simek · 4 years, 1 month ago
  51. 42082bc board: stm32pm1: update USB-C power detection algorithm on DK boards by Patrice Chotard · 4 years ago
  52. 8396408 configs: stm32mp15: enable LOG features by Patrick Delaunay · 4 years ago
  53. 705b5bf board: st: common: migrate trace to dev and log macro by Patrick Delaunay · 4 years ago
  54. 873bf44 board: st: stm32mp1: migrate trace to dev and log macro by Patrick Delaunay · 4 years ago
  55. 846365b video: stm32_dsi: migrate trace to dev and log macro by Patrick Delaunay · 4 years ago
  56. 8d2257e video: stm32_ltdc: migrate trace to dev and log macro by Patrick Delaunay · 4 years ago
  57. a3ce8d6 serial: stm32: define LOG_CATEGORY by Patrick Delaunay · 4 years ago
  58. b6e91f7 memory: stm32-fmc2: migrate trace to dev and log macro by Patrick Delaunay · 4 years ago
  59. 6a7eefe mtd: stm32_fmc2: migrate trace to dev and log macro by Patrick Delaunay · 4 years ago
  60. 162f588 spi: stm32_qspi: migrate trace to dev and log macro by Patrick Delaunay · 4 years ago
  61. 7a41cb5 spi: stm32_spi: migrate trace to dev and log macro by Patrick Delaunay · 4 years ago
  62. 0d5fbad phy: stm32-usbphyc: migrate trace to dev and log macro by Patrick Delaunay · 4 years ago
  63. f4ed224 i2c: stm32f7_i2c: migrate trace to dev and log macro by Patrick Delaunay · 4 years ago
  64. ff2a09c mailbox: stm32-ipcc: migrate trace to dev and log macro by Patrick Delaunay · 4 years ago
  65. 829c92b reset: stm32-reset: migrate trace to dev and log macro by Patrick Delaunay · 4 years ago
  66. cddc30d clk: clk_stm32h7: migrate trace to dev and log macro by Patrick Delaunay · 4 years ago
  67. 06a1263 clk: clk_stm32f: migrate trace to dev and log macro by Patrick Delaunay · 4 years ago
  68. ceab8ee clk: stm32mp1: migrate trace to dev and log macro by Patrick Delaunay · 4 years ago
  69. 7576065 misc: rcc: keep the rcc device name for subnode by Patrick Delaunay · 4 years ago
  70. 8e80ba5 misc: rcc: migrate trace to dev macro by Patrick Delaunay · 4 years ago
  71. ca9a9da power: regulator: stm32-verfbuf: define LOG_CATEGORY by Patrick Delaunay · 4 years ago
  72. 281ebc5 watchdog: stm32mp: migrate trace to dev macro by Patrick Delaunay · 4 years ago
  73. 33d797a rtc: stm32: migrate trace to log macro by Patrick Delaunay · 4 years ago
  74. fb5b246 hwspinlock: stm32: migrate trace to log macro by Patrick Delaunay · 4 years ago
  75. 1ac7d52 timer: stm32: migrate trace to log macro by Patrick Delaunay · 4 years ago
  76. 4dbaa1b mmc: stm32_sdmmc2: migrate trace to dev and log macro by Patrick Delaunay · 4 years ago
  77. 66b3b9d ram: stm32mp1: migrate trace to dev or log macro by Patrick Delaunay · 4 years ago
  78. 997f7da ram: stm32: migrate trace to log macro by Patrick Delaunay · 4 years ago
  79. c886cd6 remoproc: stm32: migrate trace to log macro by Patrick Delaunay · 4 years ago
  80. 6dd89d9 gpio: stm32-gpio: migrate trace to dev and log macro by Patrick Delaunay · 4 years ago
  81. 28b3e7b pinctrl: stm32: migrate trace to log macro by Patrick Delaunay · 4 years ago
  82. b66bfdf arm: stm32mp: bsec: migrate trace to log macro by Patrick Delaunay · 4 years ago
  83. 711b5bc arm: stm32mp: migrate cmd_stm32prog to log macro by Patrick Delaunay · 4 years ago
  84. eb653ac arm: stm32mp: migrate trace to log macro by Patrick Delaunay · 4 years ago
  85. 0a80955 mmc: exynos_dw_mmc: remove unused function by Jaehoon Chung · 3 years, 9 months ago
  86. a654b6a samsung: arndale: remove board_mmc_init function by Jaehoon Chung · 3 years, 9 months ago
  87. 8e70f1c efi_selftest: dtbdump support EFI_DT_FIXUP_PROTOCOL by Heinrich Schuchardt · 3 years, 10 months ago
  88. 94686f6 efi_loader: implement EFI_DT_FIXUP_PROTOCOL by Heinrich Schuchardt · 3 years, 10 months ago
  89. 48618e9 cmd: conitrace: increase wait for next key by Heinrich Schuchardt · 3 years, 10 months ago
  90. db0f298 efi_loader: remove outdated TODO in efi_memory.c by Heinrich Schuchardt · 3 years, 10 months ago
  91. 7913c7d efi_loader: typedef efi_string_t text output protocol by Heinrich Schuchardt · 3 years, 10 months ago
  92. 85fc2ad efi_loader: move efi_(u)intn_t to efi.h by Heinrich Schuchardt · 3 years, 10 months ago
  93. 5f59518 efi_loader: setting boot device by Heinrich Schuchardt · 3 years, 9 months ago
  94. ea1a9ec image-fit: fit_check_format check for valid FDT by Heinrich Schuchardt · 3 years, 9 months ago
  95. 5dad05a efi_loader: carve out efi_check_pe() by Heinrich Schuchardt · 3 years, 9 months ago
  96. dd860b9 efi_loader: print boot device and file path in helloworld by Heinrich Schuchardt · 3 years, 9 months ago
  97. bb33c79 efi_loader: simplify running helloworld.efi by Heinrich Schuchardt · 3 years, 9 months ago
  98. 4961cee tools: efivar.py unused variable by Heinrich Schuchardt · 3 years, 10 months ago
  99. 33abdb9 tools: efivar.py should check GUID when deleting by Heinrich Schuchardt · 3 years, 10 months ago
  100. 45c0792 tools: efivar.py: incorrect indentation by Heinrich Schuchardt · 3 years, 10 months ago