- a24ef88 power: regulator: Add a driver for the AXP USB power supply by Samuel Holland · 1 year, 10 months ago
- 62a160f mtd: nand: sunxi: Pass the device to the init function by Samuel Holland · 1 year, 10 months ago
- 890f7de mtd: nand: sunxi: Convert to the driver model by Samuel Holland · 1 year, 10 months ago
- 1edb878 mtd: nand: sunxi: Convert from fdtdec to ofnode by Samuel Holland · 1 year, 10 months ago
- 3c6bbe0 mtd: nand: sunxi: Remove an unnecessary check by Samuel Holland · 1 year, 10 months ago
- aba2615 pinctrl: sunxi: Add NAND pinmuxes by Samuel Holland · 1 year, 10 months ago
- a0f27ba clk: sunxi: Add NAND clocks and resets by Samuel Holland · 1 year, 10 months ago
- 0cb149a sunxi: binman: Fix U-Boot offset when SPL is not 32 KiB by Samuel Holland · 1 year, 10 months ago
- b6e7e0e Merge branch '2023-04-27-introduce-nvm-xip-block-storage-emulation' by Tom Rini · 1 year, 7 months ago
- e1ab990 sandbox64: add a test case for UCLASS_NVMXIP by Abdellatif El Khlifi · 1 year, 8 months ago
- 8f91086 corstone1000: enable NVM XIP QSPI flash by Abdellatif El Khlifi · 1 year, 8 months ago
- f939b5c corstone1000: add NVM XIP QSPI device tree node by Abdellatif El Khlifi · 1 year, 8 months ago
- 6b00587 sandbox64: add support for NVMXIP QSPI by Abdellatif El Khlifi · 1 year, 8 months ago
- 32f7295 sandbox64: fix: return unsigned long in readq() by Abdellatif El Khlifi · 1 year, 8 months ago
- 6db33c2 drivers/mtd/nvmxip: introduce QSPI XIP driver by Abdellatif El Khlifi · 1 year, 8 months ago
- 857360c drivers/mtd/nvmxip: introduce NVM XIP block storage emulation by Abdellatif El Khlifi · 1 year, 8 months ago
- f9c3106 Merge branch '2023-04-27-IDE-code-cleanups' by Tom Rini · 1 year, 7 months ago
- 2003925 ide: Make use of U-Boot types by Simon Glass · 1 year, 7 months ago
- 34f7265 ide: Simplify expressions and hex values by Simon Glass · 1 year, 7 months ago
- 7637b96 ide: Convert to use log_debug() by Simon Glass · 1 year, 7 months ago
- b315d53 ide: Tidy up ide_reset() by Simon Glass · 1 year, 7 months ago
- 1b98b79 ide: Correct LBA setting by Simon Glass · 1 year, 7 months ago
- 1d72811 ide: Use a single local blk_desc for ide_ident() by Simon Glass · 1 year, 7 months ago
- 858ebff ide: Move all blk_desc init into ide_ident() by Simon Glass · 1 year, 7 months ago
- 9c83ca9 ide: Make ide_ident() return an error code by Simon Glass · 1 year, 7 months ago
- ffa1955 ide: Use desc consistently for struct blk_desc by Simon Glass · 1 year, 7 months ago
- 528e4df ide: Combine the two loops in ide_probe() by Simon Glass · 1 year, 7 months ago
- 1f5fb63 ide: Move ide_init() entirely within ide_probe() by Simon Glass · 1 year, 7 months ago
- da65c85 ide: Move setting of vendor strings into ide_probe() by Simon Glass · 1 year, 7 months ago
- 2654dfe ide: Make ide_bus_ok a local variable by Simon Glass · 1 year, 7 months ago
- cf72043 ide: Move bus init into a function by Simon Glass · 1 year, 7 months ago
- 6131728 ide: Avoid preprocessor for CONFIG_LBA48 by Simon Glass · 1 year, 7 months ago
- 8e42dfa ide: Avoid preprocessor for CONFIG_ATAPI by Simon Glass · 1 year, 7 months ago
- cd9eecd ide: Simplify success condition by Simon Glass · 1 year, 7 months ago
- 911adb3 ide: Refactor confusing loop code by Simon Glass · 1 year, 7 months ago
- badff8b ide: Change the retries variable by Simon Glass · 1 year, 7 months ago
- c935a3b ide: Make function static by Simon Glass · 1 year, 7 months ago
- 631db66 ide: Correct use of ATAPI by Simon Glass · 1 year, 7 months ago
- 427dda8 ide: Create a prototype for ide_set_reset() by Simon Glass · 1 year, 7 months ago
- 52bae6d ide: Drop weak functions by Simon Glass · 1 year, 7 months ago
- cc22a1c ide: Move a few functions further up the file by Simon Glass · 1 year, 7 months ago
- aa65862 ide: Drop ide_device_present() by Simon Glass · 1 year, 7 months ago
- 175e766 ide: Move ide_init() into probing by Simon Glass · 1 year, 7 months ago
- e8b80f3 ide: Drop init for not using BLK by Simon Glass · 1 year, 7 months ago
- e7c108e ide: Drop CONFIG_START_IDE by Simon Glass · 1 year, 7 months ago
- 837ca30 ide: Use mdelay() for long delays by Simon Glass · 1 year, 7 months ago
- 122267c ide: Move ATA_CURR_BASE to C file by Simon Glass · 1 year, 7 months ago
- ea30c08 Merge branch '2023-04-26-enable-bootstd-for-all-rockchip' by Tom Rini · 1 year, 7 months ago
- 3eaaa88 rockchip: Use the same boot_targets for all boards by Simon Glass · 1 year, 7 months ago
- f27e9d5 rockchip: Move to standard boot by Simon Glass · 1 year, 7 months ago
- 63c5e5c bootstd: Use blk uclass device numbers to set efi bootdev by Mathew McBride · 1 year, 7 months ago
- a40f782 bootstd: Adjust code ordering to work around compiler quirk by Simon Glass · 1 year, 7 months ago
- 8f97c67 bootstd: Show a message sometimes if no bootflows are found by Simon Glass · 1 year, 7 months ago
- 4108c6b bootstd: Report missing labels only when asked by Simon Glass · 1 year, 7 months ago
- acad362 bootstd: Support booting EFI where multiple options exist by Simon Glass · 1 year, 7 months ago
- 83009b3 virtio: Ensure PCI is set up first by Simon Glass · 1 year, 7 months ago
- 40516be bootstd: Tweak bootflow logic for device tree by Simon Glass · 1 year, 7 months ago
- 0d0490d Merge branch '2023-04-25-assorted-updates-and-fixes' by Tom Rini · 1 year, 7 months ago
- c9ca11c gpio-uclass: fix off-by-one in gpio_request_list_by_name_nodev() by Rasmus Villemoes · 1 year, 7 months ago
- cdea6ca xen: Limit execution to EL1 only by Michal Simek · 1 year, 7 months ago
- 300adaa xen: Add dependency on armv8 by Michal Simek · 1 year, 7 months ago
- 83d4a2c arm: omap3: Directly use SMC #1 in lowlevel_init.S by Pali Rohár · 1 year, 8 months ago
- 8d6c454 tools: env: update lock path in README by John Keeping · 1 year, 8 months ago
- e6d1f6a ata: pci: enable bus mastering by Christian Gmeiner · 1 year, 8 months ago
- 8a9b246 mpc8379erdb: Convert to using DM_SERIAL by Sinan Akman · 1 year, 8 months ago
- 426e30f qemu: dfu: Correct memset call in set_dfu_alt_info by Tom Rini · 1 year, 8 months ago
- 77d229c api: Rework menu, and make it depend on CC_IS_GCC by Tom Rini · 1 year, 8 months ago
- 18bcd4a sysreset: psci: add psci_sysreset_get_status by Peng Fan · 1 year, 8 months ago
- bd6980b sysreset: psci: enable DM_FLAG_PRE_RELOC by Peng Fan · 1 year, 8 months ago
- a6fb3e8 firmware: psci: enable DM_FLAG_PRE_RELOC by Peng Fan · 1 year, 8 months ago
- 90dccc2 xen: Fix Kconfig dependencies by Michal Simek · 1 year, 8 months ago
- 52520d7 pytest: Use --lazy with umount by Tom Rini · 1 year, 8 months ago
- 2416ba0 usb: gadget: f_mass_storage: Rework do_request_sense slightly by Tom Rini · 1 year, 8 months ago
- 1ca3c64 boot/image-board.c: Silence warning in select_ramdisk by Tom Rini · 1 year, 8 months ago
- ce1ea41 armv7: Use isb/dsb directly in start.S by Tom Rini · 1 year, 8 months ago
- 8267f16 arm: Centralize fixed register logic by Tom Rini · 1 year, 8 months ago
- 75c09ab clang: Don't look for libgcc by Tom Rini · 1 year, 8 months ago
- 4eaee3a clang: Add $(CLANG_TARGET) to LDPPFLAGS by Tom Rini · 1 year, 8 months ago
- 83b60bd arm: Only support ARM64_CRC32 when using GCC by Tom Rini · 1 year, 8 months ago
- 135c043 fs: yaffs2: Make yaffsfs_deviceList static by Bin Meng · 1 year, 8 months ago
- 76a00a3 test: move unit tests into a sub-menu by Heinrich Schuchardt · 1 year, 8 months ago
- 2bae053 test: improve configuration for Kconfig test options by Heinrich Schuchardt · 1 year, 8 months ago
- 23c722d arm64: interrupts: print FAR_ELx on sync exceptions by Pavel Skripkin · 1 year, 8 months ago
- 9ee1f15 configs: Create minimal vexpress_fvp_defconfig by Peter Hoyes · 1 year, 8 months ago
- 127a10c vexpress64: Enable VIRTIO_MMIO and RTC_PL031 in the base model by Peter Hoyes · 1 year, 8 months ago
- c9c3ffa vexpress64: Use OF_HAS_PRIOR_STAGE for BASE_FVP variant by Peter Hoyes · 1 year, 8 months ago
- 18efa42 include: configs: am64x_evm: Change to using .env by Nikhil M Jain · 1 year, 8 months ago
- 7796c72 arch: mach-k3: j721s2_init: Disable the firewalls by Jayesh Choudhary · 1 year, 8 months ago
- f5cc923 soc: soc_ti_k3: fix revision array bounds checks by Rasmus Villemoes · 1 year, 8 months ago
- c1cbf7a armv8: enable HAFDBS for other ELx when FEAT_HAFDBS is present by meitao · 1 year, 9 months ago
- ea6c45f arm64: Use level-2 for largest block mappings when FEAT_HAFDBS is present by Marc Zyngier · 1 year, 9 months ago
- 2b15699 arm64: Use FEAT_HAFDBS to track dirty pages when available by Marc Zyngier · 1 year, 9 months ago
- 8ec83fc Merge branch '2023-04-25-use-bounce-buffers-for-VIRTIO_F_IOMMU_PLATFORM' by Tom Rini · 1 year, 7 months ago
- 21da252 virtio: Use bounce buffers when VIRTIO_F_IOMMU_PLATFORM is set by Will Deacon · 1 year, 8 months ago
- 1eb6e62 virtio: Allocate bounce buffers for devices with VIRTIO_F_IOMMU_PLATFORM by Will Deacon · 1 year, 8 months ago
- 63ee31d virtio: Add helper functions to attach/detach vring descriptors by Will Deacon · 1 year, 8 months ago
- 0edbe5c virtio: Allocate virtqueue in page-size units by Will Deacon · 1 year, 8 months ago
- 46873ff virtio: pci: Tear down VQs in virtio_pci_reset() by Will Deacon · 1 year, 8 months ago
- 3dcaf6d virtio: Expose VIRTIO_F_IOMMU_PLATFORM in device features by Will Deacon · 1 year, 8 months ago
- d5a1137 Merge branch '2023-04-24-TI-platform-updates' by Tom Rini · 1 year, 7 months ago