U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-15 12:17:20 to 2026-04-16 19:37:02 UTC [more...]

[PATCH v2 0/7] fit: dm-verity support
 2026-04-16 19:36 UTC  (12+ messages)
` [PATCH v2 1/7] image: fit: add dm-verity property name constants
` [PATCH v2 2/7] boot: fit: support generating DM verity cmdline parameters
` [PATCH v2 3/7] include: hexdump: make hex2bin() usable from host tools
` [PATCH v2 4/7] tools: mkimage: add dm-verity Merkle-tree generation
` [PATCH v2 5/7] doc: fit: add dm-verity boot parameter documentation
` [PATCH v2 6/7] test: boot: add runtime unit test for fit_verity_build_cmdline()
` [PATCH v2 7/7] test: py: add mkimage dm-verity round-trip test

[PATCHv3 0/6] various memory related fixups
 2026-04-16 19:23 UTC  (14+ messages)
` [PATCHv3 1/6] lmb: allocation flags macro documentation
` [PATCHv3 2/6] lmb: add LMB_FDT for fdt reserved regions
` [PATCHv3 4/6] efi_selftest_memory: check for duplicates first
` [PATCHv3 5/6] efi_mem_sort: use list_for_each_entry_safe instead
` [PATCHv3 6/6] memory: reserve from start_addr_sp to end_addr_sp

[PATCH] video: bridge: add ITE IT66121 DPI-to-HDMI bridge driver
 2026-04-16 18:54 UTC  (2+ messages)

[PATCH v3 0/7] Support metadata-driven A/B boot for STM32MP25
 2026-04-16 18:52 UTC  (10+ messages)
` [PATCH v3 1/7] lib: uuid: add partition type GUID for extended bootloader
` [PATCH v3 2/7] test: dm: part: add test for part_get_info_by_uuid
` [PATCH v3 3/7] test: cmd: add unit tests for part command
` [PATCH v3 4/7] cmd: part: support lookup by UUID
` [PATCH v3 5/7] test: cmd: part: add UUID lookup tests
` [PATCH v3 6/7] fwu: add helper to get image GUID by type and bank index
` [PATCH v3 7/7] board: st: stm32mp25: support dynamic A/B bank bootup

[PATCH] sandbox: enable FIT_SIGNATURE
 2026-04-16 18:43 UTC  (2+ messages)

[PATCH 0/2] A few linker-list fixes
 2026-04-16 18:43 UTC  (7+ messages)
` [PATCH 1/2] linker_lists: Fix end-marker alignment to prevent padding

[PATCH v4 0/4] Autoboot prompt customization and bootmenu cosmetics
 2026-04-16 18:36 UTC  (11+ messages)
` [PATCH v4 1/4] autoboot: allow custom prompt without requiring AUTOBOOT_KEYED
` [PATCH v4 2/4] cmd: bootmenu: ANSI_CLEAR_LINE before entry name
` [PATCH v4 3/4] doc: usage: convert autoboot README to rST
` [PATCH v4 4/4] doc: usage: autoboot: update content

[PATCH 00/13] boot: Make fit_image_load() easier to maintain
 2026-04-16 17:43 UTC  (6+ messages)
` [PATCH 01/13] boot: Split out the first part of fit_image_load()

[PATCH v2 00/12] test: Add support for passing arguments to C unit tests
 2026-04-16 17:42 UTC  (3+ messages)

[PATCH v5 2/3] binman: collection: Set build_done on referenced entries
 2026-04-16 17:37 UTC  (8+ messages)
` [PATCH v6 0/3] binman: Fix preload signing with encrypted FIT
  ` [PATCH v6 1/3] binman: Generate preload header and sign data only once
  ` [PATCH v6 2/3] binman: collection: Set build_done on referenced entries
  ` [PATCH v6 3/3] tools: binman: Test signing an encrypted FIT with a preload header

[PATCH v2] fpga: xilinx: Add option to skip bitstream ID check
 2026-04-16 17:32 UTC 

doc/board/starfive/jh7110_common.rst: Documentation doesn't mention OpenSBI text start address
 2026-04-16 15:11 UTC 

[PATCH v3 0/3] Autoboot prompt customization and bootmenu cosmetics
 2026-04-16 14:07 UTC  (8+ messages)
` [PATCH v3 1/3] autoboot: allow custom prompt without requiring AUTOBOOT_KEYED
` [PATCH v3 2/3] cmd: bootmenu: ANSI_CLEAR_LINE before entry name
` [PATCH v3 3/3] doc: usage: convert autoboot README to rST

[PATCH] arm: layerscape: Check zero size memory bank before lmb_add
 2026-04-16 13:48 UTC 

[PATCH v3 00/10] Qualcomm IPQ5210 SoC bringup
 2026-04-16  5:39 UTC  (11+ messages)
` [PATCH v3 01/10] dts: ipq5210-rdp504-u-boot: add override dtsi
` [PATCH v3 02/10] clk/qcom: add initial clock driver for ipq5210
` [PATCH v3 03/10] pinctrl: qcom: Add ipq5210 pinctrl driver
` [PATCH v3 04/10] misc: qcom_geni: Add minicore support
` [PATCH v3 05/10] spl: Include SMEM driver in SPL
` [PATCH v3 06/10] mach-snapdragon: Add initial support for IPQ5210 SPL
` [PATCH v3 07/10] mach-snapdragon: spl: Update SMEM with boot details
` [PATCH v3 08/10] mach-snapdragon: Add commands to create wrapper ELF
` [PATCH v3 09/10] configs: add qcom_ipq5210_mmc_defconfig
` [PATCH v3 10/10] doc: board/qualcomm: Update RDP build instructions

[PATCH 1/9] m68k: dts: mcf5441x: add mmc device for mcf5441x
 2026-04-16 12:14 UTC  (9+ messages)
` [PATCH 2/9] m68k: dts: stmark2: enable esdhc
` [PATCH 3/9] board: stmark2: add sd boot command
` [PATCH 4/9] board: stmark2: remove old garbage
` [PATCH 5/9] configs: stmark2: add support for mmc
` [PATCH 6/9] configs: stmark2: add bdinfo command
` [PATCH 7/9] mmc: Kconfig: allows m68k to use esdhc imx driver
` [PATCH 8/9] m68k: mcf5441x: create stub to use imx drivers
` [PATCH 9/9] m68k: set proper u-boot image size for initial boot

[RESEND PATCH] video: Kconfig: fix indentation of help text
 2026-04-16 11:02 UTC  (2+ messages)

[PATCH] arm: dts: socfpga: n5x: Drop kernel node from binman
 2026-04-16  9:55 UTC  (2+ messages)

[PATCH v5 0/8] Add virtio-mmio support to m68k virt machine
 2026-04-16  9:39 UTC  (9+ messages)
` [PATCH v5 1/8] sysreset: qemu virt: Use __raw_writel()
` [PATCH v5 2/8] rtc: goldfish: Use __raw_readl() and __raw_writel()
` [PATCH v5 3/8] timer: goldfish: Use __raw_readl()
` [PATCH v5 4/8] m68k: Fix writew(), writel(), readw(), readl() endianness for classic m68k
` [PATCH v5 5/8] virtio: mmio: Allow instantiation via platform data
` [PATCH v5 6/8] virtio: cmd: Depend on VIRTIO_BLK
` [PATCH v5 7/8] virtio: blk: Fix converting the vendor id to a string
` [PATCH v5 8/8] board: qemu: m68k: Create virtio mmio instances

[PATCH v4 0/6] Add virtio-mmio support to m68k virt machine
 2026-04-16  9:29 UTC  (18+ messages)
` [PATCH v4 2/6] m68k: Fix writew(), writel(), readw(), readl() endianness for classic m68k
` [PATCH v4 3/6] virtio: mmio: Allow instantiation via platform data
` [PATCH v4 4/6] virtio: cmd: Depend on VIRTIO_BLK
` [PATCH v4 5/6] virtio: blk: Fix converting the vendor id to a string
` [PATCH v4 6/6] board: qemu: m68k: Create virtio mmio instances

[PATCH v6 00/14] arm: am335x: Switch to upstream devicetree
 2026-04-16  9:13 UTC  (20+ messages)
` [PATCH v6 01/14] arm: dts: am335x-evm: Add backlight to the panel
` [PATCH v6 02/14] configs: am335x_evm_defconfig: Enable panel
` [PATCH v6 03/14] include: configs: am335x_evm: Enable vidconsole
` [PATCH v6 04/14] configs: am335x_evm: Enable SPL_OPTIMIZE_INLINING
` [PATCH v6 05/14] configs: am335x_evm: Unify evm board defconfigs
` [PATCH v6 06/14] am33xx: Avoid hard failure on USB probe issue
` [PATCH v6 07/14] arm: dts: am335x-*-u-boot: Add chosen tick-timer
` [PATCH v6 08/14] arm: dts: am335x-boneblack-u-boot: Add lcdc to all boot phases
` [PATCH v6 09/14] am33xx: Fix comment about config symbols
` [PATCH v6 10/14] am33xx: Support upstream devicetree USB device
` [PATCH v6 11/14] dm: core: Split SIMPLE_PM_BUS into phases
` [PATCH v6 12/14] arm: dts: am335x-bonegreen-eco-u-boot: Add include of bone-common
` [PATCH v6 13/14] configs: am335x_evm_defconfig: Switch to upstream devicetree
` [PATCH v6 14/14] arm: dts: am335x: Remove unused uboot devicetrees

[PATCH v3 0/2] scsi: Replace SYNC_CACHE with FUA for scsi write
 2026-04-16  9:10 UTC  (3+ messages)
` [PATCH v3 1/2] Revert "scsi: sync cache on write"
` [PATCH v3 2/2] scsi: Enable FUA bit in WRITE10 commands

[PATCH v2] usb: dwc3: core: fix memory leaks in event buffer cleanup
 2026-04-16  9:06 UTC  (2+ messages)

[PATCH v1 0/3] add Toradex Verdin iMX95 support
 2026-04-16  9:03 UTC  (5+ messages)
` [PATCH v1 1/3] common: memsize: add RAM size probe based on alias detection
` [PATCH v1 2/3] board: toradex: add Toradex Verdin iMX95
` [PATCH v1 3/3] toradex: tdx-cfg-block: add verdin imx95 0226, 0227 and 0228 pid4

[PATCH] lib/Kconfig: Fix SUPPORTS_FW_LOADER option
 2026-04-16  8:31 UTC  (3+ messages)

[PATCH v2 0/3] Fixes for parent rate lookup of mediatek clk driver
 2026-04-16  8:23 UTC  (4+ messages)
` [PATCH v2 1/3] clk: mediatek: remove redundant forward declarations
` [PATCH v2 2/3] clk: mediatek: add grandparent variable in mtk_find_parent_rate()
` [PATCH v2 3/3] clk: mediatek: fix parent rate lookup for fixed PLL clocks

[PATCH] board: ti: am335x: Conditional MDIO PAD configuration instead of static for AM335_ICE
 2026-04-16  7:53 UTC  (2+ messages)

[PATCH v2] net: phy: fix duplicate eth_phy binding
 2026-04-16  7:12 UTC  (3+ messages)

[PATCH v7 0/5] Implement reset to EDL for qcs9100
 2026-04-16  7:03 UTC  (6+ messages)
` [PATCH v7 1/5] arm: psci: Add API to check for support of specific PSCI function
` [PATCH v7 2/5] drivers: sysreset: Add sysreset op that can take arguments
` [PATCH v7 3/5] sysreset: Implement PSCI based reset to EDL mode for QCOM SoCs
` [PATCH v7 4/5] cmd: boot: Add '-edl' option to reset command documentation
` [PATCH v7 5/5] qcom_defconfig: enable psci based sysreset

[PATCH v2 0/6] Relocate U-Boot in the last bank
 2026-04-16  5:59 UTC  (7+ messages)
` [PATCH v2 1/6] fdtdec: Deduplicate iterator function
` [PATCH v2 2/6] fdtdec: Introduce fdtdec_setup_mem_ram_top() to determine end of topmost DRAM bank
` [PATCH v2 3/6] treewide: move bi_dram[] from bd to gd
` [PATCH v2 4/6] common: move ram_base calculation to independent INITCALL()
` [PATCH v2 5/6] common: Clean up setup_dest_addr()
` [PATCH v2 6/6] common: Add an option to relocate on ram top

[PATCH v1] usb: dwc3: core: fix memory leaks in event buffer cleanup
 2026-04-16  6:00 UTC  (3+ messages)

[PATCH v2] mmc: msm_sdhci: Use max-frequency to get clock rate
 2026-04-16  5:11 UTC 

[PATCH] drivers: watchdog: Enhance watchdog support in SPL for N5X
 2026-04-16  4:22 UTC  (3+ messages)

[PATCH v4 00/14] sc5xx Environment Cleanup and Fixes
 2026-04-16  4:17 UTC  (3+ messages)
` [PATCH v4 02/14] mach-sc5xx: Remove update commands from default environment

[PATCH] arm: socfpga: Ensure FPGA in user mode before enabling the bridges
 2026-04-16  4:14 UTC  (3+ messages)

[PATCH 0/3] arm: socfpga: Arria10 SPL FIT support for SPI/NAND boot
 2026-04-16  3:57 UTC  (4+ messages)
` [PATCH 1/3] arm: socfpga: Use custom header target buffer in SPL

[PATCH] arch: arm: agilex5: Configure DFISEL for SDMMC/NAND
 2026-04-16  3:52 UTC  (2+ messages)

[PATCH] arm: socfpga: Enable MMC secure transaction in SPL
 2026-04-16  3:30 UTC  (2+ messages)

[PATCH v2] configs: socfpga: arria10: Disable CONFIG_SPL_USE_TINY_PRINTF
 2026-04-16  3:17 UTC  (2+ messages)

[PATCH] arm: arria10: Add correct mask bits for RTRIM and PU_DRV_STRG
 2026-04-16  1:34 UTC  (2+ messages)

[PATCH] imx: imx9: Select ARCH_MISC_INIT for all i.MX9 SoCs
 2026-04-16  0:14 UTC  (4+ messages)

[PATCH] usb: gadget: renesas: add support for RZ/G2L SoC
 2026-04-15 22:38 UTC  (2+ messages)

[PATCH] remoteproc: renesas: Add Renesas R-Car Gen5 remote processor driver
 2026-04-15 22:12 UTC 

[PATCH] watchdog: Add Renesas R-Car Gen5 window watchdog driver
 2026-04-15 22:01 UTC 

[PATCH] ufs: rcar-gen5: Update line reset configuration
 2026-04-15 21:58 UTC 

[PATCH 1/1] sunxi: use vendor prefix for $fdtfile on RISC-V too
 2026-04-15 21:21 UTC 

[PATCH] arm: mediatek: enable fw loader support
 2026-04-15 20:56 UTC  (4+ messages)

[PATCH v1] drivers: cadence_qspi_apb: Add 1us delays in polling loops
 2026-04-15 20:44 UTC  (3+ messages)

[PATCH v3] video: Kconfig: fix indentation of help text
 2026-04-15 18:46 UTC 

[PATCH v2] video: kconfig: replace tristate with bool for LCD panel drivers
 2026-04-15 18:43 UTC 

[PATCH v2] video: Kconfig: fix indentation of help text
 2026-04-15 18:39 UTC 

[PATCH v1] mtd: spi: Add ISSI QSPI to lightweight SPI flash stack for spl
 2026-04-15 18:07 UTC  (2+ messages)

[PATCH v2 0/2] Autoboot prompt customization and bootmenu cosmetics
 2026-04-15 15:43 UTC  (2+ messages)

[PATCH v2 0/3] j721s2: j784s4: Add workaround for errata i2437
 2026-04-15 15:21 UTC  (4+ messages)
` [PATCH v2 1/3] arm: mach-k3: arm: mach-k3: Add writel_verify macro for register write verification
` [PATCH v2 2/3] arch: mach-k3: j721s2_init: Add workaround for errata i2437
` [PATCH v2 3/3] arch: mach-k3: j784s4_init: "

[PATCH v3 00/16] Add board support for Spacemit K1 SoC in SPL
 2026-04-15 14:32 UTC  (4+ messages)

[PATCH v5 00/12] arm: am335x: Switch to upstream devicetree
 2026-04-15 14:27 UTC  (10+ messages)
` [PATCH v5 11/12] dm: core: Split SIMPLE_PM_BUS into phases
` [PATCH v5 12/12] configs: am335x_evm_defconfig: Switch to upstream devicetree

[PATCH 0/3] fix 10GBE support for AMD Versal Gen 2
 2026-04-15 13:13 UTC  (2+ messages)

[PATCH] cmd: fpga: Fix wrong preprocessor guard for loadb help text
 2026-04-15 13:09 UTC  (2+ messages)

[PATCH] board: xilinx: zynqmp: Register alternate FPGA device for zu63dr_SE
 2026-04-15 13:08 UTC  (2+ messages)

[PATCH] fpga: xilinx: Add option to skip bitstream ID check
 2026-04-15 13:08 UTC  (2+ messages)

[PATCH] soc: xilinx: zynqmp: Add support for new ZynqMP devices
 2026-04-15 13:08 UTC  (2+ messages)


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