u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
 messages from 2026-05-20 13:52:07 to 2026-05-22 13:09:57 UTC [more...]

[PATCH] fdt: Check return value and len of fdt_get_name() calls
 2026-05-22 12:30 UTC  (2+ messages)
` [PATCH] image-fit-sig: Check that the strings region is within bounds

[PATCH v1 0/2] fs/squashfs: fix symlink load failure on large images
 2026-05-22  9:43 UTC  (2+ messages)

[PATCH v3 0/7] Fix and add some spi-nor flash parts (v3)
 2026-05-22  7:55 UTC  (3+ messages)
` [PATCH v3 3/7] mtd: spi-nor-ids: Add support for GigaDevice GD25Q256

[PATCH 1/1] board: tqma7: update fastboot env
 2026-05-22 11:09 UTC 

[PATCH 0/3] efi_loader: fix ACPI table installation
 2026-05-22 11:02 UTC  (13+ messages)
` [PATCH 1/3] efi_loader: use pointers in efi_acpi_register()
` [PATCH 2/3] efi_selftest: add ACPI configuration table test
` [PATCH 3/3] efi_loader: add ACPI table dump EFI app

[PATCH] MAINTAINERS: Replace ASpeed with N:
 2026-05-22  9:38 UTC  (2+ messages)

[PATCH] MAINTAINERS: Replace Altera/SoCFPGA/Agilex with N:
 2026-05-22  9:37 UTC  (2+ messages)

[PATCH] MAINTAINERS: Replace Apple with N:
 2026-05-22  9:37 UTC  (2+ messages)

[PATCH 0/7] qcom: Add FIT capsule support with multi-partition updates
 2026-05-22  9:13 UTC  (14+ messages)
` [PATCH 1/7] qcom: capsule: add FIT capsule support with multi-partition
` [PATCH 2/7] efi_loader: firmware: track last attempt status for ESRT reporting
` [PATCH 3/7] efi_loader: firmware: add last attempt tracking for RAW capsules
` [PATCH 4/7] efi_loader: Extract FW version even on authentication failure
` [PATCH 5/7] configs: qcom: enable FIT capsule support by default
` [PATCH 6/7] tools: add fvupdate_to_fit.py for FIT capsule generation
` [PATCH 7/7] doc: add fvupdate_to_fit.py documentation and example XML

[PATCH v3] tools: efivar: strip auth descriptor for authenticated variables
 2026-05-22  8:43 UTC  (6+ messages)

[PATCH] configs: stm32mp15: Increase SYS_MALLOC_F_LEN
 2026-05-22  8:10 UTC  (2+ messages)

[PATCH] stm32mp2: update part number for STM32MP251/3
 2026-05-22  8:07 UTC  (2+ messages)

[PATCH] arm: gic-v3-its: Fix LPI pending table size calculation
 2026-05-22  8:06 UTC 

[PATCH 1/3] usb: ci_udc: set correct ep type in ep_enable()
 2026-05-22  7:55 UTC  (3+ messages)
` [PATCH 2/3] usb: ci_udc: Update usb request status
` [PATCH 3/3] usb: ci_udc: verify all dtds are inactive before completing request

[PATCH] usb: f_sdp: handle the spl load function failure
 2026-05-22  7:27 UTC 

[PATCH v2] power: regulator: Fix power on/off delay issue
 2026-05-22  7:14 UTC 

[PATCH] MAINTAINERS: Replace Amlogic Meson with N:
 2026-05-22  6:59 UTC  (2+ messages)

[PATCH v2 0/7] Add UFS clock support for Qualcomm SoCs
 2026-05-22  6:58 UTC  (2+ messages)

Friendlyelec NanoPi M5
 2026-05-22  6:24 UTC  (2+ messages)

[PATCH] mmc: allow forward compatibility for EXT_CSD_REV
 2026-05-22  6:19 UTC  (4+ messages)

[PATCH v2] arm: k3: Kconfig: Enable fTPM and RPMB support
 2026-05-22  6:15 UTC  (4+ messages)

[SECURITY] net: wget: wrapped receive offset can bypass buffer_size check
 2026-05-22  4:03 UTC 

[SECURITY] net: tftp: first OACK/DATA can be accepted from an unexpected source IP
 2026-05-22  4:01 UTC 

[PATCH v1 1/2] tools: mkimage: fix get_basename crash on paths with dotted directories
 2026-05-22  3:07 UTC  (9+ messages)
` [PATCH v1 2/2] test/py: cover "

[PATCH] .gitignore: exclude logo generated file
 2026-05-22  2:42 UTC 

[PATCH] bootmenu: fix incorrect menu quitting logic
 2026-05-22  2:40 UTC 

[PATCH v1 0/4] reset: add board reset type
 2026-05-22  1:23 UTC  (5+ messages)
` [PATCH v1 1/4] reset: Allow per-board "
` [PATCH v1 2/4] reset: Add explicit cold reset support
` [PATCH v1 3/4] reset: Print reset type on diagnostic console
` [PATCH v1 4/4] reset: x86: Use cpu_hlt() in pch_sysreset_power_off()

[PATCH v4] Add support for OpenSSL Provider API
 2026-05-21 22:29 UTC  (5+ messages)

[PATCH v9 00/12] Add SPL support for Qualcomm platforms, starting with sdm845
 2026-05-21 20:37 UTC  (13+ messages)
` [PATCH v9 01/12] Makefile: add SPL_REMAKE_ELF_LDSCRIPT feature
` [PATCH v9 02/12] of_live: support in SPL
` [PATCH v9 03/12] drivers: allow clk_stub and spmi "
` [PATCH v9 04/12] mach-snapdragon: boot0.h: split out msm8916_boot0.h
` [PATCH v9 05/12] qualcomm: add u-boot-spl-elf-sdm845.lds
` [PATCH v9 06/12] mach-snapdragon: Kconfig: fix duplicate SYS_MALLOC_LEN
` [PATCH v9 07/12] mach-snapdragon: Kconfig: changes / additions to support SPL
` [PATCH v9 08/12] mach-snapdragon: boot0.h: add sdm845_spl_boot0.h
` [PATCH v9 09/12] mach-snapdragon: move board_usb_init to dragonboard410c.c
` [PATCH v9 10/12] mach-snapdragon: add board_spl.c and split out common code
` [PATCH v9 11/12] qualcomm: add defconfig, env and docs for SPL on sdm845
` [PATCH v9 12/12] dts: add u-boot specific sdm845 .dtsi and a .dtsi for shift-axolotl

[PATCH v2] ufs: qcom: Add UFS host regulator support
 2026-05-21 20:16 UTC 

[PATCH] usb: gadget: atmel: use calloc() to allocate endpoint list
 2026-05-21 20:01 UTC 

[PATCH 0/5] Remove some empty bootdev_ops structures
 2026-05-21 23:30 UTC  (12+ messages)
` [PATCH 1/5] bootdev: Fix the case where the driver ops field is null
` [PATCH 2/5] block: ide: Drop empty bootdev_ops structure
` [PATCH 3/5] ata: sata: "
` [PATCH 4/5] scsi: "
` [PATCH 5/5] virtio: "
` [0/5] Remove some empty bootdev_ops structures

[PATCH] tools: fit_common: fix memory leak in mmap_fdt error path
 2026-05-21 19:14 UTC  (4+ messages)
` [PATCH] tools: ifwitool: fix memory leak in ibbp_dir_add()
` [PATCH] tools: image-host: fix memory leak of info.name in signature functions
` [PATCH] x86: zimage: fix NULL pointer dereference in build_command_line

[PATCH] doc: wdt: fix typo for expire
 2026-05-21 19:00 UTC 

[PATCH] ufs: qcom: Add UFS host regulator support
 2026-05-21 18:39 UTC 

[PATCH] drivers: watchdog: Fix dev_read_addr error check
 2026-05-21 18:38 UTC 

[PATCH] drivers: serial: Fix dev_read_addr error check
 2026-05-21 17:52 UTC 

[PATCH] drivers: gpio: Fix dev_read_addr error check
 2026-05-21 17:50 UTC 

[PATCH v5 0/7] qcom: Add NVMEM bitfield support and reboot‑mode integration
 2026-05-21 18:05 UTC  (8+ messages)
` [PATCH v5 1/7] misc: Add support for bit fields in NVMEM cells
` [PATCH v5 2/7] misc: qcom: Add Qualcomm SPMI SDAM NVMEM driver
` [PATCH v5 3/7] reboot-mode: add REBOOT_MODE_ENV_UPDATE option
` [PATCH v5 4/7] mach-snapdragon: enter fastboot on bootloader reboot reason
` [PATCH v5 5/7] qcom_defconfig: Enable reboot-mode support in qcom_defconfig
` [PATCH v5 6/7] test: dm: add comprehensive tests for NVMEM bit field operations
` [PATCH v5 7/7] misc: update API documentation for bit field support in NVMEM

[PATCH v2] Add support for OpenSSL Provider API
 2026-05-21 17:45 UTC  (4+ messages)

[GIT PULL] Please pull u-boot-dfu-20260521 into master
 2026-05-21 17:42 UTC  (2+ messages)

[GIT PULL] Please pull u-boot-nvme-fixes-20260521
 2026-05-21 17:42 UTC  (2+ messages)

[PATCH] board/qualcomm: use bootflow for default boot
 2026-05-21 17:07 UTC  (8+ messages)

[PATCH 0/1] libavb: fix avb_replace() OOM handling
 2026-05-21 16:51 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH 0/9] fs: add change date to ls output
 2026-05-21 15:38 UTC  (5+ messages)
` [PATCH 3/9] fs: ext4: print change date in directory listing

[PATCH 0/6] TQMa7 eeprom sysinfo driver
 2026-05-21 15:21 UTC  (4+ messages)
` [PATCH 3/6] sysinfo: tq_eeprom: new driver

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

[PATCH 00/20] Introduce resume for J7xx SoCs
 2026-05-21 14:40 UTC  (15+ messages)
` [PATCH 01/20] configs: j784s4_evm_r5: enable TI_SCI_POWER_DOMAIN
` [PATCH 03/20] board: ti: j721e: Add resume detection for J721e/J7200
` [PATCH 06/20] board: ti: j721s2: Add resume detection
` [PATCH 11/20] mach-k3: r5: common: add helper functions needed in LPM resume sequence

[PATCH v2 00/15] qcom: smem: modernize SMEM in U-Boot
 2026-05-21 13:36 UTC  (3+ messages)
` [PATCH v2 13/15] mach-snapdragon: support parsing memory map from SMEM

[PATCH v3 0/9] ARM: RPi5: Enable PCIe
 2026-05-21 13:28 UTC  (4+ messages)

[PATCH] arm64: versal2: Fix buffer overflow in soc_name_decode
 2026-05-21 13:05 UTC 

[PATCH v7 0/6] Qualcomm: teach the build system to emit signed ELF images
 2026-05-21 12:23 UTC  (3+ messages)
` [PATCH v7 6/6] configs: qcom: use mkmbn and stop building ELF files

[PATCH v2] fastboot: read fastboot buffer address from fastboot_addr_r
 2026-05-21 10:57 UTC 

[PATCH v2 0/6] arm: omap: Add back omap4 support
 2026-05-21  6:45 UTC  (7+ messages)
` [PATCH v2 1/6] arm: omap: Move PRM I2C channel frequency to vc.c
` [PATCH v2 2/6] arm: ti: omap: Extract common clock definitions
` [PATCH v2 3/6] clk: ti: Remove AM33xx dependency
` [PATCH v2 4/6] configs: omap4: remove unused boot target devices
` [PATCH v2 5/6] arm: ti: Introduce back omap4 support
` [PATCH v2 6/6] board: variscite: add support for the omap4_var_som

[PATCH v3 0/3] Enable Arm SMC watchdog for STM32MP1
 2026-05-21  7:20 UTC  (6+ messages)
` [PATCH v3 1/3] configs: stm32mp15: enable WDT_ARM_SMC driver
` [PATCH v3 2/3] configs: stm32mp13: activate watchdog
` [PATCH v3 3/3] ARM: dts: stm32: enable SMC watchdog for STM32MP15 SCMI config

[PATCH v2 0/7] ti: j7: Update to v0.12.0 of DDR config tool
 2026-05-21  6:26 UTC  (14+ messages)
` [PATCH v2 5/7] arm: dts: k3-am69: ddr: "
        ` [EXTERNAL] "
` [PATCH v2 7/7] doc: ti: k3: Add section for DDR configuration

[PATCH] Add JEDEC ID table entries for additional ISSI SPI-NOR devices
 2026-05-21  2:29 UTC 

[PATCH] net: bootp: extend ProxyDHCP support to read bootfile name
 2026-05-20 21:59 UTC 

[PATCH] arm: dts: socfpga: Add MDK support with external GPIO expander
 2026-05-21  1:53 UTC 

In-tree Python tools (patman, buildman, binman, etc.)
 2026-05-21  0:38 UTC  (2+ messages)

[PATCH v5 00/15] add software ecdsa support
 2026-05-20 23:04 UTC  (5+ messages)
` [PATCH v5 01/15] ecdsa: fix support of secp521r1

[RFC PATCH v2 00/17] Tidy command option parsing and use it a bit
 2026-05-20 20:43 UTC  (3+ messages)

[PATCH 1/1] fs: fat: fix seconds in timestamp
 2026-05-20 20:42 UTC  (2+ messages)

[RFC PATCH 00/11] Tidy command option parsing and use it a bit
 2026-05-20 20:42 UTC  (16+ messages)
` [RFC PATCH 05/11] lib: getopt: Permute by default with inline reorder
` [RFC PATCH 06/11] lib: getopt: Add getopt_pop() helper
` [RFC PATCH 07/11] cmd: echo: Use getopt() with '+' prefix for option parsing

[PATCH 0/2] Convert env export and import to use getopt()
 2026-05-20 20:12 UTC  (3+ messages)
` [PATCH 1/2] cmd: nvedit: Use getopt() in env export
` [PATCH 2/2] cmd: nvedit: Use getopt() in env import

Multiple vulnerabilities in the U-Boot FIT image signature verification logic
 2026-05-20 16:09 UTC  (3+ messages)

[PATCH v3 1/2] env: migrate static flags list to Kconfig
 2026-05-20 17:53 UTC  (3+ messages)

[PATCH v4 00/14] tpm: Add wolfTPM library support for TPM 2.0
 2026-05-20 17:35 UTC  (4+ messages)
` [PATCH v4 14/14] configs: add rpi_4_wolftpm_defconfig

[PATCH v2 0/3] Enable Arm SMC watchdog for STM32MP1
 2026-05-20 16:11 UTC  (7+ messages)
` [PATCH v2 2/3] configs: stm32mp13: activate watchdog

[PATCH v1] board: toradex: verdin-imx95: fix ram size check calculated addresses
 2026-05-20 15:39 UTC  (2+ messages)

[PATCH 1/2] toradex: common: Make TDX_CFG_BLOCK select EVENT
 2026-05-20 15:38 UTC  (2+ messages)

[PATCH v3 0/5] reset: Introduce reset_reset.*() API
 2026-05-20 14:40 UTC  (10+ messages)
` [PATCH v3 1/5] reset: Add reset_reset() and reset_reset_bulk() API

[PATCH 0/6] arm: omap: Add back omap4 support
 2026-05-20 14:29 UTC  (7+ messages)
` [PATCH 6/6] board: variscite: add support for the omap4_var_som


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).