public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2026-04-02 19:58:40 to 2026-04-05 20:18:00 UTC [more...]

[PATCH 0/2] Fix LPDDR3 H616 TPR6 parsing
 2026-04-05 19:59 UTC 

[PATCH v3 0/4] phy: add common PHY polarity properties support
 2026-04-05 14:49 UTC  (5+ messages)
` [PATCH v3 1/4] phy: add common PHY "
` [PATCH v3 2/4] net: phy: air_en8811h: use standard rx-polarity/tx-polarity properties
` [PATCH v3 3/4] test: dm: add PHY common props unit tests
` [PATCH v3 4/4] sandbox: dts: add PHY common props test nodes

[PULL] u-boot-sh/master
 2026-04-05 17:06 UTC  (2+ messages)

[PATCH] DM: crypto/fsl: fix unaligned exponent handling in fsl_rsa
 2026-04-05 13:54 UTC 

[PATCH] CI: Update sjg lab to match currently actively boards
 2026-04-05 12:13 UTC  (7+ messages)

[PATCH v1 0/4] Relocate U-Boot in the last bank
 2026-04-05 12:04 UTC  (12+ messages)
` [PATCH v1 1/4] treewide: move bi_dram[] from bd to gd
` [PATCH v1 2/4] common: move ram_base calculation to independent INITCALL()
` [PATCH v1 3/4] common: Clean up setup_dest_addr()
` [PATCH v1 4/4] common: Add an optionto relocate on ram top
` [v1,0/4] Relocate U-Boot in the last bank

[PATCH v3 0/6] imx9{4,5,52}: Add Quickboot support
 2026-04-05 11:49 UTC  (15+ messages)
` [PATCH v3 1/6] imx9: Add support for saving DDR training data to NVM
` [PATCH v3 2/6] arm: mach-imx: Add command to expose QB functionality
` [PATCH v3 3/6] configs: imx9{43, 5}: Enable SPI SFDP support
` [PATCH v3 4/6] board: nxp: imx9{4, 5, 52}_evk: Add qb save option in SPL
  ` [PATCH v3 4/6] board: nxp: imx9{4,5,52}_evk: "
` [PATCH v3 5/6] doc: board: nxp: Add Quickboot documentation
` [PATCH v3 6/6] drivers: ddr: imx: Fix Kconfig for SAVED_DRAM_TIMING_BASE

[PATCH v2] bootstd: efi: Handle prior-stage FDT in network path
 2026-04-05 11:34 UTC 

[PATCH v2 0/8] test: Refactor FIT test for clarity and extensibility
 2026-04-05 11:11 UTC  (9+ messages)
` [PATCH v2 1/8] test: fit: Drop the fit_signature buildconfigspec
` [PATCH v2 2/8] test: fit: Avoid restarting U-Boot
` [PATCH v2 3/8] test: Rename test_fit() to test_fit_base()
` [PATCH v2 4/8] test: Add a check for a missing kernel
` [PATCH v2 5/8] test: Update fit test to fix a few Python warnings
` [PATCH v2 6/8] test: Convert FIT test to use a class
` [PATCH v2 7/8] test: Add fsetup fixture and prepare helper for FIT test
` [PATCH v2 8/8] test: Add documentation for the "

[PATCH 0/2] Autoboot prompt customization and bootmenu cosmetics
 2026-04-05 10:49 UTC  (3+ messages)
` [PATCH 1/2] autoboot: allow custom prompt without requiring AUTOBOOT_KEYED
` [PATCH 2/2] cmd: bootmenu: ANSI_CLEAR_LINE before entry name

[PATCH v3 1/2] kbuild: Move U-Boot .incbin rules to Makefile.lib-u-boot
 2026-04-05 10:42 UTC  (2+ messages)
` [PATCH v3 2/2] kbuild: Use if_changed for font and splash .incbin rules

[PATCH 0/3] mtd: spinand: winbond: Misc fixes
 2026-04-05  9:13 UTC  (7+ messages)
` [PATCH 1/3] cmd: mtd: Prevent out-of-bound check
` [PATCH 2/3] mtd: spinand: winbond: Add missing QE bit on W25NxxJW devices
` [PATCH 3/3] mtd: spinand: winbond: Clarify when to enable the HS bit

[PATCH] arm64: renesas: Enable SMC command on all R-Car 64-bit systems
 2026-04-05  3:53 UTC 

[PATCH] arm: renesas: Enable preboot environment variable on all R-Car systems
 2026-04-05  3:51 UTC 

[PATCH] Revert "usb: cdns3: use VBUS Valid to determine role for dr_mode OTG"
 2026-04-04 18:25 UTC  (8+ messages)

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

[PATCH 00/14] test: Convert tests to use FsHelper and DiskHelper
 2026-04-04 14:03 UTC  (15+ messages)
` [PATCH 01/14] test: Add a helper class to create disk images
` [PATCH 02/14] test: fs_helper: Skip empty srcdir when creating a filesystem
` [PATCH 03/14] test: Fix broken fs_obj_fat fixture
` [PATCH 04/14] test: Convert test_cat to use FsHelper
` [PATCH 05/14] test: Convert test_xxd "
` [PATCH 06/14] test: Convert test_efi_bootmgr "
` [PATCH 07/14] test: Convert setup_bootmenu_image() "
` [PATCH 08/14] test: Split out core of Fedora image into a new function
` [PATCH 09/14] test: Convert setup_bootflow_image() to use FsHelper
` [PATCH 10/14] test: Convert setup_efi_image() "
` [PATCH 11/14] test: Convert test_ut_dm_init() "
` [PATCH 12/14] test: Rename setup_bootflow_image()
` [PATCH 13/14] test: Convert setup_rauc_image() to use FsHelper
` [PATCH 14/14] test: Convert test_fs fixtures "

[PATCH v2 0/2] Add Rockchip USBPHY DM driver
 2026-04-04 12:01 UTC  (4+ messages)
` [PATCH v2 1/2] phy: rockchip: add phy-rockchip-usb2.c
` [PATCH v2 2/2] usb: phy: remove rockchip_usb2_phy.c
` [RESEND PATCH "

[PATCH 0/3] Enable ENETC on i.MX952 EVK
 2026-04-04 11:38 UTC  (5+ messages)
` [PATCH v1 1/3] net: fsl_enetc: fix the duplex setting on the iMX platform
` [PATCH v1 2/3] net: fsl_enetc: Add support for i.MX952
` [PATCH v1 3/3] imx952_evk: Enable ENETC0

[SECURITY] NFS symlink chain buffer overflow → remote code execution (net/nfs-common.c)
 2026-04-04  4:05 UTC  (4+ messages)

[PATCH 0/5] Add SPL support for Qualcomm platforms, starting with sdm845
 2026-04-03 23:18 UTC  (6+ messages)
` [PATCH 1/5] Makefile: add SPL_REMAKE_ELF_LDSCRIPT feature
` [PATCH 2/5] of_live: support in SPL
` [PATCH 3/5] drivers: allow clk_stub and spmi "
` [PATCH 4/5] mach-snapdragon: support building SPL
` [PATCH 5/5] dts: add empty .dtsi for shift-axolotl

[PATCH] xiaomi pad 5 support
 2026-04-04  5:52 UTC  (2+ messages)

[REGRESSION] imx8mm_evk: FSPI build broken by 37e50627e
 2026-04-04  3:56 UTC  (3+ messages)

[RFC PATCH 0/3] Add virtio-mmio support to m68k virt machine
 2026-04-04  1:49 UTC  (5+ messages)
` [RFC PATCH 2/3] virtio: mmio: endian *fixes* *HACK*

[PATCH 0/6] various memory related fixups
 2026-04-04  0:08 UTC  (7+ messages)
` [PATCH 5/6] efi_memory: backfill EFI_CONVENTIONAL_MEMORY

[PATCH] usb: cdns3: fix cdns3_bind() to avoid returning error and probe parent
 2026-04-03 22:35 UTC  (8+ messages)

[PATCH] mtd: spi-nor-ids: add flags for mx25u12835f
 2026-04-03 20:31 UTC 

[PATCH] spi: Correct dependency on SPI_MEM for many drivers
 2026-04-03 19:47 UTC  (2+ messages)

[PATCH] acpi: Correct dependencies for GENERATE_ACPI_TABLE
 2026-04-03 19:47 UTC  (2+ messages)

[PATCH] misc: Add missing dependency to CROS_EC_SANDBOX
 2026-04-03 19:47 UTC  (2+ messages)

[PATCH] gpio: Correct dependencies for legacy CMD_PCA953X
 2026-04-03 19:47 UTC  (2+ messages)

[PATCH] clk: Add missing dependency for SANDBOX_CLK_CCF
 2026-04-03 19:47 UTC  (2+ messages)

[PATCH] cmd: Add missing dependency to CMD_PMC
 2026-04-03 19:47 UTC  (2+ messages)

[PATCH] boot: Add DM_RTC as a dependency to CEDIT
 2026-04-03 19:47 UTC  (2+ messages)

[PATCH] loads: Add LMB as a dependency
 2026-04-03 19:47 UTC  (2+ messages)

[PATCH] lmb: Correct dependency around CMD_BOOT[IMZ]
 2026-04-03 19:47 UTC  (2+ messages)

[PATCH] env: Make use of IF_ENABLED_INT in spi flash support
 2026-04-03 19:47 UTC  (2+ messages)

[PATCH] env: Correct dependency for ENV_IS_IN_NAND
 2026-04-03 19:47 UTC  (2+ messages)

[PATCH] rtc: Update Kconfig dependencies
 2026-04-03 19:47 UTC  (2+ messages)

[PATCH] rtc: ds1337: Remove various legacy code and update dependencies
 2026-04-03 19:47 UTC  (2+ messages)

[PATCH] rtc: Remove legacy DS1338 support
 2026-04-03 19:47 UTC  (2+ messages)

[PATCH] bootcount: Give i2c-eeprom a unique identifier
 2026-04-03 19:47 UTC  (2+ messages)

[PATCH] sata: Rework the CMD_SATA and SATA symbols
 2026-04-03 19:47 UTC  (2+ messages)

[PATCH] global: Audit Kconfig usage of PARTITION_TYPE_GUID
 2026-04-03 19:47 UTC  (2+ messages)

[PATCH] optee: Correct dependencies for BOOTM_OPTEE
 2026-04-03 19:47 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] sandbox: Add missing select's to the architecture symbol
 2026-04-03 19:47 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] board: adi: Fix exception when using standalone SoM
 2026-04-03 17:16 UTC  (2+ messages)

[PATCH v2 0/1] tools: u_boot_pylib: ensure all Python modules are installed
 2026-04-03 16:31 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH] efi_loader: support EFI_OS_INDICATIONS_BOOT_TO_FW_UI
 2026-04-03 16:31 UTC  (6+ messages)

[PATCH 0/1] u_boot_pylib: disable standalone module detection
 2026-04-03 16:28 UTC  (3+ messages)

[PATCH v7 0/7] add loongson mips ls1c300 initial support
 2026-04-03 16:25 UTC  (8+ messages)
` [PATCH v7 1/7] mips: loongson: minimal initial SoC support
` [PATCH v7 2/7] mips: loongson: lowlevel initialize
` [PATCH v7 3/7] mips: loongson: lowlevel debug serial
` [PATCH v7 4/7] mips: loongson: ls1c300 board support
` [PATCH v7 5/7] mips: loongson: add clk driver
` [PATCH v7 6/7] mips: loongson: add watchdog driver
` [PATCH v7 7/7] mips: loongson: ls1c300 dts and bindings

[PATCH] .mailmap: Fix Jerome's entry
 2026-04-03 16:09 UTC  (2+ messages)

[PATCH] powerpc/mpc83xx: Move alignment padding into __u_boot_list section
 2026-04-03 16:09 UTC  (2+ messages)

Need help with FDT overlay
 2026-04-03 15:37 UTC  (2+ messages)
` [PATCH] doc: Fix fdt resize argument in fdt_overlays.rst

[PATCH v2 1/3] tools: binman: Test signing an encrypted FIT with a preload header
 2026-04-03 14:53 UTC  (16+ messages)
` [PATCH v2 2/3] binman: Generate preload header and sign data only once
` [PATCH v2 3/3] binman: collection: Set build_done on referenced entries
` [PATCH v3 1/3] tools: binman: Test signing an encrypted FIT with a preload header
  ` [PATCH v3 2/3] binman: Generate preload header and sign data only once
  ` [PATCH v3 3/3] binman: collection: Set build_done on referenced entries
  ` [PATCH v4 1/3] tools: binman: Test signing an encrypted FIT with a preload header
    ` [PATCH v4 2/3] binman: Generate preload header and sign data only once
    ` [PATCH v4 3/3] binman: collection: Set build_done on referenced entries

[PATCH v2] arch/x86/lib: implement cmdline configuration property
 2026-04-03 14:28 UTC 

[PATCH v5 0/6] misc: fs_loader: reorg and split to FS and FW loader + FIP loader
 2026-04-03 13:52 UTC  (7+ messages)
` [PATCH v5 1/6] misc: fs_loader: fix ubifs not unmounted on dev_get_priv error
` [PATCH v5 2/6] misc: fs_loader: reorganize and split to FS and FW loader
` [PATCH v5 3/6] misc: fw_loader: implement generic get_fw_loader_from_node()
` [PATCH v5 4/6] misc: fw_loader: implement request_firmware_size() OP
` [PATCH v5 5/6] misc: fw_loader: introduce FIP loader driver
` [PATCH v5 6/6] doc: dtbinding: Update documentation for Generic Firmware loader

[PATCH] tpm: Add wolfTPM library support for TPM 2.0
 2026-04-03 13:44 UTC  (6+ messages)

[PATCH v2 1/2] console: add console_flush_stdin()
 2026-04-03 13:22 UTC  (5+ messages)
` [PATCH v2 2/2] cli: flush stdin before enabling cli
  ` [v2,2/2] "

[PATCH v2] common: cli_hush: fix console_buffer overflow on boot retry
 2026-04-03 13:21 UTC  (2+ messages)

[PATCH] board: toradex: Quote variables in `test` cmd expression
 2026-04-03  8:53 UTC  (4+ messages)

[PATCH 0/1] arm: dts: add/fix I2C controllers for sc5xx
 2026-04-02 17:13 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH V2] board: dhelectronics: imx: Use second Ethernet MAC also from fuse
 2026-04-03  4:43 UTC  (2+ messages)

[PATCH v1 0/9] SoCFPGA: Update Boot Support for Stratix10 in U-Boot
 2026-04-03  2:25 UTC  (10+ messages)
` [PATCH v1 1/9] arch: arm: dts: stratix10: Switch to using upstream Linux DT config
` [PATCH v1 2/9] configs: stratix10: Combine defconfig for all boot flashes
` [PATCH v1 3/9] arm: socfpga: Move firmware register settings from source code to device tree
` [PATCH v1 4/9] arm: socfpga: Update Stratix10 SPL data save and restore implementation
` [PATCH v1 5/9] arm: socfpga: s10: Enable system manager driver for Stratix10
` [PATCH v1 6/9] ddr: altera: soc64: Add secure region support for ATF flow
` [PATCH v1 7/9] clk: s10: Refactor S10 clock driver
` [PATCH v1 8/9] mmc: socfpga_dw_mmc: Exclude S10 from legacy clkmgr address retrieval
` [PATCH v1 9/9] spl: s10: Enhance watchdog support in SPL for Stratix 10

[PATCH 1/4] arm64: imx8mp: Fold inline ECC into spl.c on DH i.MX8MP DHCOM SoM
 2026-04-03  1:38 UTC  (2+ messages)

[PATCH] cmd: test: add bug-compatibility special case for 'test -n'
 2026-04-02 23:30 UTC  (2+ messages)

[PATCH v2 0/9] MT8195: add ufs support
 2026-04-02 22:27 UTC  (2+ messages)

[PATCH] boot/fit: remove useless else branch
 2026-04-02 21:02 UTC  (2+ messages)

[PATCHv2 0/5] various memory related fixups
 2026-04-02 20:50 UTC  (6+ messages)
` [PATCHv2 1/5] lmb: add LMB_FDT for fdt reserved regions
` [PATCHv2 2/5] efi_dt_fixup: use fdtdec_get_bool
` [PATCHv2 3/5] efi_selftest_memory: check for duplicates first
` [PATCHv2 4/5] efi_mem_sort: skip unnecessary compare
` [PATCHv2 5/5] memory: reserve from start_addr_sp to end_addr_sp

[PATCH] linker_lists.h: drop never used ll_start, ll_end macros
 2026-04-02 20:24 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