1. 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
  2. 75a67ae Merge branch '2020-07-01-kconfig-etc-updates' into next by Tom Rini · 4 years, 5 months ago
  3. 6c46aaa efi_loader: imply FAT, FAT_WRITE by Heinrich Schuchardt · 4 years, 8 months ago
  4. de9bdc6 efi_loader: export initialization state by Heinrich Schuchardt · 4 years, 8 months ago
  5. 5106dc7 efi_loader: rtc_mktime() called twice by Heinrich Schuchardt · 4 years, 5 months ago
  6. 273df96 efi_loader: use log function in boot manager by Heinrich Schuchardt · 4 years, 6 months ago
  7. 2db39ef efi_loader: time based authentication by Heinrich Schuchardt · 4 years, 5 months ago
  8. 7a76a3f efi_loader: add missing validation of timestamp by Heinrich Schuchardt · 4 years, 5 months ago
  9. e1eb319 test: provide tests for efi_image_region_add() by Heinrich Schuchardt · 4 years, 5 months ago
  10. 623e5e5 efi_loader: fix efi_image_region_add() by Heinrich Schuchardt · 4 years, 5 months ago
  11. 446b148 test: correct time stamps for UEFI authentication by Heinrich Schuchardt · 4 years, 5 months ago
  12. bdcdde7 test/py: efi_secboot: fix test case 1g of test_authvar by AKASHI Takahiro · 4 years, 6 months ago
  13. f62b024 test/py: efi_secboot: remove all "re.search" by AKASHI Takahiro · 4 years, 6 months ago
  14. cb0b411 efi_loader: image_loader: replace debug to EFI_PRINT by AKASHI Takahiro · 4 years, 6 months ago
  15. 3712373 efi_loader: variable: replace debug to EFI_PRINT by AKASHI Takahiro · 4 years, 6 months ago
  16. 10a9fa8 efi_loader: signature: replace debug to EFI_PRINT by AKASHI Takahiro · 4 years, 6 months ago
  17. 836bdc8 Revert "test: stabilize test_efi_secboot" by AKASHI Takahiro · 4 years, 6 months ago
  18. 9b31c63 efi_loader: change efi objects initialization order by AKASHI Takahiro · 4 years, 6 months ago
  19. 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
  20. d2e3033 checkpatch.pl: Fully re-sync with v5.7 by Tom Rini · 4 years, 5 months ago
  21. 9998594 kconfig: show compiler version text in the top comment by Tom Rini · 4 years, 6 months ago
  22. 4d1e4f6 socfpga: Enable optimized inlining on stratix10 by Tom Rini · 4 years, 6 months ago
  23. ea55ba0 compilers: Introduce options for forcing inlining on SPL/TPL by Tom Rini · 4 years, 6 months ago
  24. 5cbb29e compiler_types.h: Re-introduce CONFIG_OPTIMIZE_INLINING for U-Boot by Tom Rini · 4 years, 6 months ago
  25. 7c34ae4 compiler*.h: sync include/linux/compiler*.h with Linux 5.7-rc5 by Tom Rini · 4 years, 6 months ago
  26. e55e78e pci: rockchip: Mark inline functions as static inline by Tom Rini · 4 years, 5 months ago
  27. ea84ae6 socfpga: Mark socfpga_fpga_add() as static inline in the non-FPGA case by Tom Rini · 4 years, 6 months ago
  28. b828d10 x86: Convert from ACCESS_ONCE to READ/WRITE_ONCE by Tom Rini · 4 years, 6 months ago
  29. 52a31c1 tegra: Convert from ACCESS_ONCE to READ/WRITE_ONCE by Tom Rini · 4 years, 6 months ago
  30. 32a9bcc Don't start ad-hoc games with -Wno-maybe-initialized by Tom Rini · 4 years, 6 months ago
  31. 8f1be32 kconfig: Add scripts/Kconfig.include from v4.19 by Tom Rini · 4 years, 6 months ago
  32. 47b0b63 kconfiglib: Update to the 14.1.0 release by Tom Rini · 4 years, 6 months ago
  33. a0a71d3b Remove CROSS_COMPILE default from arch/*/config.mk by Tom Rini · 4 years, 6 months ago
  34. 4ae7a95 riscv: cpu: check and append L1 cache to cpu features by Sagar Shrikant Kadam · 4 years, 5 months ago
  35. afc0c19 riscv: cpu: correctly handle the setting of CPU_FEAT_MMU bit by Sagar Shrikant Kadam · 4 years, 5 months ago
  36. ce0d69a uclass: cpu: fix to display proper CPU features by Sagar Shrikant Kadam · 4 years, 5 months ago
  37. d2b7f84 riscv: dts: hifive-unleashed-a00: add cpu aliases by Sagar Shrikant Kadam · 4 years, 5 months ago
  38. edc32ab riscv: Add Sipeed Maix support by Sean Anderson · 4 years, 5 months ago
  39. 445fd22 doc: riscv: Add documentation for Sipeed Maix Bit by Sean Anderson · 4 years, 5 months ago
  40. d11b582 riscv: Add device tree for K210 and Sipeed Maix BitM by Sean Anderson · 4 years, 5 months ago
  41. d2a10ff riscv: Enable cpu clock if it is present by Sean Anderson · 4 years, 5 months ago
  42. 4724409 riscv: Try to get cpu frequency from a "clocks" node if it exists by Sean Anderson · 4 years, 5 months ago
  43. 35e14fb riscv: Allow use of reset drivers by Sean Anderson · 4 years, 5 months ago
  44. 7f4b666 riscv: Add option to support RISC-V privileged spec 1.9 by Sean Anderson · 4 years, 5 months ago
  45. b1d0cb3 riscv: Clean up IPI initialization code by Sean Anderson · 4 years, 5 months ago
  46. 84df2e1 riscv: Clear pending interrupts before enabling IPIs by Sean Anderson · 4 years, 5 months ago
  47. 5aa0074 riscv: Add headers for asm/global_data.h by Sean Anderson · 4 years, 5 months ago
  48. b02f055 lib: Always set errno in hcreate_r by Sean Anderson · 4 years, 5 months ago
  49. 0c1f6bf reset: Add generic reset driver by Sean Anderson · 4 years, 5 months ago
  50. 42db70b dm: Fix error handling for dev_read_addr_ptr by Sean Anderson · 4 years, 5 months ago
  51. b786054 dm: Add support for simple-pm-bus by Sean Anderson · 4 years, 5 months ago
  52. 4d88d96 clk: Add K210 clock support by Sean Anderson · 4 years, 5 months ago
  53. 65cd44e clk: Add a bypass clock for K210 by Sean Anderson · 4 years, 5 months ago
  54. 6e887ee clk: Add K210 pll support by Sean Anderson · 4 years, 5 months ago
  55. f0d5a6b clk: Fix clk_get_by_* handling of index by Sean Anderson · 4 years, 5 months ago
  56. aa1e85f clk: Check that ops of composite clock components exist before calling by Sean Anderson · 4 years, 5 months ago
  57. cfc2f02 clk: Always use the supplied struct clk by Sean Anderson · 4 years, 5 months ago
  58. 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
  59. aeea038 Merge branch '2020-06-30-minor-TI-board-updates' into next by Tom Rini · 4 years, 5 months ago
  60. d91ebbe ti814x: Remove platform by Tom Rini · 4 years, 6 months ago
  61. b21fbb5 ti816x_evm: Enable DM_MMC by Tom Rini · 4 years, 6 months ago
  62. fa4875f am335x: Update list of defconfigs by Tom Rini · 4 years, 6 months ago
  63. 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
  64. c634325 Merge branch '2020-06-30-pxa-dm_mmc-migration' into next by Tom Rini · 4 years, 5 months ago
  65. 8a97938 colibri_pxa270_defconfig: enable dm_mmc by Marcel Ziswiler · 6 years ago
  66. 6ad69a4 colibri_pxa270: add mmc platform data by Marcel Ziswiler · 6 years ago
  67. 8ac49c3 colibri_pxa270_defconfig: enable cmd_dm by Marcel Ziswiler · 6 years ago
  68. 768b86d arm: pxa: mmc: add driver model support by Marcel Ziswiler · 6 years ago
  69. 82c645c kconfig: mmc: move pxa_mmc_generic to kconfig by Marcel Ziswiler · 6 years ago
  70. 65c2bf6 dm: core: gracefully handle alias seq without of by Marcel Ziswiler · 6 years ago
  71. cf8285f Makefile: allow dm_mmc without of_control by Marcel Ziswiler · 6 years ago
  72. 92f2478 serial: pxa: clean-up platform data include file by Marcel Ziswiler · 6 years ago
  73. b2b7fc8 mmc: add missing space before comment delimiter by Marcel Ziswiler · 6 years ago
  74. 524961a test/py: test_efi_fit: Update #size-cells to 1 by Bin Meng · 4 years, 5 months ago
  75. 8bec61e efi_loader: incorrect check against FDT_ADDR_T_NONE by Heinrich Schuchardt · 4 years, 5 months ago
  76. 879bc74 .azure-pipelines.yml: add Qemu tests for MIPS Malta board by Daniel Schwierzeck · 4 years, 6 months ago
  77. 5f59756 .travis.yml: add Qemu tests for MIPS Malta board by Daniel Schwierzeck · 4 years, 6 months ago
  78. 744af39 .gitlab-ci.yml: add Qemu tests for MIPS Malta board by Daniel Schwierzeck · 4 years, 6 months ago
  79. bd8065b mips: malta: build u-boot-swap.bin by Daniel Schwierzeck · 4 years, 6 months ago
  80. f7fb731 Makefile: add rule to generate u-boot-swap.bin by Daniel Schwierzeck · 4 years, 6 months ago
  81. a1abae7 tools: add script for byte endianness swapping by Daniel Schwierzeck · 4 years, 6 months ago
  82. b1f83a6 net: pcnet: Add Kconfig entries by Marek Vasut · 4 years, 6 months ago
  83. 978733b net: pcnet: Add DM support by Marek Vasut · 4 years, 6 months ago
  84. 0bc035f net: pcnet: Split common and non-DM functions by Marek Vasut · 4 years, 6 months ago
  85. c48ad6f net: pcnet: Wrap name and enetaddr into private data by Marek Vasut · 4 years, 6 months ago
  86. 0a042d1 net: pcnet: Wrap iobase into private data by Marek Vasut · 4 years, 6 months ago
  87. 292cf50 net: pcnet: Pass private data through dev->priv by Marek Vasut · 4 years, 6 months ago
  88. fd899d2 net: pcnet: Wrap devbusfn into private data by Marek Vasut · 4 years, 6 months ago
  89. 9250b37 net: pcnet: Drop useless forward declarations by Marek Vasut · 4 years, 6 months ago
  90. 34c00e9 net: pcnet: Move initialize function at the end by Marek Vasut · 4 years, 6 months ago
  91. 017fe00 net: pcnet: Move private data allocation to initialize by Marek Vasut · 4 years, 6 months ago
  92. 9b2f30c net: pcnet: Replace memset+malloc with calloc by Marek Vasut · 4 years, 6 months ago
  93. 1fbd423 net: pcnet: Simplify private data allocation by Marek Vasut · 4 years, 6 months ago
  94. ab3be70 net: pcnet: Use PCI_DEVICE() to define PCI device compat list by Marek Vasut · 4 years, 6 months ago
  95. 08aac4b net: pcnet: Drop PCNET_HAS_PROM by Marek Vasut · 4 years, 6 months ago
  96. e549f0f net: pcnet: Drop typedef struct pcnet_priv_t by Marek Vasut · 4 years, 6 months ago
  97. 9e70857 Merge branch '2020-06-26-more-Kconfig-migration' into next by Tom Rini · 4 years, 5 months ago
  98. b493d8f Merge tag 'rockchip-fix' of https://gitlab.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 4 years, 5 months ago
  99. 23aa834 spi: Move DM_SPI_FLASH and SPI_FLASH_DATAFLASH to Kconfig (for ls1021aXXX) by Lukasz Majewski · 4 years, 6 months ago
  100. 9cb0cc1 spi: Move DM_SPI_FLASH to Kconfig (for NXP's ls1043a) by Lukasz Majewski · 4 years, 6 months ago