U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-07 19:36:00 to 2026-07-09 07:12:35 UTC [more...]

[PATCH 00/11] treewide: Fix miscellaneous xPL related symbol issues
 2026-07-09  7:12 UTC  (25+ messages)
` [PATCH 01/11] Makefile: Drop redundant CONFIG_TPL_BUILD checks
` [PATCH 02/11] dm: core: Drop redundant CONFIG_TPL_BUILD check
` [PATCH 03/11] rockchip: clk: rk3368: Drop redundant CONFIG_TPL_BUILD checks
` [PATCH 04/11] x86: apl: fsp_bindings: Drop redundant CONFIG_TPL_BUILD check
` [PATCH 05/11] spl: Simplify xPL_BUILD conditional guard example
` [PATCH 06/11] Kconfig: Add missing depends on xPL to xPL_ symbols
` [PATCH 07/11] Kconfig: Depend on correct xPL symbol
` [PATCH 08/11] Kconfig: i2c: "
` [PATCH 09/11] Kconfig: serial: "
` [PATCH 10/11] console: Use CONFIG_IS_ENABLED() for SILENT_CONSOLE checks
` [PATCH 11/11] spl: Use CONFIG_IS_ENABLED() for LIBCOMMON_SUPPORT checks

[PATCH] watchdog: ast2600: add AST2700 support
 2026-07-09  6:45 UTC  (2+ messages)

[PATCH] pinctrl: single: parse gpio-range as a raw array (O(N^2) -> O(N))
 2026-07-09  6:31 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] fs: ubifs: fix ubifs_finddir() result check
 2026-07-09  6:13 UTC  (2+ messages)

[PATCH v4 00/10] Add support for ubi environment to create volumes (v4)
 2026-07-09  6:12 UTC  (2+ messages)

[PATCH v3 0/6] mtd: rawnand: zynq: Fixes and software ECC support
 2026-07-09  5:53 UTC  (2+ messages)

[PATCH 0/2] usb: gadget: add SuperSpeed descriptor support
 2026-07-08 23:48 UTC  (4+ messages)
` [PATCH 1/2] usb: gadget: mass_storage: "
` [PATCH 2/2] usb: gadget: dfu: "

[PATCH v2 0/2] serial: qcom_geni: prevent spurious UART input from stopping autoboot
 2026-07-09  4:14 UTC  (9+ messages)
` [PATCH v2 1/2] serial: msm_geni: fix RX FIFO init with proper cancel sequence
` [PATCH v2 2/2] serial: msm_geni: validate RX FIFO data with IRQ status flags

[PATCH] clk: qcom: sa8775p: enable GPLL9 before SDCC1 high-speed rates
 2026-07-09  4:03 UTC  (2+ messages)

[PATCH v2] tools: binman: pass KEYDIR to FIT entries
 2026-07-09  2:29 UTC 

[PATCH v3 00/15] rockchip: Add support for the RV1103B, RV1103 and RV1106
 2026-07-09  1:40 UTC  (6+ messages)

[PATCH 00/12] MAINTAINERS: update entry for ARM ROCKCHIP
 2026-07-08 22:09 UTC  (7+ messages)
` [PATCH 02/12] MAINTAINERS: add rkmux.py to "
` [PATCH 08/12] MAINTAINERS: add N: rkmtd regex "

Bug? SATA hard drives do not boot on Hardkernel Odroid HC4 (Amlogic S905X3)
 2026-07-08 23:16 UTC 

[PATCH 00/12] power: domain: mediatek: refactor driver and add MT8188 support
 2026-07-08 23:08 UTC  (17+ messages)
` [PATCH 01/12] power: domain: keep Makefile and Kconfig sorted
` [PATCH 02/12] configs: mediatek: drop unused CONFIG_MTK_POWER_DOMAIN
` [PATCH 03/12] power: domain: mediatek: remove enum scp_domain_type
` [PATCH 04/12] power: domain: mediatek: prefix internal identifiers with mtk_
` [PATCH 05/12] power: domain: mediatek: constify scp_domain_data instances
` [PATCH 06/12] power: domain: mediatek: split into per-SoC drivers
` [PATCH 07/12] power: domain: mediatek: wrap domain tables in struct scp_soc_data
` [PATCH 08/12] power: domain: mediatek: rename mtk_power_domain_probe to mtk_scpsys_probe
` [PATCH 09/12] power: domain: mediatek: rename struct mtk_scp_domain to mtk_scpsys
` [PATCH 10/12] power: domain: mediatek: add support for the power-controller model
` [PATCH 11/12] power: domain: mediatek: add MT8188 power domain driver
` [PATCH 12/12] configs: mediatek: enable MT8188 power domain

[PATCH] fit: prefer the default configuration on best-match ties
 2026-07-09  1:24 UTC  (3+ messages)

[PATCH v4 1/3] binman: imx8mimage: Generate FSPI header in binman instead of mkimage
 2026-07-09  1:24 UTC  (2+ messages)

[PATCH] tools: binman: add build key directory option
 2026-07-09  1:23 UTC  (2+ messages)

[PATCH] video: fix no display when serial console is disabled
 2026-07-09  1:21 UTC  (4+ messages)

[PATCH] tools: fit: sign all config image references
 2026-07-08 23:17 UTC 

[PATCH v2 0/7] ARM: Add RV1103B Omega4 board support
 2026-07-08 22:36 UTC  (5+ messages)

[PATCH] arm: dts: mt7623: remove duplicate topckgen override
 2026-07-08 22:24 UTC 

[PATCH v2 0/5] Add support for RPMI to U-Boot
 2026-07-08 21:51 UTC  (6+ messages)
` [PATCH v2 1/5] firmware: add support for RPMI
` [PATCH v2 2/5] firmware: rpmi: add support for the SBI MPXY transport
` [PATCH v2 3/5] firmware: rpmi: add support for shared memory transport
` [PATCH v2 4/5] drivers: clk: add support for RPMI clocks
` [PATCH v2 5/5] firmware: rpmi: add a test and a sandbox driver

U-Boot Concept Tree Proposal
 2026-07-08 20:42 UTC  (13+ messages)

[PATCH v2 00/10] some string cleanup, and a tweak of the "config" command
 2026-07-08 20:37 UTC  (11+ messages)
` [PATCH v2 01/10] sh: clean up asm/string.h
` [PATCH v2 02/10] string: correct prototype of strchrnul()
` [PATCH v2 03/10] string: correct documentation for strstr and strnstr
` [PATCH v2 04/10] string: remove unused strswab() function
` [PATCH v2 05/10] string: remove more pointless __HAVE_ARCH_STR*
` [PATCH v2 06/10] string: add strcasestr()
` [PATCH v2 07/10] test: string: add test of new strcasestr() function
` [PATCH v2 08/10] cmd: config: allow simple filtering of output
` [PATCH v2 09/10] doc: document 'config' command
` [PATCH v2 10/10] test: add test of "

[PATCH v2] lib/mbedtls: Do not use ERR_PTR with mbedTLS error values
 2026-07-08 19:55 UTC  (6+ messages)

[PATCH v4] net: lwip: add tftpsrv command
 2026-07-08 19:31 UTC 

[PATCH 0/4] bootstd: firmware-owned devicetree for EBBR / SystemReady IR
 2026-07-08 19:22 UTC  (4+ messages)
` [PATCH 1/4] bootstd: add a firmware-owned devicetree source

[PATCH 0/8] some string cleanup, and a tweak of the "config" command
 2026-07-08 19:09 UTC  (8+ messages)
` [PATCH 6/8] string: add strcasestr()
` [PATCH 8/8] cmd: config: allow simple filtering of output

[PATCH 0/3] doc: CONTRIBUTE: hint at different kinds of contribution
 2026-07-08 18:09 UTC  (8+ messages)
` [PATCH 1/3] doc: CONTRIBUTE: use internal link instead of hardcoded external URL
` [PATCH 2/3] doc: CONTRIBUTE: tell people reviewing *is* contributing
` [PATCH 3/3] doc: CONTRIBUTE: explicitly list tests and documentation as welcome contributions

[PATCH v1] bootm: teach handle_decomp_error() about the noload decompression buffer
 2026-07-08 18:07 UTC  (2+ messages)

[GIT PULL] amd/xilinx/fpga patches for v2025.10-rc1 v3
 2026-07-08 17:53 UTC  (2+ messages)

[PATCH] mtd: spi-nor: Add Dosilicon DS25Q4BB support
 2026-07-08 14:56 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2] video: add ChipWealth CH13726A AMOLED panel driver
 2026-07-08 13:45 UTC  (3+ messages)

[PATCH] boot: android: fix out-of-bounds access in bootconfig parsing
 2026-07-08 17:32 UTC 

[PATCH 0/7] Correct behavior of OF_OMIT_DTB
 2026-07-08 17:00 UTC  (12+ messages)
` [PATCH 1/7] lib/fdtdec.c: Disallow overriding the fdt address with mandatory passage
` [PATCH 2/7] vexpress64: Correct CONFIG symbol logic around device tree passage
` [PATCH 3/7] dts: Correct behavior of OF_OMIT_DTB
` [PATCH 4/7] dts: Make DEFAULT_DEVICE_TREE depend on !OF_OMIT_DTB
` [PATCH 5/7] dts: Correct entry for OF_OMIT_DTB
` [PATCH 6/7] powerpc: drop qemu-ppce500 dts
` [PATCH 7/7] arm: Drop unused dts files

[PATCH 00/24] clk: mediatek: more clock parent improvements
 2026-07-08 16:58 UTC  (5+ messages)
` [PATCH 19/24] clk: mediatek: drop parent udevice field

[PATCH 0/3] riscv: milkv_duo: Use upstream devicetree
 2026-07-08 16:30 UTC  (3+ messages)
` [PATCH 2/3] "

[ANN] Updating branching scheme to use "main"
 2026-07-08 16:19 UTC 

[PATCH] cmd: setexpr: reject division and modulo by zero
 2026-07-08 16:05 UTC  (2+ messages)

[PATCH] cmd: led: reject unknown LED state instead of silently returning success
 2026-07-08 16:00 UTC  (2+ messages)

[PATCH] serial: lpuart: Clear the OR STAT in tstc to prevent hang
 2026-07-08 15:12 UTC 

[PATCH] cmd: read: fix unsigned overflow bypassing range check
 2026-07-08 14:33 UTC 

[PATCH v3] serial: esp32: add driver for esp32 series chips
 2026-07-08 12:54 UTC 

[PATCH] arm: armv8: mmu: fix DCACHE_OFF incorrectly unmapping region
 2026-07-08 11:47 UTC  (2+ messages)

[PATCH v1 0/2] spl: fit: bound external data-size in load_simple_fit()
 2026-07-08 10:34 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] spl: fit: bound the external data size before reading it
  ` [PATCH v2 2/2] test: spl: check load_simple_fit() rejects an oversized data-size

[PATCH v2] serial: esp32: add driver for esp32 series chips
 2026-07-08  6:02 UTC  (2+ messages)

[PATCH] clk: airoha: fix off-by-one in clock ID boundary check
 2026-07-08  4:06 UTC 

[PATCH] serial: esp32: add driver for esp32 series chips
 2026-07-08  3:46 UTC 

[PATCH 00/15] ddr: altera: n5x: add DDR retention support
 2026-07-08  1:12 UTC  (16+ messages)
` [PATCH 01/15] misc: fs_loader: Add QSPI RAW partition loading support
` [PATCH 02/15] arm: dts: socfpga: n5x: add DDR retention calibration backup nodes
` [PATCH 03/15] arm: socfpga: n5x: enable QSPI mailbox before DDR init
` [PATCH 04/15] ddr: altera: n5x: Add self-refresh support in DDR4
` [PATCH 05/15] configs: socfpga: n5x: enable required configs for DDR retention
` [PATCH 06/15] ddr: altera: n5x: set DDR init progress bit for watchdog recovery
` [PATCH 07/15] ddr: altera: n5x: re-init DDR when double-bit ECC error is detected
` [PATCH 08/15] ddr: altera: n5x: re-init DDR after watchdog reset from init hang
` [PATCH 09/15] ddr: altera: n5x: return error on invalid DDR controller type
` [PATCH 10/15] ddr: altera: n5x: use correct cast for reset status register read
` [PATCH 11/15] ddr: altera: n5x: fix debug log typo
` [PATCH 12/15] ddr: altera: n5x: rename is_ddr_init_skipped() and quieten reset log
` [PATCH 13/15] ddr: altera: n5x: drop always-false unsigned less-than-zero checks
` [PATCH 14/15] ddr: altera: n5x: reconfigure DDR when mem-clk handoff changes
` [PATCH 15/15] ddr: altera: n5x: Replay PIE handoff on DDR retention restore

[PATCH] arm: qcom: Update ipq5424-rdp466-u-boot.dtsi for v7.1-dts changes
 2026-07-08 12:11 UTC  (2+ messages)

[PATCH v2 0/4] Fix NVMe, not only on Raspberry Pi 5
 2026-07-08 11:22 UTC  (3+ messages)
` [PATCH v2 1/4] core: Skip parent device nodes without a DT reference when looking for dma-ranges

[PATCH] rpi: copy /chosen/bootloader partition and set boot_partition
 2026-07-08 10:48 UTC  (2+ messages)

[PATCH v2] cmd: kconfig: i2c: add missing I2C API dependency
 2026-07-08  9:15 UTC  (2+ messages)

[PATCH] clk: ti: Use CPU ticks to count timeout
 2026-07-08  8:38 UTC 

[PATCH v3] net: lwip: add tftpsrv command
 2026-07-08  7:13 UTC  (2+ messages)

[PATCH v2 1/2] arm64: versal2: Make hardware.h assembly safe
 2026-07-08  6:53 UTC  (2+ messages)
` [PATCH v2 2/2] arm64: versal2: Select GIC redistributor base at runtime

[PATCH] tools: binman: fix changes not being written to source.dtb
 2026-07-08  6:16 UTC  (2+ messages)

Regression in f_fastboot due to commit 6a92e9827650 ("usb: ci_udc: Check ci_ep->desc before use")
 2026-07-08  5:12 UTC 

[PATCH v4 0/7] socfpga: n5x: Update Boot Support for N5X
 2026-07-08  4:39 UTC  (15+ messages)
` [PATCH v4 1/7] configs: socfpga: n5x: consolidate ATF defconfig and simplify VAB
` [PATCH v4 2/7] arm: dts: socfpga: n5x: update GMAC nodes and DT register settings
` [PATCH v4 3/7] configs: socfpga: n5x: enable CMD_MTD
` [PATCH v4 4/7] configs: socfpga: n5x: enable ISSI QSPI
` [PATCH v4 5/7] arm: socfpga: n5x: switch firewall setup to driver model
` [PATCH v4 6/7] arch: arm: dts: n5x: switch to using upstream Linux DT config
` [PATCH v4 7/7] arm: socfpga: n5x: update SPL data save and restore implementation

[PATCH v2 0/4] Add DM firmware reserved memory support
 2026-07-08  4:02 UTC  (5+ messages)
` [PATCH v2 1/4] arm: mach-k3: Fix phandle corruption in fdt fixup
` [PATCH v2 4/4] arm: mach-k3: Add DM reserved memory fixup

[PATCH] bloblist: Rename GD_FLG_BLOBLIST_READY to GD_FLG_BLOBLIST_HANDOFF
 2026-07-08  1:12 UTC  (3+ messages)

[PATCH] arm: imx943: Update dts files to build with v7.1-dts tag
 2026-07-07 22:03 UTC 

[PATCH v2 0/2] usb: gadget: Add Renesas RZ/N1 USBF driver
 2026-07-07 19:43 UTC  (3+ messages)
` [PATCH v2 2/2] usb: gadget: Add Renesas RZ/N1 USBF controller support

[PATCH] MAINTAINERS: Replace Mediatek with N:
 2026-07-07 19:35 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