public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2026-03-03 19:56:41 to 2026-03-06 18:17:09 UTC [more...]

[PATCH v2 00/23] binman: test: Organise test files into subdirectories
 2026-03-06 18:12 UTC  (22+ messages)
` [PATCH v2 01/23] binman: test: Capture output from tests with warnings
` [PATCH v2 02/23] binman: test: Move pack/layout test files to test/pack/
` [PATCH v2 03/23] binman: test: Move U-Boot variant test files to test/xpl/
` [PATCH v2 04/23] binman: test: Move x86 and Intel test files to test/x86/
` [PATCH v2 05/23] binman: test: Move FIT image test files to test/fit/
` [PATCH v2 06/23] binman: test: Move FDT/fdtmap test files to test/fdt/
` [PATCH v2 07/23] binman: test: Move blob test files to test/blob/
` [PATCH v2 08/23] binman: test: Move security test files to test/security/
` [PATCH v2 09/23] binman: test: Move CBFS test files to test/cbfs/
` [PATCH v2 10/23] binman: test: Move ChromeOS test files to test/cros/
` [PATCH v2 11/23] binman: test: Move mkimage test files to test/mkimage/
` [PATCH v2 12/23] binman: test: Move FIP/TF-A test files to test/fip/
` [PATCH v2 13/23] binman: test: Move UEFI capsule test files to test/capsule/
` [PATCH v2 14/23] binman: test: Move vendor-specific test files to test/vendor/
` [PATCH v2 15/23] binman: test: Move symbol test files to test/symbols/
` [PATCH v2 16/23] binman: test: Move remaining test files to test/entry/
` [PATCH v2 17/23] binman: test: Move x86 binary test data to test/x86/
` [PATCH v2 18/23] binman: test: Move FIT signing test data to test/fit/
` [PATCH v2 19/23] binman: test: Move shared key files to test/security/
` [PATCH v2 20/23] binman: test: Fix code coverage for iMX8 and cst bintool
` [PATCH v2 21/23] binman: Remove the coverage allow_failures list

[PULL] u-boot-usb/master
 2026-03-06 16:17 UTC  (2+ messages)

[GIT PULL] Please pull u-boot-dfu-next-20260303 into next
 2026-03-06 16:17 UTC  (2+ messages)

[PATCH v4 00/17] bootm: Clean up arch-specific, pre-OS clean-up
 2026-03-06 15:12 UTC  (22+ messages)
` [PATCH v4 01/17] dm: Move flags_remove() check before child removal
` [PATCH v4 02/17] dm: Remove children when parent is removed by flags
` [PATCH v4 03/17] bootstage: Add some missing dummy functions
` [PATCH v4 04/17] bootm: Create bootm_final() for pre-boot cleanup
` [PATCH v4 05/17] x86: Call bootm_final()
` [PATCH v4 06/17] riscv: "
` [PATCH v4 07/17] bootm: Stash bootstage data in bootm_final()
` [PATCH v4 08/17] arm: Call bootm_final()
` [PATCH v4 09/17] arc: "
` [PATCH v4 10/17] microblaze: "
` [PATCH v4 11/17] mips: "
` [PATCH v4 12/17] powerpc: "
` [PATCH v4 13/17] m68k: "
` [PATCH v4 14/17] nios2: "
` [PATCH v4 15/17] sh: "
` [PATCH v4 16/17] xtensa: "
` [PATCH v4 17/17] sandbox: "

[PATCH v2] boot: Add fit_config_get_hash_list() to build signed node list
 2026-03-06 15:12 UTC  (2+ messages)

[PATCH v4 00/10] arm: am335x: Switch to upstream devicetree
 2026-03-06 15:11 UTC  (2+ messages)

[PATCH] boot: Add fit_config_get_hash_list() to build signed node list
 2026-03-06 15:10 UTC  (5+ messages)

[PATCH] arm64: versal2: Fix UFS boot command sequence
 2026-03-06 12:48 UTC 

[PATCH next] include: env: ti: move board specific scripts out of ti_common
 2026-03-06 12:02 UTC 

[PATCH] mtd: spi-nor: Add gd25lx128j chip
 2026-03-06  6:36 UTC  (2+ messages)

[PATCH 0/4] Minor i.MX DDR init clean-up
 2026-03-06  9:40 UTC  (6+ messages)
` [PATCH 1/4] ddr: imx: Remove duplicate includes
` [PATCH 2/4] ddr: imx: Remove undefined declarations
` [PATCH 3/4] ddr: imx: Remove unused macros
` [PATCH 4/4] ddr: imx: Remove unnecessary macro argument

[PATCH 0/3] pinctrl: mediatek: support for mt8189
 2026-03-06  8:49 UTC  (3+ messages)
` [PATCH 1/3] pinctl: mediatek: add bounds check on number of base addresses

[PATCH] common: spl: spl_dfu.c: Fix warning associated with PCI subclass_code
 2026-03-06  5:04 UTC  (4+ messages)

[PATCH v2] clk: mediatek: mt8188: fix CLK_TOP_CLK{13,26}M rates
 2026-03-06  0:45 UTC 

[PATCH] net: lwip: Fix PBUF_POOL_BUFSIZE when PROT_TCP_LWIP is disabled
 2026-03-05 22:36 UTC 

[PATCH] doc: board: starfive: jh7110 common give build output dir by env not arg
 2026-03-05 21:56 UTC  (3+ messages)

[PATCH] doc: board: starfive: jh7110 common update OPENSBI build env reference
 2026-03-05 21:49 UTC 

[QUESTION] CM5 / BCM2712: RP1 UART console support in U-Boot
 2026-03-05 18:49 UTC  (2+ messages)

[PATCH] FIT: Address Secure Boot Bypass for Signed FIT Images
 2026-03-05 18:25 UTC  (12+ messages)

[BUG] Latest GEN5 socfpga handoff python script sanity issue
 2026-03-05 18:21 UTC  (2+ messages)

[PATCH] Add an initial CONTRIBUTE.rst
 2026-03-05 17:45 UTC  (3+ messages)

[PATCH 1/1] board/BuR/zynq: don't select non-existent SPL_BINMAN_FDT
 2026-03-05 15:57 UTC  (4+ messages)

[PATCH v3 00/13] imx: add i.MX952 support
 2026-03-05 15:06 UTC  (4+ messages)
` [PATCH v3 11/13] arm64: dts: freescale: Add i.MX952 EVK basic device tree

[PATCH] liebherr: btt: Fix buffer overflow in board_fit_config_name_match
 2026-03-05 16:40 UTC 

[PATCH 0/9] ARM: RPi5: Enable PCIe
 2026-03-05 10:18 UTC  (2+ messages)

[PATCH] image-fit: Fix mismatched parameter type in comment
 2026-03-05 17:06 UTC  (2+ messages)

[RESEND PATCH v4 0/3] Add upstream board Xunlong Orange Pi RV
 2026-03-05 17:00 UTC  (4+ messages)
` [RESEND PATCH v4 1/3] board: starfive: visionfive2: Add Orange Pi RV selection by product_id
` [RESEND PATCH v4 2/3] configs: starfive: Add Orange Pi RV to visionfive2
` [RESEND PATCH v4 3/3] doc: board: starfive: Add Xunlong OrangePi RV

[PATCH v4 0/3] Add upstream board Xunlong Orange Pi RV
 2026-03-05 16:49 UTC  (5+ messages)
` [PATCH v4 1/3] board: starfive: visionfive2: Add Orange Pi RV selection by product_id
` [PATCH v4 2/3] configs: starfive: Add Orange Pi RV to visionfive2
` [PATCH v4 3/3] doc: board: starfive: Add Xunlong OrangePi RV

[PATCH 0/4] Add an efidebug ecpt command
 2026-03-05 16:13 UTC  (5+ messages)
` [PATCH 1/4] lib: uuid: add EBBR 2.1 conformance profile GUID
` [PATCH 2/4] efi_loader: export efi_ecpt_guid
` [PATCH 3/4] cmd: efidebug: add ecpt command
` [PATCH 4/4] test/py: add ECPT tests

[PATCH v5 00/10] Add PCIe Boot support for TI J784S4 SoC
 2026-03-05 15:04 UTC  (5+ messages)

[PATCH 0/2] MAINTAINERS: Update ADI ADSP platform maintainers
 2026-03-05 14:49 UTC  (2+ messages)

[PATCH v2] tools/atmelimage: add const qualifier to fix compiler warning
 2026-03-05 14:49 UTC  (2+ messages)

[GIT PULL] Please pull u-boot-ufs-20260304
 2026-03-05 14:49 UTC  (2+ messages)

[PATCH v4 0/7] clk: mediatek: new mt8189 driver
 2026-03-05 14:14 UTC  (8+ messages)
` [PATCH v4 1/7] clk: mediatek: use correct struct type for infrasys clocks
` [PATCH v4 5/7] clk: mediatek: add MUX_MIXED_CLR_SET_UPD_FLAGS() macro
` [PATCH v4 6/7] dt-bindings: clock: Add MediaTek MT8189 clock
` [PATCH v4 7/7] clk: mediatek: add clock driver for MT8189

[PATCH 00/14] clk: mediatek: unify mux clocks
 2026-03-05 14:03 UTC  (15+ messages)
` [PATCH 01/14] clk: mediatek: move common PARENT macros to header
` [PATCH 02/14] clk: mediatek: mt7622: convert to struct mtk_parent
` [PATCH 07/14] clk: mediatek: mt8188: "
` [PATCH 08/14] clk: mediatek: mt8195: "
` [PATCH 09/14] clk: mediatek: mt8365: "
` [PATCH 13/14] clk: mediatek: remove CLK_PARENT_MIXED flag
` [PATCH 14/14] clk: mediatek: refactor duplicate *_mux_get_rate()

[PATCH v2] scsi: Adjust SCSI inquiry command data length
 2026-03-05 13:57 UTC  (2+ messages)

[PATCH v0] Fix NVMe for non-zero bus offsets
 2026-03-05  9:01 UTC  (6+ messages)
` [hack] help U-Boot find the correct PCIe inbound offset for NVMe on Raspberry Pi 5

[PATCH v2 0/3] drivers: ufs: ufs_hba_ops callbacks cleanup
 2026-03-05  8:50 UTC  (4+ messages)
` [PATCH v2 2/3] drivers: ufs: add helper for phy_initialization callback

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

[PATCH v2] spi: cadence_qspi: pulse controller reset at probe
 2026-03-05  8:43 UTC  (2+ messages)

[PATCH] arm64: versal2: Enable GIC600 support
 2026-03-05  8:43 UTC  (2+ messages)

[PATCH] net: lwip: scale buffer pool size with TFTP block size
 2026-03-05  6:40 UTC 

[PATCH v2] configs: socfpga: arria10: Disable CONFIG_SPL_USE_TINY_PRINTF
 2026-03-05  5:58 UTC 

[PATCH] tpm: Add wolfTPM library support for TPM 2.0
 2026-03-04 20:52 UTC  (3+ messages)

[PATCH v2] kbuild: strip sub_make_done from test-script environment
 2026-03-04 18:48 UTC 

[PATCH v1 0/1] led: led_pwm: fix active-low behavior
 2026-03-04 18:12 UTC  (6+ messages)
` [PATCH v1 1/1] "

[PATCH] kbuild: unexport sub_make_done to fix child make invocations
 2026-03-04 18:02 UTC  (11+ messages)

[PATCH] clk: mediatek: mt8188: fix CLK_TOP_CLK26M rate
 2026-03-04 17:28 UTC  (2+ messages)

[PATCH 0/2] fastboot: Add UFS flash/erase support
 2026-03-04 16:23 UTC  (3+ messages)
` [PATCH 1/2] fastboot: Add UFS flash backend

[PATCH v5 00/08] riscv: Add support for P8700 platform on Boston board
 2026-03-04 15:32 UTC  (2+ messages)

[PATCH] clk: mediatek: mt7622: fix infracfg and pericfg clock operations
 2026-03-04 15:28 UTC  (2+ messages)

[PATCH v1] spi: designware: add support for bits-per-word DT binding
 2026-03-04 14:58 UTC  (10+ messages)

[PATCH 0/2] mtd: nand: raw: Cadence NAND cleanup
 2026-03-04 14:39 UTC  (4+ messages)
` [PATCH 1/2] mtd: nand: raw: Kconfig: clean up SPL Cadence NAND dependencies
` [PATCH 2/2] mtd: nand: raw: use raw NAND MTD header

[PATCH] configs: socfpga: arria10: Disable CONFIG_USE_TINY_PRINTF
 2026-03-04 12:09 UTC  (3+ messages)

[PATCH v6 00/12] Rockchip VOP2 support
 2026-03-04 12:29 UTC  (3+ messages)
` [PATCH v6 07/12] video: rockchip: vop2: Add video bridge support

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

[PATCH] arm: arria10: Add correct mask bits for RTRIM and PU_DRV_STRG
 2026-03-04  4:12 UTC 

[PATCH] drivers: watchdog: Enhance watchdog support in SPL for N5X
 2026-03-04  4:08 UTC 

[PATCH v1] include: configs: socfpga: Add environment variables for distro boot
 2026-03-04  4:02 UTC 

[PATCH v1] arm: dts: agilex5: Set DTB filename and kernel node removal for non-secure boot
 2026-03-04  3:46 UTC 

[PATCH] arm: socfpga: Ensure FPGA in user mode before enabling the bridges
 2026-03-04  3:43 UTC 

[PATCH] arm: socfpga: Add NAND register address and data register
 2026-03-04  3:37 UTC 

[PATCH 0/3] arm: socfpga: Arria10 SPL FIT support for SPI/NAND boot
 2026-03-04  3:30 UTC  (4+ messages)
` [PATCH 1/3] arm: socfpga: Use custom header target buffer in SPL
` [PATCH 2/3] arm: socfpga: Add SPL fitImage config match
` [PATCH 3/3] arm: socfpga: Include required functions for FIT implementation in NAND

Fix x86 baytrail boot flow, UPD/VPD Updates
 2026-03-03 22:36 UTC  (2+ messages)

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

[PATCH] clk: mediatek: mt8365: drop topckgen map
 2026-03-03 22:17 UTC 

[PATCH v4 1/4] iopoll: Fix read_poll_timeout macro documentation
 2026-03-03 20:37 UTC  (8+ messages)
` [PATCH v4 2/4] iopoll: Improve handling of timeout_us param in read_poll_timeout macro
` [PATCH v4 3/4] usb: Add code spacing in usb_bulk_msg function
` [PATCH v4 4/4] usb: Convert ad-hoc poll/timeout sequences in usb.c to iopoll

Binman and blobs
 2026-03-03 20:03 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