1. 9789640 board: stm32mp1: update the gpio hog support by Patrick Delaunay · 4 years, 6 months ago
  2. bf9c8b1 configs: stm32mp1: activate CONFIG_GPIO_HOG by Patrick Delaunay · 4 years, 6 months ago
  3. 79c0791 board: stm32mp1: move the function board_debug_uart_init in spl.c by Patrick Delaunay · 4 years, 6 months ago
  4. 72b1080 ARM: dts: stm32mp1: use OPP information for PLL1 settings in SPL by Patrick Delaunay · 4 years, 6 months ago
  5. 08c891a board: stm32mp1: update vddcore in SPL by Patrick Delaunay · 4 years, 6 months ago
  6. f2f25c3 board: st: stpmic1: add function stpmic1_init by Patrick Delaunay · 4 years, 6 months ago
  7. 3d1fe4e arm: stm32mp: add weak function to save vddcore by Patrick Delaunay · 4 years, 6 months ago
  8. 885bdc2 stm32mp1: clk: configure pll1 with OPP by Patrick Delaunay · 4 years, 6 months ago
  9. ff0c0bc board: st: create common file stpmic1.c by Patrick Delaunay · 4 years, 6 months ago
  10. 0e20c1f ARM: dts: stm32: add cpufreq support on stm32mp15x by Patrick Delaunay · 4 years, 6 months ago
  11. b6cc505 arm: stm32mp: spl: add bsec driver in SPL by Patrick Delaunay · 4 years, 6 months ago
  12. a0466f6 net: dwc_eth_qos: update the compatible supported for STM32 by Patrick Delaunay · 4 years, 7 months ago
  13. 8728b30 Revert "riscv: sifive: fu540: Add gpio-restart support" by Tom Rini · 4 years, 5 months ago
  14. 60b9224 video: restore CONFIG_VIDCONSOLE_AS_LCD as boolean by Patrick Delaunay · 4 years, 5 months ago
  15. 90fa4e9 Merge branch 'next' by Tom Rini · 4 years, 5 months ago
  16. 1620081 Prepare v2020.07 by Tom Rini · 4 years, 5 months ago
  17. 0332a1a configs: Resync with savedefconfig by Tom Rini · 4 years, 5 months ago
  18. 05fa4df Merge tag 'efi-2020-10-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi into next by Tom Rini · 4 years, 5 months ago
  19. 75a67ae Merge branch '2020-07-01-kconfig-etc-updates' into next by Tom Rini · 4 years, 5 months ago
  20. 85ef035 Merge branch '2020-07-05-gpio-regression-fix' by Tom Rini · 4 years, 5 months ago
  21. 4508abf sandbox, test: add test for GPIO_HOG function by Heiko Schocher · 4 years, 6 months ago
  22. aa914cd gpio-uclass.c: save the GPIOD flags also in the gpio descriptor by Heiko Schocher · 4 years, 6 months ago
  23. 6c46aaa efi_loader: imply FAT, FAT_WRITE by Heinrich Schuchardt · 4 years, 8 months ago
  24. de9bdc6 efi_loader: export initialization state by Heinrich Schuchardt · 4 years, 8 months ago
  25. 5106dc7 efi_loader: rtc_mktime() called twice by Heinrich Schuchardt · 4 years, 5 months ago
  26. 273df96 efi_loader: use log function in boot manager by Heinrich Schuchardt · 4 years, 6 months ago
  27. 2db39ef efi_loader: time based authentication by Heinrich Schuchardt · 4 years, 5 months ago
  28. 7a76a3f efi_loader: add missing validation of timestamp by Heinrich Schuchardt · 4 years, 5 months ago
  29. e1eb319 test: provide tests for efi_image_region_add() by Heinrich Schuchardt · 4 years, 5 months ago
  30. 623e5e5 efi_loader: fix efi_image_region_add() by Heinrich Schuchardt · 4 years, 5 months ago
  31. 20160e5 Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 4 years, 5 months ago
  32. 446b148 test: correct time stamps for UEFI authentication by Heinrich Schuchardt · 4 years, 5 months ago
  33. bdcdde7 test/py: efi_secboot: fix test case 1g of test_authvar by AKASHI Takahiro · 4 years, 6 months ago
  34. f62b024 test/py: efi_secboot: remove all "re.search" by AKASHI Takahiro · 4 years, 6 months ago
  35. cb0b411 efi_loader: image_loader: replace debug to EFI_PRINT by AKASHI Takahiro · 4 years, 6 months ago
  36. 3712373 efi_loader: variable: replace debug to EFI_PRINT by AKASHI Takahiro · 4 years, 6 months ago
  37. 10a9fa8 efi_loader: signature: replace debug to EFI_PRINT by AKASHI Takahiro · 4 years, 6 months ago
  38. 836bdc8 Revert "test: stabilize test_efi_secboot" by AKASHI Takahiro · 4 years, 6 months ago
  39. 9b31c63 efi_loader: change efi objects initialization order by AKASHI Takahiro · 4 years, 6 months ago
  40. 8cfbea0 riscv: use log functions in fdt_fixup by Heinrich Schuchardt · 4 years, 5 months ago
  41. 8a52128 riscv: sifive: fu540: enable all cache ways from U-Boot proper by Pragnesh Patel · 4 years, 6 months ago
  42. 491734f riscv: Use optimized version of fdtdec_get_addr_size_no_parent by Atish Patra · 4 years, 5 months ago
  43. f0947db riscv: Do not return error if reserved node already exists by Atish Patra · 4 years, 5 months ago
  44. a33888f doc: qemu-riscv: Update QEMU run command by Bin Meng · 4 years, 5 months ago
  45. ec94e6e riscv: sifive: fu540: Add gpio-restart support by Bin Meng · 4 years, 5 months ago
  46. c71f100 riscv: Do not build reset.c if SYSRESET is on by Bin Meng · 4 years, 5 months ago
  47. d60ff92 Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv into next by Tom Rini · 4 years, 5 months ago
  48. 2bdcd05 riscv: Enable CONFIG_OF_BOARD_FIXUP by default for OF_SEPARATE by Bin Meng · 4 years, 5 months ago
  49. 7a36bd8 riscv: Expand the DT size before copy reserved memory node by Bin Meng · 4 years, 5 months ago
  50. 77073f4 riscv: Avoid the reserved memory fixup if src and dst point to the same place by Bin Meng · 4 years, 5 months ago
  51. 3961e14 riscv: fu540: dts: Correct reg size of otp and dmc nodes by Bin Meng · 4 years, 6 months ago
  52. e3870c8 riscv: fu540: dts: Remove the unnecessary space in the cpu2_intc node by Bin Meng · 4 years, 6 months ago
  53. 358138f riscv: sbi: Add newline to error message by Sean Anderson · 4 years, 6 months ago
  54. d2e3033 checkpatch.pl: Fully re-sync with v5.7 by Tom Rini · 4 years, 6 months ago
  55. 9998594 kconfig: show compiler version text in the top comment by Tom Rini · 4 years, 6 months ago
  56. 4d1e4f6 socfpga: Enable optimized inlining on stratix10 by Tom Rini · 4 years, 7 months ago
  57. ea55ba0 compilers: Introduce options for forcing inlining on SPL/TPL by Tom Rini · 4 years, 7 months ago
  58. 5cbb29e compiler_types.h: Re-introduce CONFIG_OPTIMIZE_INLINING for U-Boot by Tom Rini · 4 years, 7 months ago
  59. 7c34ae4 compiler*.h: sync include/linux/compiler*.h with Linux 5.7-rc5 by Tom Rini · 4 years, 7 months ago
  60. e55e78e pci: rockchip: Mark inline functions as static inline by Tom Rini · 4 years, 5 months ago
  61. ea84ae6 socfpga: Mark socfpga_fpga_add() as static inline in the non-FPGA case by Tom Rini · 4 years, 7 months ago
  62. b828d10 x86: Convert from ACCESS_ONCE to READ/WRITE_ONCE by Tom Rini · 4 years, 7 months ago
  63. 52a31c1 tegra: Convert from ACCESS_ONCE to READ/WRITE_ONCE by Tom Rini · 4 years, 7 months ago
  64. 32a9bcc Don't start ad-hoc games with -Wno-maybe-initialized by Tom Rini · 4 years, 7 months ago
  65. 8f1be32 kconfig: Add scripts/Kconfig.include from v4.19 by Tom Rini · 4 years, 7 months ago
  66. 47b0b63 kconfiglib: Update to the 14.1.0 release by Tom Rini · 4 years, 7 months ago
  67. a0a71d3b Remove CROSS_COMPILE default from arch/*/config.mk by Tom Rini · 4 years, 6 months ago
  68. 4ae7a95 riscv: cpu: check and append L1 cache to cpu features by Sagar Shrikant Kadam · 4 years, 5 months ago
  69. afc0c19 riscv: cpu: correctly handle the setting of CPU_FEAT_MMU bit by Sagar Shrikant Kadam · 4 years, 5 months ago
  70. ce0d69a uclass: cpu: fix to display proper CPU features by Sagar Shrikant Kadam · 4 years, 5 months ago
  71. d2b7f84 riscv: dts: hifive-unleashed-a00: add cpu aliases by Sagar Shrikant Kadam · 4 years, 5 months ago
  72. edc32ab riscv: Add Sipeed Maix support by Sean Anderson · 4 years, 5 months ago
  73. 445fd22 doc: riscv: Add documentation for Sipeed Maix Bit by Sean Anderson · 4 years, 5 months ago
  74. d11b582 riscv: Add device tree for K210 and Sipeed Maix BitM by Sean Anderson · 4 years, 5 months ago
  75. d2a10ff riscv: Enable cpu clock if it is present by Sean Anderson · 4 years, 5 months ago
  76. 4724409 riscv: Try to get cpu frequency from a "clocks" node if it exists by Sean Anderson · 4 years, 5 months ago
  77. 35e14fb riscv: Allow use of reset drivers by Sean Anderson · 4 years, 5 months ago
  78. 7f4b666 riscv: Add option to support RISC-V privileged spec 1.9 by Sean Anderson · 4 years, 5 months ago
  79. b1d0cb3 riscv: Clean up IPI initialization code by Sean Anderson · 4 years, 5 months ago
  80. 84df2e1 riscv: Clear pending interrupts before enabling IPIs by Sean Anderson · 4 years, 5 months ago
  81. 5aa0074 riscv: Add headers for asm/global_data.h by Sean Anderson · 4 years, 5 months ago
  82. b02f055 lib: Always set errno in hcreate_r by Sean Anderson · 4 years, 5 months ago
  83. 0c1f6bf reset: Add generic reset driver by Sean Anderson · 4 years, 5 months ago
  84. 42db70b dm: Fix error handling for dev_read_addr_ptr by Sean Anderson · 4 years, 5 months ago
  85. b786054 dm: Add support for simple-pm-bus by Sean Anderson · 4 years, 5 months ago
  86. 4d88d96 clk: Add K210 clock support by Sean Anderson · 4 years, 5 months ago
  87. 65cd44e clk: Add a bypass clock for K210 by Sean Anderson · 4 years, 5 months ago
  88. 6e887ee clk: Add K210 pll support by Sean Anderson · 4 years, 5 months ago
  89. f0d5a6b clk: Fix clk_get_by_* handling of index by Sean Anderson · 4 years, 5 months ago
  90. aa1e85f clk: Check that ops of composite clock components exist before calling by Sean Anderson · 4 years, 5 months ago
  91. cfc2f02 clk: Always use the supplied struct clk by Sean Anderson · 4 years, 5 months ago
  92. 85369b0 Merge tag 'efi-2020-07-rc6-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 5 months ago
  93. aeea038 Merge branch '2020-06-30-minor-TI-board-updates' into next by Tom Rini · 4 years, 5 months ago
  94. d91ebbe ti814x: Remove platform by Tom Rini · 4 years, 6 months ago
  95. b21fbb5 ti816x_evm: Enable DM_MMC by Tom Rini · 4 years, 6 months ago
  96. fa4875f am335x: Update list of defconfigs by Tom Rini · 4 years, 6 months ago
  97. d434b1f Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips into next by Tom Rini · 4 years, 5 months ago
  98. c634325 Merge branch '2020-06-30-pxa-dm_mmc-migration' into next by Tom Rini · 4 years, 5 months ago
  99. 8a97938 colibri_pxa270_defconfig: enable dm_mmc by Marcel Ziswiler · 6 years ago
  100. 6ad69a4 colibri_pxa270: add mmc platform data by Marcel Ziswiler · 6 years ago