messages from 2026-04-21 08:21:57 to 2026-04-22 00:13:14 UTC [more...]
[PATCH v5 00/15] add software ecdsa support
2026-04-22 0:12 UTC (21+ messages)
` [PATCH v5 01/15] ecdsa: fix support of secp521r1
` [PATCH v5 02/15] mbedtls: enable support of ecc
` [PATCH v5 03/15] ecdsa: initial support of ecdsa using mbedtls
` [PATCH v5 04/15] test: lib: ecdsa: add initial test
` [PATCH v5 05/15] drivers: crypto: add software ecdsa support
` [PATCH v5 06/15] test: dm: ecdsa.c: clean this test as software ecdsa is now implemented
` [PATCH v5 07/15] test: py: vboot: prepare integration test for ecdsa
` [PATCH v5 08/15] test: vboot: add "
` [PATCH v5 09/15] tools: fit_image_setup_sig: set required_keynode to -1
` [PATCH v5 10/15] tools: mkimage: pre-load: add support of ecdsa
` [PATCH v5 11/15] tools: binman: "
` [PATCH v5 12/15] boot: "
` [PATCH v5 13/15] tools: preload_check_sign: "
` [PATCH v5 14/15] test: py: vboot: prepare test for global signature with ecdsa
` [PATCH v5 15/15] test: py: vboot: add "
[PATCH v3] Improve handosff prepare on SoCFPGA
2026-04-21 23:17 UTC (5+ messages)
[PATCH 0/3] binman: Tidy up some missing bintool docs
2026-04-21 23:11 UTC (4+ messages)
` [PATCH 1/3] binman: Flesh out the p11-kit bintool docstring
` [PATCH 2/3] binman: Flesh out the pkcs11-tool "
` [PATCH 3/3] binman: Flesh out the softhsm2-util "
[PATCHv4 0/6] various memory related fixups
2026-04-21 22:55 UTC (10+ messages)
` [PATCHv4 1/6] lmb: allocation flags macro documentation
` [PATCHv4 2/6] boot_fdt_add_mem_rsv_regions: free old dtb reservations
` [PATCHv4 6/6] memory: reserve from start_addr_sp to initial_relocaddr
[PATCH v2 0/8] board: ten64: add USB Hub (USB5744) management support
2026-04-21 22:52 UTC (17+ messages)
` [PATCH v2 2/8] board: ten64: add fdt fixup to hide usb hub topology
` [PATCH v2 3/8] board: ten64: remove USB hub references from internal FDT when needed
` [PATCH v2 4/8] configs: ten64: enable OF_FIXUP
` [PATCH v2 5/8] configs: ten64: enable USB_ONBOARD_HUB (USB5744) option
` [PATCH v2 6/8] configs: ten64: switch to OF_UPSTREAM
` [PATCH v2 7/8] arm: dts: remove local copy Ten64 board DTS
` [PATCH v2 8/8] board: ten64: start USB stack in late init
[PATCH] MAINTAINERS: Use N: for NXP entry
2026-04-21 22:50 UTC
[PATCH] gpio: 74x164: use dev_read_* APIs for live-tree compatibility
2026-04-21 22:50 UTC (2+ messages)
[PATCH v1] serial: msm-geni: configure RX watermark register
2026-04-21 22:49 UTC (2+ messages)
[PATCH 0/4] acpi: handle duplicate tables in acpi dump
2026-04-21 22:49 UTC (8+ messages)
` [PATCH 1/4] acpi: add index parameter to acpi_find_table
` [PATCH 2/4] cmd/acpi: add optional index parameter to acpi dump
` [PATCH 4/4] doc: document index parameter of `acpi dump`
` [0/4] acpi: handle duplicate tables in acpi dump
[PATCH 1/1] acpi: fix initial RSDT and XSDT size
2026-04-21 22:48 UTC (2+ messages)
[PATCH] pci: correct PCI device enumeration to include all functions on device 0
2026-04-21 22:48 UTC (3+ messages)
` [PATCH v2] "
[PATCH v2 0/8] Add support for ubi environment to create volumes
2026-04-21 22:48 UTC (17+ messages)
` [PATCH v2 1/8] ubi: remove unnecessary extern directive from function prototypes
` [PATCH v2 2/8] cmd: ubi: mark read-only function parameters with const
` [PATCH v2 3/8] cmd: ubi: use void * for buf parameter in ubi_volume_read
` [PATCH v2 4/8] cmd: ubifs: mark string parameters with const
` [PATCH v2 5/8] cmd: ubi: reorganize command messages
` [PATCH v2 6/8] cmd: ubi: expose more APIs to public
` [PATCH v2 7/8] cmd: ubi: allow creating volume with all free spaces in ubi_create_vol
` [PATCH v2 8/8] env: ubi: add support to create environment volume if it does not exist
[PATCH v3 00/11] Add SPL support for Qualcomm platforms, starting with sdm845
2026-04-21 21:10 UTC (17+ messages)
` [PATCH v3 01/11] Makefile: add SPL_REMAKE_ELF_LDSCRIPT feature
` [PATCH v3 02/11] of_live: support in SPL
` [PATCH v3 03/11] drivers: allow clk_stub and spmi "
` [PATCH v3 04/11] mach-snapdragon: boot0.h: split out msm8916_boot0.h
` [PATCH v3 05/11] mach-snapdragon: add u-boot-spl-elf-sdm845.lds
` [PATCH v3 06/11] mach-snapdragon: Kconfig: fix duplicate SYS_MALLOC_LEN
` [PATCH v3 07/11] mach-snapdragon: Kconfig: changes / additions to support SPL
` [PATCH v3 08/11] mach-snapdragon: boot0.h: add sdm845_spl_boot0.h
` [PATCH v3 09/11] mach-snapdragon: add board_spl.c and split out common code
` [PATCH v3 10/11] qualcomm: add defconfig, env and docs for SPL on sdm845
` [PATCH v3 11/11] dts: add u-boot specific sdm845 .dtsi and a .dtsi for shift-axolotl
[PATCH 0/6] net: migrate NO_NET out of the networking stack choice
2026-04-21 21:05 UTC (12+ messages)
` [PATCH 2/6] rename NET to NET_LEGACY
` [PATCH 3/6] net: make NET a menuconfig (and downgrade NO_NET to a simple config)
` [0/6] net: migrate NO_NET out of the networking stack choice
[PATCH v2 00/11] Linux compat improvements and CCF prep
2026-04-21 21:07 UTC (4+ messages)
` [PATCH v2 01/11] vsprintf: add %pOF
[PATCH 1/1] tools/asn1_compiler: avoid -Wdiscarded-qualifiers
2026-04-21 20:45 UTC (2+ messages)
[PATCH V3] board: dhelectronics: imx: Use second Ethernet MAC also from fuse
2026-04-21 19:39 UTC (2+ messages)
[PATCH v2 0/5] imx: Switch watchdog addressing from macros to devicetree
2026-04-21 15:48 UTC (8+ messages)
` [PATCH v2 1/5] imx: soc: Get watchdog base addresses from device tree
` [PATCH v2 2/5] arm: dts: imx: Update watchdog nodes for dynamic base address lookup
` [PATCH v2 3/5] watchdog: ulp_wdog: Use driver model for reset_cpu()
` [PATCH v2 4/5] arm: dts: imx: Enable watchdog driver model support
` [PATCH v2 5/5] imx: Remove hardcoded watchdog base address macros
[RESEND v4 00/14] sc5xx Environment Cleanup and Fixes
2026-04-21 19:10 UTC (5+ messages)
` [RESEND v4 04/14] mach-sc5xx: Switch from tftp to wget
[PATCH v2 0/9] add memdup_nul(), use it and memdup() in a few places
2026-04-21 19:08 UTC (3+ messages)
` [PATCH v2 9/9] test: lib: add test of memdup_nul()
[PATCH 0/3] sunxi: Fix and extend SPL power LED support
2026-04-21 17:12 UTC (4+ messages)
` [PATCH 1/3] sunxi: spl: fix SPL_SUNXI_LED active low configuration
[PATCH] arm64: renesas: Add Cortex-M33 build option to R-Car Gen5
2026-04-21 16:37 UTC (2+ messages)
[PATCH] usb: dwc2_udc_otg_phy: fix compilation on non-Exynos patforms
2026-04-21 16:07 UTC (3+ messages)
` [PATCH v2] "
[PATCH 0/2] net: fsl_enetc: Add iMX95 10Gbps support and PHY fixes
2026-04-21 15:45 UTC (3+ messages)
` [PATCH v1 1/2] net: phy: aquantia: Increase timeout for out of reset
[PATCH v1 0/2] board: toradex: aquila-am69: Fix 16GB dual-rank DDR cfg and memory size detection
2026-04-21 15:41 UTC (4+ messages)
` [PATCH v1 1/2] board: toradex: aquila-am69: Fix 16GB dual-rank DDR configuration
` [PATCH v1 2/2] board: toradex: aquila-am69: Fix memory size setup logic
[PATCH v3 0/6] Add support for DT overlays handoff
2026-04-21 15:24 UTC (16+ messages)
` [PATCH v3 1/6] bloblist: add blob type for DT overlay
` [PATCH v3 2/6] bloblist: add helper functions
` [PATCH v3 3/6] bloblist: fix a potential negative size for memmove
` [PATCH v3 4/6] bloblist: add API for applying blobs with specified tag
` [PATCH v3 5/6] fdtdec: apply DT overlays from bloblist
[PATCH V2 0/9] board: k3: Sync rm-cfg with TIFS v11.02.09 firmware
2026-04-21 15:16 UTC (4+ messages)
` [EXTERNAL] "
[RESEND v4 02/14] mach-sc5xx: Remove update commands from default environment
2026-04-21 14:25 UTC (2+ messages)
[PATCH v3 0/2] BeaglePlay: add ITE IT66121 HDMI bridge driver and enable splash
2026-04-21 13:21 UTC (3+ messages)
` [PATCH v3 1/2] video: bridge: add ITE IT66121 DPI-to-HDMI bridge driver
` [PATCH v3 2/2] BeaglePlay: enable IT66121 HDMI bridge and video stack
[RESEND v4 14/14] arm: sc5xx: Add fdt_addr_r, kernel_addr_r, and initrd_addr
2026-04-21 12:50 UTC (2+ messages)
[RESEND v4 09/14] mach-sc5xx: Update image load address
2026-04-21 12:40 UTC (2+ messages)
[PATCH v2 0/7] fit: dm-verity support
2026-04-21 15:03 UTC (3+ messages)
` [PATCH v2 1/7] image: fit: add dm-verity property name constants
Updated dts/upstream to v7.0-dts
2026-04-21 14:47 UTC
[PATCH] video: arm: rpi: Add brcm,bcm2712-hdmi0 compatible
2026-04-21 14:28 UTC (2+ messages)
[PATCH] rpi_arm64: Enable MBEDTLS/LWIP/WGET and WGET_HTTPS
2026-04-21 14:26 UTC (2+ messages)
[PATCH 0/3] mmc: mtk-sd: fix HS200 mode writes on mt8189
2026-04-21 14:24 UTC (4+ messages)
` [PATCH 1/3] mmc: mtk-sd: enable DMA on mediatek,mt8189-mmc
` [PATCH 2/3] mmc: mtk-sd: enable async_fifo_crcsts on mt8189
` [PATCH 3/3] mmc: mtk-sd: fix msdc cmd ready check
[PATCH 0/5] configs: mediatek: remove CONFIG_IDENT_STRING
2026-04-21 14:09 UTC (6+ messages)
` [PATCH 1/5] configs: mediatek: mt8365_evk: "
` [PATCH 2/5] configs: mediatek: mt8370_genio_510_evk: "
` [PATCH 3/5] configs: mediatek: mt8390_genio_700_evk: "
` [PATCH 4/5] configs: mediatek: mt8395_genio_1200_evk: "
` [PATCH 5/5] configs: mediatek: mt8395_genio_1200_evk_ufs: "
[PATCH v3] tools: mkeficapsule: Rework pkcs11 support
2026-04-21 13:42 UTC (2+ messages)
[PATCH v2] binman: x509_cert: add PKCS#11/HSM signing support
2026-04-21 13:36 UTC
[PATCH v2] board: ti: am335x: Conditional MDIO PAD configuration instead of static for AM335_ICE
2026-04-21 13:18 UTC (3+ messages)
[PATCH 0/3] Enable eMMC and SD card support for QCS615
2026-04-21 13:07 UTC (9+ messages)
` [PATCH 2/3] drivers: mmc: uclass: Set removable flag based on device tree property
` [PATCH 3/3] fs: fat: Limit transfer size to prevent SDHCI controller timeout
[PATCH v2 0/3] Enable eMMC and SD card support for QCS615
2026-04-21 13:00 UTC (4+ messages)
` [PATCH v2 1/3] clk: qcom: qcs615: Add SDCC1 and SDCC2 clock support
` [PATCH v2 2/3] drivers: mmc: uclass: Set removable flag based on device tree property
` [PATCH v2 3/3] configs: qcom_defconfig: Limit MMC transfer size to prevent controller timeout
[RESEND v4 05/14] mach-sc5xx: Add USB boot command
2026-04-21 12:31 UTC (2+ messages)
[PATCH v2] power: regulator: tps65941: Enable FPWM bits
2026-04-21 12:26 UTC (3+ messages)
[PATCH v1 1/3] configs: r8a78000_ironhide: Drop duplicate CONFIG_SCMI_FIRMWARE
2026-04-21 7:44 UTC (4+ messages)
` [PATCH v2 "
` [PATCH v2 2/3] configs: phycore_am62ax_r5_ethboot: Drop duplicate CONFIG_SPL_MMC
` [PATCH v2 3/3] configs: phycore_am62x_r5_ethboot: Drop duplicate CONFIG entries
[PATCH] usb: gadget: renesas: add support for RZ/G2L SoC
2026-04-21 7:32 UTC (5+ messages)
[PATCH v2 0/2] net: enetc: add i.MX952 support
2026-04-21 13:47 UTC (5+ messages)
` [PATCH v2 1/2] net: fsl_enetc: fix the duplex setting on the iMX platform
` [PATCH v2 2/2] net: fsl_enetc: Add support for i.MX952
[PATCH 00/15] i.MX8MQ: Convert to DM_PMIC for a few boards
2026-04-21 13:41 UTC (16+ messages)
` [PATCH 01/15] imx8mq: evk: drop redundant gd clearing in board_init_f
` [PATCH 02/15] imx8mq: pitx: "
` [PATCH 03/15] imx8mq: phanbell: "
` [PATCH 04/15] imx8mq: reform2: "
` [PATCH 05/15] imx8mq: pico: "
` [PATCH 06/15] imx8mq: cm: "
` [PATCH 07/15] imx8mq: Correct signed_hdmi firmware position
` [PATCH 08/15] mx6: sabreauto/sd: Exclude power_init_board from SPL build
` [PATCH 09/15] board: nxp: common: fix PFUZE100 DM build and unify DM/non-DM handling
` [PATCH 10/15] imx8mq: evk: Migrate to DM PMIC framework
` [PATCH 11/15] imx8mq: phanbell: Drop SPL_POWER_LEGACY
` [PATCH 12/15] imx8mq: reform2: "
` [PATCH 13/15] imx8mq: pico: "
` [PATCH 14/15] imx8mq: kontron: migrate PITX-IMX8M to DM PMIC framework
` [PATCH 15/15] imx8mq: phanbell: enable SPL DM
[PATCH v3] net: phy: fix duplicate eth_phy binding
2026-04-21 11:34 UTC
[PATCH] tools: mkeficapsule: Add disable pkcs11 menu option
2026-04-21 10:22 UTC (7+ messages)
` [OE-core] "
[PATCH v2 0/7] ti: j7: Update to v0.12.0 of DDR config tool
2026-04-21 10:10 UTC (8+ messages)
` [PATCH v2 5/7] arm: dts: k3-am69: ddr: "
` [EXTERNAL] "
[PATCH v2] tools: mkeficapsule: Add disable pkcs11 menu option
2026-04-21 9:52 UTC (7+ messages)
[PATCH 0/6] ti: j7: Update to v0.12.0 of DDR config tool
2026-04-21 9:51 UTC (4+ messages)
` [PATCH 3/6] arm: dts: k3-am68: ddr: "
[PATCH v1 0/9] SoCFPGA: Update Boot Support for Stratix10 in U-Boot
2026-04-21 9:30 UTC (7+ messages)
` [PATCH v1 1/9] arch: arm: dts: stratix10: Switch to using upstream Linux DT config
` [PATCH v1 7/9] clk: s10: Refactor S10 clock driver
` [PATCH v1 9/9] spl: s10: Enhance watchdog support in SPL for Stratix 10
[PATCH v1 0/5] Add support for Freebox Nodebox 10G (Armada 8040)
2026-04-21 9:04 UTC (7+ messages)
` [PATCH v2 0/5] NBX10G: Marvell Armada 8040 Nodebox 10G board support
` [PATCH v2 1/5] arm: mach-mvebu: armada8k: cpuinfo and SAR
` [PATCH v2 2/5] board: freebox: add Nodebox 10G board support
` [PATCH v2 3/5] board: freebox: nbx10g: add emmcboot for dual-bank eMMC boot
` [PATCH v2 4/5] board: freebox: nbx10g: add device serial and MAC address initialization
` [PATCH v2 5/5] arm: dts: armada-8040-nbx: add U-Boot dtsi for conditional OP-TEE
[PATCH] configs: mt7622: remove empty header file
2026-04-21 8:56 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox