public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2026-04-16 09:40:27 to 2026-04-17 13:02:44 UTC [more...]

[PATCH v4 00/14] add software ecdsa support
 2026-04-17 13:02 UTC  (5+ messages)
` [PATCH v4 04/14] drivers: crypto: "
` [PATCH v4 09/14] tools: mkimage: pre-load: add support of ecdsa
` [PATCH v4 11/14] boot: "
` [PATCH v4 14/14] test: py: vboot: add test for global signature with ecdsa

[RESEND v4 00/14] sc5xx Environment Cleanup and Fixes
 2026-04-16 15:19 UTC  (15+ messages)
` [RESEND v4 01/14] configs: sc5xx: Do not store environment in SPI flash
` [RESEND v4 02/14] mach-sc5xx: Remove update commands from default environment
` [RESEND v4 03/14] mach-sc5xx: Update boot commands
` [RESEND v4 04/14] mach-sc5xx: Switch from tftp to wget
` [RESEND v4 05/14] mach-sc5xx: Add USB boot command
` [RESEND v4 06/14] mach-sc5xx: Remove preliminary binman support
` [RESEND v4 07/14] dts: sc594: Fix gige-reset line on EZKIT
` [RESEND v4 08/14] mach-sc5xx: sc573: Rename EZKIT board to EZLITE
` [RESEND v4 09/14] mach-sc5xx: Update image load address
` [RESEND v4 10/14] mach-sc5xx: Update SPI bootargs for ubifs
` [RESEND v4 11/14] configs: sc5xx: Set default bootcmd to SPI boot
` [RESEND v4 12/14] arm: sc5xx: Remove SC5XX_LOADADDR
` [RESEND v4 13/14] arm: sc5xx: add missing boot env selectors
` [RESEND v4 14/14] arm: sc5xx: Add fdt_addr_r, kernel_addr_r, and initrd_addr

[PATCH v6 0/7] riscv: Add support for P8700 platform on Boston board
 2026-04-17 12:37 UTC  (4+ messages)
` [PATCH v6 1/7] riscv: Add initial support for P8700 SoC

[PATCH v7 0/7] riscv: Add support for P8700 platform on Boston board
 2026-04-17 12:27 UTC  (8+ messages)
` [PATCH v7 1/7] riscv: Add initial support for P8700 SoC
` [PATCH v7 2/7] board: boston-riscv: Add initial support for P8700 Boston board
` [PATCH v7 3/7] gpio: Add GPIO driver for Intel EG20T
` [PATCH v7 4/7] pci: xilinx: Avoid writing memory base/limit for root bridge
` [PATCH v7 5/7] riscv: Add syscon driver for MIPS GIC block
` [PATCH v7 6/7] net: pch_gbe: Add PHY reset and MAC address fallback for RISC-V
` [PATCH v7 7/7] riscv: p8700: Add Coherence Manager (CM) and IOCU support

[PATCH] board: ti: am335x: Conditional MDIO PAD configuration instead of static for AM335_ICE
 2026-04-17 12:06 UTC  (3+ messages)

[PATCH] nand: Add a watch command
 2026-04-17  8:29 UTC  (4+ messages)

[PATCH 5/8] spi: atcspi200: Add spi-mem framework support
 2026-04-17  6:56 UTC  (5+ messages)
` [PATCH 6/8] spi: atcspi200: Add data merge mode support
` [PATCH 7/8] mtd: spi-nor: Add Macronix MX25U quad-mode fixups
` [PATCH 8/8] configs: ae350: Enable ATCSPI200 data merge mode

[PATCH v3 00/10] Qualcomm IPQ5210 SoC bringup
 2026-04-17  4:22 UTC  (19+ 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

[U-Boot] [PATCH 1/2] avb: Fix build when CONFIG_OPTEE_TA_AVB is disabled
 2026-04-16 20:04 UTC 

[PATCH v2 00/10] Add SPL support for Qualcomm platforms, starting with sdm845
 2026-04-16 21:09 UTC  (5+ messages)
` [PATCH v2 07/10] mach-snapdragon: boot0.h: add sdm845_spl_boot0.h

[PATCH v6 00/14] arm: am335x: Switch to upstream devicetree
 2026-04-16 20:33 UTC  (3+ messages)

[PATCH] pci: correct PCI device enumeration to include all functions on device 0
 2026-04-16 16:13 UTC 

[PATCH] tools: mkeficapsule: Add disable pkcs11 menu option
 2026-04-16 15:51 UTC  (2+ messages)

[PATCH v3 0/2] Changes since v2: Added missing Signed-off-by tags
 2026-04-16 18:13 UTC  (6+ messages)
` [PATCH v3 1/2] regulator: rzg2l: implement connectivity notification
` [PATCH v3 2/2] usb: gadget: renesas: add support for RZ/G2L SoC

[PATCH] binman: x509_cert: add PKCS#11/HSM signing support
 2026-04-16 21:34 UTC  (2+ messages)

[PATCH v2 0/2] This is version 2 of the RZ/G2L support
 2026-04-16 14:44 UTC  (3+ messages)
` [PATCH v2 1/2] regulator: rzg2l: implement connectivity notification
` [PATCH v2 2/2] usb: gadget: renesas: add support for RZ/G2L SoC

[PATCH] usb: gadget: renesas: add support for RZ/G2L SoC
 2026-04-16 14:14 UTC  (3+ messages)

[PATCH v3 0/7] Add FIT multi-DTB selection for Qualcomm platforms
 2026-04-17 12:15 UTC  (9+ messages)
` [PATCH v3 1/7] mach-snapdragon: Add generic SMEM cache infrastructure
` [PATCH v3 2/7] mach-snapdragon: Add FIT multi-DTB selection support
` [PATCH v3 3/7] configs: snapdragon: Enable FIT multi-DTB and configure IMEM
` [PATCH v3 4/7] image: add IH_TYPE_FATFS image type
` [PATCH v3 5/7] mkimage: add fatfs image type for FAT partition images
` [PATCH v3 6/7] doc: document mkimage fatfs type and Qualcomm multi-DTB
` [PATCH v3 7/7] mach-snapdragon: Reorder header includes

[PATCH] virtio: add support for SIZE_MAX & SEG_MAX features
 2026-04-17 12:11 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v1 0/1] qcom: Rename QCS9100 defconfig to Lemans defconfig
 2026-04-17 10:20 UTC  (4+ messages)
` [PATCH v1 1/1] configs: Rename qcs9100 defconfig to lemans defconfig

[PATCH 0/2] fastboot: block: Add GPT/MBR and device selection
 2026-04-17  9:16 UTC  (5+ messages)
` [PATCH 1/2] fastboot: block: Add GPT/MBR support and device selection syntax
` [PATCH 2/2] doc: fastboot: Document block "

[PATCH v1] Fix old TARGET naming to ARCH for PL330
 2026-04-17  8:58 UTC  (2+ messages)

[PATCH] arm: socfpga: Reset MPFE NoC after programming peripheral / combined RBF
 2026-04-17  8:42 UTC  (2+ messages)

[PATCH] efi_loader: support EFI_OS_INDICATIONS_BOOT_TO_FW_UI
 2026-04-17  8:41 UTC  (3+ messages)

[PATCH] arm: socfpga: Setting the image magic value to romcode initswstate register
 2026-04-17  8:31 UTC  (2+ messages)

[PATCH v5 2/3] binman: collection: Set build_done on referenced entries
 2026-04-17  8:30 UTC  (12+ 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 v7 0/3] binman: Fix preload signing with encrypted FIT
      ` [PATCH v7 1/3] binman: Generate preload header and sign data only once
      ` [PATCH v7 2/3] binman: collection: Set build_done on referenced entries
      ` [PATCH v7 3/3] tools: binman: Test signing an encrypted FIT with a preload header
  ` [PATCH v6 "

[PATCHv3 0/6] various memory related fixups
 2026-04-17  8:17 UTC  (24+ 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 v2 0/3] add Toradex Verdin iMX95 support
 2026-04-17  8:15 UTC  (8+ messages)
` [PATCH v2 1/3] common: memsize: add RAM size probe based on alias detection
` [PATCH v2 2/3] board: toradex: add Toradex Verdin iMX95
` [PATCH v2 3/3] toradex: tdx-cfg-block: add verdin imx95 0226, 0227 and 0228 pid4

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

[PATCH v2] misc: Add RZG2L OTP support
 2026-04-17  8:06 UTC 

Pull request for efi-2026-07-rc1
 2026-04-17  8:01 UTC 

[PATCH] misc: Add RZG2L OTP support
 2026-04-17  8:00 UTC  (3+ messages)

[PATCH v1] configs: socfpga: Add QSPI support for Cyclone 5
 2026-04-17  7:44 UTC  (2+ messages)

[PATCH 0/2] Auto-generate binman entry and bintool documentation
 2026-04-17  5:37 UTC  (2+ messages)

QEMU: arm64: bloblist not found and alloc space exhausted
 2026-04-17  5:07 UTC  (9+ messages)
          ` [PATCH 0/1] doc: emulation: qemu-arm: add secure state steps
            ` [PATCH 1/1] "

[PATCH] arm: socfpga: Add fitImage for SPL programs periph RBF only
 2026-04-17  4:00 UTC  (2+ messages)

[PATCH 0/3] Add support for ubi environment to auto create volumes
 2026-04-17  2:35 UTC  (4+ messages)
` [PATCH 1/3] cmd: ubi: expose more APIs to public
` [PATCH 2/3] cmd: ubi: allow creating volume with all free spaces in ubi_create_vol
` [PATCH 3/3] env: ubi: add support to create environment volume if it does not exist

[PATCH 0/8] spi: atcspi200: Modernize driver and add spi-mem + data merge support
 2026-04-17  2:21 UTC  (5+ messages)
` [PATCH 1/8] spi: atcspi200: Clean up register access, macros, naming, DT parsing, and style
` [PATCH 2/8] spi: atcspi200: Improve clock configuration and divider logic
` [PATCH 3/8] spi: atcspi200: Use proper timeout handling for busy-wait loops
` [PATCH 4/8] spi: atcspi200: Fix double stop call and simplify transfer loop

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

[PATCH v2 0/7] fit: dm-verity support
 2026-04-16 23:59 UTC  (18+ messages)
` [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

[PATCH v1 0/3] add Toradex Verdin iMX95 support
 2026-04-16 21:08 UTC  (7+ 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

doc/board/starfive/jh7110_common.rst: Documentation doesn't mention OpenSBI text start address
 2026-04-16 20:59 UTC  (2+ messages)

[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  (5+ messages)
` [PATCH v3 3/7] test: cmd: add unit tests for part command
` [PATCH v3 6/7] fwu: add helper to get image GUID by type and bank index

[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 v2] fpga: xilinx: Add option to skip bitstream ID check
 2026-04-16 17:32 UTC 

[PATCH v3 0/3] Autoboot prompt customization and bootmenu cosmetics
 2026-04-16 14:07 UTC  (6+ messages)
` [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 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  (8+ messages)
` [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


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