1. c07babd Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 2 years, 1 month ago
  2. 7321bad riscv: Update Microchip MPFS Icicle Kit support by Padmarao Begari · 2 years, 1 month ago
  3. eac3bbe spi: Add Microchip PolarFire SoC QSPI driver by Padmarao Begari · 2 years, 1 month ago
  4. 0b8e6f8 riscv: dts: Add QSPI NAND device node by Padmarao Begari · 2 years, 1 month ago
  5. ab1644b riscv: dts: Update memory configuration by Padmarao Begari · 2 years, 1 month ago
  6. a5dfa3b riscv: Rename Andes PLIC to PLICSW by Yu Chien Peter Lin · 2 years, 1 month ago
  7. cca41ed Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-watchdog by Tom Rini · 2 years, 1 month ago
  8. ec5b880 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spi.git by Tom Rini · 2 years, 1 month ago
  9. 50128ae cyclic: get rid of cyclic_init() by Rasmus Villemoes · 2 years, 1 month ago
  10. 2896839 cyclic: switch to using hlist instead of list by Rasmus Villemoes · 2 years, 1 month ago
  11. 2399b62 list.h: synchronize hlist_for_each_entry* iterators with linux by Rasmus Villemoes · 2 years, 1 month ago
  12. 6b84b1d cyclic: drop redundant cyclic_ready flag by Rasmus Villemoes · 2 years, 1 month ago
  13. d7de5ef cyclic: use a flag in gd->flags for recursion protection by Rasmus Villemoes · 2 years, 1 month ago
  14. c8d9ff6 Merge branch '2022-10-31-FWU-add-FWU-multi-bank-update-feature-support' by Tom Rini · 2 years, 1 month ago
  15. 75f11c3 FWU: doc: Add documentation for the FWU feature by Sughosh Ganu · 2 years, 1 month ago
  16. f65ee99 mkeficapsule: Add support for setting OEM flags in capsule header by Sughosh Ganu · 2 years, 1 month ago
  17. 6da9271 mkeficapsule: Add support for generating empty capsules by Sughosh Ganu · 2 years, 1 month ago
  18. 873cf8a test: dm: Add test cases for FWU Metadata uclass by Sughosh Ganu · 2 years, 1 month ago
  19. e68c03b FWU: cmd: Add a command to read FWU metadata by Sughosh Ganu · 2 years, 1 month ago
  20. 8679405 FWU: Add support for the FWU Multi Bank Update feature by Sughosh Ganu · 2 years, 1 month ago
  21. 7e9814c FWU: Add boot time checks as highlighted by the FWU specification by Sughosh Ganu · 2 years, 1 month ago
  22. 467bad5 event: Add an event for main_loop by Sughosh Ganu · 2 years, 1 month ago
  23. 95b5a7d FWU: STM32MP1: Add support to read boot index from backup register by Sughosh Ganu · 2 years, 1 month ago
  24. 7d6e2c5 FWU: Add helper functions for accessing FWU metadata by Sughosh Ganu · 2 years, 1 month ago
  25. d70c4a0 stm32mp1: Add image information for capsule updates by Sughosh Ganu · 2 years, 1 month ago
  26. a402adc stm32mp1: Add a node for the FWU metadata device by Sughosh Ganu · 2 years, 1 month ago
  27. 554b38f FWU: Add FWU metadata access driver for GPT partitioned block devices by Sughosh Ganu · 2 years, 1 month ago
  28. 2eaedc9 FWU: Add FWU metadata structure and driver for accessing metadata by Sughosh Ganu · 2 years, 1 month ago
  29. 7398139 dt/bindings: Add bindings for GPT based FWU Metadata storage device by Sughosh Ganu · 2 years, 1 month ago
  30. a90afc6 Merge branch '2022-10-31-vbe-implement-the-full-firmware-flow' by Tom Rini · 2 years, 1 month ago
  31. 77bec9e vbe: Add a test for the VBE flow into U-Boot proper by Simon Glass · 2 years, 1 month ago
  32. 7f3470b vbe: Add a command to show the VBE state by Simon Glass · 2 years, 1 month ago
  33. d8b7c34 vbe: Record which phases loaded using VBE by Simon Glass · 2 years, 1 month ago
  34. 2a5c67f vbe: Use a manual test by Simon Glass · 2 years, 1 month ago
  35. 5981d61 vpl: Allow signature verification by Simon Glass · 2 years, 1 month ago
  36. 8de9896 sandbox: Add an image for VPL by Simon Glass · 2 years, 1 month ago
  37. a56f663 vbe: Add info about the VBE device to the fwupd node by Simon Glass · 2 years, 1 month ago
  38. 4218456 vbe: Add Kconfig options for VPL by Simon Glass · 2 years, 1 month ago
  39. e45d226 vbe: Drop the U-Boot prefix from the version by Simon Glass · 2 years, 1 month ago
  40. c263e21 vbe: Move OS implementation into a separate file by Simon Glass · 2 years, 1 month ago
  41. d2b22ae vbe: Support reading the next SPL phase via VBE by Simon Glass · 2 years, 1 month ago
  42. 70b26e4 vbe: Support selecting operations by SPL phase by Simon Glass · 2 years, 1 month ago
  43. f1459c3 sandbox: Support obtaining the next phase from an image by Simon Glass · 2 years, 1 month ago
  44. 5a61bf1 spl: Allow multiple loaders of the same time by Simon Glass · 2 years, 1 month ago
  45. c3a148f vbe: Use a warning for a failed requests by Simon Glass · 2 years, 1 month ago
  46. 98bedf4 vbe: Rename vbe_fixup to vbe_request by Simon Glass · 2 years, 1 month ago
  47. bbe285c image: Allow loading a FIT image for a particular phase by Simon Glass · 2 years, 1 month ago
  48. 44ad35a image: Add the concept of a phase to FIT by Simon Glass · 2 years, 1 month ago
  49. b2d93c6 sandbox: Add a way to specify the sandbox executable by Simon Glass · 2 years, 1 month ago
  50. 830690d sandbox: Generalise SPL booting by Simon Glass · 2 years, 1 month ago
  51. 494e66d image: Move comment for fit_conf_find_compat() by Simon Glass · 2 years, 1 month ago
  52. 0b5c9b0 sandbox: Drop message about writing sandbox state by Simon Glass · 2 years, 1 month ago
  53. 372a7d9 dm: mmc: Allow sandbox emulator to build without writes by Simon Glass · 2 years, 1 month ago
  54. 879a941 dm: blk: mmc: Tidy up some Makefile rules for SPL by Simon Glass · 2 years, 1 month ago
  55. 6a318b1 bloblist: Drop debugging by Simon Glass · 2 years, 1 month ago
  56. 2ff3db3 usb: Update the test to cover reading and writing by Simon Glass · 2 years, 1 month ago
  57. 606b926 dm: blk: Add udevice functions by Simon Glass · 2 years, 1 month ago
  58. b55afa0 disk: Rename block_dev to desc by Simon Glass · 2 years, 1 month ago
  59. 76c839f disk: Rename block functions by Simon Glass · 2 years, 1 month ago
  60. b190deb bootstd: Add a way to set up a bootflow by Simon Glass · 2 years, 1 month ago
  61. cbd71fa test: Support tests which can only be run manually by Simon Glass · 2 years, 1 month ago
  62. c43635b test: Update tests to use the skip feature by Simon Glass · 2 years, 1 month ago
  63. 1facaad test: Report skippped tests by Simon Glass · 2 years, 1 month ago
  64. d2afb9e binman: Support writing symbols into ELF files by Simon Glass · 2 years, 1 month ago
  65. 3fbba55 binman: Handle writing ELF symbols in the Entry class by Simon Glass · 2 years, 1 month ago
  66. 2b8b27f binman: Split out looking up a symbol into a function by Simon Glass · 2 years, 1 month ago
  67. 2856579 binman: Allow obtaining a symbol value by Simon Glass · 2 years, 1 month ago
  68. 6e55b11 spl: Add a separate silence option for SPL by Simon Glass · 2 years, 1 month ago
  69. ec7e8da spl: Refactor controls for console output by Simon Glass · 2 years, 1 month ago
  70. 2b8d2cc spl: Use binman suffix allow symbols of any SPL etype by Simon Glass · 2 years, 1 month ago
  71. 3e62adc disk: Drop debug messages in part_efi by Simon Glass · 2 years, 1 month ago
  72. 9846390 Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE by Simon Glass · 2 years, 1 month ago
  73. 6f38d91 Merge branch '2022-10-31-broadcom-updates' by Tom Rini · 2 years, 1 month ago
  74. 21545a8 timer: bcmbca: use arm global timer for bcm63138 SoC by William Zhang · 2 years, 3 months ago
  75. 35751c7 timer: sti: convert sti-timer to arm a9 global timer by William Zhang · 2 years, 3 months ago
  76. 8c1a9c7 arm: bcmbca: replace ARCH_BCM6753 symbols in Kconfig with BCM6855 by William Zhang · 2 years, 3 months ago
  77. 779a7b6 arm: bcmbca: remove bcm6753 support under CONFIG_ARCH_BCM6753 by William Zhang · 2 years, 3 months ago
  78. 62c0ae4 arm: bcmbca: add bcm6855 SoC support under CONFIG_ARCH_BCMBCA by William Zhang · 2 years, 3 months ago
  79. 2dab3ee arm: bcmbca: replace ARCH_BCM6858 symbols in Kconfig with BCM6858 by William Zhang · 2 years, 3 months ago
  80. 872308c arm: bcmbca: remove bcm6858 support under CONFIG_ARCH_BCM6858 by William Zhang · 2 years, 3 months ago
  81. b0e2b6a arm: bcmbca: add bcm6858 SoC support under CONFIG_ARCH_BCMBCA by William Zhang · 2 years, 3 months ago
  82. 4dcd23f arm: bcmbca: replace ARCH_BCM68360 symbols in Kconfig with BCM6856 by William Zhang · 2 years, 3 months ago
  83. fdf8f29 arm: bcmbca: remove bcm68360 support under CONFIG_ARCH_BCM68360 by William Zhang · 2 years, 3 months ago
  84. dc244ca arm: bcmbca: add bcm6856 SoC support under CONFIG_ARCH_BCMBCA by William Zhang · 2 years, 3 months ago
  85. b4582f5 arm: bcmbca: make reset_cpu function weak by William Zhang · 2 years, 3 months ago
  86. b23c804 MAINTAINERS: Add BCM63158 maintainer to BCMBCA entry by William Zhang · 2 years, 3 months ago
  87. fa9ff77 arm: bcmbca: replace ARCH_BCM63158 symbols in Kconfig with BCM63158 by William Zhang · 2 years, 3 months ago
  88. 07f97bd arm: bcmbca: remove bcm63158 support under CONFIG_ARCH_BCM63158 by William Zhang · 2 years, 3 months ago
  89. 61546e7 arm: bcmbca: add bcm63158 SoC support under CONFIG_ARCH_BCMBCA by William Zhang · 2 years, 3 months ago
  90. e5703df arm: bcmbca: add bcm4908 SoC support by William Zhang · 2 years, 4 months ago
  91. 1b81843 arm: bcmbca: add bcm6813 SoC support by William Zhang · 2 years, 4 months ago
  92. dc6117d arm: bcmbca: add bcm4912 SoC support by William Zhang · 2 years, 4 months ago
  93. c6e0073 arm: bcmbca: add bcm63146 SoC support by William Zhang · 2 years, 4 months ago
  94. 21385ad arm: bcmbca: add bcm63138 SoC support by William Zhang · 2 years, 4 months ago
  95. 7e3d695 arm: bcmbca: add bcm63148 SoC support by William Zhang · 2 years, 4 months ago
  96. 4054fd7 arm: bcmbca: add bcm6756 SoC support by William Zhang · 2 years, 4 months ago
  97. 4cab038 arm: bcmbca: add bcm6878 SoC support by William Zhang · 2 years, 4 months ago
  98. adb34dd arm: bcmbca: add bcm6846 SoC support by William Zhang · 2 years, 4 months ago
  99. 41c65ce arm: bcmbca: add bcm63178 SoC support by William Zhang · 2 years, 4 months ago
  100. e8da1da buildman: Handle the MAINTAINERS 'N' tag by Simon Glass · 2 years, 2 months ago