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