platform/kernel/u-boot.git
2023-04-28 Heinrich Schuchardtsandbox: fix fall through in sandbox_flash_bulk()
2023-04-27 Tom RiniMerge branch '2023-04-27-introduce-nvm-xip-block-storag...
2023-04-27 Abdellatif... sandbox64: add a test case for UCLASS_NVMXIP
2023-04-27 Abdellatif... corstone1000: enable NVM XIP QSPI flash
2023-04-27 Abdellatif... corstone1000: add NVM XIP QSPI device tree node
2023-04-27 Abdellatif... sandbox64: add support for NVMXIP QSPI
2023-04-27 Abdellatif... sandbox64: fix: return unsigned long in readq()
2023-04-27 Abdellatif... drivers/mtd/nvmxip: introduce QSPI XIP driver
2023-04-27 Abdellatif... drivers/mtd/nvmxip: introduce NVM XIP block storage...
2023-04-27 Tom RiniMerge branch '2023-04-27-IDE-code-cleanups'
2023-04-27 Simon Glasside: Make use of U-Boot types
2023-04-27 Simon Glasside: Simplify expressions and hex values
2023-04-27 Simon Glasside: Convert to use log_debug()
2023-04-27 Simon Glasside: Tidy up ide_reset()
2023-04-27 Simon Glasside: Correct LBA setting
2023-04-27 Simon Glasside: Use a single local blk_desc for ide_ident()
2023-04-27 Simon Glasside: Move all blk_desc init into ide_ident()
2023-04-27 Simon Glasside: Make ide_ident() return an error code
2023-04-27 Simon Glasside: Use desc consistently for struct blk_desc
2023-04-27 Simon Glasside: Combine the two loops in ide_probe()
2023-04-27 Simon Glasside: Move ide_init() entirely within ide_probe()
2023-04-27 Simon Glasside: Move setting of vendor strings into ide_probe()
2023-04-27 Simon Glasside: Make ide_bus_ok a local variable
2023-04-27 Simon Glasside: Move bus init into a function
2023-04-27 Simon Glasside: Avoid preprocessor for CONFIG_LBA48
2023-04-27 Simon Glasside: Avoid preprocessor for CONFIG_ATAPI
2023-04-27 Simon Glasside: Simplify success condition
2023-04-27 Simon Glasside: Refactor confusing loop code
2023-04-27 Simon Glasside: Change the retries variable
2023-04-27 Simon Glasside: Make function static
2023-04-27 Simon Glasside: Correct use of ATAPI
2023-04-27 Simon Glasside: Create a prototype for ide_set_reset()
2023-04-27 Simon Glasside: Drop weak functions
2023-04-27 Simon Glasside: Move a few functions further up the file
2023-04-27 Simon Glasside: Drop ide_device_present()
2023-04-27 Simon Glasside: Move ide_init() into probing
2023-04-27 Simon Glasside: Drop init for not using BLK
2023-04-27 Simon Glasside: Drop CONFIG_START_IDE
2023-04-27 Simon Glasside: Use mdelay() for long delays
2023-04-27 Simon Glasside: Move ATA_CURR_BASE to C file
2023-04-26 Tom RiniMerge branch '2023-04-26-enable-bootstd-for-all-rockchip'
2023-04-26 Simon Glassrockchip: Use the same boot_targets for all boards
2023-04-26 Simon Glassrockchip: Move to standard boot
2023-04-26 Mathew McBridebootstd: Use blk uclass device numbers to set efi bootdev
2023-04-26 Simon Glassbootstd: Adjust code ordering to work around compiler...
2023-04-26 Simon Glassbootstd: Show a message sometimes if no bootflows are...
2023-04-26 Simon Glassbootstd: Report missing labels only when asked
2023-04-26 Simon Glassbootstd: Support booting EFI where multiple options...
2023-04-26 Simon Glassvirtio: Ensure PCI is set up first
2023-04-26 Simon Glassbootstd: Tweak bootflow logic for device tree
2023-04-26 Tom RiniMerge branch '2023-04-25-assorted-updates-and-fixes'
2023-04-25 Rasmus Villemoesgpio-uclass: fix off-by-one in gpio_request_list_by_nam...
2023-04-25 Michal Simekxen: Limit execution to EL1 only
2023-04-25 Michal Simekxen: Add dependency on armv8
2023-04-25 Pali Rohárarm: omap3: Directly use SMC #1 in lowlevel_init.S
2023-04-25 John Keepingtools: env: update lock path in README
2023-04-25 Christian Gmeinerata: pci: enable bus mastering
2023-04-25 Sinan Akmanmpc8379erdb: Convert to using DM_SERIAL
2023-04-25 Tom Riniqemu: dfu: Correct memset call in set_dfu_alt_info
2023-04-25 Tom Riniapi: Rework menu, and make it depend on CC_IS_GCC
2023-04-25 Peng Fansysreset: psci: add psci_sysreset_get_status
2023-04-25 Peng Fansysreset: psci: enable DM_FLAG_PRE_RELOC
2023-04-25 Peng Fanfirmware: psci: enable DM_FLAG_PRE_RELOC
2023-04-25 Michal Simekxen: Fix Kconfig dependencies
2023-04-25 Tom Rinipytest: Use --lazy with umount
2023-04-25 Tom Riniusb: gadget: f_mass_storage: Rework do_request_sense...
2023-04-25 Tom Riniboot/image-board.c: Silence warning in select_ramdisk
2023-04-25 Tom Riniarmv7: Use isb/dsb directly in start.S
2023-04-25 Tom Riniarm: Centralize fixed register logic
2023-04-25 Tom Riniclang: Don't look for libgcc
2023-04-25 Tom Riniclang: Add $(CLANG_TARGET) to LDPPFLAGS
2023-04-25 Tom Riniarm: Only support ARM64_CRC32 when using GCC
2023-04-25 Bin Mengfs: yaffs2: Make yaffsfs_deviceList static
2023-04-25 Heinrich Schuchardttest: move unit tests into a sub-menu
2023-04-25 Heinrich Schuchardttest: improve configuration for Kconfig test options
2023-04-25 Pavel Skripkinarm64: interrupts: print FAR_ELx on sync exceptions
2023-04-25 Peter Hoyesconfigs: Create minimal vexpress_fvp_defconfig
2023-04-25 Peter Hoyesvexpress64: Enable VIRTIO_MMIO and RTC_PL031 in the...
2023-04-25 Peter Hoyesvexpress64: Use OF_HAS_PRIOR_STAGE for BASE_FVP variant
2023-04-25 Nikhil M Jaininclude: configs: am64x_evm: Change to using .env
2023-04-25 Jayesh Choudharyarch: mach-k3: j721s2_init: Disable the firewalls
2023-04-25 Rasmus Villemoessoc: soc_ti_k3: fix revision array bounds checks
2023-04-25 meitaoarmv8: enable HAFDBS for other ELx when FEAT_HAFDBS...
2023-04-25 Marc Zyngierarm64: Use level-2 for largest block mappings when...
2023-04-25 Marc Zyngierarm64: Use FEAT_HAFDBS to track dirty pages when available
2023-04-25 Tom RiniMerge branch '2023-04-25-use-bounce-buffers-for-VIRTIO_...
2023-04-25 Will Deaconvirtio: Use bounce buffers when VIRTIO_F_IOMMU_PLATFORM...
2023-04-25 Will Deaconvirtio: Allocate bounce buffers for devices with VIRTIO...
2023-04-25 Will Deaconvirtio: Add helper functions to attach/detach vring...
2023-04-25 Will Deaconvirtio: Allocate virtqueue in page-size units
2023-04-25 Will Deaconvirtio: pci: Tear down VQs in virtio_pci_reset()
2023-04-25 Will Deaconvirtio: Expose VIRTIO_F_IOMMU_PLATFORM in device features
2023-04-24 Tom RiniMerge branch '2023-04-24-TI-platform-updates'
2023-04-24 Christian Gmeinerarm: mach-k3: am642: move do_dt_magic() after sysfw...
2023-04-24 Neha Malcom... include: configs: j721e_evm: Fix name_fdt for J7200
2023-04-24 Manorit Chawdhryarm: mach-k3: common: re-locate authentication for...
2023-04-24 Manorit Chawdhryremoteproc: ti_k3_arm64: Change the startup of arm64...
2023-04-24 Manorit Chawdhryarm: dts: k3-am625-r5-sk: add a53 cluster power
2023-04-24 Manorit Chawdhryarm: dts: k3-am62a7-r5-sk: add a53 cluster power domain...
2023-04-24 Manorit Chawdhryarm: dts: k3-am642-r5: add a53 cluster power domain...
next