public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2026-02-10 10:50:23 to 2026-02-12 12:44:55 UTC [more...]

[PATCH] spl: Add generic SPL MTD loader support
 2026-02-12  5:42 UTC  (2+ messages)

[GIT PULL] AMD/Xilinx changes for 2026.04-rc3
 2026-02-12 11:41 UTC 

[PATCH v2 0/3] gpio: Introduce gpio-delay driver and enable it on Kria
 2026-02-12 11:33 UTC  (2+ messages)

[PATCH v2 0/6] Add support for fwumdata
 2026-02-12 11:25 UTC  (3+ messages)

[PATCH] fwu-mdata: Allow multiple metadata storage drivers to be enabled
 2026-02-12 11:17 UTC  (7+ messages)

[PATCH v2 0/7] arm: mediatek: clean up some redundant board init
 2026-02-12 11:02 UTC  (11+ messages)
` [PATCH v2 2/7] board: mediatek: mt8390_evk: remove empty board_init()
` [PATCH v2 3/7] arm: mediatek: mt8183: remove unused function
` [PATCH v2 4/7] arm: mediatek: make mtk_pll_early_init() static
` [PATCH v2 5/7] board/mediatek: move EVK MAINTAINERS to common file
` [PATCH v2 7/7] arm: mediatek: add CONFIG_MTK_MEM_MAP_DDR_BASE_PHY

[PATCH] usb: cdns3: use VBUS Valid to determine role for dr_mode OTG
 2026-02-12 10:57 UTC  (4+ messages)

[PATCH 0/4] boards: mediatek: initial support for Genio 720 EVK
 2026-02-12 10:41 UTC  (3+ messages)
` [PATCH 1/4] arm: mediatek: add support of MT8189 SoC family

[PATCH 0/1] Fix regression caused in Verdin boards by 42b3ee7fa524
 2026-02-12 10:32 UTC  (4+ messages)
` [PATCH 1/1] board: toradex: Make A53 get RAM size from DT in K3 boards

[PATCH 0/3] pinctrl: mediatek: support for mt8189
 2026-02-12 10:29 UTC  (5+ messages)
` [PATCH 2/3] pinctl: mediatek: increase max number of base addresses
` [PATCH 3/3] pinctrl: mediatek: add support for mt8189

[PATCH v2 0/1] Fix regression caused in Verdin boards by 42b3ee7fa524
 2026-02-12 10:28 UTC  (2+ messages)
` [PATCH v2 1/1] board: toradex: Make A53 get RAM size from DT in K3 boards

[PATCH v2 0/3] drivers: ufs: ufs_hba_ops callbacks cleanup
 2026-02-12 10:21 UTC  (8+ messages)
` [PATCH v2 1/3] drivers: ufs: handle return values of ufs_hba_ops callbacks
` [PATCH v2 2/3] drivers: ufs: add helper for phy_initialization callback
` [PATCH v2 3/3] drivers: ufs: fix typo in struct ufs_dev_cmd kernel-doc

[PATCH v3] board: mediatek: add MT8370 EVK board support
 2026-02-12 10:00 UTC  (2+ messages)

[PATCH] board: phytec: phycore-imx93: Enter fastboot on USB boot by default
 2026-02-12  9:03 UTC  (2+ messages)

[PATCH] scsi: Adjust SCSI inquiry command data length
 2026-02-12  8:21 UTC  (3+ messages)

[PATCH v8 0/4] efi_vars: Implement SPI Flash storage for EFI
 2026-02-12  6:14 UTC  (7+ messages)
` [PATCH v8 1/4] efi_var_file: refactor to move buffer functions
` [PATCH v8 2/4] efi_var: Unify read/write access helper function
` [PATCH v8 3/4] efi_loader: Setup default location for UEFI Variables storing
` [PATCH v8 4/4] efi_vars: Implement SPI Flash store

[PATCH v2 0/2] Add i.MX95 15x15 FRDM support
 2026-02-12  2:40 UTC  (3+ messages)
` [PATCH v2 1/2] arm64: dts: freescale: add basic dts for FRDM-IMX95 in u-boot
` [PATCH v2 2/2] imx: Add FRDM-IMX95 initial support

U-Boot support for wolfTPM and firmware update for SLB9672/SLB9673
 2026-02-12  2:11 UTC  (10+ messages)

[PATCH v3] arm: imx8m: add boot_device and boot_instance env variables
 2026-02-12  3:42 UTC  (4+ messages)

[PATCH] board: Correct usage of fdtfile=CONFIG_DEFAULT_FDT_FILE
 2026-02-12  2:58 UTC  (2+ messages)

[PATCH v5 0/6] Implement all missing SMBIOS types required by distro tooling
 2026-02-12  0:24 UTC  (7+ messages)

[PATCH v3 1/1] image: fit: Apply overlays using aligned writable FDT copies
 2026-02-11 22:13 UTC  (3+ messages)

[PATCH 0/5] Update DDR Configurations
 2026-02-11 20:14 UTC  (9+ messages)

[ANN] Updating next to v6.19-dts
 2026-02-11 18:26 UTC  (2+ messages)

Pull request for ab-next-11022026
 2026-02-11 18:26 UTC  (2+ messages)

[PATCH 1/2] env: Provide another work-around for unquoting fdtfile
 2026-02-11 18:26 UTC  (2+ messages)

[PATCH v2 0/2] am335x: failsafe bootloader update
 2026-02-11 18:26 UTC  (2+ messages)

[PATCH v2 00/16] net: airoha: PCS and MDIO support for Airoha AN7581 SoC
 2026-02-11 18:22 UTC  (17+ messages)
` [PATCH v2 01/16] net: mdio-mt7531-mmio: use common header priv struct
` [PATCH v2 02/16] net: airoha: add initial support for multiple GDM port
` [PATCH v2 03/16] net: airoha: avoid out of boundary writing/access to gdm_port_str[] array
` [PATCH v2 04/16] net: airoha: declare airoha_eth_port as U_BOOT_DRIVER()
` [PATCH v2 05/16] net: airoha: do not call airoha_fe_init() from GDM port independent code
` [PATCH v2 06/16] net: airoha: init switch before GDM port initialization
` [PATCH v2 07/16] net: airoha: add support for Airoha PCS driver
` [PATCH v2 08/16] net: airoha: pcs: improve/fix building rules
` [PATCH v2 09/16] net: pcs-airoha: unify code using SCU regmap helper
` [PATCH v2 10/16] net: airoha-pcs: an7581: sync with linux code a bit
` [PATCH v2 11/16] airoha: add GDM1 sub-node into EN7523 ethernet controller node
` [PATCH v2 12/16] airoha: add PCS node for AN7581
` [PATCH v2 13/16] configs: enable PCS for Airoha AN7581
` [PATCH v2 14/16] net: airoha: fill in support for PCS/PHY in Airoha Ethernet driver
` [PATCH v2 15/16] net: airoha: makes PCS support optional
` [PATCH v2 16/16] net: airoha: use mt7531 mdio for GDM1

[PATCH v4 1/1] image: fit: Apply overlays using aligned writable FDT copies
 2026-02-11 18:06 UTC 

[PATCH v2 0/5] arm: socfpga: enable NAND boot support on Agilex platforms
 2026-02-11 17:04 UTC  (14+ messages)
` [PATCH v2 1/5] mtd: nand: introduce SPL_NAND_FRAMEWORK_CAPABLE Kconfig option
` [PATCH v2 2/5] mtd: nand: add generic SPL NAND MTD loader
` [PATCH v2 3/5] mtd: nand: wire SPL NAND MTD loader into SPL build

[PATCH] kbuild: Bump the build system to 6.1
 2026-02-11 15:25 UTC  (4+ messages)

[GIT PULL] Please pull u-boot-dfu-20260211 into master
 2026-02-11 16:19 UTC  (2+ messages)

Pull request for tpm-master-11022026
 2026-02-11 16:19 UTC  (2+ messages)

[PATCH v4 0/6] UEFI Capsule - PKCS11 Support
 2026-02-11 16:09 UTC  (11+ messages)
` [PATCH v4 6/6] test: binman: Add test for pkcs11 signed capsule
    ` EXTERNAL - "

[PATCH v7 0/3] efi_vars: Implement SPI Flash storage for EFI
 2026-02-11 15:33 UTC  (14+ messages)
` [PATCH v7 1/3] efi_var_file: refactor to move buffer functions
` [PATCH v7 2/3] efi_var: Unify read/write access helper function
` [PATCH v7 3/3] efi_vars: Implement SPI Flash store

[PATCH] cmd: pxe_utils: fix syntax error in comments
 2026-02-11 15:19 UTC 

[PATCH 0/2] board: st: common: cmd_stboard update
 2026-02-11 14:32 UTC  (3+ messages)
` [PATCH 1/2] board: st: common: Add support of stm32mp21xx-dk board
` [PATCH 2/2] board: st: common: add uclass_get_device_by_driver()'s return value check

[PATCH] board: Synology: common: Fix typo in Makefile
 2026-02-11 14:16 UTC  (3+ messages)

[PATCH v2 0/3] Add FIT multi-DTB selection for Qualcomm platforms
 2026-02-11 13:54 UTC  (6+ messages)
` [PATCH v2 1/3] mach-snapdragon: Add generic SMEM cache infrastructure
` [PATCH v2 2/3] mach-snapdragon: Add FIT multi-DTB selection support

[PATCH v2] configs: Add fragment config for snagfactory tool
 2026-02-11  9:49 UTC 

[PATCH] efi_loader: add missing EFI_CALL around tcg2 read_blocks calls
 2026-02-11 12:43 UTC 

[PATCH] efi_loader: fix ecpt size computation
 2026-02-11 12:25 UTC  (5+ messages)

[REGRESSION] Verdin AM62/62P not booting with 42b3ee7fa524
 2026-02-11 11:21 UTC  (5+ messages)

[PATCH] dm: core: Don't allow ofnode_to_fdt() to return NULL
 2026-02-11  9:35 UTC  (2+ messages)

[PATCH] arm64: versal2: fix GICD/GICR base addresses for Versal Gen 2
 2026-02-11  9:04 UTC  (2+ messages)

[PATCH v2] mtd: spi-nor: Add support for flash reset
 2026-02-11  9:03 UTC  (2+ messages)

[PATCH] net: phy: mscc: Enable RMII clock output for VSC8541 PHY
 2026-02-11  8:40 UTC  (2+ messages)

[PATCH v2] pinctrl: zynqmp: Add SPL support
 2026-02-11  8:39 UTC  (2+ messages)

[PATCH] bootstd: rauc: Fix null pointer access while checking root part
 2026-02-11  8:36 UTC 

[PATCH] xilinx: mbv: Disable EFI loader
 2026-02-11  8:30 UTC 

[PATCH 0/2] rockchip: rk3576: Fix DMA transfer of TF-A to PMU_SRAM
 2026-02-11  8:22 UTC  (3+ messages)
` [PATCH 1/2] rockchip: rk3576: Allow pmu sram access for non-secure masters

[PATCH v2 0/2] lib: sm3: coverity fix and add documentation
 2026-02-11  6:23 UTC  (3+ messages)

[PATCH v2 00/16] Add board support for Spacemit K1 SoC in SPL
 2026-02-11  4:57 UTC  (18+ messages)
` [PATCH v2 01/16] spacemit: k1: support multi-board infrastructure
` [PATCH v2 02/16] spacemit: k1: enable SPL with debug UART
` [PATCH v2 03/16] configs: k1: enable early timer support
` [PATCH v2 04/16] reset: k1: add SPL support and enable TWSI8 reset
` [PATCH v2 05/16] dt-bindings: clock: import k1-syscon from upstream
` [PATCH v2 06/16] dts: k1: import dts file from upstream folder
` [PATCH v2 07/16] clk: spacemit: Add support for K1 SoC
` [PATCH v2 08/16] dts: k1: enable clocks in SPL
` [PATCH v2 09/16] board: k1: initialize clock and serial devices "
` [PATCH v2 10/16] configs: k1: add default option for clock driver "
` [PATCH v2 11/16] i2c: k1: add I2C driver support
` [PATCH v2 12/16] spacemit: k1: add TLV EEPROM support in SPL
` [PATCH v2 13/16] spacemit: k1: Add DDR firmware support to SPL
` [PATCH v2 14/16] power: pmic: add support for Spacemit P1 PMIC
` [PATCH v2 15/16] power: regulator: add support for Spacemit P1 SoC
` [PATCH v2 16/16] board: k1: enable pmic in spl

[PATCH] usb: dwc3: core: Use IS_ERR_VALUE() for ref_clk rate check
 2026-02-10 13:46 UTC  (8+ messages)

[PATCH v2 1/1] image: fit: Apply overlays using aligned writable FDT copies
 2026-02-10 20:04 UTC  (2+ messages)

[PATCH v2] arm: dts: sc594: Update sc594 EZKIT GPIO polarities
 2026-02-10 19:58 UTC  (2+ messages)

[PATCH] MAINTAINERS: Remove a few inactive people
 2026-02-10 17:13 UTC 

[PATCH 1/2] Fix x86 baytrail boot flow
 2026-02-10 17:02 UTC  (10+ messages)
` [PATCH 2/2] Fix x86 baytrail boot flow, UPD/VPD Updates

[PATCH] stm32mp: fix array bounds checks
 2026-02-10 14:57 UTC 

[PATCH RFC 0/3] Add clk and pinctrl drivers for SM6125 SoC
 2026-02-10 15:57 UTC  (3+ messages)

[PATCH RFC 0/3] Add clk and pinctrl drivers for SM6125 SoC
 2026-02-10 15:34 UTC  (2+ messages)

[PATCH v2 0/6] Enable the IPUv3 driver to use CCF
 2026-02-10 16:04 UTC  (10+ messages)
  ` [PATCH v2 1/6] arch: imx: fix incorrect shutdown call for inactive video devices
  ` [PATCH v2 2/6] clk: imx6q: apply clang-format
  ` [PATCH v2 3/6] clk: imx6q: add ipu and ldb clocks and dependencies
  ` [PATCH v2 4/6] pwm: pwm-imx: enable ipg or per clks only if CONFIG_CLK enabled
  ` [PATCH v2 5/6] video: imx: ipuv3: move clock code to legacy
  ` [PATCH v2 6/6] video: imx: ipuv3: use clock framework

[PATCH 0/3] drivers: ufs: ufs_hba_ops callbacks cleanup
 2026-02-10 16:11 UTC  (4+ messages)
` [PATCH 1/3] drivers: ufs: handle return values of ufs_hba_ops callbacks
` [PATCH 2/3] drivers: ufs: add helper for phy_initialization callback
` [PATCH 3/3] drivers: ufs: fix typo in struct ufs_dev_cmd kernel-doc

[PATCH] boot: image-fit: Add runtime flag to always relocate overlays
 2026-02-10 13:41 UTC  (5+ messages)

[PATCH v2 0/7] mkimage: Detect FIT image load address overlaps and fix related test/DTS issues
 2026-02-10  8:16 UTC  (8+ messages)

[PATCH v1] arm: socfpga: soc64: separate reset manager into common and platform-family parts
 2026-02-10  5:23 UTC 


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