U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-20 08:24:03 to 2026-07-21 11:35:13 UTC [more...]

[PATCH v2 0/4] Fix NVMe, not only on Raspberry Pi 5
 2026-07-21 11:35 UTC  (3+ messages)
` [PATCH v2 3/4] nvme: Fix missing address translation for PCIe inbound access

[PATCH 0/4] arm: mediatek: add Genio 700 SPL boot support
 2026-07-21 11:22 UTC  (9+ messages)
` [PATCH 1/4] arm: dts: mediatek: prepare Genio 700 devices for SPL
` [PATCH 2/4] configs: mt8390: enable eMMC FIT boot from SPL
` [PATCH 4/4] doc: board: mediatek: document Genio 700 SPL boot

[PATCH 4/4] power: regulator: ADD PMIC PF9453 support
 2026-07-21 10:47 UTC  (2+ messages)

[PATCH 0/6] clk: rockchip: pll: fixes and simplification of maths in RK3588 frac PLL
 2026-07-21 10:09 UTC  (3+ messages)
` [PATCH 1/6] clk: rockchip: pll: drop misleading fout in rockchip_rk3588_pll_k_get()

[PATCH 00/11] treewide: Fix miscellaneous xPL related symbol issues
 2026-07-21  9:58 UTC  (13+ messages)
` [PATCH 01/11] Makefile: Drop redundant CONFIG_TPL_BUILD checks
` [PATCH 02/11] dm: core: Drop redundant CONFIG_TPL_BUILD check
` [PATCH 04/11] x86: apl: fsp_bindings: "
` [PATCH 05/11] spl: Simplify xPL_BUILD conditional guard example
` [PATCH 07/11] Kconfig: Depend on correct xPL symbol
` [PATCH 11/11] spl: Use CONFIG_IS_ENABLED() for LIBCOMMON_SUPPORT checks

[PATCH] phy: phy-mtk-hdmi: add new driver
 2026-07-21  9:22 UTC  (2+ messages)

[PATCH] arm: armv8: mmu: fix DCACHE_OFF incorrectly unmapping region
 2026-07-21  9:17 UTC  (3+ messages)

[PATCH] clk: sm8550: Add GCC_CFG_NOC_USB3_PRIM_AXI_CLK support
 2026-07-21  8:28 UTC 

[PATCH 0/2] avb: fix memory leaks in AVB 2.0 verification path
 2026-07-21  8:28 UTC  (3+ messages)

[PATCH] board: ti: am62x: Fix build without TI_I2C_BOARD_DETECT
 2026-07-21  8:14 UTC  (3+ messages)

[PATCH 1/1] efi_loader: set correct frame buffer address
 2026-07-21  8:03 UTC  (5+ messages)

[PATCH v2 0/4] i3c: dw: fix slave device setup and probe issues
 2026-07-21  8:07 UTC  (2+ messages)

[PATCH v8] tools: mkeficapsule: Rework pkcs11 support
 2026-07-21  8:05 UTC  (3+ messages)

[PATCH v3] video: add ChipWealth CH13726A AMOLED panel driver
 2026-07-21  8:00 UTC  (2+ messages)

[PATCH v1 0/7] ufs: rpmb: route OP-TEE RPMB secure storage over UFS
 2026-07-21  7:53 UTC  (14+ messages)
` [PATCH v1 1/7] ufs: decode string descriptors as UTF-16 big-endian
` [PATCH v1 2/7] ufs: add RPMB transport over SCSI SECURITY PROTOCOL
` [PATCH v1 3/7] ufs: rpmb: derive the per-region RPMB CID and size for OP-TEE
` [PATCH v1 4/7] ufs: rpmb: retry SECURITY PROTOCOL on power-on UNIT ATTENTION
` [PATCH v1 5/7] ufs: rpmb: bounce unaligned frames through a DMA-aligned buffer
` [PATCH v1 6/7] optee: rename rpmb.c to rpmb_legacy.c
` [PATCH v1 7/7] optee: implement the RPMB subsystem interface for UFS

[PATCH 00/36] clk: port Linux Common Clock Framework to U-Boot
 2026-07-21  7:26 UTC  (38+ messages)
` [PATCH 01/36] clk: move U-Boot CCF to clk/uccf
` [PATCH 02/36] clk: rename clk_ops to clk_ops_uboot
` [PATCH 03/36] clk: move fixed clocks to clk/basic
` [PATCH 04/36] clk: make clk_set_rate() return signed long
` [PATCH 05/36] clk: make clk_get_parent_rate "
` [PATCH 06/36] clk: compat: add clk (un)prepare and associated functions
` [PATCH 07/36] dm: ofnode: fix parse_phandle_with_args API
` [PATCH 08/36] clk: import full CCF from Linux
` [PATCH 09/36] clk: move clock flags to common clk-provider.h
` [PATCH 10/36] clk/ccf: adapt clk-conf for U-Boot
` [PATCH 11/36] clk/ccf: adapt CCF core "
` [PATCH 12/36] clk/ccf: adapt CCF generic clocks "
` [PATCH 13/36] clk: split clk-uclass.c into clk-common.c
` [PATCH 14/36] clk/common: add CCF_FULL support
` [PATCH 15/36] clk/ccf: optimise orphan clock handling
` [PATCH 16/36] clk/ccf: debug log enable/disable calls
` [PATCH 17/36] cmd/clk: add CCF_FULL support
` [PATCH 18/36] doc: describe Common Clock Framework
` [PATCH 19/36] clk/sandbox: add a CCF_FULL port of clk_sandbox
` [PATCH 20/36] clk: sandbox: fix set_rate and move to clk/basic
` [PATCH 21/36] clk/ccf: add CCF_FULL port of clk_sandbox
` [PATCH 22/36] test: dm: adjust clk tests for CCF_FULL
` [PATCH 23/36] configs: add sandbox CCF_FULL defconfig
` [PATCH 24/36] CI: add sandbox64_ccf_full
` [PATCH 25/36] MAINTAINERS: add entry for CCF port
` [PATCH 26/36] clk/qcom: move existing clock drivers to clk/qcom/basic
` [PATCH 27/36] clk/qcom: drop in Linux Qualcomm CCF drivers
` [PATCH 28/36] clk/qcom/ccf: drop in Linux rpmh clock driver
` [PATCH 29/36] clk/qcom/ccf: add sm8650 GCC, dispcc and tcsrcc
` [PATCH 30/36] clk/qcom/ccf: add uboot common code
` [PATCH 31/36] clk/qcom/ccf: adapt common, gdsc, and reset code for U-Boot
` [PATCH 32/36] clk/qcom/ccf: adapt clocks "
` [PATCH 33/36] clk/qcom/ccf: adapt sm8650 clock drivers "
` [PATCH 34/36] ufs: qcom: use clk_prepare_enable_bulk()
` [PATCH 35/36] qcom_sm8650_defconfig: enable CCF_FULL
` [PATCH 36/36] ufs: qcom: fix core clk max rate setting

[PATCH] arm: socfpga: Enable MMC secure transaction in SPL
 2026-07-21  7:26 UTC  (5+ messages)
` [PATCH v2] arm: socfpga: spl_agilex5: "

[PATCH v3] usb: mtu3: support the current devicetree binding
 2026-07-21  7:25 UTC  (3+ messages)

[PATCH] ufs: invalidate the whole descriptor data segment after a query read
 2026-07-21  7:24 UTC  (2+ messages)

[PATCH] global: Switch from source.denx.de to git.u-boot-project.org
 2026-07-21  7:23 UTC  (3+ messages)

[PATCH v3 0/3] Enable eMMC and SD card support for QCS615
 2026-07-21  6:52 UTC  (4+ messages)
` [PATCH v3 1/3] clk: qcom: qcs615: Add SDCC1 and SDCC2 clock support
` [PATCH v3 2/3] drivers: mmc: uclass: Set removable flag based on device tree property
` [PATCH v3 3/3] configs: qcom_defconfig: Limit MMC transfer size to prevent controller timeout

[PATCH] drivers: watchdog: Enhance watchdog support in SPL for N5X
 2026-07-21  6:42 UTC  (2+ messages)
` [PATCH v2] arm: socfpga: spl_n5x: Switch SPL watchdog init to DM

[PATCH] arm: socfpga: Ensure FPGA in user mode before enabling the bridges
 2026-07-21  6:30 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/3] arm: socfpga: Arria10 SPL FIT support for SPI/NAND boot
 2026-07-21  6:16 UTC  (5+ messages)
` [PATCH v2 "
` [PATCH v2 1/3] arm: socfpga: Use custom header target buffer in SPL
` [PATCH v2 2/3] arm: socfpga: Add SPL fitImage config match
` [PATCH v2 3/3] arm: socfpga: Include required functions for FIT implementation in NAND

[PATCH 0/3] tools: qcom: mkmbn: Updates to support ipq5210
 2026-07-21  6:08 UTC  (6+ messages)
` [PATCH 2/3] tools: qcom: mkmbn: Add support for ipq5210
` [PATCH 3/3] tools: qcom: mkmbn: Add support to create multi-elf

[PATCH v3] misc: qcom_geni: Add minicore support
 2026-07-21  5:53 UTC 

[PATCH 0/2] qcom: qcs615: align storage and environment with eMMC
 2026-07-21  5:59 UTC  (6+ messages)
` [PATCH 1/2] qcom: qcs615: disable SCSI and use MMC for fastboot

[PATCH v2] usb: mtu3: wait for TX FIFO to drain before disconnect
 2026-07-21  5:54 UTC  (4+ messages)

[ANN] Mailing list migration to lists.u-boot-project.org
 2026-07-21  4:27 UTC  (4+ messages)

[RFC PATCH v1 0/1] arm: aspeed: Add ASRock Rack B650D4U BMC support
 2026-07-21  2:16 UTC  (4+ messages)
` [RFC PATCH v1 1/1] "

[PATCH 0/9] video: rockchip: VOP2 and HDMI output for RK3568
 2026-07-21  2:14 UTC  (3+ messages)

[PATCH v1] usb: xhci-dwc3: Call xhci_deregister() before asserting reset
 2026-07-21  3:22 UTC  (4+ messages)

[PATCH v6] crypto: hash: use DM providers from hash command
 2026-07-21  3:11 UTC 

[PATCH 0/2] mtd: nand: raw: Cadence NAND cleanup
 2026-07-21  3:08 UTC  (11+ messages)
` [PATCH 1/2] mtd: nand: raw: Kconfig: clean up SPL Cadence NAND dependencies

[PATCH v3 0/3] boot: fit: authenticate the dm-verity roothash
 2026-07-21  2:35 UTC  (4+ messages)
` [PATCH v3 1/3] boot: fit: factor out node-path collection in fit_config_add_hash()
` [PATCH v3 2/3] boot: fit: cover the dm-verity roothash with the config signature
` [PATCH v3 3/3] test: fit: verify dm-verity roothash is covered by "

[PATCH v5] binman: add CST backend selection for i.MX8M signing
 2026-07-21  2:52 UTC 

[PATCH v2] binman: nxp_imx8mcst: Handle FCFB header during SPI NOR boot
 2026-07-21  2:09 UTC 

[PATCH v5 00/14] crypto: allwinner: enable sun8i-ce FIT crypto
 2026-07-20 23:30 UTC  (7+ messages)
` [PATCH v5 02/14] crypto: hash: use DM providers from hash command
` [PATCH v5 03/14] crypto: aes: allow DM AES in SPL
` [PATCH v5 04/14] crypto: hash: allow DM hash "

[PATCH v5 00/75] usb: dwc3: sync code with Linux v6.16
 2026-07-20 23:22 UTC  (3+ messages)
` [PATCH v5 74/75] usb: fix up musb-new and mtu3 after the resync

[PATCH] Added Device Tree Files for Pine64 PineTab-V
 2026-07-20 22:37 UTC  (2+ messages)

[PATCH 00/11] arm: mach-k3: introduce basic support for the AM62L
 2026-07-20 18:59 UTC  (3+ messages)
` [PATCH 05/11] arm: mach-k3: Add initial am62lx SoC support

[PATCH] lib: ecdsa: use .key extension for keydir keys
 2026-07-20 21:00 UTC  (3+ messages)

[PATCHv4 0/3] k3-am62-pocketbeagle2: add board and variant support
 2026-07-20 20:16 UTC  (4+ messages)
` [PATCHv4 1/3] arm: mach-k3: am62: add &main_uart6 to clock and pwr tree
` [PATCHv4 2/3] k3-am62-pocketbeagle2: add initial board support
` [PATCHv4 3/3] k3-am62-pocketbeagle2: add support for efi capsules

[PATCH v2] mmc: sunxi: support DM MMC in SPL
 2026-07-20 20:45 UTC  (2+ messages)

[PATCH v3 0/5] edison: Convert the image build to binman
 2026-07-20 20:03 UTC  (3+ messages)
` [PATCH v3 4/5] CI: Add an sjg-lab job for the Intel Edison

reporting vulnerabilities in u-boot
 2026-07-20 19:22 UTC 

[PATCH v4 0/3] treewide: migrate to the new mailing-list domain
 2026-07-20 19:14 UTC  (14+ messages)
` [PATCH v4 1/3] tools/patman: Migrate mailing-list to lists.u-boot-project.org
` [PATCH v4 2/3] doc: "
` [PATCH v4 3/3] MAINTAINERS/README: "

[PATCH 0/4] bootstd: firmware-owned devicetree for EBBR / SystemReady IR
 2026-07-20 19:14 UTC  (5+ messages)
` [PATCH 1/4] bootstd: add a firmware-owned devicetree source

[PATCH RFC PineTab-V DTS File v2 0/2] Pine64 Pinetab-V Device Tree Support
 2026-07-20 18:59 UTC  (2+ messages)

[PATCH] doc: CONTRIBUTE: replace "as" with "like"
 2026-07-20 18:52 UTC  (2+ messages)

[PATCH v2] mtd: nand: raw: rockchip_nfc: fix ecc setup
 2026-07-20 18:25 UTC  (2+ messages)

[PATCH 0/8] Misc Fixes for VGA BIOS Emulation
 2026-07-20 18:16 UTC  (14+ messages)
` [PATCH 1/8] bios_emulator: select X86EMU_RAW_IO only on x86
` [PATCH 3/8] bios_emulator: use driver-model functions for PCI config acceses
` [PATCH 4/8] bios_emulator: support 16-bit reads on VGA port
` [PATCH 5/8] bios_emulator: extend VGA I/O ports to include ports 0x3B4-0x3DA
` [PATCH NOT-FOR-UPSTREAM 6/8] video: Add Aspeed VGA driver
` [PATCH NOT-FOR-UPSTREAM 7/8] bios_emulator: Support IO port reads for Aspeed VGA cards
` [0/8] Misc Fixes for VGA BIOS Emulation

[PATCH v2 1/5] roc-pc-rk3399: Enable redundant SPI flash environment
 2026-07-20 18:16 UTC  (6+ messages)
` [PATCH v2 4/5] roc-pc-plus-rk3399: Introduce new variant
` [PATCH v2 5/5] roc-pc-plus-rk3399: Enable USB Mass Storage support

[PATCH 0/7] rockchip: fix boot from SDMMC on RK3576
 2026-07-20 18:05 UTC  (16+ messages)
` [PATCH 1/7] rockchip: mkimage: Split size_and_off and size_and_nimage
` [PATCH 2/7] rockchip: mkimage: Print image information for all embedded images
` [PATCH 3/7] rockchip: mkimage: Print boot0 and boot1 parameters
` [PATCH 4/7] rockchip: mkimage: Add option to change image offset alignment
` [PATCH 5/7] rockchip: mkimage: Add support for up to 4 input files
` [PATCH 6/7] rockchip: mkimage: Add option for image load address and flag
` [PATCH 7/7] rockchip: mkimage: Add rk3576 align and sd-card workaround
` [0/7] rockchip: fix boot from SDMMC on RK3576

[PATCH] rockchip: only build GPT capsule update helpers with PARTITION_TYPE_GUID
 2026-07-20 17:45 UTC  (2+ messages)

[PATCH v2] acpi: fix no display when serial console is disabled in coreboot config
 2026-07-20 15:48 UTC  (2+ messages)
` [PATCH v3] serial: coreboot: Accept DBG2 subtype 0x12

[PATCH 0/2] rtc: pcf8563: HYM8563 support and unreliable-time reporting
 2026-07-20 15:42 UTC  (3+ messages)
` [PATCH 1/2] rtc: pcf8563: add haoyu,hym8563 compatible

[PATCH] CI: install python-cryptography for world build
 2026-07-20 14:56 UTC  (3+ messages)

[PATCH 0/3] Add support for SM8550/QCS8550 SoC based platform
 2026-07-20 14:10 UTC  (6+ messages)
` [PATCH 1/3] doc: board: qualcomm: document SM8550/QCS8550 building/flashing
` [PATCH 2/3] dts: sm8550-hdk-u-boot.dtsi: Add memory entry to bootup
` [PATCH 3/3] configs: add sm8550_defconfig

[PATCH v1 1/1] efi: Unify memory map type and attribute names
 2026-07-20 13:28 UTC  (4+ messages)

[PATCH] configs: qcom_defconfig: Enable EFI variable runtime storage
 2026-07-20 13:14 UTC  (2+ messages)

[PATCH v7 0/6] Qualcomm: teach the build system to emit signed ELF images
 2026-07-20 13:10 UTC  (2+ messages)

[PATCH v1] i2c: geni: reset controller on NACK to recover from invalid bus state
 2026-07-20 13:10 UTC  (2+ messages)

[PATCH v5 0/7] Add support to boot TI K3 HSM M4 core
 2026-07-20 13:04 UTC  (4+ messages)
` [PATCH v5 1/7] arm: mach-k3: Explicitly identify TIFSSTUB images when discarding buffers

[PATCH v1 0/2] cmd: nvedit_efi: fix default GUID selection for signature databases
 2026-07-20  8:29 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] cmd: nvedit_efi: use efi_auth_var_get_guid() for the default GUID
  ` [PATCH v2 2/2] test: check default GUID selection of signature database variables

[PATCH] arm: dts: rk3568-nanopi-r5s: drop eMMC HS400 modes from the U-Boot FDT
 2026-07-20 12:22 UTC  (5+ messages)

[PATCH] rockchip: rk3568-nanopi-r5: Drop duplicated/extra sdhci
 2026-07-20 12:20 UTC  (3+ messages)

[PATCH v4 00/10] spacemit mmc driver
 2026-07-20 11:54 UTC  (6+ messages)
` [PATCH v4 03/10] mmc: enable CMD23 for multi-block transfers

[PATCH v1] net: dwc_eth_xgmac: Return -ENODEV when phy_connect() fails
 2026-07-20 11:13 UTC  (2+ messages)

[PATCH] rockchip: rk3588s: Add support for ROC-PC-RK3588S
 2026-07-20 10:23 UTC  (2+ messages)

[PATCH v3 0/7] few fixes for NVMe and block devices
 2026-07-20  9:42 UTC  (4+ messages)
` [PATCH v3 5/7] drivers: nvme: Export nvme_shutdown()

[PATCH] MAINTAINERS: update ARM ROCKCHIP entry to list Simon as reviewer
 2026-07-20  9:42 UTC 


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