U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-19 03:02:01 to 2026-05-20 06:06:02 UTC [more...]

[PATCH v3 0/4] rockchip: PCIe gated reference clock support
 2026-05-20  6:05 UTC  (4+ messages)
` [PATCH v3 1/4] clk: add gated-fixed-clock driver
` [PATCH v3 2/4] pci: pcie_dw_rockchip: enable clocks before PHY init
` [PATCH v3 3/4] pci: pcie_dw_rockchip: drop clk_release_bulk calls

[PATCH] net: dwc_eth_qos_sunxi: add support for sun60i platform
 2026-05-20  6:02 UTC 

[PATCH v2 0/3] Enable Arm SMC watchdog for STM32MP1
 2026-05-19 16:58 UTC  (6+ messages)
` [PATCH v2 1/3] configs: stm32: enable WDT_ARM_SMC driver
` [PATCH v2 2/3] configs: stm32mp13: activate watchdog
` [PATCH v2 3/3] ARM: dts: stm32: enable SMC watchdog for STM32MP15 SCMI config

[PATCH master v3 0/2] Fix speculative access to firewalled regions on AM62 SoCs
 2026-05-20  2:51 UTC  (3+ messages)
` [PATCH master v3 1/2] arm: armv8: mmu: move mmu enablement out of mmu_setup
` [PATCH master v3 2/2] mach-k3: enable mmu after reserved memory is unmapped

[PATCH master v2 0/2] Fix speculative access to firewalled regions on AM62 SoCs
 2026-05-20  2:49 UTC  (6+ messages)
` [PATCH master v2 1/2] arm: armv8: mmu: move mmu enablement out of mmu_setup
` [PATCH master v2 2/2] mach-k3: enable mmu after reserved memory is unmapped

[PATCH 0/3] Clean up bloblist initialization
 2026-05-20  1:24 UTC  (9+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] bloblist / handoff: Make this depend on BLOBLIST_FIXED
  ` [PATCH v2 2/3] bloblist: Demote not finding a bloblist to a debug
  ` [PATCH v2 3/3] bloblist: Rework bloblist_init and bloblist_maybe_init

[PATCH 0/3] Cleanup some linker list usage issues
 2026-05-20  0:09 UTC  (4+ messages)
` [PATCH 1/3] sandbox: Drop special link order treatment of start.o and sdl.o
` [PATCH 2/3] linker_lists: Do not set "unused" attribute
` [PATCH 3/3] event: Remove obsolete comment and __used attributes

[RFC PATCH v2 00/17] Tidy command option parsing and use it a bit
 2026-05-20  0:06 UTC  (19+ messages)
` [RFC PATCH v2 01/17] lib: string: Add strlower()
` [RFC PATCH v2 02/17] cmd: ini: Use strlower() to normalise case
` [RFC PATCH v2 03/17] fs: fat: "
` [RFC PATCH v2 04/17] boot: pxe_utils: Use strlower() in get_string()
` [RFC PATCH v2 05/17] lib: getopt: Permute by default with inline reorder
` [RFC PATCH v2 06/17] lib: getopt: Add getopt_pop() helper
` [RFC PATCH v2 07/17] cmd: echo: Use getopt() with '+' prefix for option parsing
` [RFC PATCH v2 08/17] cmd: hash: Use getopt() "
` [RFC PATCH v2 09/17] cmd: nvedit: Use getopt() in env grep
` [RFC PATCH v2 10/17] cmd: nvedit: Use getopt() in env export
` [RFC PATCH v2 11/17] cmd: nvedit: Use getopt() in env import
` [RFC PATCH v2 12/17] lib: getopt: Tidy up two minor redundancies
` [RFC PATCH v2 13/17] lib: getopt: Drop printed error messages and the silent variant
` [RFC PATCH v2 14/17] lib: getopt: Merge the optional and required-argument branches
` [RFC PATCH v2 15/17] lib: getopt: Hoist the arg_index==1 guard
` [RFC PATCH v2 16/17] lib: getopt: Add a Kconfig to drop the permutation code
` [RFC PATCH v2 17/17] doc: commands: Recommend getopt() for option parsing

[PATCH v2 0/3] allow control DTB to double as "FIT image"
 2026-05-19 22:54 UTC  (4+ messages)
` [PATCH v2 1/3] image-fit.c: introduce CONTROL_DTB_AS_FIT config knob
` [PATCH v2 2/3] doc: develop: add section on embedding scripts inside control DTB
` [PATCH v2 3/3] test: hook up test of allowing control DTB to act as FIT image

[PATCH v2 0/9] riscv: spacemit: k1: add pinctrl/GPIO and SPI NOR support
 2026-05-20 10:45 UTC  (10+ messages)
` [PATCH v2 1/9] mtd: spi: select SPL_SPI_FLASH_TINY in SPL stage
` [PATCH v2 2/9] mtd: spi: enable spi_nor_remove() in soft reset config
` [PATCH v2 3/9] spi: fsl: add support for Spacemit K1 SoC
` [PATCH v2 4/9] spl: k1: enable SPI NOR flash detection and boot
` [PATCH v2 5/9] riscv: binman: Always set default configuration in FIT image
` [PATCH v2 6/9] spacemit: k1: Add multiple device tree support
` [PATCH v2 7/9] pinctrl: add pinctrl driver for Spacemit K1 SoC
` [PATCH v2 8/9] gpio: add gpio "
` [PATCH v2 9/9] configs: k1: enable pinctrl and gpio

[PATCH v8 00/12] Add SPL support for Qualcomm platforms, starting with sdm845
 2026-05-19 22:25 UTC  (5+ messages)
` [PATCH v8 07/12] mach-snapdragon: Kconfig: changes / additions to support SPL

[PATCH 0/9] fs: add change date to ls output
 2026-05-19 21:09 UTC  (21+ messages)
` [PATCH 1/9] fs: move struct fstype_info definition to top of file
` [PATCH 2/9] fs: print change date in directory listing for FAT
` [PATCH 4/9] fs: ext4: don't read time fields in XPL
` [PATCH 5/9] fs: ext4: set inode timestamps on write
` [PATCH 6/9] test: Probe RTC early in dm_test_host()
` [PATCH 7/9] test: fs: allow optional date field in ls output assertion
` [PATCH 8/9] test: env: "
` [PATCH 9/9] test: test_erofs: adjust expected ls output
` [0/9] fs: add change date to "

[PATCH 0/5] Remove some empty bootdev_ops structures
 2026-05-19 20:13 UTC  (7+ messages)
` [PATCH 1/5] bootdev: Fix the case where the driver ops field is null
` [PATCH 2/5] block: ide: Drop empty bootdev_ops structure
` [PATCH 3/5] ata: sata: "
` [PATCH 4/5] scsi: "
` [PATCH 5/5] virtio: "

[PATCH RFC v3 0/2] Modern pinctrl for Exynos5250 devices
 2026-05-19 16:32 UTC  (3+ messages)

[Security hardening] FIT image data-offset: pre-signature side effects + signed-int wire property in spl_load_fit_image
 2026-05-19 18:11 UTC  (3+ messages)

[PATCH 1/2] toradex: common: Make TDX_CFG_BLOCK select EVENT
 2026-05-19 19:59 UTC  (4+ messages)
` [PATCH 2/2] event: Guard more of the prototypes with an EVENT check

[PATCH v2 0/2] clk: add gated-fixed-clock driver for rk3588-rock-5-itx PCIe
 2026-05-19 16:34 UTC  (6+ messages)
` [PATCH v2 1/2] clk: add gated-fixed-clock driver
` [PATCH v2 2/2] configs: rock-5-itx-rk3588: enable CLK_GATED_FIXED

[PATCH 0/3] Enable Arm SMC watchdog for STM32MP1
 2026-05-19 16:33 UTC  (9+ messages)
` [PATCH 1/3] configs: stm32: enable WDT_ARM_SMC driver
` [PATCH 2/3] configs: stm32mp13: activate watchdog
` [PATCH 3/3] ARM: dts: stm32: enable SMC watchdog for STM32MP15 SCMI config

[PATCH 0/2] MAINTAINERS: add myself to the list of PCI and NVMe maintainers
 2026-05-19 16:25 UTC  (5+ messages)
` [PATCH 1/2] MAINTAINERS: Add myself to the list of "
` [PATCH 2/2] MAINTAINERS: Add myself as core PCI maintainer

[PATCH 0/4] mailbox: mpfs-mbox: fixes and syscon support
 2026-05-19 16:24 UTC  (2+ messages)

[PATCH] ufs: Kconfig: use bool instead of tristate
 2026-05-19 15:51 UTC  (3+ messages)

UFS boot and UFS tool
 2026-05-19 15:47 UTC  (2+ messages)

[PATCH 0/6] arm: omap: Add back omap4 support
 2026-05-19 15:01 UTC  (10+ messages)
` [PATCH 1/6] arm: omap: Move PRM I2C channel frequency to vc.c
` [PATCH 2/6] arm: ti: omap: Extract common clock definitions
` [PATCH 3/6] clk: ti: Remove AM33xx dependency
` [PATCH 4/6] configs: omap4: remove unused boot target devices
` [PATCH 5/6] arm: ti: Introduce back omap4 support
` [PATCH 6/6] board: variscite: add support for the omap4_var_som

U-Boot patch submit standard and requirement
 2026-05-19 14:36 UTC  (20+ messages)

[PATCH v2] arm: renesas: Add Renesas R-Car R8A78000 X5H Cortex-M33 RSIP port
 2026-05-19 14:28 UTC 

[PATCH 0/4] Enable splashscreen functionality on AM62X
 2026-05-19 14:17 UTC  (5+ messages)
` [PATCH 1/4] configs: am62x: Add splashscreen config fragment
` [PATCH 2/4] configs: am62x: Add splashscreen prune "
` [PATCH 3/4] configs: am62x_evm_a53_ethboot_defconfig: Disable splashscreen
` [PATCH 4/4] configs: am62x_evm_a53_defconfig: Enable A53 splashscreen at u-boot SPL

[PATCH 0/2] allow control DTB to double as "FIT image"
 2026-05-19 14:01 UTC  (9+ messages)
` [PATCH 1/2] image-board.c: exempt gd->fdt_blob from fit_check_format() check
` [PATCH 2/2] test: hook up test of allowing control DTB to act as FIT image
` [0/2] allow control DTB to double as "FIT image"

[PATCH] doc: Update urllib3 version for building
 2026-05-19 13:45 UTC 

[PATCH 1/2] block: ide: Staticize and constify driver ops
 2026-05-19 13:35 UTC  (2+ messages)
` (subset) "

[PATCH 1/2] scsi: sandbox: Staticize and constify driver ops
 2026-05-19 13:35 UTC  (2+ messages)
` (subset) "

[PATCH 1/3] ata: fsl_sata: Staticize and constify driver ops
 2026-05-19 13:35 UTC  (2+ messages)
` (subset) "

[PATCH] arm: Fix typo in linker script
 2026-05-19 13:35 UTC  (2+ messages)

[PATCH] spi: apple: Staticize and constify driver ops
 2026-05-19 13:35 UTC  (2+ messages)

[PATCH 01/14] reset: ast2500: Staticize and constify driver ops
 2026-05-19 13:35 UTC  (2+ messages)

[PATCH] rtc: emul: Staticize and constify driver ops
 2026-05-19 13:35 UTC  (2+ messages)

[PATCH 1/4] clk: ast2500: Staticize and constify driver ops
 2026-05-19 13:35 UTC  (2+ messages)

[PATCH v2] cpu: armv8: Staticize driver ops
 2026-05-19 13:35 UTC  (2+ messages)

[PATCH] mtd: spi: bootstd: Staticize and constify driver ops
 2026-05-19 13:35 UTC  (2+ messages)

[PATCH 1/3] misc: cros_ec: Staticize and constify driver ops
 2026-05-19 13:35 UTC  (2+ messages)

[PATCH 1/6] mailbox: apple: Staticize and constify driver ops
 2026-05-19 13:35 UTC  (2+ messages)

[PATCH 0/5] sunxi: a523: add gmac1 support
 2026-05-19 12:58 UTC  (6+ messages)
` [PATCH 1/5] net: dwc_eth_qos: add support for sun55i platform
` [PATCH 2/5] arm: mach-sunxi: add syscon driver for system-control nodes
` [PATCH 3/5] pinctrl: sunxi: a523: add gmac1 support
` [PATCH 4/5] clk: sunxi: a523: add MBUS_EMAC1 clock gate
` [PATCH 5/5] configs: radxa-cubie-a5e: enable the gmac1 controller

[PATCH] timer: sp804: Fix dev_read_addr error check
 2026-05-19  9:41 UTC 

[PATCH v4 00/14] riscv: spacemit: k1: add SPL support
 2026-05-19 10:26 UTC  (4+ messages)
` [PATCH v4 01/14] spacemit: k1: support multi-board infrastructure

[PATCH v4 0/8] imx: Switch watchdog addressing from macros to devicetree
 2026-05-19  6:22 UTC  (9+ messages)
` [PATCH v4 1/8] imx7ulp: Switch to OF_UPSTREAM
` [PATCH v4 2/8] imx91: "
` [PATCH v4 3/8] imx93-frdm: "
` [PATCH v4 4/8] imx93_var_som: "
` [PATCH v4 5/8] arm: dts: imx: Update watchdog nodes for dynamic base address lookup
` [PATCH v4 6/8] imx: soc: Get watchdog base addresses from device tree
` [PATCH v4 7/8] watchdog: ulp_wdog: Use driver model for reset_cpu()
` [PATCH v4 8/8] imx: Remove hardcoded watchdog base address macros

[PATCH v2 0/4] Add support for TQMa6UL[L]x on MBA6ULx
 2026-05-19 12:24 UTC  (5+ messages)
` [PATCH v2 1/4] ARM: dts: add TQMa6UL[L]x[L] u-boot device tree fragments
` [PATCH v2 2/4] ARM: dts: tqma6ul: add boot phase properties
` [PATCH v2 3/4] board: tq: add TQMa6UL[L]x[L] SOM and MBa6ULx baseboard
` [PATCH v2 4/4] configs: add defconfigs for TQMa6UL[L]x[L] SOM on "

[PATCH 0/5] Add support for TQMa6UL[L]x on MBA6ULx
 2026-05-19 12:16 UTC  (3+ messages)

[PATCH v2 0/3] configs: mediatek: genio: enable common options
 2026-05-19 12:15 UTC  (2+ messages)

[PATCH] nvme: Staticize and constify driver ops
 2026-05-19  9:43 UTC  (2+ messages)

[PATCH] nvme: apple: Check memalign return value
 2026-05-19  9:43 UTC  (2+ messages)

[PATCH] nvme: Fix PRP list pointer arithmetic for chained transfers
 2026-05-19  9:43 UTC  (2+ messages)

[PATCH] nvme: fix command ID wraparound handling
 2026-05-19  9:42 UTC  (2+ messages)

[PATCH] phy: Kconfig: use bool instead of tristate
 2026-05-19  9:34 UTC  (2+ messages)

[PATCH] boot: pxe_utils: Fix potential initrd_filesize buffer overflow
 2026-05-19  9:31 UTC  (2+ messages)

[PATCH] net: bootp: Prevent out-of-bounds read in dhcp_message_type
 2026-05-19  9:30 UTC  (2+ messages)

[PATCH] net: dhcpv6: Prevent out-of-bounds reads while parsing options
 2026-05-19  9:30 UTC  (2+ messages)

[PATCH] net: dhcpv6: Prevent buffer overflow during BOOTFILE_URL parsing
 2026-05-19  9:28 UTC  (2+ messages)

[PATCH] net: sntp: Check packet length in sntp_handler
 2026-05-19  9:27 UTC  (2+ messages)

[PATCH] net: ti: icssg: Fix portname buffer overflow
 2026-05-19  9:25 UTC  (3+ messages)

[PATCH RFC next v2 0/5] net: guard SYS_RX_ETH_BUFFER with NET + required changes (ls1028a!) to make this happen
 2026-05-19  9:22 UTC  (2+ messages)

[PATCH v4 00/10] Add support for ubi environment to create volumes (v4)
 2026-05-19  9:13 UTC  (10+ messages)
` [PATCH v4 06/10] cmd: ubi: change all positive error return value to negative
` [PATCH v4 08/10] cmd: ubi: export more APIs to public
` [PATCH v4 10/10] env: ubi: add support to create environment volume if it does not exist

[RFC PATCH v2 00/64] drivers: usb: dwc3: sync code with Linux v6.16-rc7
 2026-05-19  7:58 UTC  (7+ messages)
` [RFC PATCH v2 30/64] usb: dwc3: import from kernel v5.6

In-tree Python tools (patman, buildman, binman, etc.)
 2026-05-19  7:52 UTC  (4+ messages)

[PATCH] nvme: fix dcache invalidation range in identify command
 2026-05-19  7:16 UTC  (2+ messages)

[PATCH] arm: dts: talos-evk: Set USB controllers to peripheral mode
 2026-05-19  5:17 UTC 

[PATCH v2] clk: imx: don't build i.MX/RTxxxx code for all users of CCF
 2026-05-19  3:01 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