public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2026-03-16 02:44:05 to 2026-03-17 15:36:43 UTC [more...]

[PATCH v3 0/5] misc: fs_loader: reorg and split to FS and FW loader + FIP loader
 2026-03-17 15:36 UTC  (2+ messages)
` [PATCH v3 1/5] misc: fs_loader: fix ubifs not unmounted on dev_get_priv error

[PATCH] microblaze: Rework TARGET_MICROBLAZE_GENERIC implementation
 2026-03-17 15:35 UTC  (4+ messages)

[PATCH v2 0/5] imx9{4,5}: Add Quickboot support
 2026-03-17 15:28 UTC  (14+ messages)
` [PATCH v2 1/5] imx9: Add support for saving DDR training data to NVM
` [PATCH v2 2/5] arm: mach-imx: Add command to expose QB functionality
` [PATCH v2 3/5] imx9: Enable QB data saving for iMX9{4,5} EVK
` [PATCH v2 4/5] board: nxp: imx9{4,5}_evk: Add qb save option in SPL
` [PATCH v2 5/5] doc: board: nxp: Add Quickboot documentation

[PATCH 0/3] add [ as alias for test, fix 0/1 argument handling
 2026-03-17 15:11 UTC  (8+ messages)
` [PATCH 2/3] test: add tests for left-bracket alias for 'test' command
` [PATCH 3/3] cmd: test: fix handling of single-argument form of test

[PATCH 00/11] MT8195: add ufs support
 2026-03-17 14:56 UTC  (20+ messages)
` [PATCH 01/11] power: pmic: mtk-pwrap: add MT8195 support
` [PATCH 02/11] power: pmic: mtk-pwrap: use tabs for alignment
` [PATCH 03/11] drivers: phy: phy-mtk-ufs: cleanup headers
` [PATCH 04/11] drivers: phy: phy-mtk-ufs: use tab to indent defines
` [PATCH 05/11] drivers: phy: phy-mtk-ufs: use clk_bulk functions
` [PATCH 06/11] drivers: phy: phy-mtk-ufs: disable clk in power_off
` [PATCH 07/11] drivers: phy: phy-mtk-ufs: do not alloc priv with priv_auto
` [PATCH 08/11] drivers: ufs: ufs-mediatek: fix phy handling
` [PATCH 09/11] drivers: ufs: ufs-mediatek: implement clocking
` [PATCH 10/11] drivers: ufs: ufs-mediatek: add MT8195 compatible
` [PATCH 11/11] configs: add new defconfig for mt8395_evk_ufs

[PATCH] drivers: mmc: mtk-sd: disable dma for MT8188 and MT8195
 2026-03-17 14:29 UTC  (3+ messages)

[PATCH v2] binman: add CST backend selection for i.MX8M signing
 2026-03-17 14:09 UTC  (5+ messages)

[PATCH v2] arm: k3: Kconfig: Enable fTPM and RPMB support
 2026-03-17 14:07 UTC  (4+ messages)

[PATCH] CI: Update sjg lab to match currently actively boards
 2026-03-17 14:06 UTC  (2+ messages)

[PATCH] scsi: Fix oversized data length in scsi_inquiry()
 2026-03-17 14:02 UTC  (3+ messages)

[PATCH v5 0/8] riscv: Add support for P8700 platform on Boston board
 2026-03-17 13:47 UTC  (10+ messages)
` [PATCH v5 1/8] riscv: Add initial support for P8700 SoC
` [PATCH v5 2/8] board: boston-riscv: Add initial support for P8700 Boston board
` [PATCH v5 6/8] net: pch_gbe: Add PHY reset and MAC address fallback for RISC-V
` [PATCH v5 7/8] libfdt: Allow non-64b aligned memreserve entries

[PATCH] EFI Loader: Correct dependencies for EFI_HTTP_BOOT
 2026-03-17 13:44 UTC  (5+ messages)

[PATCH] core: Rework REGMAP symbols implementation
 2026-03-17 13:42 UTC  (3+ messages)

[PATCH] usb: gadget: Move USB_GADGET_DUALSPEED to be slightly more visible
 2026-03-17 13:41 UTC  (3+ messages)

[PATCH] reset: Correct dependencies for RESET_RZG2L_USBPHY_CTRL
 2026-03-17 13:40 UTC  (3+ messages)

[PATCH] optee: Correct dependencies for BOOTM_OPTEE
 2026-03-17 13:38 UTC  (3+ messages)

[PATCH] doc: overlay-fdt-boot: .dtbos do not need load addresses
 2026-03-17 13:13 UTC 

[PATCH 0/2] fwu: Call EFI stack initialization after preboot
 2026-03-17 12:43 UTC  (4+ messages)
` [PATCH 1/2] event: Introduce EVT_POST_PREBOOT event

[PATCH] scmi: Rework SCMI_FIRMWARE implementation
 2026-03-17 12:42 UTC  (5+ messages)

[PATCH] board: phytec: phycore-imx91-93: Add phyCORE-i.MX91 support
 2026-03-17 12:31 UTC 

[PATCH v2] console: Prefer currently selected serial console as stdio device
 2026-03-17 12:29 UTC  (2+ messages)

[PATCH] rtl8169: add support for RTL8125d
 2026-03-17  7:24 UTC 

[PATCH] timer: Correct Kconfig entry for XILINX_TIMER
 2026-03-17 11:50 UTC  (2+ messages)

[PATCH 1/2] configs: phycore_am62x_a53_defconfig: Enable CMD_USB_MASS_STORAGE
 2026-03-17 10:40 UTC  (3+ messages)
` [PATCH 2/2] configs: imx93-phycore_defconfig: "

[PATCH] USB: dwc2: allow usb start even if usbphy is not found
 2026-03-17  9:20 UTC  (7+ messages)

[PATCH v11] efi_vars: Implement SPI Flash store
 2026-03-17  9:12 UTC  (4+ messages)

[PATCH] efi_loader: Allow disabling ANSI console queries via env variable
 2026-03-17  7:52 UTC  (9+ messages)

[PATCH v2 0/4] u-boot: add SCMI GPIO/Pinctrl support
 2026-03-17  9:05 UTC  (3+ messages)
` [PATCH v2 4/4] gpio: scmi: Add gpio_scmi driver

[PATCH] arm: relocate: Introduce data-only relocation mode
 2026-03-17  7:46 UTC  (5+ messages)

[PATCH v2 0/5] misc: fs_loader: reorg and split to FS and FW loader + FIP loader
 2026-03-17  7:02 UTC  (12+ messages)
` [PATCH v2 1/5] misc: fs_loader: fix ubifs not unmounted on dev_get_priv error
` [PATCH v2 2/5] misc: fs_loader: reorganize and split to FS and FW loader
` [PATCH v2 3/5] misc: fw_loader: implement generic get_fw_loader_from_node()
` [PATCH v2 4/5] misc: fw_loader: introduce FIP loader driver
` [PATCH v2 5/5] misc: fw_loader: implement request_firmware_size() OP

OPTEE on i.MX8MP
 2026-03-17  6:41 UTC  (3+ messages)

[GIT PULL] u-boot-riscv/next
 2026-03-17  6:01 UTC 

[PATCH] usb: isp1760: Correct dependencies for USB_ISP1760
 2026-03-17  2:35 UTC  (2+ messages)

[PATCH] test: Correct dependencies for SPL_UNIT_TEST
 2026-03-17  1:24 UTC 

[PATCH] watchdog: Correct dependencies for WDT_MAX6370
 2026-03-17  1:24 UTC 

[PATCH] timer: Correct dependencies for SPL_TIMER
 2026-03-17  1:24 UTC 

[PATCH] pinctrl: Correct dependencies for PINCTRL_TH1520
 2026-03-17  1:24 UTC 

[PATCH] misc: Correct dependencies on QCOM_GENI
 2026-03-17  1:24 UTC 

[PATCH] input: Correct dependencies for BUTTON_KEYBOARD
 2026-03-17  1:24 UTC 

[PATCH] dfu: Correct dependencies for DFU_TFTP
 2026-03-17  1:24 UTC 

[PATCH] SPL: Rework logic around SPL_BLK_FS (and SPL_NVME)
 2026-03-17  1:24 UTC 

[PATCH] boot: Update dependencies for some UPL options
 2026-03-17  1:24 UTC 

[PATCH] boot: Update tests around network symbols in BOOT_DEFAULTS_CMDS
 2026-03-17  1:24 UTC 

[PATCH] sandbox: Add missing select's to the architecture symbol
 2026-03-17  1:24 UTC 

[PATCH] sysreset: Rework tests around SYSRESET_CMD_POWEROFF
 2026-03-17  1:24 UTC 

[PATCH] net: Rework some symbol dependencies
 2026-03-17  1:24 UTC 

[PATCH] xPL FIT: Rework SPL_FIT dependencies
 2026-03-17  1:24 UTC 

Converting cl-som-imx7 in U-Boot to the modern PCA953x GPIO driver
 2026-03-17  0:58 UTC 

[PATCH] ram: renesas: dbsc: Use macro in renesas_dbsc5_board_config channel count
 2026-03-17  0:33 UTC 

[PATCH 0/3] boards: mediatek: add Genio 520/720 SD card support
 2026-03-16 21:55 UTC  (4+ messages)
` [PATCH 1/3] arm: dts: mt8371: add SD card nodes
` [PATCH 2/3] arm: dts: add U-Boot overrides for Genio 520 and 720 SD card
` [PATCH 3/3] configs: mt8189: enable GPIO support

[PATCH v2 0/6] boards: mediatek: initial support for Genio 720 EVK
 2026-03-16 21:26 UTC  (8+ messages)
` [PATCH v2 5/6] arm: dts: mediatek: Add MediaTek Genio 520/720 EVK DTS
` [PATCH v2 6/6] board: mediatek: Add Genio 520/720 EVK defconfigs

[PATCH resend 0/1] Timers: prevent conflict between ARM Generic Timer and Timer drivers
 2026-03-16 20:03 UTC  (2+ messages)
` [PATCH resend 1/1] "

[PATCH] tpm: Add wolfTPM library support for TPM 2.0
 2026-03-16 19:19 UTC  (5+ messages)

[PATCH 0/7] Introduce SQUASHFS support in SPL
 2026-03-16 16:22 UTC  (3+ messages)

[[PATCH v2] tpm: Add wolfTPM library support for TPM 2.0 00/12] *** SUBJECT HERE ***
 2026-03-16 18:14 UTC  (13+ messages)
` [[PATCH v2] tpm: Add wolfTPM library support for TPM 2.0 01/12] tpm: export tpm_show_device, tpm_set_device, and get_tpm
` [[PATCH v2] tpm: Add wolfTPM library support for TPM 2.0 02/12] include: add byteorder macro guards and SHA384 hash wrapper
` [[PATCH v2] tpm: Add wolfTPM library support for TPM 2.0 03/12] spi: add BCM2835/BCM2711 hardware SPI controller driver
` [[PATCH v2] tpm: Add wolfTPM library support for TPM 2.0 04/12] dts: add TPM device tree nodes for RPi4, QEMU, and sandbox
` [[PATCH v2] tpm: Add wolfTPM library support for TPM 2.0 05/12] tpm: add wolfTPM library as git submodule
` [[PATCH v2] tpm: Add wolfTPM library support for TPM 2.0 06/12] tpm: add wolfTPM headers and SHA384 glue code
` [[PATCH v2] tpm: Add wolfTPM library support for TPM 2.0 07/12] tpm: add wolfTPM driver helpers and Kconfig options
` [[PATCH v2] tpm: Add wolfTPM library support for TPM 2.0 08/12] cmd: refactor tpm2 command into frontend/backend architecture
` [[PATCH v2] tpm: Add wolfTPM library support for TPM 2.0 09/12] tpm: add sandbox TPM SPI emulator
` [[PATCH v2] tpm: Add wolfTPM library support for TPM 2.0 10/12] test: add wolfTPM C unit tests and Python integration tests
` [[PATCH v2] tpm: Add wolfTPM library support for TPM 2.0 11/12] doc: add wolfTPM documentation
` [[PATCH v2] tpm: Add wolfTPM library support for TPM 2.0 12/12] configs: enable wolfTPM in rpi_4_defconfig

[PATCH] ufs: rockchip: Make use of controller resets
 2026-03-16 16:50 UTC 

[PATCH] usb: dwc2_udc_otg_phy: fix compilation on non-Exynos patforms
 2026-03-16 18:15 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH v2] kbuild: strip sub_make_done from test-script environment
 2026-03-16 18:07 UTC  (2+ messages)

[PATCH v2] scsi: Adjust SCSI inquiry command data length
 2026-03-16 18:07 UTC  (2+ messages)

[PATCH] board: ti: j7*: Update rm-cfg and tifs-rm-cfg
 2026-03-16 18:07 UTC  (2+ messages)

[PATCH] toradex: tdx-cfg-block: add aquila tda4 0223 pid4
 2026-03-16 18:07 UTC  (2+ messages)

[PATCH v2] configs: Add fragment config for snagfactory tool
 2026-03-16 18:07 UTC  (2+ messages)

[PATCH v2 00/13] clk: mediatek: unify mux clocks
 2026-03-16 16:45 UTC  (3+ messages)

[PATCH v5 00/10] Add PCIe Boot support for TI J784S4 SoC
 2026-03-16 16:34 UTC  (2+ messages)

[NEXT] Pull request efi-2026-03-14
 2026-03-16 16:34 UTC  (2+ messages)

[GIT PULL] Please pull u-boot-dfu-20260316 into master
 2026-03-16 16:34 UTC  (2+ messages)

[PATCH] console: Prefer currently selected serial console as stdio device
 2026-03-16 16:29 UTC  (3+ messages)

[PATCH] clk: rk3288: add stub for ops->enable
 2026-03-16 15:09 UTC  (4+ messages)

[PATCH 0/8] Add support for TQMa7x
 2026-03-16 13:51 UTC  (3+ messages)
` [PATCH 6/8] board: tqma7: add code for u-boot with spl

[GIT,PULL] u-boot-riscv/next
 2026-03-16 12:23 UTC  (4+ messages)

[PATCH] dfu: Make the DFU_WRITE_ALT symbol available outside of DFU
 2026-03-16  9:39 UTC  (2+ messages)

command negation in modern hush parser
 2026-03-16  9:25 UTC  (4+ messages)

[PATCH] doc: board: starfive: jh7110 common update OPENSBI build env reference
 2026-03-16  8:34 UTC  (2+ messages)

[PATCH] doc: board: starfive: jh7110 common give build output dir by env not arg
 2026-03-16  8:26 UTC  (2+ messages)

[PATCH 0/4] Minor i.MX DDR init clean-up
 2026-03-16  8:26 UTC  (3+ messages)

[PATCH] remoteproc: renesas: apmu: Fix typo in Kconfig symbol help text
 2026-03-16  3:21 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