1. 7755dc5 rockchip: Move to standard boot by Simon Glass · 1 year, 9 months ago
  2. 484e701 bootstd: Use blk uclass device numbers to set efi bootdev by Mathew McBride · 1 year, 9 months ago
  3. 1aabe4e bootstd: Adjust code ordering to work around compiler quirk by Simon Glass · 1 year, 9 months ago
  4. f9fb57c bootstd: Show a message sometimes if no bootflows are found by Simon Glass · 1 year, 9 months ago
  5. 1736b4a bootstd: Report missing labels only when asked by Simon Glass · 1 year, 9 months ago
  6. d80bb4f bootstd: Support booting EFI where multiple options exist by Simon Glass · 1 year, 9 months ago
  7. 27ff780 virtio: Ensure PCI is set up first by Simon Glass · 1 year, 9 months ago
  8. 9f83516 bootstd: Tweak bootflow logic for device tree by Simon Glass · 1 year, 9 months ago
  9. 2356053 Merge branch '2023-04-25-assorted-updates-and-fixes' by Tom Rini · 1 year, 9 months ago
  10. 0fac5c4 gpio-uclass: fix off-by-one in gpio_request_list_by_name_nodev() by Rasmus Villemoes · 1 year, 9 months ago
  11. b411ba9 xen: Limit execution to EL1 only by Michal Simek · 1 year, 9 months ago
  12. 5394867 xen: Add dependency on armv8 by Michal Simek · 1 year, 9 months ago
  13. 7add479 arm: omap3: Directly use SMC #1 in lowlevel_init.S by Pali Rohár · 1 year, 10 months ago
  14. 51e0cac tools: env: update lock path in README by John Keeping · 1 year, 10 months ago
  15. cc62598 ata: pci: enable bus mastering by Christian Gmeiner · 1 year, 10 months ago
  16. 23fd87c mpc8379erdb: Convert to using DM_SERIAL by Sinan Akman · 1 year, 10 months ago
  17. e97c89c qemu: dfu: Correct memset call in set_dfu_alt_info by Tom Rini · 1 year, 10 months ago
  18. ac44c6c api: Rework menu, and make it depend on CC_IS_GCC by Tom Rini · 1 year, 10 months ago
  19. 6326519 sysreset: psci: add psci_sysreset_get_status by Peng Fan · 1 year, 10 months ago
  20. 439b938 sysreset: psci: enable DM_FLAG_PRE_RELOC by Peng Fan · 1 year, 10 months ago
  21. 1bd790b firmware: psci: enable DM_FLAG_PRE_RELOC by Peng Fan · 1 year, 10 months ago
  22. 44cd761 xen: Fix Kconfig dependencies by Michal Simek · 1 year, 10 months ago
  23. af2fde4 pytest: Use --lazy with umount by Tom Rini · 1 year, 10 months ago
  24. 73b39a7 usb: gadget: f_mass_storage: Rework do_request_sense slightly by Tom Rini · 1 year, 10 months ago
  25. 51a765b boot/image-board.c: Silence warning in select_ramdisk by Tom Rini · 1 year, 10 months ago
  26. b5fc9f9 armv7: Use isb/dsb directly in start.S by Tom Rini · 1 year, 10 months ago
  27. a27c8ea arm: Centralize fixed register logic by Tom Rini · 1 year, 10 months ago
  28. 4ad6850 clang: Don't look for libgcc by Tom Rini · 1 year, 10 months ago
  29. fd0712a clang: Add $(CLANG_TARGET) to LDPPFLAGS by Tom Rini · 1 year, 10 months ago
  30. c2e5eea arm: Only support ARM64_CRC32 when using GCC by Tom Rini · 1 year, 10 months ago
  31. 1421551 fs: yaffs2: Make yaffsfs_deviceList static by Bin Meng · 1 year, 10 months ago
  32. 005acb2 test: move unit tests into a sub-menu by Heinrich Schuchardt · 1 year, 10 months ago
  33. 0b8b7d4 test: improve configuration for Kconfig test options by Heinrich Schuchardt · 1 year, 10 months ago
  34. de0095b arm64: interrupts: print FAR_ELx on sync exceptions by Pavel Skripkin · 1 year, 10 months ago
  35. 23ff3e7 configs: Create minimal vexpress_fvp_defconfig by Peter Hoyes · 1 year, 10 months ago
  36. 3e15be5 vexpress64: Enable VIRTIO_MMIO and RTC_PL031 in the base model by Peter Hoyes · 1 year, 10 months ago
  37. 3635df6 vexpress64: Use OF_HAS_PRIOR_STAGE for BASE_FVP variant by Peter Hoyes · 1 year, 10 months ago
  38. 990bf2f include: configs: am64x_evm: Change to using .env by Nikhil M Jain · 1 year, 10 months ago
  39. 2e43ba7 arch: mach-k3: j721s2_init: Disable the firewalls by Jayesh Choudhary · 1 year, 10 months ago
  40. 45981a9 soc: soc_ti_k3: fix revision array bounds checks by Rasmus Villemoes · 1 year, 10 months ago
  41. c1da6fd armv8: enable HAFDBS for other ELx when FEAT_HAFDBS is present by meitao · 1 year, 10 months ago
  42. 836b8d4 arm64: Use level-2 for largest block mappings when FEAT_HAFDBS is present by Marc Zyngier · 1 year, 10 months ago
  43. 6cdf6b7 arm64: Use FEAT_HAFDBS to track dirty pages when available by Marc Zyngier · 1 year, 10 months ago
  44. bad2618 Merge branch '2023-04-25-use-bounce-buffers-for-VIRTIO_F_IOMMU_PLATFORM' by Tom Rini · 1 year, 9 months ago
  45. b0a2fe1 virtio: Use bounce buffers when VIRTIO_F_IOMMU_PLATFORM is set by Will Deacon · 1 year, 10 months ago
  46. 37e53db virtio: Allocate bounce buffers for devices with VIRTIO_F_IOMMU_PLATFORM by Will Deacon · 1 year, 10 months ago
  47. a15d67e virtio: Add helper functions to attach/detach vring descriptors by Will Deacon · 1 year, 10 months ago
  48. 75582fc virtio: Allocate virtqueue in page-size units by Will Deacon · 1 year, 10 months ago
  49. da4e8bb virtio: pci: Tear down VQs in virtio_pci_reset() by Will Deacon · 1 year, 10 months ago
  50. 7804306 virtio: Expose VIRTIO_F_IOMMU_PLATFORM in device features by Will Deacon · 1 year, 10 months ago
  51. 6a11fdf Merge branch '2023-04-24-TI-platform-updates' by Tom Rini · 1 year, 9 months ago
  52. c0c56f6 arm: mach-k3: am642: move do_dt_magic() after sysfw loading by Christian Gmeiner · 1 year, 10 months ago
  53. 77df85c include: configs: j721e_evm: Fix name_fdt for J7200 by Neha Malcom Francis · 1 year, 10 months ago
  54. 1e00e9b arm: mach-k3: common: re-locate authentication for atf/optee by Manorit Chawdhry · 1 year, 10 months ago
  55. 65f3afc remoteproc: ti_k3_arm64: Change the startup of arm64 core by Manorit Chawdhry · 1 year, 10 months ago
  56. 53f02be arm: dts: k3-am625-r5-sk: add a53 cluster power by Manorit Chawdhry · 1 year, 10 months ago
  57. 9a36735 arm: dts: k3-am62a7-r5-sk: add a53 cluster power domain node by Manorit Chawdhry · 1 year, 10 months ago
  58. 3922cf6 arm: dts: k3-am642-r5: add a53 cluster power domain node by Manorit Chawdhry · 1 year, 10 months ago
  59. 7fe7920 arm: dts: k3-am642-r5-sk: add a53 cluster power domain node by Manorit Chawdhry · 1 year, 10 months ago
  60. dcdcbde arm: dts: k3-j7200-r5: add a72 cluster power domain node by Manorit Chawdhry · 1 year, 10 months ago
  61. bdbd668 arm: dts: k3-j721e-r5: add a72 cluster power domain node by Manorit Chawdhry · 1 year, 10 months ago
  62. ab3df39 arm: dts: k3-j721e-r5-sk: add a72 cluster power domain node by Manorit Chawdhry · 1 year, 10 months ago
  63. d363013 arm: dts: k3-j721s2-r5: add a72 cluster power domain node by Manorit Chawdhry · 1 year, 10 months ago
  64. f392860 arm: mach-k3: Remove empty sys_proto.h include by Andrew Davis · 1 year, 10 months ago
  65. 29627e8 arm: mach-k3: Move J721s2 SPL init functions to mach-k3 by Andrew Davis · 1 year, 10 months ago
  66. ef538cc arm: mach-k3: Move sdelay() and wait_on_value() declaration by Andrew Davis · 1 year, 10 months ago
  67. ee12d64 arm: mach-k3: Remove unused fdt_disable_node() by Andrew Davis · 1 year, 10 months ago
  68. e25fe5b arm: mach-k3: Add weak do_board_detect() to common file by Andrew Davis · 1 year, 10 months ago
  69. f5e4944 arm: mach-k3: Move sysfw-loader.h out of mach includes by Andrew Davis · 1 year, 10 months ago
  70. 2aee173 arm: mach-k3: Make release_resources_for_core_shutdown() common by Andrew Davis · 1 year, 10 months ago
  71. b4d10f0 configs: j721s2_evm.h: Remove refrences to J7200 EVM by Andrew Davis · 1 year, 10 months ago
  72. f5216cf configs: j721x_evm: Remove unneeded check for SYS_K3_SPL_ATF by Andrew Davis · 1 year, 10 months ago
  73. 677a1e2 soc: soc_ti_k3: Use hardware.h to remove definition duplication by Andrew Davis · 1 year, 10 months ago
  74. ca09737 arm: mach-k3: Move J721e SoC detection out of common section by Andrew Davis · 1 year, 10 months ago
  75. 30e96a2 arm: mach-k3: Move MSMC fixup to SoC level by Andrew Davis · 1 year, 10 months ago
  76. 5cf850c Revert "arm: dts: dra7*/am57xx-idk-evm-u-boot: Add ipu early boot DT changes" by Andrew Davis · 1 year, 10 months ago
  77. db5a3bd arm: dts: keystone: Non-functional changes sync with v6.3-rc6 by Andrew Davis · 1 year, 10 months ago
  78. a39f2a5 arm: dts: omap: Non-functional changes sync with v6.3-rc6 by Andrew Davis · 1 year, 10 months ago
  79. 1fb69a0 arm: dts: dm8x: Non-functional changes sync with v6.3-rc6 by Andrew Davis · 1 year, 10 months ago
  80. f8ae3e6 arm: dts: dra7x: Non-functional changes sync with v6.3-rc6 by Andrew Davis · 1 year, 10 months ago
  81. 211b3d7 arm: dts: am3x: Non-functional changes sync with v6.3-rc6 by Andrew Davis · 1 year, 10 months ago
  82. 1dfb028 arm: dts: am437x: Update to IOPAD to sync with v6.3-rc6 by Andrew Davis · 1 year, 10 months ago
  83. 2657c52 arm: dts: am3x: Update IOPAD to PADCONF to sync with v6.3-rc6 by Andrew Davis · 1 year, 10 months ago
  84. 25abf73 arm: dts: keystone: Update devicetree header comments to sync with v6.3-rc6 by Andrew Davis · 1 year, 10 months ago
  85. 5a6df00 arm: dts: omap5x: Update devicetree header comments to sync with v6.3-rc6 by Andrew Davis · 1 year, 10 months ago
  86. 590f1d9 arm: dts: omap4x: Update devicetree header comments to sync with v6.3-rc6 by Andrew Davis · 1 year, 10 months ago
  87. 1346dc5 arm: dts: omap3x: Update devicetree header comments to sync with v6.3-rc6 by Andrew Davis · 1 year, 10 months ago
  88. 854d489 arm: dts: dra7x: Update devicetree header comments to sync with v6.3-rc6 by Andrew Davis · 1 year, 10 months ago
  89. 54efeef arm: dts: dm8x: Update devicetree header comments to sync with v6.3-rc6 by Andrew Davis · 1 year, 10 months ago
  90. 51b21c7 arm: dts: am57x: Update devicetree header comments to sync with v6.3-rc6 by Andrew Davis · 1 year, 10 months ago
  91. ad84129 arm: dts: am43x: Update devicetree header comments to sync with v6.3-rc6 by Andrew Davis · 1 year, 10 months ago
  92. d30b2bf arm: dts: am3x: Update devicetree header comments to sync with v6.3-rc6 by Andrew Davis · 1 year, 10 months ago
  93. b646e1f patman: Declare the future Series memory by Simon Glass · 1 year, 9 months ago
  94. 328fdeb Merge tag 'u-boot-rockchip-20230421' of https://source.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 1 year, 9 months ago
  95. 39bc4e1 Merge tag 'efi-2023-07-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 1 year, 9 months ago
  96. 802132c Merge https://source.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 1 year, 9 months ago
  97. da142d1 Merge https://source.denx.de/u-boot/custodians/u-boot-watchdog by Tom Rini · 1 year, 9 months ago
  98. f2db245 Merge tag 'u-boot-stm32-20230419' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 1 year, 9 months ago
  99. 03972a1 Merge tag 'u-boot-nand-20230422' of https://source.denx.de/u-boot/custodians/u-boot-nand-flash by Tom Rini · 1 year, 9 months ago
  100. 770e770 mtd: rawnand: nand_base: Handle algorithm selection by Linus Walleij · 1 year, 10 months ago