1. 37bfe52 mips: octeon: Add cvmx-pki.c by Aaron Williams · 3 years, 6 months ago
  2. 2f573fd mips: octeon: Add cvmx-ipd.c by Aaron Williams · 3 years, 5 months ago
  3. 78b9c0c mips: octeon: Add cvmx-ilk.c by Aaron Williams · 2 years, 7 months ago
  4. 0136c6a mips: octeon: Add cvmx-global-resource.c by Aaron Williams · 3 years, 6 months ago
  5. e36125d mips: octeon: Add cvmx-fpa-resource.c by Aaron Williams · 3 years, 5 months ago
  6. 047d7bb mips: octeon: Add cvmx-fpa.c by Aaron Williams · 2 years, 7 months ago
  7. 2aab1c2 mips: octeon: Add cvmx-fau-compat.c by Aaron Williams · 2 years, 7 months ago
  8. 16c50d6 mips: octeon: Add cvmx-cmd-queue.c by Aaron Williams · 3 years, 5 months ago
  9. f1ee394 mips: octeon: Add cvmx-agl.c by Aaron Williams · 2 years, 7 months ago
  10. 6fd320c mips: octeon: Add cvmx-helper-xaui.c by Aaron Williams · 2 years, 7 months ago
  11. 2e86b6c mips: octeon: Add cvmx-helper-sfp.c by Aaron Williams · 3 years, 6 months ago
  12. 3a019d0 mips: octeon: Add cvmx-helper-sgmii.c by Aaron Williams · 2 years, 7 months ago
  13. 7f0f843 mips: octeon: Add cvmx-helper-rgmii.c by Aaron Williams · 2 years, 7 months ago
  14. bfa83aa mips: octeon: Add cvmx-helper-pko3.c by Aaron Williams · 2 years, 7 months ago
  15. bdb0f08 mips: octeon: Add cvmx-helper-pko.c by Aaron Williams · 2 years, 7 months ago
  16. 755a6ea mips: octeon: Add cvmx-helper-pki.c by Aaron Williams · 2 years, 7 months ago
  17. 046922e mips: octeon: Add cvmx-helper-npi.c by Aaron Williams · 2 years, 7 months ago
  18. 3232073 mips: octeon: Add cvmx-helper-loop.c by Aaron Williams · 2 years, 7 months ago
  19. bb256ec mips: octeon: Add cvmx-helper-ipd.c by Aaron Williams · 2 years, 7 months ago
  20. 3bb644d mips: octeon: Add cvmx-helper-ilk.c by Aaron Williams · 2 years, 7 months ago
  21. f9c554f mips: octeon: Add cvmx-helper-fpa.c by Aaron Williams · 2 years, 7 months ago
  22. c006675 mips: octeon: Add cvmx-helper-board.c by Aaron Williams · 2 years, 7 months ago
  23. 1d10bda mips: octeon: Add cvmx-helper-bgx.c by Aaron Williams · 2 years, 7 months ago
  24. bbdae2e mips: octeon: Add cvmx-helper-agl.c by Aaron Williams · 2 years, 7 months ago
  25. 98036b0 mips: octeon: Misc changes to existing headers for upcoming eth support by Stefan Roese · 2 years, 7 months ago
  26. 03efa56 mips: octeon: Add cvmx-xcv-defs.h header file by Aaron Williams · 2 years, 7 months ago
  27. d91f12b mips: octeon: Add cvmx-pcsxx-defs.h header file by Aaron Williams · 2 years, 7 months ago
  28. 5ee9ece mips: octeon: Add cvmx-npei-defs.h header file by Aaron Williams · 2 years, 7 months ago
  29. e6ecc18 mips: octeon: Add cvmx-lbk-defs.h header file by Aaron Williams · 2 years, 7 months ago
  30. 49d7c72 mips: octeon: Add cvmx-iob-defs.h header file by Aaron Williams · 2 years, 7 months ago
  31. bb466a8 mips: octeon: Add cvmx-ilk-defs.h header file by Aaron Williams · 2 years, 7 months ago
  32. ba5eb23 mips: octeon: Add misc cvmx-* header files by Aaron Williams · 2 years, 7 months ago
  33. 46eb292 Merge branch '2022-05-03-virtio-pci-add-and-fix-consistency-checks' by Tom Rini · 2 years, 6 months ago
  34. 3b92018 pci: Add config for Enhanced Allocation by Andrew Scull · 2 years, 6 months ago
  35. 0699a78 virtio: pci: Make use of dm_pci_map_bar() by Andrew Scull · 2 years, 6 months ago
  36. c763e1e virtio: pci: Check virtio configs are mapped by Andrew Scull · 2 years, 6 months ago
  37. 2635e3b pci: Add mask parameter to dm_pci_map_bar() by Andrew Scull · 2 years, 6 months ago
  38. a822d1d pci: Update dm_pci_bus_to_virt() parameters by Andrew Scull · 2 years, 6 months ago
  39. 7739d93 pci: Match region flags using a mask by Andrew Scull · 2 years, 6 months ago
  40. 12507a2 pci: Map bars with offset and length by Andrew Scull · 2 years, 6 months ago
  41. 55e6adb test: pci: Test PCI address conversion functions by Andrew Scull · 2 years, 6 months ago
  42. 398dc36 pci: Range check address conversions by Andrew Scull · 2 years, 6 months ago
  43. ec8eba8 pci: Check region ranges are addressable by Andrew Scull · 2 years, 6 months ago
  44. 60f4142 pci: Fix use of flags in dm_pci_map_bar() by Andrew Scull · 2 years, 6 months ago
  45. e7870c2 virtio: pci: Read entire capability into memory by Andrew Scull · 2 years, 6 months ago
  46. 6a8cb87 virtio: pci: Check virtio capability is in bounds by Andrew Scull · 2 years, 6 months ago
  47. f2c1ef1 virtio: pci: Check virtio common config size by Andrew Scull · 2 years, 6 months ago
  48. c690f64 virtio: pci: Bounds check notification writes by Andrew Scull · 2 years, 6 months ago
  49. 94b28b9 virtio: pci: Bounds check device config access by Andrew Scull · 2 years, 6 months ago
  50. da03cdf virtio: pci: Fix discovery of device config length by Andrew Scull · 2 years, 6 months ago
  51. 30471d5 virtio: pci: Allow exclusion of legacy driver by Andrew Scull · 2 years, 6 months ago
  52. f8e7670 CI: Azure: Rework how we update MSYS2 by Tom Rini · 2 years, 6 months ago
  53. edb6982 Merge branch '2022-05-02-add-verifying-program-loader' by Tom Rini · 2 years, 6 months ago WIP/02May2022
  54. 2406a91 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 2 years, 6 months ago
  55. a31eff3 CI: Run VPL tests by Simon Glass · 2 years, 6 months ago WIP/2022-05-02-add-verifying-program-loader
  56. 5f19514 vpl: Test that VPL runs correctly through to U-Boot proper by Simon Glass · 2 years, 6 months ago
  57. 313438c vpl: Support running vpl tests by Simon Glass · 2 years, 6 months ago
  58. 9ae25b9 sandbox: Add a build for VPL by Simon Glass · 2 years, 6 months ago
  59. 747093d vpl: Add Kconfig options for VPL by Simon Glass · 2 years, 6 months ago
  60. f86ca5a Introduce Verifying Program Loader (VPL) by Simon Glass · 2 years, 6 months ago
  61. d3eba95 Makefile: Tidy up the TPL build rules by Simon Glass · 2 years, 6 months ago
  62. 70bed2f Makefile: Simplify devicetree rules for SPL/TPL by Simon Glass · 2 years, 6 months ago
  63. 743ebe6 avb: Don't build in SPL by Simon Glass · 2 years, 6 months ago
  64. 3c0d5ea bloblist: Correct Kconfig dependencies by Simon Glass · 2 years, 6 months ago
  65. b550853 test: Tidy up test building with SPL by Simon Glass · 2 years, 6 months ago
  66. a36d251 doc: Expand SPL docs to explain the phase and config by Simon Glass · 2 years, 6 months ago
  67. d411359 doc: Convert SPL documentation to ReST by Simon Glass · 2 years, 6 months ago
  68. 08dc62c ARM: mvebu: x530: set MPP55 to gpio by Chris Packham · 2 years, 6 months ago
  69. af767e9 arm: mvebu: clearfog_defconfig: enable setexpr command by Josef Schlehofer · 2 years, 6 months ago
  70. 363d9f2 arm: mvebu: turris_omnia: Fix SYS_RSTOUT_* macro names by Pali Rohár · 2 years, 6 months ago
  71. dbd2a38 arm: kirkwood: nsa310s: Use Marvell uclass mvgbe and PHY driver for DM Ethernet by Tony Dinh · 2 years, 6 months ago
  72. f0f9875 net: marvell: mvgbe: Set PHY page 0 before phy_connect by Tony Dinh · 2 years, 6 months ago
  73. b8b91a0 arm: mvebu: turris_mox: Add NVMe and SCSI to boot targets by Pali Rohár · 2 years, 7 months ago
  74. 0ddc1e5 arm: mvebu: turris_omnia: Add NVMe to boot targets by Pali Rohár · 2 years, 7 months ago
  75. 9efc5b7 arm: mvebu: turris_omnia: Always enable MMC, SCSI and USB boot targets by Pali Rohár · 2 years, 7 months ago
  76. 31f8801 arm: mvebu: turris_omnia: Define CONFIG_ETHPRIME instead of ethact= ENV by Pali Rohár · 2 years, 7 months ago
  77. 1ae8a5f arm: mvebu: turris_omnia: Fix RESET button message by Pali Rohár · 2 years, 7 months ago
  78. 73c7db7 arm: mvebu: turris_omnia: Add support for USB3.0 mode in WWAN MiniPCIe slot by Pali Rohár · 2 years, 8 months ago
  79. 72a9dd2 arm: mvebu: turris_omnia: Signal error when sata/pcie DT mode by Pali Rohár · 2 years, 8 months ago
  80. d802768 arm: mvebu: turris_omnia: Extract code for disabling sata/pcie by Pali Rohár · 2 years, 8 months ago
  81. 1da19dc arm: mvebu: turris_omnia: Allow to configure mSATA slot via env variable by Pali Rohár · 2 years, 8 months ago
  82. 8ead243 arm: mvebu: turris_omnia: Define only one serdes map variable by Pali Rohár · 2 years, 8 months ago
  83. f9c5cf8 arm: mvebu: turris_omnia: Enable ENV support in SPL by Pali Rohár · 2 years, 8 months ago
  84. d6ba5c4 arm: mvebu: turris_omnia: Provide env_sf_get_env_addr() function by Pali Rohár · 2 years, 8 months ago
  85. f4bf81b env: sf: Allow to use env_sf_init_addr() at any stage by Pali Rohár · 2 years, 8 months ago
  86. c70c010 Merge tag 'efi-2022-07-rc2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 6 months ago WIP/29Apr2022
  87. f7bd9e4 Merge branch '2022-04-29-fuzzing-and-asan-fixes' by Tom Rini · 2 years, 6 months ago
  88. d69616e test: dm: devres: Remove use-after-free by Andrew Scull · 2 years, 7 months ago
  89. 7f58fea test: Fix pointer overrun in dm_test_devm_regmap() by Andrew Scull · 2 years, 7 months ago
  90. 49209da sound: Fix buffer overflow in square wave generation by Andrew Scull · 2 years, 7 months ago
  91. beb341a usb: sandbox: Bounds check read from buffer by Andrew Scull · 2 years, 7 months ago
  92. 6212015 usb: sandbox: Check for string end in copy_to_unicode() by Andrew Scull · 2 years, 7 months ago
  93. 9c2f5ec x86: sandbox: Add missing PCI bar to barinfo by Andrew Scull · 2 years, 7 months ago
  94. 3849ca7 acpi: Fix buffer overflow in do_acpi_dump() by Andrew Scull · 2 years, 7 months ago
  95. 53cb97c doc: Correct position of gdb '--args' parameter by Andrew Scull · 2 years, 7 months ago
  96. 5e847f7 efi_loader: call efi_init_early() earlier by Heinrich Schuchardt · 2 years, 6 months ago
  97. 6c64042 efi_loader: disk: allow blk devices even without UCLASS_PARTITION by AKASHI Takahiro · 2 years, 6 months ago
  98. 8da26f5 efi_loader: simplify efi_add_conventional_memory_map() by Heinrich Schuchardt · 2 years, 6 months ago
  99. 4f41996 efi_loader: simplify try_load_entry() by Heinrich Schuchardt · 2 years, 6 months ago
  100. dd1086a efi: fix devpath_is_partition() by Heinrich Schuchardt · 2 years, 6 months ago