public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2026-03-04 07:51:15 to 2026-03-07 18:22:27 UTC [more...]

[PATCH v4 00/17] bootm: Clean up arch-specific, pre-OS clean-up
 2026-03-07 16:36 UTC  (23+ 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 v1 0/1] led: led_pwm: fix active-low behavior
 2026-03-07  7:02 UTC  (7+ messages)
` [PATCH v1 1/1] "

[PATCH] video: stm32: dsi: add .of_to_plat callback
 2026-03-06 22:33 UTC  (4+ messages)

[PATCH] Add an initial CONTRIBUTE.rst
 2026-03-06 22:31 UTC  (4+ messages)

[PATCH v3 0/7] Provide classes for building disk images with FS partitions
 2026-03-06 22:23 UTC  (11+ messages)
` [PATCH v3 1/7] test: fs_helper: Allow passing the image filename
` [PATCH v3 2/7] test: fs_helper: Add a quiet flag to mk_fs()
` [PATCH v3 3/7] test: Update comment for fs_helper.setup_image()
` [PATCH v3 4/7] test: fs_helper: Drop the size_gran argument
` [PATCH v3 5/7] test: Convert fs_helper to use a class
` [PATCH v3 6/7] test: Add a helper class to create disk images
` [PATCH v3 7/7] test: Convert test_efi_bootmgr to use FsHelper

[PATCH v2 0/9] clk: mediatek: clean up flags
 2026-03-06 22:05 UTC  (10+ messages)
` [PATCH v2 1/9] clk: mediatek: rename HAVE_RST_BAR
` [PATCH v2 2/9] clk: mediatek: rename CLK_DOMAIN_SCPSYS
` [PATCH v2 3/9] clk: mediatek: add MUX_GATE_MIXED macros
` [PATCH v2 4/9] clk: mediatek: move common PARENT macros to header
` [PATCH v2 5/9] clk: mediatek: mt7622: change to struct mtk_parent
` [PATCH v2 6/9] clk: mediatek: mt7623: "
` [PATCH v2 7/9] clk: mediatek: mt7629: "
` [PATCH v2 8/9] clk: mediatek: set CLK_PARENT_XTAL on fixed factor clocks
` [PATCH v2 9/9] clk: mediatek: remove use of CLK_BYPASS_XTAL flag

[PATCH] doc/buildman: fix missing :: on examples
 2026-03-06 19:52 UTC 

[PATCH v2 0/5] misc: fs_loader: reorg and split to FS and FW loader + FIP loader
 2026-03-06 19:05 UTC  (6+ 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

[PATCH v2 00/23] binman: test: Organise test files into subdirectories
 2026-03-06 18:12 UTC  (24+ 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
` [PATCH v2 22/23] binman: Drop the allow_failures parameter from run_test_coverage()
` [PATCH v2 23/23] binman: doc: Update binman_tests.rst for subdirectory layout

[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 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 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  (7+ 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 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] 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  (3+ messages)
` [PATCH 1/2] mtd: nand: raw: Kconfig: clean up SPL Cadence NAND dependencies

[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


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