U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-25 16:43:37 to 2026-04-26 16:32:53 UTC [more...]

[PATCH v2 0/7] fit: dm-verity support
 2026-04-26 16:32 UTC  (7+ messages)
` [PATCH v2 3/7] include: hexdump: make hex2bin() usable from host tools

[PATCH v2 0/6] Relocate U-Boot in the last bank
 2026-04-26 16:26 UTC  (10+ messages)
` [PATCH v2 3/6] treewide: move bi_dram[] from bd to gd
` [PATCH v2 4/6] common: move ram_base calculation to independent INITCALL()
` [PATCH v2 5/6] common: Clean up setup_dest_addr()
` [PATCH v2 6/6] common: Add an option to relocate on ram top

[PATCH v7 0/3] usb: gadget: rcar: Add RZ/G2L support and lifecycle fixes
 2026-04-26 15:53 UTC  (5+ messages)
` [PATCH v7 1/3] usb: gadget: rcar: Fix gadget registration lifecycle in remove
` [PATCH v7 2/3] usb: gadget: rcar: Add support for reset controller
` [PATCH v7 3/3] usb: gadget: rcar: Add support for RZ/G2L (R9A07G044)

[PATCH v7 0/8] Support metadata-driven A/B boot for STM32MP25
 2026-04-26 15:47 UTC  (9+ messages)
` [PATCH v7 1/8] lib: uuid: add partition type GUID for extended bootloader
` [PATCH v7 2/8] test: dm: part: add test for part_get_info_by_uuid
` [PATCH v7 3/8] test: cmd: add unit tests for part command
` [PATCH v7 4/8] cmd: part: support lookup by UUID
` [PATCH v7 5/8] test: cmd: part: add UUID lookup tests
` [PATCH v7 6/8] fwu: add helper to get image GUID by type and bank index
` [PATCH v7 7/8] test: dm: fwu_mdata: add test for fwu_mdata_get_image_guid
` [PATCH v7 8/8] board: st: stm32mp25: support dynamic A/B bank bootup

[PATCH v6 0/8] Support metadata-driven A/B boot for STM32MP25
 2026-04-26 15:40 UTC  (9+ messages)
` [PATCH v6 1/8] lib: uuid: add partition type GUID for extended bootloader
` [PATCH v6 2/8] test: dm: part: add test for part_get_info_by_uuid
` [PATCH v6 3/8] test: cmd: add unit tests for part command
` [PATCH v6 4/8] cmd: part: support lookup by UUID
` [PATCH v6 5/8] test: cmd: part: add UUID lookup tests
` [PATCH v6 6/8] fwu: add helper to get image GUID by type and bank index
` [PATCH v6 7/8] test: dm: fwu_mdata: add test for fwu_mdata_get_image_guid
` [PATCH v6 8/8] board: st: stm32mp25: support dynamic A/B bank bootup

[PATCH v5 0/8] Support metadata-driven A/B boot for STM32MP25
 2026-04-26 15:35 UTC  (9+ messages)
` [PATCH v5 1/8] lib: uuid: add partition type GUID for extended bootloader
` [PATCH v5 2/8] test: dm: part: add test for part_get_info_by_uuid
` [PATCH v5 3/8] test: cmd: add unit tests for part command
` [PATCH v5 4/8] cmd: part: support lookup by UUID
` [PATCH v5 5/8] test: cmd: part: add UUID lookup tests
` [PATCH v5 6/8] fwu: add helper to get image GUID by type and bank index
` [PATCH v5 7/8] test: dm: fwu_mdata: add test for fwu_mdata_get_image_guid
` [PATCH v5 8/8] board: st: stm32mp25: support dynamic A/B bank bootup

[PATCH 1/2] configs/j721e_{beaglebone64, evm}_defconfig: reduce fastboot buffer
 2026-04-26 13:57 UTC  (2+ messages)
` [PATCH 2/2] configs/j721e_{beaglebone64, evm}_a72_defconfig: enable UCmd for snagflash fastboot-uboot

[PATCH v6 0/3] usb: gadget: rcar: Add RZ/G2L support and lifecycle fixes
 2026-04-26  6:14 UTC  (5+ messages)
` [PATCH v6 1/3] usb: gadget: rcar: Fix gadget registration lifecycle in remove
` [PATCH v6 2/3] usb: gadget: rcar: Add support for reset controller
` [PATCH v6 3/3] usb: gadget: rcar: Add support for RZ/G2L (R9A07G044)

[PATCH v2] MAINTAINERS, mailmap: Change email for Eugen Hristev
 2026-04-26  5:47 UTC 

[PATCH] net: nfs: fix buffer overflow in nfs_readlink_reply()
 2026-04-26  3:51 UTC  (2+ messages)

[PATCH v4 00/11] Add SPL support for Qualcomm platforms, starting with sdm845
 2026-04-25 23:26 UTC  (12+ messages)
` [PATCH v4 01/11] Makefile: add SPL_REMAKE_ELF_LDSCRIPT feature
` [PATCH v4 02/11] of_live: support in SPL
` [PATCH v4 03/11] drivers: allow clk_stub and spmi "
` [PATCH v4 04/11] mach-snapdragon: boot0.h: split out msm8916_boot0.h
` [PATCH v4 05/11] mach-snapdragon: add u-boot-spl-elf-sdm845.lds
` [PATCH v4 06/11] mach-snapdragon: Kconfig: fix duplicate SYS_MALLOC_LEN
` [PATCH v4 07/11] mach-snapdragon: Kconfig: changes / additions to support SPL
` [PATCH v4 08/11] mach-snapdragon: boot0.h: add sdm845_spl_boot0.h
` [PATCH v4 09/11] mach-snapdragon: add board_spl.c and split out common code
` [PATCH v4 10/11] qualcomm: add defconfig, env and docs for SPL on sdm845
` [PATCH v4 11/11] dts: add u-boot specific sdm845 .dtsi and a .dtsi for shift-axolotl

[PATCH v5 01/15] configs: sc5xx: Do not store environment in SPI flash
 2026-04-23 14:24 UTC  (15+ messages)
` [PATCH v5 02/15] mach-sc5xx: Remove update commands from default environment
` [PATCH v5 03/15] mach-sc5xx: Update boot commands
` [PATCH v5 04/15] mach-sc5xx: Switch from tftp to wget
` [PATCH v5 05/15] mach-sc5xx: Add USB boot command
` [PATCH v5 06/15] mach-sc5xx: Remove preliminary binman support
` [PATCH v5 07/15] dts: sc594: Fix gige-reset line on EZKIT
` [PATCH v5 08/15] mach-sc5xx: sc573: Rename EZKIT board to EZLITE
` [PATCH v5 09/15] mach-sc5xx: Update image load address
` [PATCH v5 10/15] mach-sc5xx: Update SPI bootargs for ubifs
` [PATCH v5 11/15] configs: sc5xx: Set default bootcmd to SPI boot
` [PATCH v5 12/15] arm: sc5xx: Remove SC5XX_LOADADDR
` [PATCH v5 13/15] arm: sc5xx: add missing boot env selectors
` [PATCH v5 14/15] arm: sc5xx: Add fdt_addr_r, kernel_addr_r, and ramdisk_addr_r
` [PATCH v5 15/15] mach-sc5xx: Remove unused image offset Kconfig options

[PATCH 0/9] Add ethernet support for genio 520/720 EVK boards
 2026-04-23 15:27 UTC  (13+ messages)
` [PATCH 1/9] MAINTAINERS: remove trailing colons from section titles
` [PATCH 2/9] MAINTAINERS: add maintainer entry for air_en8811 driver
` [PATCH 3/9] net: Fix alphabetical ordering in drivers/net/Makefile
` [PATCH 4/9] net: Fix alphabetical ordering in drivers/net/Kconfig
` [PATCH 5/9] net: phy: air_phy_lib: Factorize BuckPBus register
` [PATCH 6/9] net: phy: Add airoha AN8801 ethernet phy driver
` [PATCH 7/9] net: dwc_eth_qos: Add mediatek support
` [PATCH 8/9] arm: dts: mt8189: Add ethernet support for Genio 520/720 boards
` [PATCH 9/9] configs: mt8189: Enable ethernet support

[PATCH v3] misc: Add RZG2L OTP support
 2026-04-23 12:41 UTC  (2+ messages)

[PATCH v6] Improve handoff prepare on SoCFPGA
 2026-04-23  3:30 UTC 

[PATCH v5] Improve handoff prepare on SoCFPGA
 2026-04-23  3:23 UTC  (2+ messages)

[PATCH] fdtgrep: Add option to reserve free space in the output FDT
 2026-04-22 20:54 UTC  (3+ messages)

[PATCH] board: adi: Fix exception when using standalone SoM
 2026-04-22 22:48 UTC  (2+ messages)

[PATCH v5 0/3] usb: gadget: rcar: Add RZ/G2L support and lifecycle fixes
 2026-04-24 15:27 UTC  (6+ messages)
` [PATCH v5 1/3] usb: gadget: rcar: Fix gadget registration lifecycle in remove
` [PATCH v5 2/3] usb: gadget: rcar: Add support for reset controller
` [PATCH v5 3/3] usb: gadget: rcar: Add support for RZ/G2L (R9A07G044)

[PATCH v3 00/11] Add SPL support for Qualcomm platforms, starting with sdm845
 2026-04-24 23:15 UTC  (12+ messages)
` [PATCH v3 01/11] Makefile: add SPL_REMAKE_ELF_LDSCRIPT feature
` [PATCH v3 03/11] drivers: allow clk_stub and spmi in SPL

[PATCH v5 00/15] sc5xx Environment Cleanup and Fixes
 2026-04-23 14:24 UTC 

[PATCH v4 0/3] usb: gadget: rcar: Add RZ/G2L support and lifecycle fixes
 2026-04-23  8:14 UTC  (5+ messages)
` [PATCH v4 1/3] usb: gadget: rcar: Fix gadget registration lifecycle in remove
` [PATCH v4 2/3] usb: gadget: rcar: Add support for reset controller

[PATCH v3 0/8] test: Refactor FIT test for clarity and extensibility
 2026-04-23  2:02 UTC  (2+ messages)

[PATCH v2 0/3] SoCFPGA: Update DDR Support for Gen5/Arria10 in U-Boot
 2026-04-24  1:46 UTC  (2+ messages)

[PATCH v3 0/2] binman: add PKCS#11/HSM signing support for X509 certificates
 2026-04-23 15:45 UTC  (3+ messages)
` [PATCH v3 1/2] binman: bintool: add extra_env parameter to run_cmd
` [PATCH v3 2/2] binman: x509_cert: add PKCS#11/HSM signing support

[GIT PULL] AMD/Xilinx changes for 2026-07-rc1 v3
 2026-04-24 18:50 UTC  (2+ messages)

[PATCH v4] Improve handoff prepare on SoCFPGA
 2026-04-23  3:06 UTC  (6+ messages)

[PATCH v6] Improve handoff prepare on SoCFPGA
 2026-04-23  4:25 UTC 

[PATCH 00/12] arm64: FF-A runtime transport for EFI variables
 2026-04-24 22:18 UTC  (14+ messages)
` [PATCH 01/12] efi_loader: add runtime memset helper
` [PATCH 02/12] arm-ffa: add FF-A bus runtime support
` [PATCH 03/12] efi_loader: add FF-A runtime support in EFI variable TEE driver
` [PATCH 04/12] efi_loader: enable EFI runtime SetVariable()/GetVariable() using FF-A transport
` [PATCH 05/12] efi_loader: move runtime GetVariable() helpers to efi_variable.c
` [PATCH 06/12] corstone1000: enable bootefi selftest
` [PATCH 07/12] efi: selftest: add runtime variable tests with non-volatile storage
` [PATCH 08/12] test: dm: add sandbox FF-A runtime transport tests
` [PATCH 09/12] sandbox: ffa: share synthetic partition metadata via macros
` [PATCH 10/12] doc: arm64: document FF-A runtime path for EFI variables
` [PATCH 11/12] doc: bootefi: note two-phase runtime variables selftest
` [PATCH 12/12] efi_loader: align FF-A cache maintenance with runtime path

[PATCH] mach-k3: common: init gd->bd before dram_init_banksize
 2026-04-23  8:57 UTC  (2+ messages)

Couple of clang warnings for Rockchip boards
 2026-04-23 19:36 UTC  (5+ messages)

[PATCH] Makefile: fix host CPP pollution in cmd_gen_envp
 2026-04-24 18:50 UTC  (2+ messages)

[PATCH 1/1] scripts/dtc: avoid discarded qualifiers in overlay_fixup_phandle
 2026-04-24 18:50 UTC  (2+ messages)

[PATCH v6] Improve handoff prepare on SoCFPGA
 2026-04-23  4:28 UTC 

[PATCH v2] gunzip: Implement chunked decompression
 2026-04-22 22:48 UTC  (2+ messages)

[PATCH 1/1] Mailmap entry for Javier Tia
 2026-04-24 18:50 UTC  (2+ messages)

[PATCH v4 1/2] console: add console_flush_stdin()
 2026-04-22 22:49 UTC  (2+ messages)

[PATCH v6] Improve handoff prepare on SoCFPGA
 2026-04-23  3:48 UTC 

[PATCH v2] board: ti: cape_detect: Add overlay name lookup table for extension boards
 2026-04-22 22:48 UTC  (2+ messages)

[PATCH v1] configs: aquila-am69: Set ENV_MMC_EMMC_HW_PARTITION and ENV_RELOC_GD_ENV_ADDR
 2026-04-22 22:48 UTC  (2+ messages)

[PATCH v4 0/3] phy: add common PHY polarity properties support
 2026-04-25  8:06 UTC  (4+ messages)
` [PATCH v4 1/3] phy: add common PHY "
` [PATCH v4 2/3] net: phy: airoha: air_en8811: use standard rx-polarity/tx-polarity properties
` [PATCH v4 3/3] test: dm: add PHY common props unit tests and sandbox DT nodes

[PATCH v1] nitrogen6x: Fix compile error if VIDEO_IPUV3 is disabled
 2026-04-25 18:10 UTC  (2+ messages)

[PATCH v3 1/2] net: fsl_enetc: fix the duplex setting on the iMX platform
 2026-04-24 15:50 UTC 

[PATCH v6] Improve handoff prepare on SoCFPGA
 2026-04-23  3:11 UTC 

[PATCH v6] Improve handoff prepare on SoCFPGA
 2026-04-23  3:35 UTC 

[PATCH v3 0/4] phy: add common PHY polarity properties support
 2026-04-25  2:18 UTC  (12+ messages)
` [PATCH v3 1/4] phy: add common PHY "
` [PATCH v3 2/4] net: phy: air_en8811h: use standard rx-polarity/tx-polarity properties
` [PATCH v3 4/4] sandbox: dts: add PHY common props test nodes
` [v3,0/4] phy: add common PHY polarity properties support

Nuvoton MA35D1
 2026-04-25 17:30 UTC 

[PATCH] mtd: spi-nor: Update XM25QH512C to XM25QH512D
 2026-04-24 10:23 UTC 

[RESEND v4 09/14] mach-sc5xx: Update image load address
 2026-04-23 14:28 UTC  (2+ messages)

[PATCH 01/14] serial: atmel-usart: allow selecting from ARCH_MICROCHIPSW
 2026-04-25 13:35 UTC  (2+ messages)

[PATCH v2] binman: x509_cert: add PKCS#11/HSM signing support
 2026-04-23 11:16 UTC  (3+ messages)

[PATCH] fs/squashfs: Set ret to 0 on successful read
 2026-04-24 18:50 UTC  (2+ messages)

[PATCH 1/1] tools/asn1_compiler: avoid -Wdiscarded-qualifiers
 2026-04-24 18:50 UTC  (2+ messages)

RFC: Remote signing support for mkimage
 2026-04-23 16:02 UTC  (2+ messages)

[PATCH v5 0/8] Add virtio-mmio support to m68k virt machine
 2026-04-25  1:37 UTC  (2+ messages)

[PATCH 00/13] iMX8M: Covert to OF_UPSTREAM
 2026-04-25  0:36 UTC  (3+ messages)
` [PATCH 02/13] imx8mq: phanbell: Switch OF_UPSTREAM
` [PATCH 03/13] imx8mq: pico: "

[PATCH] board: rockchip: add Anbernic RG-DS
 2026-04-23 18:35 UTC 

[PATCH v2] smbios: Add an explicit bounds check for Type 9 length
 2026-04-23  8:57 UTC  (3+ messages)

[PATCH 1/1] doc: .clang-format description
 2026-04-24 13:05 UTC 

[PATCH v4 00/11] Add support to boot TI K3 HSM M4 core
 2026-04-25  3:37 UTC  (3+ messages)
` [PATCH v4 06/11] arm: dts: k3-{j721s2/j722s/j784s4}-binman: Pack HSM firmware inside tispl.bin
` [PATCH v4 09/11] arm: dts: k3-{j721s2/j722s/j784s4}-r5.dtsi: Enable HSM core

[PATCH v1 00/10] configs: toradex: Enable EFI
 2026-04-24 10:42 UTC  (11+ messages)
` [PATCH v1 01/10] configs: apalis-imx8: "
` [PATCH v1 02/10] configs: aquila-am69: Enable EFI related options
` [PATCH v1 03/10] configs: colibri-imx8x: Enable EFI
` [PATCH v1 04/10] configs: toradex-smarc-imx8mp: Enable EFI related options
` [PATCH v1 05/10] configs: toradex-smarc-imx95: "
` [PATCH v1 06/10] configs: verdin-am62: "
` [PATCH v1 07/10] configs: verdin-am62p: "
` [PATCH v1 08/10] configs: verdin-imx8mm: "
` [PATCH v1 09/10] configs: verdin-imx8mp: "
` [PATCH v1 10/10] configs: verdin-imx95: "

[PATCH v2] dts: lemans-evk-u-boot: add override dtsi
 2026-04-24 10:42 UTC 

[PATCH 1/1] .clang-format: add U-Boot specific for each macros
 2026-04-24 12:55 UTC 

[PATCH v6] Improve handoff prepare on SoCFPGA
 2026-04-23  4:04 UTC 

[PATCH 1/9] m68k: dts: mcf5441x: add mmc device for mcf5441x
 2026-04-25 17:02 UTC  (3+ messages)
` [PATCH 5/9] configs: stmark2: add support for mmc

[PATCH] MAINTAINERS, mailmap: Change email for Eugen Hristev
 2026-04-25 17:00 UTC  (2+ messages)

[PATCH] common: update: Fix TFTP return value handling
 2026-04-24 18:50 UTC  (2+ messages)

U-Boot/RISC-V: another OS to test: QRV, port of QNX 6.4
 2026-04-23 22:38 UTC 

[PATCH v2] arm64: renesas: Add Cortex-M33 build option to R-Car Gen5
 2026-04-25 16:46 UTC 

[PATCH] lib/Kconfig: Fix SUPPORTS_FW_LOADER option
 2026-04-24 18:50 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