U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-13 07:19:22 to 2025-10-15 15:55:58 UTC [more...]

[PATCH 00/24] clk: Remove passing of negative errors through unsigned return
 2025-10-15 14:32 UTC  (2+ messages)
` [PATCH 01/24] clk: meson: Remove negative error returns from clk_get_rate

Seeking advice on API return type inconsistency
 2025-10-15 15:53 UTC  (11+ messages)

[PATCH v4 00/11] boot: Support priority for global bootmeths
 2025-10-15 15:44 UTC  (12+ messages)
` [PATCH v4 01/11] boot: Try all bootmeths on the final partition
` [PATCH v4 02/11] boot: Add a new test for global bootmeths
` [PATCH v4 03/11] boot: Update first_glob_method when dropping a bootmeth
` [PATCH v4 04/11] boot: Add a flag for whether there are global bootmeths
` [PATCH v4 05/11] boot: Keep track of which bootmeths have been used
` [PATCH v4 06/11] boot: Support rescanning the global bootmeths
` [PATCH v4 07/11] boot: Only run global bootmeths once each
` [PATCH v4 08/11] boot: Implement a priority for global bootmeths
` [PATCH v4 09/11] boot: Don't change the method count after "
` [PATCH v4 10/11] boot: Run global bootmeths after all bootdevs are exhausted
` [PATCH v4 11/11] boot: Run the EFI bootmgr just before network devices

[PATCH] test: Do not build expo and cedit test if no SDL
 2025-10-15 14:23 UTC  (6+ messages)

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

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

[PATCH v2 0/5] Allow falcon boot from A-core SPL on K3 devices
 2025-10-15 10:46 UTC  (6+ messages)
` [PATCH v2 1/5] spl: Kconfig: allow falcon mode for TI secure devices
` [PATCH v2 2/5] board: ti: common: Kconfig: add CMD_SPL
` [PATCH v2 3/5] arm: mach-k3: enable support for falcon mode
` [PATCH v2 4/5] doc: develop: add docs for secure "
` [PATCH v2 5/5] doc: develop: falcon: document unsetting CMD_BOOTx

[PATCH v2 00/10] dts: starfive: cherry-pick jh7110 updates from v6.18-rc1-dts
 2025-10-15 10:22 UTC  (11+ messages)
` [PATCH v2 01/10] riscv: dts: starfive: jh7110-common: drop no-sdio property from mmc1
` [PATCH v2 02/10] riscv: dts: starfive: jh7110: add DMC memory controller
` [PATCH v2 03/10] riscv: dts: starfive: jh7110: bootph-pre-ram hinting needed by boot loader
` [PATCH v2 04/10] riscv: dts: starfive: jh7110-common: drop no-mmc property from mmc1
` [PATCH v2 05/10] riscv: dts: starfive: jh7110-common: drop mmc post-power-on-delay-ms
` [PATCH v2 06/10] riscv: dts: starfive: add common board dtsi for Milk-V Mars CM variants
` [PATCH v2 07/10] dt-bindings: riscv: starfive: add milkv,marscm-emmc
` [PATCH v2 08/10] riscv: dts: starfive: add Milk-V Mars CM system-on-module
` [PATCH v2 09/10] dt-bindings: riscv: starfive: add milkv,marscm-lite
` [PATCH v2 10/10] riscv: dts: starfive: add Milk-V Mars CM Lite system-on-module

[PATCH v4 0/2] fs: semihosting: Test correct variable and fix API
 2025-10-15  9:02 UTC  (8+ messages)
` [PATCH v4 1/2] fs: semihosting: Fixup smh_read against overflow
` [PATCH v4 2/2] fs: semihosting: Fixup smh_flen "

[PATCH v1 0/5] Allow falcon boot from A-core SPL on K3 devices
 2025-10-15  9:01 UTC  (5+ messages)
` [PATCH v1 3/5] arm: mach-k3: enable support for falcon mode

[RFC PATCH v1] tools: update-subtree.sh improve user experience
 2025-10-15  8:38 UTC 

[PATCH] armv8: implement workaround for broken CNTFRQ_EL0 value
 2025-10-15  7:48 UTC  (2+ messages)

[PATCH] thermal: imx_tmu: Always set thermal trips from fuses
 2025-10-15  6:33 UTC 

[PATCH 00/11] remoteproc: Add support for i.MX8M[M/N/P/Q] and i.MX93
 2025-10-15  2:04 UTC  (12+ messages)
` [PATCH 01/11] lib: Import iomem_copy from Linux Kernel
` [PATCH 06/11] arm: dts: imx8m: Add remoteproc node

[PATCH v4 0/3] Harmonize image size checks
 2025-10-15  1:23 UTC  (4+ messages)
` [PATCH v4 1/3] Image size checks: Use HAS_SIZE_LIMIT consistently
` [PATCH v4 2/3] Image size checks: Clarify help texts
` [PATCH v4 3/3] Image size checks: Deduplicate Makefile

[PATCH v3 0/4] net: phy: aquantia: Switch to generic firmware loader
 2025-10-15  0:43 UTC  (6+ messages)
` [PATCH v3 1/4] net: phy: aquantia: switch to use phy_get_ofnode()
` [PATCH v3 2/4] doc: bindings: use upstream bindings for aquantia phy
` [PATCH v3 3/4] net: phy: aquantia: replace the "mdi-reversal" node with "marvell, mdi-cfg-order"
` [PATCH v3 4/4] net: phy: aquantia: use generic firmware loader

[PATCH v5 0/4] boot: Precursor series for global bootmeths
 2025-10-14 23:59 UTC  (15+ 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
` (subset) [PATCH v5 0/4] boot: Precursor series for global bootmeths

[PATCH RFC 0/3] clk: support arbitrary clk_register() sequence
 2025-10-14 22:03 UTC  (2+ messages)

[bug] can't start watchdog on RK3288
 2025-10-14 19:41 UTC  (3+ messages)

[PATCH] Merge cherry-pick tag 'riscv-dt-for-v6.18' of https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux into soc/dt
 2025-10-14 18:26 UTC  (2+ messages)

[GIT PULL] AMD/Xilinx changes for 2026-01-rc1 v2
 2025-10-14 17:03 UTC  (2+ messages)

[PATCH v3] fs: semihosting: Fixup smh_flen and smh_read against overflow
 2025-10-14 16:16 UTC  (5+ messages)

Uboot upgrade from 2016 to 2020
 2025-10-14 10:21 UTC 

[PATCH v1 0/2] spi: cadence: Add xSPI controller driver support
 2025-10-14 10:13 UTC  (3+ messages)
` [PATCH v1 1/2] spi: cadence: Add driver for xSPI
` [PATCH v1 2/2] spi: Enable Kconfig and Makefile "

Pull request for mix-next-14102025
 2025-10-14 15:47 UTC  (2+ messages)

Please pull u-boot-marvell/master
 2025-10-14 15:47 UTC  (2+ messages)

[u-boot-test-hooks][PATCH] labgrid-trini: Quick update for labgrid v25.0.x and later
 2025-10-14 14:20 UTC  (2+ messages)

[PATCH] cmd: sf: align erase and write on erase block boundary
 2025-10-14 14:20 UTC  (2+ messages)

[PATCH] bootstd: Fix bootflow info for efi_mgr
 2025-10-14 14:20 UTC  (2+ messages)

[PATCH] global: Disable xPL phases when we have enabled COMPILE_TEST
 2025-10-14 14:20 UTC  (2+ messages)

[PATCH] sandbox: Make SANDBOX_xPL depend on !COMPILE_TEST
 2025-10-14 14:20 UTC  (2+ messages)

[PATCH] global: Make REMAKE_ELF depend on !COMPILE_TEST
 2025-10-14 14:20 UTC  (2+ messages)

[PATCH] spl: FIT: Make SPL_LOAD_FIT_FULL depend on SPL_LOAD_FIT
 2025-10-14 14:20 UTC  (2+ messages)

[PATCH] SPL: Make SPL_OS depend on supported architectures
 2025-10-14 14:20 UTC  (2+ messages)

[PATCH 0/2] bootstd: rauc: fix doc and info msg to reflect real flow
 2025-10-14 14:20 UTC  (3+ messages)
` [PATCH v2 "

[u-boot-test-hooks][PATCH] labgrid-trini: Fix logic in sd-mux flash wrapper
 2025-10-14 14:19 UTC  (2+ messages)

[PATCH v2] test: boot: Add test for bootmeth_rauc
 2025-10-14 14:17 UTC  (4+ messages)

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

[PATCH v2 0/4] net: phy: aquantia: Switch to generic firmware loader
 2025-10-14 11:54 UTC  (5+ messages)
` [PATCH v2 1/4] net: phy: aquantia: switch to use phy_get_ofnode()
` [PATCH v2 2/4] doc: bindings: use upstream bindings for aquantia phy
` [PATCH v2 3/4] net: phy: aquantia: replace the "mdi-reversal" node with "marvell, mdi-cfg-order"
` [PATCH v2 4/4] net: phy: aquantia: use generic firmware loader

[PATCH] mmc: exynos_dw_mmc: Add compatible string for Exynos5250
 2025-10-14 11:40 UTC 

[PATCH v1 0/4] Enable XSPI1 on i.MX943 EVK board
 2025-10-14 11:26 UTC  (6+ messages)
` [PATCH v1 1/4] spi: nxp_xspi: Add new driver for NXP XSPI controller
` [PATCH v1 2/4] misc: ele_api: Add support for XSPI SET GMID command
` [PATCH v1 3/4] imx94_evk: Get ownership of XSPI control registers protected by GMID in SPL
` [PATCH v1 4/4] imx943_evk: Enable XSPI1

[PATCH] arm: baltos: enable TI_SYSC and CLK drivers
 2025-10-14  9:34 UTC  (4+ messages)

[PATCH] .gitignore: ignore more image files
 2025-10-14  9:17 UTC 

[PATCH] pci: mvebu: Unable to assign mbus windows for 2nd pcie controller
 2025-10-14  8:57 UTC  (3+ messages)

[PATCH] phy: marvell: Tighten MVEBU_COMPHY_SUPPORT dependencies
 2025-10-14  8:56 UTC  (3+ messages)

[PATCH] ARM: dts: pxa1908: convert to OF_UPSTREAM
 2025-10-14  8:55 UTC  (2+ messages)

[PATCH 0/2] mmc: octeontx_hsmmc: Fix two Smatch issues
 2025-10-14  8:53 UTC  (2+ messages)

[PATCH] sata: sata_mv: Remove always true test
 2025-10-14  8:52 UTC  (3+ messages)

[PATCH v1] net: designware: fix bitbang init error
 2025-10-14  5:20 UTC 

[PATCH 0/3] Add i.MX95 15x15 EVK support
 2025-10-14  2:23 UTC  (2+ messages)

[RFC PATCH 0/2] Modern pinctrl for Exynos5250 devices
 2025-10-13 23:14 UTC  (3+ messages)
` [RFC PATCH 1/2] gpio: s5p_gpio: Add config option for s5p_gpio driver
` [RFC PATCH 2/2] pinctrl: exynos: add exynos5250 driver

[PATCH] bootstd: Allow PXE boot to be disabled
 2025-10-14  3:18 UTC  (11+ messages)

How to use ECDSA for signature verification?
 2025-10-13 18:36 UTC 

[PATCH v4 0/4] boot: Precursor series for global bootmeths
 2025-10-13 16:57 UTC  (9+ messages)
` [PATCH v4 3/4] boot: Add more debugging to iter_incr()

[PATCH v2] arm: meson: add support for EFI capsule updates
 2025-10-13 15:56 UTC  (3+ messages)

[PATCH 0/4] Improve RaspBerry Pi 5 support part1: Fixes
 2025-10-13 12:00 UTC  (2+ messages)

[PATCH v2] ARM: dts: sam9x60ek: select PIT as tick-timer
 2025-10-13  9:32 UTC 

gitignore for mkimage files
 2025-10-13 14:44 UTC  (2+ messages)

[PATCH 0/2] A couple of patches around UEFI Debug Image Info Table
 2025-10-13 14:21 UTC  (3+ messages)
` [PATCH 1/2] efi_loader: dbginfodump: use guid definition
` [PATCH 2/2] lib: uuid: add efi debug image info table guid

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

[PATCH v3 00/20] Convert extension support to UCLASS and adds its support to boot flows
 2025-10-13 13:32 UTC  (21+ 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 v3 18/20] boot: pxe_utils: Add extension board devicetree overlay support
` [PATCH v3 19/20] boot: bootmeth_efi: Refactor distro_efi_try_bootflow_files return logic
` [PATCH v3 20/20] boot: bootmeth_efi: Add extension board devicetree overlay support

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

[PATCH v3 00/10] Enable USB and ENETC on i.MX943 EVK
 2025-10-13  6:58 UTC  (5+ messages)
` [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


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