u-boot
Thread
Date
Earlier messages
Messages by Thread
[PATCH v4] Improve handoff prepare on SoCFPGA
Brian Sune
[PATCH v2 0/8] board: ten64: add USB Hub (USB5744) management support
Mathew McBride
[PATCH v2 1/8] usb: onboard-hub: fix compile issue with gpio.h import
Mathew McBride
Re: [PATCH v2 1/8] usb: onboard-hub: fix compile issue with gpio.h import
Marek Vasut
[PATCH v2 2/8] board: ten64: add fdt fixup to hide usb hub topology
Mathew McBride
[PATCH v2 3/8] board: ten64: remove USB hub references from internal FDT when needed
Mathew McBride
[PATCH v2 4/8] configs: ten64: enable OF_FIXUP
Mathew McBride
[PATCH v2 5/8] configs: ten64: enable USB_ONBOARD_HUB (USB5744) option
Mathew McBride
[PATCH v2 6/8] configs: ten64: switch to OF_UPSTREAM
Mathew McBride
[PATCH v2 7/8] arm: dts: remove local copy Ten64 board DTS
Mathew McBride
[PATCH v2 8/8] board: ten64: start USB stack in late init
Mathew McBride
Re: [PATCH v2 8/8] board: ten64: start USB stack in late init
Marek Vasut
Re: [PATCH v2 8/8] board: ten64: start USB stack in late init
Mathew McBride
[PATCH 0/4] acpi: handle duplicate tables in acpi dump
Heinrich Schuchardt
[PATCH 1/4] acpi: add index parameter to acpi_find_table
Heinrich Schuchardt
[PATCH 4/4] doc: document index parameter of `acpi dump`
Heinrich Schuchardt
[PATCH 3/4] test: consider index parameter in acpi_find_table test
Heinrich Schuchardt
[PATCH 2/4] cmd/acpi: add optional index parameter to acpi dump
Heinrich Schuchardt
[PATCH v2 0/4] efi_loader: centralize messaging for efi_init_obj_list
Heinrich Schuchardt
[PATCH v2 1/4] cmd/bootefi: move efi_init_obj_list() to the start of do_bootefi
Heinrich Schuchardt
[PATCH v2 2/4] efi_loader: correct return value of efi_bootmgr_run()
Heinrich Schuchardt
[PATCH v2 3/4] efi_loader: correct efi_binary_run_dp() return value
Heinrich Schuchardt
[PATCH v2 4/4] efi_loader: centralize messaging for efi_init_obj_list
Heinrich Schuchardt
[PATCH RESEND v2 1/1] doc: emulation: qemu-arm: add secure state steps
Heinrich Schuchardt
[PATCH RESEND v2 1/1] doc: emulation: qemu-arm: add secure state steps
Heinrich Schuchardt
[PATCH] xen: Handle malloc failure in errmsg function
Francois Berder
[PATCH] fs/squashfs: Set ret to 0 on successful read
Michael Zimmermann
[PATCH v1 1/3] configs: r8a78000_ironhide: Drop duplicate CONFIG_SCMI_FIRMWARE
Aristo Chen
Re: [PATCH v1 1/3] configs: r8a78000_ironhide: Drop duplicate CONFIG_SCMI_FIRMWARE
Marek Vasut
[PATCH v1 2/3] configs: phycore_am62ax_r5_ethboot: Drop duplicate CONFIG_SPL_MMC
Aristo Chen
Re: [PATCH v1 2/3] configs: phycore_am62ax_r5_ethboot: Drop duplicate CONFIG_SPL_MMC
Wadim Egorov
[PATCH v1 3/3] configs: phycore_am62x_r5_ethboot: Drop duplicate CONFIG entries
Aristo Chen
Re: [PATCH v1 3/3] configs: phycore_am62x_r5_ethboot: Drop duplicate CONFIG entries
Wadim Egorov
[PATCHv4 0/6] various memory related fixups
rs
[PATCHv4 4/6] efi_selftest_memory: check for duplicates first
rs
[PATCHv4 1/6] lmb: allocation flags macro documentation
rs
[PATCHv4 5/6] efi_mem_sort: use list_for_each_entry_safe instead
rs
[PATCHv4 3/6] efi_dt_fixup: use fdtdec_get_bool
rs
[PATCHv4 2/6] boot_fdt_add_mem_rsv_regions: free old dtb reservations
rs
[PATCHv4 6/6] memory: reserve from start_addr_sp to initial_relocaddr
rs
[PATCH] pinctrl: mediatek: add airoha an7581/an7583 pinctrl driver
Mikhail Kshevetskiy
Re: [PATCH] pinctrl: mediatek: add airoha an7581/an7583 pinctrl driver
David Lechner
[PATCH 1/1] acpi: fix initial RSDT and XSDT size
Heinrich Schuchardt
[PATCH v1] serial: msm-geni: configure RX watermark register
Gurumoorthy Santhakumar
cmd: fatload: command doesn't update $filesize after next calls
Johannes Krottmayer
Re: cmd: fatload: command doesn't update $filesize after next calls
Johannes Krottmayer
Re: cmd: fatload: command doesn't update $filesize after next calls
Johannes Krottmayer
[PATCH v2 0/2] video: bridge: add ITE IT66121 DPI-to-HDMI bridge and enable on BeaglePlay
Shaurya Rane
[PATCH v2 1/2] video: bridge: add ITE IT66121 DPI-to-HDMI bridge driver
Shaurya Rane
Re: [PATCH v2 1/2] video: bridge: add ITE IT66121 DPI-to-HDMI bridge driver
Simon Glass
[PATCH v2 2/2] BeaglePlay: enable IT66121 HDMI bridge and video stack
Shaurya Rane
Re: [PATCH v2 2/2] BeaglePlay: enable IT66121 HDMI bridge and video stack
Simon Glass
[PATCH 0/6] net: migrate NO_NET out of the networking stack choice
Quentin Schulz
[PATCH 1/6] move networking menu in net/Kconfig
Quentin Schulz
Re: [PATCH 1/6] move networking menu in net/Kconfig
Simon Glass
[PATCH 2/6] rename NET to NET_LEGACY
Quentin Schulz
Re: [PATCH 2/6] rename NET to NET_LEGACY
Simon Glass
[PATCH 3/6] net: make NET a menuconfig (and downgrade NO_NET to a simple config)
Quentin Schulz
Re: [PATCH 3/6] net: make NET a menuconfig (and downgrade NO_NET to a simple config)
Simon Glass
Re: [PATCH 3/6] net: make NET a menuconfig (and downgrade NO_NET to a simple config)
Heinrich Schuchardt
[PATCH 4/6] simplify NET_LEGACY || NET_LWIP condition with NET condition
Quentin Schulz
Re: [PATCH 4/6] simplify NET_LEGACY || NET_LWIP condition with NET condition
Simon Glass
[PATCH 5/6] doc: remove mention to non-existing TPL_NET
Quentin Schulz
Re: [PATCH 5/6] doc: remove mention to non-existing TPL_NET
Simon Glass
[PATCH 6/6] boot: remove NO_NET use
Quentin Schulz
Re: [PATCH 6/6] boot: remove NO_NET use
Simon Glass
Re: [0/6] net: migrate NO_NET out of the networking stack choice
Simon Glass
[PATCH] mtd: spi-nor-ids: Add mt35xl256 and mtd35xu256 chips
Flaviu Nistor
[PATCH v2] tools: mkeficapsule: Add disable pkcs11 menu option
Wojciech Dubowik
Re: [PATCH v2] tools: mkeficapsule: Add disable pkcs11 menu option
Quentin Schulz
Re: [PATCH v2] tools: mkeficapsule: Add disable pkcs11 menu option
David Lechner
Re: [PATCH v2] tools: mkeficapsule: Add disable pkcs11 menu option
David Lechner
[PATCH 1/1] test: fit: Use shared make_fname from fit_util
Aristo Chen
Re: [PATCH 1/1] test: fit: Use shared make_fname from fit_util
Simon Glass
[PATCH] net: zynq_gem: Clear stale speed bits in NWCFG before setting new ones
RafaĆ Hibner
[PATCH v3] Improve handosff prepare on SoCFPGA
Brian Sune
Re: [PATCH v3] Improve handosff prepare on SoCFPGA
Simon Glass
Re: [PATCH v3] Improve handosff prepare on SoCFPGA
Sune Brian
Re: [PATCH v3] Improve handosff prepare on SoCFPGA
Sune Brian
[PATCH] efi_loader: expand disk device names with drive details
Padmarao Begari
Re: [PATCH] efi_loader: expand disk device names with drive details
Simon Glass
[PATCH v2] Improve handosff prepare on SoCFPGA
Brian Sune
[PATCH] arm64: dts: renesas: r8a779md: Add support for R-Car M3Le R8A779MD Geist
Marek Vasut
[PATCH] kbuild: Respect CONFIG_SYS_DTC_PAD_BYTES after fdtgrep
Marek Vasut
Re: [PATCH] kbuild: Respect CONFIG_SYS_DTC_PAD_BYTES after fdtgrep
Simon Glass
Re: [PATCH] kbuild: Respect CONFIG_SYS_DTC_PAD_BYTES after fdtgrep
Marek Vasut
[PATCH] common: update: Fix TFTP return value handling
Marek Vasut
[PATCH] arm: renesas: Fix Kconfig indent
Marek Vasut
[PATCH] arm: dts: renesas: Remove duplicate AVB pinmux assignment on V3M
Marek Vasut
[PATCH] arm: dts: renesas: Clean up RPC DT nodes
Marek Vasut
[Report] ns16550: possible missing workaround for NXP erratum A-008006 on T1040/T1042 (DUART in FIFO mode)
its recursion
[PATCH v1] mach-snapdragon: Add KVM hypervisor support
Aswin Murugan
Re: [PATCH v1] mach-snapdragon: Add KVM hypervisor support
Simon Glass
Re: [PATCH v1] mach-snapdragon: Add KVM hypervisor support
neil . armstrong
Re: [PATCH v1] mach-snapdragon: Add KVM hypervisor support
Sumit Garg
[PATCH v4 0/8] Support metadata-driven A/B boot for STM32MP25
Dario Binacchi
[PATCH v4 1/8] lib: uuid: add partition type GUID for extended bootloader
Dario Binacchi
[PATCH v4 2/8] test: dm: part: add test for part_get_info_by_uuid
Dario Binacchi
[PATCH v4 3/8] test: cmd: add unit tests for part command
Dario Binacchi
Re: [PATCH v4 3/8] test: cmd: add unit tests for part command
Simon Glass
[PATCH v4 4/8] cmd: part: support lookup by UUID
Dario Binacchi
[PATCH v4 5/8] test: cmd: part: add UUID lookup tests
Dario Binacchi
[PATCH v4 6/8] fwu: add helper to get image GUID by type and bank index
Dario Binacchi
[PATCH v4 7/8] test: dm: fwu_mdata: add test for fwu_mdata_get_image_guid
Dario Binacchi
Re: [PATCH v4 7/8] test: dm: fwu_mdata: add test for fwu_mdata_get_image_guid
Simon Glass
[PATCH v4 8/8] board: st: stm32mp25: support dynamic A/B bank bootup
Dario Binacchi
[PATCH v3 0/5] Add partition type GUID support for environment
Balaji Selvanathan
[PATCH v3 1/5] disk: Add partition lookup by type GUID functionality
Balaji Selvanathan
Re: [PATCH v3 1/5] disk: Add partition lookup by type GUID functionality
Simon Glass
[PATCH v3 2/5] scsi: Add partition lookup by type GUID for SCSI devices
Balaji Selvanathan
Re: [PATCH v3 2/5] scsi: Add partition lookup by type GUID for SCSI devices
David Lechner
[PATCH v3 3/5] env: scsi: Add support for partition type GUID based environment
Balaji Selvanathan
Re: [PATCH v3 3/5] env: scsi: Add support for partition type GUID based environment
Simon Glass
Re: [PATCH v3 3/5] env: scsi: Add support for partition type GUID based environment
David Lechner
[PATCH v3 4/5] configs: Enable partition type GUID for QCM6490 and QCS615 boards
Balaji Selvanathan
Re: [PATCH v3 4/5] configs: Enable partition type GUID for QCM6490 and QCS615 boards
Simon Glass
[PATCH v3 5/5] test: dm: Add partition type GUID lookup test
Balaji Selvanathan
Re: [PATCH v3 5/5] test: dm: Add partition type GUID lookup test
Simon Glass
Re: [PATCH v3 0/5] Add partition type GUID support for environment
Sumit Garg
[PATCH] fs/erofs: Fix build for m68k
Daniel Palmer
About LUKS in U-Boot
mitochondriummulticast
[PULL] Please pull casey/qcom-main-13Apr2026
Casey Connolly
Re: [PULL] Please pull casey/qcom-main-13Apr2026
Tom Rini
[PATCH 1/1] scripts/dtc: avoid discarded qualifiers in overlay_fixup_phandle
Heinrich Schuchardt
Re: [PATCH 1/1] scripts/dtc: avoid discarded qualifiers in overlay_fixup_phandle
Tom Rini
Re: [PATCH 1/1] scripts/dtc: avoid discarded qualifiers in overlay_fixup_phandle
Heinrich Schuchardt
Re: [PATCH 1/1] scripts/dtc: avoid discarded qualifiers in overlay_fixup_phandle
Tom Rini
Re: [PATCH 1/1] scripts/dtc: avoid discarded qualifiers in overlay_fixup_phandle
Heinrich Schuchardt
Re: [PATCH 1/1] scripts/dtc: avoid discarded qualifiers in overlay_fixup_phandle
Tom Rini
[PATCH 0/2] efi_loader: centralize messaging for efi_init_obj_list
Heinrich Schuchardt
[PATCH 1/2] cmd/bootefi: move efi_init_obj_list() to the start of do_bootefi
Heinrich Schuchardt
[PATCH 2/2] efi_loader: centralize messaging for efi_init_obj_list
Heinrich Schuchardt
Re: [PATCH 2/2] efi_loader: centralize messaging for efi_init_obj_list
Simon Glass
Re: [PATCH 0/2] efi_loader: centralize messaging for efi_init_obj_list
Ilias Apalodimas
How to build U-Boot with a custom out-of-tree device tree
Johannes Krottmayer
Re: How to build U-Boot with a custom out-of-tree device tree
E Shattow
Re: How to build U-Boot with a custom out-of-tree device tree
Simon Glass
Re: How to build U-Boot with a custom out-of-tree device tree
Johannes Krottmayer
Re: How to build U-Boot with a custom out-of-tree device tree
Simon Glass
[PATCH 0/4] power: regulator: various fix for pfuze100
Peng Fan (OSS)
[PATCH 1/4] power: regulator: pfuze100: Fix min_uV usage
Peng Fan (OSS)
[PATCH 2/4] power: regulator: pfuze100: support high output voltage mode
Peng Fan (OSS)
[PATCH 3/4] power: regulator: pfuze100: support non-independent mode
Peng Fan (OSS)
[PATCH 4/4] power: regulator: Correct Kconfig for PFUZE100
Peng Fan (OSS)
[PATCH v4 0/5] Enable USB3 Super-Speed support for QCM6490/SC7280
Balaji Selvanathan
[PATCH v4 1/5] drivers: clk: qcom: sc7280: Add USB3 PHY pipe clock
Balaji Selvanathan
[PATCH v4 2/5] drivers: phy: qcom: Add QMP USB3-DP Combo PHY driver
Balaji Selvanathan
[PATCH v4 3/5] arm: mach-snapdragon: Skip USB fixup for qcom,sc7280-dwc3
Balaji Selvanathan
[PATCH v4 4/5] configs: qcm6490: Enable super-speed USB support
Balaji Selvanathan
[PATCH v4 5/5] MAINTAINERS: Add entry for Qualcomm PHY drivers
Balaji Selvanathan
Re: [PATCH v4 0/5] Enable USB3 Super-Speed support for QCM6490/SC7280
Balaji Selvanathan
[PATCH 1/1] tools/asn1_compiler: avoid -Wdiscarded-qualifiers
Heinrich Schuchardt
[PATCH] Makefile: fix host CPP pollution in cmd_gen_envp
Levi Shafter
Re: [PATCH] Makefile: fix host CPP pollution in cmd_gen_envp
Simon Glass
[GIT PULL] Please pull mediatek-for-master-2026-04-17 into master
David Lechner
Re: [GIT PULL] Please pull mediatek-for-master-2026-04-17 into master
Tom Rini
Re: [PATCH v3 0/6] Add support for DT overlays handoff
Raymond Mao
Re: [PATCH v3 0/6] Add support for DT overlays handoff
Michal Simek
Re: [PATCH v3 0/6] Add support for DT overlays handoff
Raymond Mao
[PATCH 0/2] k3-am69-aquila: Migrate to OF_UPSTREAM and add remoteproc FW pre-loading
Ernest Van Hoecke
[PATCH 2/2] board: toradex: aquila-am69: add remoteproc firmware pre-loading
Ernest Van Hoecke
[PATCH 1/2] arm: dts: k3-am69-aquila: migrate to OF_UPSTREAM
Ernest Van Hoecke
Re: [PATCH 0/2] k3-am69-aquila: Migrate to OF_UPSTREAM and add remoteproc FW pre-loading
Francesco Dolcini
[PATCH 1/1] Mailmap entry for Javier Tia
Heinrich Schuchardt
Re: [PATCH 1/1] Mailmap entry for Javier Tia
Javier Tia
[PULL] u-boot-usb/master
Marek Vasut
Re: [PULL] u-boot-usb/master
Tom Rini
Re: [PATCH v2] mtd: spi-nor: Add gd25lx128j chip
Tom Rini
Re: [PATCH] mtd: spi-nor: ids: add ISSI IS25LP*J/*MJ/*E and IS25WP*J/*MJ device IDs
Tom Rini
Re: [PATCH] mtd: spi-nor: Add Dosilicon DS25M/Q series support
Tom Rini
Re: [PATCH v3] mtd: spi-nor: ids: Add support for Puyasemi flash chips
Tom Rini
Re: [PATCH] mtd: spi: spi-nor-ids: Add support for XMC XM25QH01D
Tom Rini
[PATCH 1/2] arm: dts: layerscape: Fix DT build warning in SPI nodes
Ye Li
[PATCH 2/2] arm: dts: layerscape: Fix SPI flash compatible string issue
Ye Li
Re: [PATCH 2/2] arm: dts: layerscape: Fix SPI flash compatible string issue
Peng Fan
Re: [PATCH 1/2] arm: dts: layerscape: Fix DT build warning in SPI nodes
Peng Fan
[PATCH 3/4] arm: dts: fsl-ls1088a: Enable SD device
Ye Li
[PATCH 4/4] arm: dts: fsl-ls1088a: Enable USB nodes
Ye Li
Re: [PATCH 4/4] arm: dts: fsl-ls1088a: Enable USB nodes
Peng Fan
Re: [PATCH 3/4] arm: dts: fsl-ls1088a: Enable SD device
Peng Fan
[PATCH 1/4] arm: dts: fsl-ls1088a-qds: Fix missed -u-boot.dtsi
Ye Li
[PATCH 2/4] arm: dts: fsl-ls1088a: Set dpmac nodes default to disabled
Ye Li
Re: [PATCH 2/4] arm: dts: fsl-ls1088a: Set dpmac nodes default to disabled
Peng Fan
Re: [PATCH 1/4] arm: dts: fsl-ls1088a-qds: Fix missed -u-boot.dtsi
Peng Fan
[PATCH v4 00/14] add software ecdsa support
Philippe Reynes
[PATCH v4 14/14] test: py: vboot: add test for global signature with ecdsa
Philippe Reynes
[PATCH v4 04/14] drivers: crypto: add software ecdsa support
Philippe Reynes
Re: [PATCH v4 04/14] drivers: crypto: add software ecdsa support
Simon Glass
Re: [PATCH v4 04/14] drivers: crypto: add software ecdsa support
Raymond Mao
[PATCH v4 11/14] boot: pre-load: add support of ecdsa
Philippe Reynes
Re: [PATCH v4 11/14] boot: pre-load: add support of ecdsa
Simon Glass
[PATCH v4 09/14] tools: mkimage: pre-load: add support of ecdsa
Philippe Reynes
Re: [PATCH v4 09/14] tools: mkimage: pre-load: add support of ecdsa
Simon Glass
[PATCH v4 08/14] test: vboot: add test for ecdsa
Philippe Reynes
[PATCH v4 03/14] test: lib: ecdsa: add initial test
Philippe Reynes
Re: [PATCH v4 03/14] test: lib: ecdsa: add initial test
Simon Glass
Re: [PATCH v4 03/14] test: lib: ecdsa: add initial test
Raymond Mao
[PATCH v4 01/14] mbedtls: enable support of ecc
Philippe Reynes
Re: [PATCH v4 01/14] mbedtls: enable support of ecc
Simon Glass
Re: [PATCH v4 01/14] mbedtls: enable support of ecc
Raymond Mao
Earlier messages