U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-10 14:35:38 to 2025-10-13 13:35:25 UTC [more...]

[PATCH v3 00/20] Convert extension support to UCLASS and adds its support to boot flows
 2025-10-13 13:32 UTC  (18+ messages)
` [PATCH v3 01/20] MAINTAINERS: Add maintainer for extension board support
` [PATCH v3 02/20] board: ti: Exclude cape detection from XPL builds
` [PATCH v3 03/20] board: ti: Fix CAPE_EEPROM_BUS_NUM Kconfig dependency
` [PATCH v3 04/20] board: sunxi: Exclude DIP detection from XPL builds
` [PATCH v3 05/20] board: compulab: Exclude compulab extension board "
` [PATCH v3 06/20] include: extension_board: Document the extension structure
` [PATCH v3 07/20] boot: Move extension board support from cmd/ to boot/
` [PATCH v3 08/20] boot: Add UCLASS support for extension boards
` [PATCH v3 09/20] board: ti: Refactor cape detection code for readability
` [PATCH v3 10/20] board: ti: Convert cape detection to use UCLASS framework
` [PATCH v3 11/20] board: sunxi: Refactor CHIP board extension code
` [PATCH v3 12/20] board: sunxi: Convert extension support to UCLASS framework
` [PATCH v3 13/20] board: sandbox: Improve extension board scan implementation
` [PATCH v3 14/20] board: sandbox: Convert extension support to UCLASS framework
` [PATCH v3 15/20] board: compulab: Convert imx8mm-cl-iot-gate to UCLASS extension framework
` [PATCH v3 16/20] boot: Remove legacy extension board support
` [PATCH v3 17/20] boot: extension: Move overlay apply custom logic to command level

[PATCH] arm: baltos: enable TI_SYSC and CLK drivers
 2025-10-13 13:09 UTC 

[PATCH v2 00/18] Convert extension support to UCLASS and adds its support to boot flows
 2025-10-13 12:45 UTC  (6+ messages)
` [PATCH v2 03/18] boot: Add UCLASS support for extension boards

gitignore for mkimage files
 2025-10-13 12:02 UTC 

[PATCH v1] board: toradex: fix aquila imx95 0098 pid4
 2025-10-13 10:55 UTC 

[PATCH v5 0/4] boot: Precursor series for global bootmeths
 2025-10-13 10:05 UTC  (7+ messages)
` [PATCH v5 1/4] boot: Improve comments related to "
` [PATCH v5 2/4] boot: Move obtaining the label into a common file
` [PATCH v5 3/4] boot: Rename usb to ums
` [PATCH v5 4/4] boot: Move preparing bootdev into a function

[PATCH v3 00/10] Enable USB and ENETC on i.MX943 EVK
 2025-10-13  6:58 UTC  (11+ messages)
` [PATCH v3 01/10] usb: ehci-mx6: Extend support to i.MX91, i.MX93, i.MX94, and i.MX95
` [PATCH v3 02/10] arm: arch-imx9: Add USB2.0 and USB3.0 base address definitions
` [PATCH v3 03/10] imx943_evk: Enable USB 2.0 controller host mode
` [PATCH v3 04/10] Add serial# for SPL SDP download
` [PATCH v3 05/10] usb: f_sdp: Update SDP driver to support PQC container
` [PATCH v3 06/10] phy: imx8mq-usb: Add SPL support for i.MX8MQ, i.MX8MP, i.MX95, and i.MX94 USB3.0 PHY
` [PATCH v3 07/10] imx943_evk: Add support for booting from USB SDP on USB3.0
` [PATCH v3 08/10] net: fsl_enetc: Add i.MX94 support to NETC block control driver
` [PATCH v3 09/10] net: fsl_enetc_mdio: Add support for phy-supply property
` [PATCH v3 10/10] imx943_evk: Enable ENETC1 and ENETC2

[PATCH] Revert "riscv: Add a Zalrsc-only alternative for synchronization in start.S"
 2025-10-13  7:06 UTC  (5+ messages)
      ` [SPAM Warning!]Re: "

[PATCH v3 0/6] Enable Firmware Handoff CI test on qemu_arm64
 2025-10-13  6:45 UTC  (11+ messages)
` [PATCH v3 1/6] docker: add OP-TEE and TF-A build for testing Firmware Handoff
` [PATCH v3 2/6] pytest: add test script to validate "
` [PATCH v3 3/6] configs: select CMD_BLOBLIST for Firmware Handoff testing
` [PATCH v3 4/6] ci: check existence of bl1 and fip in the test script
` [PATCH v3 5/6] ci: rename conf.qemu_arm64_na to conf.qemu_arm64
` [PATCH v3 6/6] ci: add test entries for qemu_arm64_tfa_fw_handoff

[PATCH] bootstd: Allow PXE boot to be disabled
 2025-10-13  6:08 UTC  (12+ messages)

[PATCH v2] timer: sifive_clint: Add GHRTv2 compaible string
 2025-10-13  2:24 UTC 

[PATCH] timer: sifive_clint: Add GHRTv2 compaible string
 2025-10-13  1:37 UTC 

[PATCH 00/11] remoteproc: Add support for i.MX8M[M/N/P/Q] and i.MX93
 2025-10-13  2:49 UTC  (12+ messages)
` [PATCH 01/11] lib: Import iomem_copy from Linux Kernel
` [PATCH 02/11] remoteproc: Extend device_to_virt with a is_iomem parameter
` [PATCH 03/11] remoteproc: Add imx_rproc driver to support NXP i.MX8MP/N
` [PATCH 04/11] remoteproc: imx_rproc: Support i.MX8MQ/M
` [PATCH 05/11] remoteproc: imx_rproc: Add support for i.MX93 CM33
` [PATCH 06/11] arm: dts: imx8m: Add remoteproc node
` [PATCH 07/11] imx8mp: Enable remoteproc for i.MX8MP EVK
` [PATCH 08/11] imx8mm: Enable remoteproc for i.MX8MM EVK
` [PATCH 09/11] imx8mn: Enable remoteproc for i.MX8MN EVK
` [PATCH 10/11] imx8mq: Enable remoteproc for i.MX8MQ EVK
` [PATCH 11/11] imx93: Enable remoteproc for i.MX93-EVK/QSB/FRDM

[PATCH] gpio: dwapb: Enable SPL support for DWAPB GPIO driver
 2025-10-12 19:05 UTC  (2+ messages)

[PATCH 0/3] Add i.MX95 15x15 EVK support
 2025-10-13  3:41 UTC  (4+ messages)
` [PATCH 1/3] imx95_evk: Share the env file for both 19x19 EVK and 15x15 EVK
` [PATCH 2/3] arm: dts: imx95-15x15-evk: Add -u-boot.dtsi for SPL and binman
` [PATCH 3/3] imx95_evk: Add basic support for iMX95 15x15 EVK

Fwd: New Defects reported by Coverity Scan for Das U-Boot
 2025-10-12 19:07 UTC  (3+ messages)

[PATCH v3 0/2] Add compatibility for scmi clock protocol version 3.0
 2025-10-12 11:58 UTC  (7+ messages)
` [PATCH v3 2/2] clk: scmi: add compatibility for clock version 3.0 and onwards

[PATCH] cmd: sf: align erase and write on erase block boundary
 2025-10-12 15:36 UTC  (6+ messages)

[PATCH v2] cmd: mtd: benchmark: use lldiv() instead of 64-bit division
 2025-10-12 14:27 UTC 

[PATCH 0/4] ufs: Add support for MediaTek hosts
 2025-10-11 19:10 UTC  (5+ messages)
` [PATCH 1/4] phy: Add MediaTek UFS PHY Driver
` [PATCH 2/4] ufs: unipro: Add PA_SCRAMBLING property
` [PATCH 3/4] ufs: Add MediaTek UFS driver
` [PATCH 4/4] MAINTAINERS: Add UFS to MediaTek section

[PATCH] arm: meson: add support for EFI capsule updates
 2025-10-11 18:18 UTC  (2+ messages)

[PATCH v2] arm: meson: add support for EFI capsule updates
 2025-10-11 18:16 UTC 

[PATCH v2 00/10] Enable USB and ENETC on i.MX943 EVK
 2025-10-11  9:12 UTC  (11+ messages)
` [PATCH v2 01/10] usb: ehci-mx6: Extend support to i.MX91, i.MX93, i.MX94, and i.MX95
` [PATCH v2 02/10] arm: arch-imx9: Add USB2.0 and USB3.0 base address definitions
` [PATCH v2 03/10] imx943_evk: Enable USB 2.0 controller host mode
` [PATCH v2 04/10] Add serial# for SPL SDP download
` [PATCH v2 05/10] usb: f_sdp: Update SDP driver to support PQC container
` [PATCH v2 06/10] phy: imx8mq-usb: Add SPL support for i.MX8MQ, i.MX8MP, i.MX95, and i.MX94 USB3.0 PHY
` [PATCH v2 07/10] imx943_evk: Add support for booting from USB SDP on USB3.0
` [PATCH v2 08/10] net: fsl_enetc: Add i.MX94 support to NETC block control driver
` [PATCH v2 09/10] net: fsl_enetc_mdio: Add support for phy-supply property
` [PATCH v2 10/10] imx943_evk: Enable ENETC1 and ENETC2

[PATCH v2 00/10] Enable USB and ENETC on i.MX943 EVK
 2025-10-11  9:07 UTC  (6+ messages)
` [PATCH v2 01/10] usb: ehci-mx6: Extend support to i.MX91, i.MX93, i.MX94, and i.MX95
` [PATCH v2 02/10] arm: arch-imx9: Add USB2.0 and USB3.0 base address definitions
` [PATCH v2 03/10] imx943_evk: Enable USB 2.0 controller host mode
` [PATCH v2 04/10] Add serial# for SPL SDP download
` [PATCH v2 05/10] usb: f_sdp: Update SDP driver to support PQC container

[PATCH v2 00/10] Enable USB and ENETC on i.MX943 EVK
 2025-10-11  9:05 UTC  (3+ messages)
` [PATCH v2 01/10] usb: ehci-mx6: Extend support to i.MX91, i.MX93, i.MX94, and i.MX95
` [PATCH v2 02/10] arm: arch-imx9: Add USB2.0 and USB3.0 base address definitions

[PATCH 1/2] arm: v7m: Allow SYS_ARCH_TIMER here
 2025-10-11 18:00 UTC  (7+ messages)
` [PATCH 2/2] timer: Mark this as incompatible with SYS_ARCH_TIMER
` (subset) [PATCH 1/2] arm: v7m: Allow SYS_ARCH_TIMER here

[PATCH] fs: jffs2: Remove always true test
 2025-10-11 17:07 UTC  (2+ messages)

[PATCH] fs/squashfs: Ensure memory is freed by using unwind goto
 2025-10-11 17:07 UTC  (2+ messages)

[PATCH] fs: Rework filesystem guards for xPL phases
 2025-10-11 17:07 UTC  (2+ messages)

[PATCH] lz4: Do not disable LZ4_decompress_safe* for xPL
 2025-10-11 17:07 UTC  (2+ messages)

[PATCH] iotrace: Finish migrating this to Kconfig
 2025-10-11 17:07 UTC  (2+ messages)

[PATCH] sandbox: Rework readX/writeX macros to be more like ARM
 2025-10-11 17:07 UTC  (2+ messages)

[PATCH 0/3] mkimage: fit: various fixes in fit_{import,extract}_data
 2025-10-11 17:07 UTC  (2+ messages)

[PATCH v4 0/4] boot: Precursor series for global bootmeths
 2025-10-11 16:45 UTC  (19+ messages)
` [PATCH v4 2/4] boot: Move obtaining the label into a common file
` [PATCH v4 3/4] boot: Add more debugging to iter_incr()
` [PATCH v4 4/4] boot: Move preparing bootdev into a function

[PATCH 0/4] Improve RaspBerry Pi 5 support part1: Fixes
 2025-10-11 12:06 UTC  (7+ messages)
` [PATCH 1/4] macb: wrap asm/arch/clk.h with ifndef CLK
` [PATCH 2/4] pci-uclass: respect ofnode_read_pci_vendev retval
` [PATCH 3/4] Fix #cells lookup in of_get_dma_range
` [PATCH 4/4] pcie_brcmstb: use bus_base for PCI config devices

[PATCH v1 0/5] Allow falcon boot from A-core SPL on K3 devices
 2025-10-11  9:56 UTC  (7+ messages)
` [PATCH v1 2/5] board: ti: common: Kconfig: add CMD_SPL
` [PATCH v1 3/5] arm: mach-k3: enable support for falcon mode

[PATCH 00/10] Enable USB and ENETC on i.MX943 EVK
 2025-10-11  9:39 UTC  (3+ messages)
` [PATCH 08/10] net: fsl_enetc: Add i.MX94 support to NETC block control driver

[PATCH v2 0/7] doc: make pdfdocs: Address issues with the make pdfdocs target
 2025-10-11  9:10 UTC  (3+ messages)

[PATCH 1/2] ufs: core: Add ufshcd_dme_enable() and ufshcd_dme_reset()
 2025-10-11  9:07 UTC  (2+ messages)
` [PATCH 2/2] ufs: rockchip: Add initial support

[PATCH] clk: sophgo: Fix a warning about void returns value
 2025-10-11  3:09 UTC  (2+ messages)

[PATCH] test/py: Update to a newer pytest release
 2025-10-10 22:09 UTC  (6+ messages)
` [PATCH RFH DO NOT APPLY] test/py: Update to pytest 8.0.2
` [PATCH v2] test/py: Update to a newer pytest release

[PATCH v3] fs: semihosting: Fixup smh_flen and smh_read against overflow
 2025-10-10 21:53 UTC  (6+ messages)

[PATCH 1/1] test: uninstall PK after secboot tests
 2025-10-10 20:55 UTC  (2+ messages)

[PATCH] doc: environment: fix links to Linux kernel documentation
 2025-10-10 19:31 UTC 

[PATCH v2 0/2] ufs: Add support for setting bRefClkFreq attribute
 2025-10-10 19:55 UTC  (3+ messages)
` [PATCH v2 1/2] ufs: Add support for sending UFS attribute requests
` [PATCH v2 2/2] ufs: Add bRefClkFreq attribute setting

[PATCH v1 0/4] configs: toradex: enable USB Gadget OS Descriptors
 2025-10-10 19:23 UTC  (2+ messages)

[PATCH v1 0/2] configs: verdin-am*: enable USB Gadget OS Descriptors
 2025-10-10 19:23 UTC  (2+ messages)

[PATCH 0/2] am65-cpsw-nuss phy_interface_t fixup for fixed TX delay
 2025-10-10 19:23 UTC  (2+ messages)

[PATCH] spl: spl_sata: Add __maybe_unused decorator
 2025-10-10 19:23 UTC  (2+ messages)

[PATCH] dts: Set a default value for DEFAULT_DEVICE_TREE for SANDBOX
 2025-10-10 19:23 UTC  (2+ messages)

[PATCH] timer: Tighten dependencies on MCHP_PIT64B_TIMER
 2025-10-10 19:23 UTC  (2+ messages)

[PATCH] gpio: Remove FTGPIO0010 driver
 2025-10-10 19:23 UTC  (2+ messages)

[PATCH] include: completion.h: Convert the rest of the dummy functions to macros
 2025-10-10 19:23 UTC  (2+ messages)

[PATCH] configs: j7200_evm_a72_defconfig: Enable DP83867 Ethernet PHY
 2025-10-10 19:23 UTC  (2+ messages)

[PATCH 00/11] spi: airoha: driver improvements
 2025-10-10 19:08 UTC  (12+ messages)
` [PATCH 01/11] spi: airoha: remove unnecessary operation adjust_op_size
` [PATCH 02/11] spi: airoha: add support of dual/quad wires spi modes to exec_op() handler
` [PATCH 03/11] spi: airoha: add dma support
` [PATCH 04/11] spi: airoha: support of dualio/quadio flash reading commands
` [PATCH 05/11] spi: airoha: avoid setting of page/oob sizes in REG_SPI_NFI_PAGEFMT
` [PATCH 06/11] spi: airoha: reduce the number of modification of REG_SPI_NFI_CNFG and REG_SPI_NFI_SECCUS_SIZE registers
` [PATCH 07/11] spi: airoha: set custom sector size equal to flash page size
` [PATCH 08/11] spi: airoha: avoid usage of flash specific parameters
` [PATCH 09/11] spi: airoha: buffer must be 0xff-ed before writing
` [PATCH 10/11] spi: airoha: return an error for continuous mode dirmap creation cases
` [PATCH 11/11] spi: airoha: en7523: workaround flash damaging if UART_TXD was short to GND

[PATCH] cmd: mtd: benchmark: use lldiv() instead of 64-bit division
 2025-10-10 17:39 UTC  (4+ messages)

[PATCH] net: phy: Make driver overloading get_phy_id depend on !COMPILE_TEST
 2025-10-10 17:36 UTC 

[PATCH 0/2] ufs: Add support for setting bRefClkFreq attribute
 2025-10-10 16:57 UTC  (4+ messages)
` [PATCH 2/2] ufs: Add bRefClkFreq attribute setting

Pull request for uboot-nand-05102025
 2025-10-10 16:14 UTC  (2+ messages)

[GIT PULL] please pull fsl-qoriq-master-2025-10-10
 2025-10-10 16:14 UTC  (2+ messages)

[GIT PULL] please pull mmc-power-master-2025-10-10
 2025-10-10 16:14 UTC  (2+ messages)

[PATCH] ufs: Fix wrong bitfield usage for Data Direction in Transfer Request
 2025-10-10 14:38 UTC  (2+ messages)

[PATCH v3 0/7] Implement the Generic System Interconnect Subsystem for U-Boot
 2025-10-10 14:35 UTC  (7+ messages)
` [PATCH v3 1/7] Introduce the Generic System Interconnect Subsystem
` [PATCH v3 3/7] MAINTAINERS: add myself as Maintainer of "
` [PATCH v3 4/7] interconnect: add support for the Qualcomm RPMh helpers
` [PATCH v3 5/7] interconnect: add support for the SM8650 SoC
` [PATCH v3 6/7] ufs: qcom: vote for interconnect bandwidth on probe
` [PATCH v3 7/7] qcom_defconfig: enable interconnect for SM8650


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox