1. 15b1bf1 efi_loader: export initialization state by Heinrich Schuchardt · 4 years, 7 months ago
  2. 3a92f85 efi_loader: rtc_mktime() called twice by Heinrich Schuchardt · 4 years, 4 months ago
  3. 7a373e5 efi_loader: use log function in boot manager by Heinrich Schuchardt · 4 years, 5 months ago
  4. cb71160 efi_loader: time based authentication by Heinrich Schuchardt · 4 years, 4 months ago
  5. 33f183f efi_loader: add missing validation of timestamp by Heinrich Schuchardt · 4 years, 4 months ago
  6. ae54b94 test: provide tests for efi_image_region_add() by Heinrich Schuchardt · 4 years, 4 months ago
  7. 28164c9 efi_loader: fix efi_image_region_add() by Heinrich Schuchardt · 4 years, 4 months ago
  8. 06e1321 Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 4 years, 4 months ago
  9. bc246c6 test: correct time stamps for UEFI authentication by Heinrich Schuchardt · 4 years, 4 months ago
  10. 4edd9cc test/py: efi_secboot: fix test case 1g of test_authvar by AKASHI Takahiro · 4 years, 4 months ago
  11. bed118f test/py: efi_secboot: remove all "re.search" by AKASHI Takahiro · 4 years, 4 months ago
  12. 1b6c085 efi_loader: image_loader: replace debug to EFI_PRINT by AKASHI Takahiro · 4 years, 4 months ago
  13. ce3c386 efi_loader: variable: replace debug to EFI_PRINT by AKASHI Takahiro · 4 years, 4 months ago
  14. 3e9019d efi_loader: signature: replace debug to EFI_PRINT by AKASHI Takahiro · 4 years, 4 months ago
  15. dc2b473 Revert "test: stabilize test_efi_secboot" by AKASHI Takahiro · 4 years, 4 months ago
  16. f7a963c efi_loader: change efi objects initialization order by AKASHI Takahiro · 4 years, 4 months ago
  17. c5a4442 riscv: use log functions in fdt_fixup by Heinrich Schuchardt · 4 years, 4 months ago
  18. 5ce5020 riscv: sifive: fu540: enable all cache ways from U-Boot proper by Pragnesh Patel · 4 years, 5 months ago
  19. edf4fc2 riscv: Use optimized version of fdtdec_get_addr_size_no_parent by Atish Patra · 4 years, 4 months ago
  20. 7eb4bcc riscv: Do not return error if reserved node already exists by Atish Patra · 4 years, 4 months ago
  21. ba51269 doc: qemu-riscv: Update QEMU run command by Bin Meng · 4 years, 4 months ago
  22. cdae446 riscv: sifive: fu540: Add gpio-restart support by Bin Meng · 4 years, 4 months ago
  23. fd31e4f riscv: Do not build reset.c if SYSRESET is on by Bin Meng · 4 years, 4 months ago
  24. 7851959 Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv into next by Tom Rini · 4 years, 4 months ago
  25. 1c17e55 riscv: Enable CONFIG_OF_BOARD_FIXUP by default for OF_SEPARATE by Bin Meng · 4 years, 4 months ago
  26. a8492e2 riscv: Expand the DT size before copy reserved memory node by Bin Meng · 4 years, 4 months ago
  27. c4f7c50 riscv: Avoid the reserved memory fixup if src and dst point to the same place by Bin Meng · 4 years, 4 months ago
  28. 76585c9 riscv: fu540: dts: Correct reg size of otp and dmc nodes by Bin Meng · 4 years, 4 months ago
  29. 6c6a29c riscv: fu540: dts: Remove the unnecessary space in the cpu2_intc node by Bin Meng · 4 years, 4 months ago
  30. 7984922 riscv: sbi: Add newline to error message by Sean Anderson · 4 years, 5 months ago
  31. c57383b checkpatch.pl: Fully re-sync with v5.7 by Tom Rini · 4 years, 4 months ago
  32. 61139e2 kconfig: show compiler version text in the top comment by Tom Rini · 4 years, 5 months ago
  33. 9d0087a socfpga: Enable optimized inlining on stratix10 by Tom Rini · 4 years, 5 months ago
  34. 72c4d40 compilers: Introduce options for forcing inlining on SPL/TPL by Tom Rini · 4 years, 5 months ago
  35. 1f1a0f3 compiler_types.h: Re-introduce CONFIG_OPTIMIZE_INLINING for U-Boot by Tom Rini · 4 years, 5 months ago
  36. 67f51b4 compiler*.h: sync include/linux/compiler*.h with Linux 5.7-rc5 by Tom Rini · 4 years, 5 months ago
  37. 8214791 pci: rockchip: Mark inline functions as static inline by Tom Rini · 4 years, 4 months ago
  38. 6ca300a socfpga: Mark socfpga_fpga_add() as static inline in the non-FPGA case by Tom Rini · 4 years, 5 months ago
  39. 897860e x86: Convert from ACCESS_ONCE to READ/WRITE_ONCE by Tom Rini · 4 years, 5 months ago
  40. f2ff327 tegra: Convert from ACCESS_ONCE to READ/WRITE_ONCE by Tom Rini · 4 years, 5 months ago
  41. 443f223 Don't start ad-hoc games with -Wno-maybe-initialized by Tom Rini · 4 years, 5 months ago
  42. a9610bd kconfig: Add scripts/Kconfig.include from v4.19 by Tom Rini · 4 years, 5 months ago
  43. ddf34e7 kconfiglib: Update to the 14.1.0 release by Tom Rini · 4 years, 5 months ago
  44. faf002c Remove CROSS_COMPILE default from arch/*/config.mk by Tom Rini · 4 years, 5 months ago
  45. add0dc1 riscv: cpu: check and append L1 cache to cpu features by Sagar Shrikant Kadam · 4 years, 4 months ago
  46. b6b233d riscv: cpu: correctly handle the setting of CPU_FEAT_MMU bit by Sagar Shrikant Kadam · 4 years, 4 months ago
  47. 969251a uclass: cpu: fix to display proper CPU features by Sagar Shrikant Kadam · 4 years, 4 months ago
  48. eb75ee4 riscv: dts: hifive-unleashed-a00: add cpu aliases by Sagar Shrikant Kadam · 4 years, 4 months ago
  49. a7c81fc riscv: Add Sipeed Maix support by Sean Anderson · 4 years, 4 months ago
  50. de09f71 doc: riscv: Add documentation for Sipeed Maix Bit by Sean Anderson · 4 years, 4 months ago
  51. bba8618 riscv: Add device tree for K210 and Sipeed Maix BitM by Sean Anderson · 4 years, 4 months ago
  52. 6277186 riscv: Enable cpu clock if it is present by Sean Anderson · 4 years, 4 months ago
  53. ab24017 riscv: Try to get cpu frequency from a "clocks" node if it exists by Sean Anderson · 4 years, 4 months ago
  54. 958a3f4 riscv: Allow use of reset drivers by Sean Anderson · 4 years, 4 months ago
  55. b8bc120 riscv: Add option to support RISC-V privileged spec 1.9 by Sean Anderson · 4 years, 4 months ago
  56. 40686c3 riscv: Clean up IPI initialization code by Sean Anderson · 4 years, 4 months ago
  57. 9472630 riscv: Clear pending interrupts before enabling IPIs by Sean Anderson · 4 years, 4 months ago
  58. 309c79f riscv: Add headers for asm/global_data.h by Sean Anderson · 4 years, 4 months ago
  59. 60ffcf2 lib: Always set errno in hcreate_r by Sean Anderson · 4 years, 4 months ago
  60. 038b13e reset: Add generic reset driver by Sean Anderson · 4 years, 4 months ago
  61. 082faeb dm: Fix error handling for dev_read_addr_ptr by Sean Anderson · 4 years, 4 months ago
  62. 4a3390f dm: Add support for simple-pm-bus by Sean Anderson · 4 years, 4 months ago
  63. f9c7d4f clk: Add K210 clock support by Sean Anderson · 4 years, 4 months ago
  64. 1a198cf clk: Add a bypass clock for K210 by Sean Anderson · 4 years, 4 months ago
  65. 019ef9a clk: Add K210 pll support by Sean Anderson · 4 years, 4 months ago
  66. 675d790 clk: Fix clk_get_by_* handling of index by Sean Anderson · 4 years, 4 months ago
  67. 5e8317a clk: Check that ops of composite clock components exist before calling by Sean Anderson · 4 years, 4 months ago
  68. 78ce0bd clk: Always use the supplied struct clk by Sean Anderson · 4 years, 4 months ago
  69. bcfe764 Merge tag 'efi-2020-07-rc6-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 4 months ago
  70. e2a4d24 Merge branch '2020-06-30-minor-TI-board-updates' into next by Tom Rini · 4 years, 4 months ago
  71. 50b5326 ti814x: Remove platform by Tom Rini · 4 years, 5 months ago
  72. 9ccd840 ti816x_evm: Enable DM_MMC by Tom Rini · 4 years, 5 months ago
  73. a3e7750 am335x: Update list of defconfigs by Tom Rini · 4 years, 5 months ago
  74. 5fdb3c0 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, 4 months ago
  75. 6b3c744 Merge branch '2020-06-30-pxa-dm_mmc-migration' into next by Tom Rini · 4 years, 4 months ago
  76. 3c4aeaf colibri_pxa270_defconfig: enable dm_mmc by Marcel Ziswiler · 5 years ago
  77. 3450f62 colibri_pxa270: add mmc platform data by Marcel Ziswiler · 5 years ago
  78. 885b3cd colibri_pxa270_defconfig: enable cmd_dm by Marcel Ziswiler · 5 years ago
  79. 290e6bb arm: pxa: mmc: add driver model support by Marcel Ziswiler · 5 years ago
  80. 9b515a8 kconfig: mmc: move pxa_mmc_generic to kconfig by Marcel Ziswiler · 5 years ago
  81. 45224e8 dm: core: gracefully handle alias seq without of by Marcel Ziswiler · 5 years ago
  82. f992af8 Makefile: allow dm_mmc without of_control by Marcel Ziswiler · 5 years ago
  83. 4d3053a serial: pxa: clean-up platform data include file by Marcel Ziswiler · 5 years ago
  84. f5624b1 mmc: add missing space before comment delimiter by Marcel Ziswiler · 5 years ago
  85. b7cae57 test/py: test_efi_fit: Update #size-cells to 1 by Bin Meng · 4 years, 4 months ago
  86. 039d4f5 efi_loader: incorrect check against FDT_ADDR_T_NONE by Heinrich Schuchardt · 4 years, 4 months ago
  87. e35c2a8 .azure-pipelines.yml: add Qemu tests for MIPS Malta board by Daniel Schwierzeck · 4 years, 5 months ago
  88. d985aaa .travis.yml: add Qemu tests for MIPS Malta board by Daniel Schwierzeck · 4 years, 5 months ago
  89. d853316 .gitlab-ci.yml: add Qemu tests for MIPS Malta board by Daniel Schwierzeck · 4 years, 5 months ago
  90. 5467434 mips: malta: build u-boot-swap.bin by Daniel Schwierzeck · 4 years, 5 months ago
  91. b8cecd0 Makefile: add rule to generate u-boot-swap.bin by Daniel Schwierzeck · 4 years, 5 months ago
  92. 753a892 tools: add script for byte endianness swapping by Daniel Schwierzeck · 4 years, 5 months ago
  93. d8553d6 net: pcnet: Add Kconfig entries by Marek Vasut · 4 years, 5 months ago
  94. 53019cf net: pcnet: Add DM support by Marek Vasut · 4 years, 5 months ago
  95. f5e7df5 net: pcnet: Split common and non-DM functions by Marek Vasut · 4 years, 5 months ago
  96. 6d76c9f net: pcnet: Wrap name and enetaddr into private data by Marek Vasut · 4 years, 5 months ago
  97. deca773 net: pcnet: Wrap iobase into private data by Marek Vasut · 4 years, 5 months ago
  98. 834d5ce net: pcnet: Pass private data through dev->priv by Marek Vasut · 4 years, 5 months ago
  99. ab6ecbd net: pcnet: Wrap devbusfn into private data by Marek Vasut · 4 years, 5 months ago
  100. 553286a net: pcnet: Drop useless forward declarations by Marek Vasut · 4 years, 5 months ago