U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-14 17:13:14 to 2026-05-16 01:04:46 UTC [more...]

[PATCH v5 0/8] fit: dm-verity support
 2026-05-15 23:38 UTC  (6+ messages)
` [PATCH v5 1/8] image: fit: add dm-verity property name constants
` [PATCH v5 2/8] boot: fit: support generating DM verity cmdline parameters
` [PATCH v5 3/8] include: hexdump: make hex2bin() usable from host tools
` [PATCH v5 4/8] tools: mkimage: add dm-verity Merkle-tree generation
` [PATCH v5 6/8] test: boot: add runtime unit test for fit_verity_build_cmdline()

[PATCH v7 00/12] pinctrl: add support of Airoha SoCs
 2026-05-16  1:00 UTC  (13+ messages)
` [PATCH v7 01/12] bitops: import BITS_PER_TYPE() macro from linux
` [PATCH v7 02/12] bitfield: Add less-checking __FIELD_{GET,PREP}()
` [PATCH v7 03/12] bitfield: Add non-constant field_{prep, get}() helpers
` [PATCH v7 04/12] pinctrl: add more pinconf/pinctrl definitions
` [PATCH v7 05/12] pinctrl: sort and format the contents of the makefile
` [PATCH v7 06/12] pinctrl: airoha: add shared pinctrl code
` [PATCH v7 07/12] pinctrl: airoha: add pin controller and gpio driver for AN7581 SoC
` [PATCH v7 08/12] pinctrl: airoha: add pin controller and gpio driver for AN7583 SoC
` [PATCH v7 09/12] pinctrl: airoha: add pin controller and gpio driver for EN7523 SoC
` [PATCH v7 10/12] configs: airoha: an7581: enable pinctrl/gpio support
` [PATCH v7 11/12] configs: airoha: en7523: "
` [PATCH v7 12/12] arm: dts: en7523: add pinctrl/gpio support, drop legacy gpio support

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

[PATCH v2 0/5] sunxi: A523: Add SPI support
 2026-05-15 23:46 UTC  (6+ messages)
` [PATCH v2 1/5] spi: sunxi: add support for A523 SPI controller
` [PATCH v2 2/5] sunxi: spl: spi: Clean up SPI0 pinmux setting
` [PATCH v2 3/5] sunxi: spl: spi: Add support for Allwinner A523
` [PATCH v2 4/5] sunxi: configs: Radxa Cubie A5E: enable SPI
` [PATCH v2 5/5] sunxi: configs: OrangePi 4A: "

[PATCH 00/13] iMX8M: Covert to OF_UPSTREAM
 2026-05-15 23:39 UTC  (2+ messages)

[GIT PULL] Please pull u-boot-imx-next-20260515
 2026-05-15 23:30 UTC 

U-Boot patch submit standard and requirement
 2026-05-15 23:11 UTC  (12+ messages)

[RFC PATCH 00/11] Tidy command option parsing and use it a bit
 2026-05-15 22:27 UTC  (20+ messages)
` [RFC PATCH 01/11] lib: string: Add strlower()
` [RFC PATCH 02/11] cmd: ini: Use strlower() to normalise case
` [RFC PATCH 03/11] fs: fat: "
` [RFC PATCH 04/11] boot: pxe_utils: Use strlower() in get_string()
` [RFC PATCH 05/11] lib: getopt: Permute by default with inline reorder
` [RFC PATCH 06/11] lib: getopt: Add getopt_pop() helper
` [RFC PATCH 07/11] cmd: echo: Use getopt() with '+' prefix for option parsing
` [RFC PATCH 08/11] cmd: hash: Use getopt() "
` [RFC PATCH 09/11] cmd: nvedit: Use getopt() in env grep
` [RFC PATCH 10/11] cmd: nvedit: Use getopt() in env export and env import
` [RFC PATCH 11/11] doc: commands: Recommend getopt() for option parsing

AI-assisted review
 2026-05-15 22:07 UTC  (2+ messages)

[PATCH 0/5] sunxi: A523: Add SPI support
 2026-05-15 22:03 UTC  (4+ messages)
` [PATCH 2/5] sunxi: spl: spi: Clean up SPI0 pinmux setting

In-tree Python tools (patman, buildman, binman, etc.)
 2026-05-15 21:54 UTC  (3+ messages)

[PATCH] boot: cedit: Check ofnode_read_prop return value
 2026-05-15 20:57 UTC 

[PATCH] boot: pxe_utils: Fix potential initrd_filesize buffer overflow
 2026-05-15 20:35 UTC 

[PATCH v2] common/command.c: Avoid NULL pointer use in cmd_auto_complete
 2026-05-15 20:47 UTC 

[PATCH] common/command.c: Avoid NULL pointer use in cmd_auto_complete
 2026-05-15 20:40 UTC  (3+ messages)

[PATCH] Makefile: binman: Search board directory before srctree
 2026-05-15 18:44 UTC  (9+ messages)

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

[ANN] U-Boot v2026.07-rc2 released
 2026-05-15 18:34 UTC  (7+ messages)

[PATCH] smbios: Do not fall back on devicetree without valid mapping
 2026-05-15 18:14 UTC  (2+ messages)

[GIT PULL] Please pull fsl-qoriq-for-2026.07-rc3
 2026-05-15 18:14 UTC  (2+ messages)

[GIT PULL] Please pull mmc-next-2026-05-15
 2026-05-15 18:14 UTC  (2+ messages)

[PATCH] net: bootp: Prevent out-of-bounds read in dhcp_message_type
 2026-05-15 16:56 UTC 

[PATCH] net: dhcpv6: Prevent out-of-bounds reads while parsing options
 2026-05-15 16:53 UTC 

[PATCH v7 00/14] arm: am335x: Switch to upstream devicetree
 2026-05-15 12:40 UTC  (5+ messages)
` [PATCH v7 13/14] arm: dts: am335x: Remove unused uboot devicetrees

[PATCH v2 0/3] Add SM6125 UFS support, Fix QCM2290 clock, Add poweroff command
 2026-05-15 18:10 UTC  (4+ messages)
` [PATCH v2 1/3] phy: qcom: Add SM6115 and SM6125 to QMP UFS PHY driver
` [PATCH v2 2/3] clk/qcom: qcm2290: Fix vote_bit of gpll6 clock
` [PATCH v2 3/3] board/qualcomm: qcom-phone: Add poweroff command

[PATCH] Azure CI: Drop Windows host tools builds
 2026-05-15 15:58 UTC  (3+ messages)

[PATCH v4 00/14] tpm: Add wolfTPM library support for TPM 2.0
 2026-05-15 15:13 UTC  (21+ messages)
` [PATCH v4 01/14] tpm: export tpm_show_device, tpm_set_device, and get_tpm
` [PATCH v4 03/14] spi: add BCM2835/BCM2711 hardware SPI controller driver
` [PATCH v4 04/14] arm: dts: bcm2711-rpi-4-b: add Infineon SLB9670/9672 TPM in U-Boot dtsi
` [PATCH v4 05/14] arm: dts: qemu-arm64: add TPM TIS MMIO node
` [PATCH v4 06/14] sandbox: dts: add TPM SPI emulator node
` [PATCH v4 10/14] cmd: refactor tpm2 command into frontend/backend architecture
` [PATCH v4 11/14] tpm: add sandbox TPM SPI emulator
` [PATCH v4 12/14] test: add wolfTPM C unit tests and Python integration tests
` [PATCH v4 14/14] configs: add rpi_4_wolftpm_defconfig

[PATCH v4 0/6] Improve FIT signature handling
 2026-05-15 14:48 UTC  (11+ messages)
` [PATCH v4 1/6] qemu-arm: merge built-in DT
` [PATCH v4 4/6] test: vboot: handle CONFIG_FIT_REQUIRE_CONFIG_SIGS in test_vboot
` [PATCH v4 5/6] iminfo: also verify signatures
` [PATCH v4 6/6] test: vboot: add iminfo checks for config signature verification
` [v4,0/6] Improve FIT signature handling

[PATCH] board/qualcomm: use bootflow for default boot
 2026-05-15 14:38 UTC  (2+ messages)

[PATCHv7 0/3] various memory related fixups
 2026-05-15 14:37 UTC  (5+ messages)
` [PATCHv7 2/3] test: boot: add a fdt reserved region check

[PATCH v2 0/4] reset: Introduce reset_reset.*() API
 2026-05-15 14:10 UTC  (5+ messages)
` [PATCH v2 1/4] reset: Add reset_reset() and reset_reset_bulk() API

[PATCHv8 0/3] various memory related fixups
 2026-05-15 14:03 UTC  (6+ messages)
` [PATCHv8 2/3] test: boot: add a fdt reserved region check
` [PATCHv8 3/3] memory: reserve from start_addr_sp to initial_relocaddr

[PATCH v4] binman: x509_cert: add PKCS#11/HSM signing support
 2026-05-15 14:01 UTC  (2+ messages)

[PATCH] clk: imx: don't build i.MX6/RTxxxx code for all users of CCF
 2026-05-15 13:54 UTC  (2+ messages)

[PATCH v4 0/6] Relocate U-Boot in the last bank
 2026-05-15 13:52 UTC  (7+ messages)
` [PATCH v4 1/6] treewide: move bi_dram[] from bd to gd
` [PATCH v4 2/6] common: move ram_base calculation to independent INITCALL()
` [PATCH v4 3/6] common: Clean up setup_dest_addr()
` [PATCH v4 4/6] common: Add an option to relocate on ram top
` [PATCH v4 5/6] configs: Enable RELOC_ADDR_TOP on arm64
` [PATCH v4 6/6] doc: Add a warning about using RELOC_ADDR_TOP

[PATCH v3 0/5] reset: Introduce reset_reset.*() API
 2026-05-15 13:34 UTC  (3+ messages)
` [PATCH v3 3/5] reset: sandbox: Cover reset_reset() fallback with second sandbox provider

[PATCH 0/2] allow control DTB to double as "FIT image"
 2026-05-15 13:33 UTC  (6+ 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 v3] tools: efivar: strip auth descriptor for authenticated variables
 2026-05-15 13:31 UTC  (4+ messages)

[PATCH v4 0/8] fit: dm-verity support
 2026-05-15 13:29 UTC  (3+ messages)
` [PATCH v4 4/8] tools: mkimage: add dm-verity Merkle-tree generation

[PATCH v3] mach-snapdragon: Add early EL2 hypervisor switch support
 2026-05-15 13:09 UTC 

[PATCH v4 00/10] Add support for ubi environment to create volumes (v4)
 2026-05-15 12:59 UTC  (11+ messages)
` [PATCH v4 05/10] cmd: ubi: change the type of parameter dynamic to bool
` [PATCH v4 06/10] cmd: ubi: change all positive error return value to negative
` [PATCH v4 07/10] cmd: ubi: reorganize command messages
` [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

[PATCH] power: regulator: Fix power on/off delay issue
 2026-05-15 14:07 UTC  (4+ messages)

[PATCH v3 1/2] riscv: Make RISCV_ACLINT visible
 2026-05-15 12:47 UTC  (2+ messages)
` [PATCH v3 2/2] riscv: Exclude ACLINT for TARGET_XILINX_MBV

[PATCH v1] fs: dispatch null_dev_desc_ok filesystems before block lookup
 2026-05-15 12:43 UTC  (2+ messages)

[PATCH v2 1/7] clk: imx6q: cosmetic: keep pll definitions together
 2026-05-15  6:05 UTC  (4+ messages)
` [PATCH v2 3/7] imx6: clock: allow different clock sources for ldb

[PATCH 4/4] upl: Update documentation
 2026-05-14  5:17 UTC 

[PATCH v2] usb: gadget: atmel: do not disable endpoints in reset_all_endpoints()
 2026-05-15 10:05 UTC 

[PATCH] board: ti: j722s: add processor ACL entry for wkup_r5
 2026-05-15  8:17 UTC 

[PATCH v2 1/2] riscv: Make RISCV_ACLINT visible
 2026-05-15 12:06 UTC  (2+ messages)

[PATCH v5] net: phy: fix duplicate eth_phy binding
 2026-05-15 11:13 UTC  (3+ messages)

[PATCH v2] mach-snapdragon: Add early EL2 hypervisor switch support
 2026-05-15  9:46 UTC  (2+ messages)

[PATCH v2] efi_loader: Remove authentication header in GetVariable()
 2026-05-15  7:54 UTC  (6+ messages)

[PATCH] xilinx: mbv: Enable SPL_REMAKE_ELF support
 2026-05-15  7:28 UTC  (2+ messages)

[PATCH v2 00/11] Generic powerpc fixes and NXP board cleanup
 2026-05-15  4:30 UTC  (2+ messages)

[PATCH v1 0/2] fs/squashfs: fix symlink load failure on large images
 2026-05-14 18:18 UTC  (3+ messages)
  ` [PATCH v1 1/2] fs/squashfs: fix heap exhaustion during symlink resolution
  ` [PATCH v1 2/2] fs/squashfs: add sqfs_dir_offset() error checks

[PATCH v2] gpio: Correct dependencies for MCP230xx
 2026-05-14 23:15 UTC  (2+ messages)

[PATCH v4] board: ti: am335x: Conditional MDIO PAD configuration instead of static for AM335_ICE
 2026-05-14 23:15 UTC  (2+ messages)

[PATCH] rtc: ds1307: Handle oscillator stop flag set on ds1339 chip
 2026-05-14 23:15 UTC  (2+ messages)

[PATCH 0/6] test: Quote variables in 'test -n' expressions across boards
 2026-05-14 23:15 UTC  (2+ messages)
` (subset) "

[PATCH v6 00/14] arm: am335x: Switch to upstream devicetree
 2026-05-14 22:28 UTC  (5+ messages)

[PATCH] mmc: sd: Handle UHS-I voltage signaling without power cycle
 2026-05-14 22:21 UTC  (4+ messages)

[PATCH 00/10] test: Convert remaining mk_fs() callers and tidy fs_helper
 2026-05-14 21:52 UTC  (2+ messages)

USB3.1 detection Failure on u-boot
 2026-05-14 21:17 UTC  (3+ messages)

[PATCH v1] mmc: sd: fix redundant 1.8V voltage switch on cold boot with UHS card
 2026-05-14 18:54 UTC 

[PATCH] arm: dts: k3-am69-aquila: add combined boot firmware image
 2026-05-14 18:40 UTC  (5+ messages)

[PATCH v1] arm: dts: k3-am69-aquila: fix combined boot firmware image build
 2026-05-14 17:55 UTC  (2+ messages)

Please pull u-boot-i2c
 2026-05-14 17:55 UTC  (2+ messages)

Pull request for ab-master-12052026
 2026-05-14 17:55 UTC  (2+ messages)

Fwd: New Defects reported by Coverity Scan for Das U-Boot
 2026-05-14 15:39 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