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