U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-29 09:08:58 to 2025-10-31 04:10:53 UTC [more...]

[DEBUG] rk3399-nanopi-neo4: SPL SD init may report -5 due to SD power-on timing
 2025-10-31  4:10 UTC 

[PATCH] firmware: scmi: Drop mmu_set_region_dcache_behaviour() misuse
 2025-10-31  3:36 UTC  (12+ messages)
` 回复: "
    ` 回复: "
        ` 回复: "

[PATCH v1] arm: imx8: select ARCH_MISC_INIT if FSL_CAAM is enabled
 2025-10-31  1:51 UTC  (2+ messages)

[PATCH] imx8mp_evk: Fix typo on maintainer's name
 2025-10-31  1:51 UTC  (3+ messages)

[PATCH v1] board: toradex: fix aquila imx95 0098 pid4
 2025-10-31  1:51 UTC  (2+ messages)

[PATCH v1] board: toradex: add Toradex SMARC iMX95
 2025-10-31  1:50 UTC  (2+ messages)

[PATCH] thermal: imx_tmu: Always set thermal trips from fuses
 2025-10-31  1:49 UTC  (2+ messages)

[PATCH] liebherr: btt: shrink spl_board_init
 2025-10-31  1:49 UTC  (2+ messages)

[PATCH] imx: Revert "imx: mx6ull: fix REFTOP_VBGADJ setting" and fix comments
 2025-10-31  1:48 UTC  (2+ messages)

[GIT PULL] Please pull u-boot-imx-master-20251030
 2025-10-31  1:47 UTC 

[PATCH] ufs: Keep Makefile and Kconfig sorted one more time
 2025-10-30 22:36 UTC  (3+ messages)

[PATCH 1/4] ufs: cadence: Rename CONFIG_CADENCE_UFS to CONFIG_UFS_CADENCE
 2025-10-30 22:35 UTC  (4+ messages)
` [PATCH 2/4] ufs: qcom: Rename CONFIG_QCOM_UFS to CONFIG_UFS_QCOM
` [PATCH 3/4] ufs: rockchip: Rename CONFIG_ROCKCHIP_UFS to CONFIG_UFS_ROCKCHIP
` [PATCH 4/4] ufs: ti: Rename CONFIG_TI_J721E_UFS to CONFIG_UFS_TI_J721E

[PATCH v1] Cyclone V Board handsoff script
 2025-10-30 21:31 UTC  (4+ messages)

[PATCH] mtd: spi-nor-ids: Reformat the table
 2025-10-30 21:25 UTC  (9+ messages)

[PATCH v4 1/2] ARM: bootm: Add support for starting Linux through OPTEE-OS on ARMv7a
 2025-10-30 21:23 UTC  (2+ messages)
` [PATCH v4 2/2] spl: fit: Add ability to jump to Linux via "

[PATCH] arm: dts: rockchip: Fix eMMC write on RK3528
 2025-10-30 19:41 UTC  (3+ messages)

[PATCH] mtd: spinand: add support for FudanMicro FM25S01A
 2025-10-30 19:07 UTC 

[PATCH v9 0/8] Allow falcon boot from R5 SPL on TI's AM62 devices
 2025-10-30 18:19 UTC  (15+ messages)
` [PATCH v9 1/8] arch: arm: k3-binman: add fit for falcon boot
` [PATCH v9 2/8] configs: add falcon mode fragment for k3 devices
` [PATCH v9 3/8] mach-k3: common: enable falcon mode from R5 SPL
` [PATCH v9 4/8] mach-k3: common: support only MMC in R5 falcon mode
` [PATCH v9 5/8] mach-k3: r5: common: add fdt fixups for "
` [PATCH v9 6/8] mach-k3: r5: common: add bootargs to kernel's dtb
` [PATCH v9 7/8] Makefile: add tifalcon.bin to CLEAN_FILES
` [PATCH v9 8/8] doc: ti: document R5 falcon mode for AM62 platforms

[GIT PULL] please pull mmc-power-2025-10-30
 2025-10-30 18:05 UTC  (2+ messages)

[PATCH V1 0/1] MTD/SPI: Add new part numbers and modify one part
 2025-10-30 17:58 UTC  (2+ messages)
` [PATCH V1 1/1] MTD/SPI: Add new part numbers and modify one part number

[PATCH] Invalidate cached FAT device upon boot error
 2025-10-30 17:03 UTC 

[PATCH] rsa: always build pss padding
 2025-10-30 17:06 UTC  (4+ messages)

vexpress_fvp test.py CI errors
 2025-10-30 17:03 UTC  (5+ messages)

[PATCH] clk: Prevent SIGSEGV on debug
 2025-10-30 16:55 UTC 

[PATCH] clk: Return value calculated by ERR_PTR
 2025-10-30 16:51 UTC  (4+ messages)

[PATCH v5 00/20] Convert extension support to UCLASS and adds its support to boot flows
 2025-10-30 16:45 UTC  (21+ messages)
` [PATCH v5 01/20] MAINTAINERS: Add maintainer for extension board support
` [PATCH v5 02/20] board: ti: Exclude cape detection from xPL builds
` [PATCH v5 03/20] board: ti: Fix CAPE_EEPROM_BUS_NUM Kconfig dependency
` [PATCH v5 04/20] board: sunxi: Exclude DIP detection from XPL builds
` [PATCH v5 05/20] board: compulab: Exclude compulab extension board "
` [PATCH v5 06/20] include: extension_board: Document the extension structure
` [PATCH v5 07/20] boot: Move extension board support from cmd/ to boot/
` [PATCH v5 08/20] boot: Add UCLASS support for extension boards
` [PATCH v5 09/20] board: ti: Refactor cape detection code for readability
` [PATCH v5 10/20] board: ti: Convert cape detection to use UCLASS framework
` [PATCH v5 11/20] board: sunxi: Refactor CHIP board extension code
` [PATCH v5 12/20] board: sunxi: Convert extension support to UCLASS framework
` [PATCH v5 13/20] board: sandbox: Improve extension board scan implementation
` [PATCH v5 14/20] board: sandbox: Convert extension support to UCLASS framework
` [PATCH v5 15/20] board: compulab: Convert imx8mm-cl-iot-gate to UCLASS extension framework
` [PATCH v5 16/20] boot: Remove legacy extension board support
` [PATCH v5 17/20] boot: extension: Move overlay apply custom logic to command level
` [PATCH v5 18/20] boot: pxe_utils: Add extension board devicetree overlay support
` [PATCH v5 19/20] boot: bootmeth_efi: Refactor distro_efi_try_bootflow_files return logic
` [PATCH v5 20/20] boot: bootmeth_efi: Add extension board devicetree overlay support

[PULL] Please pull qcom-for-2026.01-rc2
 2025-10-30 12:08 UTC 

Please pull u-boot-i2c master
 2025-10-30 12:08 UTC 

[PATCH v4 00/20] Convert extension support to UCLASS and adds its support to boot flows
 2025-10-30 13:38 UTC  (4+ messages)

[PATCH v2 1/3] bsh: update readme with instructions to build M2B
 2025-10-30 13:36 UTC  (4+ messages)
` [PATCH v2 2/3] bsh: imx6ulz_smm_m2: Update imx6ulz BSH SMM M2B board
` [PATCH v2 3/3] bsh: imx6ulz_smm_m2: Add imx6ulz BSH SMM M2D board

[PATCH 0/4] Improve RaspBerry Pi 5 support part1: Fixes
 2025-10-30 13:27 UTC  (2+ messages)

[PATCH 0/3] ti: add speed grades support for AM62a
 2025-10-30 13:03 UTC  (4+ messages)
` [PATCH 1/3] mach-k3: am62px: remove fdt_fixup_cpu_freq_nodes_am62p
` [PATCH 2/3] mach-k3: refactor A53 speed grade clock-rate fixup
` [PATCH 3/3] mach-k3: am62a: add support for speed grades

[PATCH v4 00/13] am62: IO+DDR resume support
 2025-10-30  9:59 UTC  (14+ messages)
` [PATCH v4 01/13] arm: mach-k3: Remove CANUART IO isolation
` [PATCH v4 02/13] arm: mach-k3: Kconfig: Add symbols for IO+DDR Low Power Mode
` [PATCH v4 03/13] ram: k3-ddrss: Add support for DDR in self-refresh
` [PATCH v4 04/13] firmware: ti_sci: Add TI_SCI_MSG_MIN_CONTEXT_RESTORE
` [PATCH v4 05/13] arm: mach-k3: common: Add CANUART wakeup check helpers
` [PATCH v4 06/13] arm: mach-k3: common: Add lpm_resume_from_ddr
` [PATCH v4 07/13] arm: mach-k3: common: Helper for LPM meta data address from DT
` [PATCH v4 08/13] arm: mach-k3: am62a7_init: Resume on LPM exit
` [PATCH v4 09/13] arm: mach-k3: am62p5_init: "
` [PATCH v4 10/13] arm: dts: k3-am62a: Add r5 device nodes
` [PATCH v4 11/13] arm: dts: k3-am62p: "
` [PATCH v4 12/13] configs: am62ax_evm_r5: Enable IODDR resume support
` [PATCH v4 13/13] configs: am62p_evm_r5_defconfig: "

[PATCH 1/3] bsh: update readme with instructions to build M2B
 2025-10-30  8:41 UTC  (5+ messages)
` [PATCH 2/3] bsh: imx6ulz_smm_m2: Update imx6ulz BSH SMM M2B board
` [PATCH 3/3] bsh: imx6ulz_smm_m2: Add imx6ulz BSH SMM M2D board

[PATCH v1 0/3] ram: starfive: cleanup size types and typos
 2025-10-30  7:56 UTC  (8+ messages)
` [PATCH v1 1/3] ram: starfive: drop references to 16GB memory size
` [PATCH v1 2/3] ram: starfive: use SZ_8G for 8GB "
` [PATCH v1 3/3] ram: starfive: fix typo for unsupported DDR size

[PATCH] tools: qcom: mkmbn: fix Elf constructor
 2025-10-30 12:34 UTC  (3+ messages)

[PATCH 0/6] usb: host: ehci-msm: Clean up and fix crashes
 2025-10-30 12:16 UTC  (2+ messages)

[PATCH] clk/stub: add sc7180-rpmh clock
 2025-10-30 12:16 UTC  (2+ messages)

[PATCH v2 0/6] Fix UART autoboot issues on DragonBoard 410c
 2025-10-30 12:16 UTC  (2+ messages)

[PATCH] qcom_defconfig: enable watchdog command
 2025-10-30 12:16 UTC  (2+ messages)

[PATCH 0/5] Colorful mix of small fixes and UART improvements for Qualcomm
 2025-10-30 12:16 UTC  (2+ messages)

[PATCH] phy; qcom: Rework Kconfig logic around MSM8916_USB_PHY
 2025-10-30 12:16 UTC  (2+ messages)

[PATCH] gpio: qcom: qcom_spmi_gpio: add compatible for pm6150l
 2025-10-30 12:16 UTC  (2+ messages)

[PATCH] qcom_defconfig: Enable meminfo command with mapping
 2025-10-30 12:16 UTC  (2+ messages)

[PATCH v4] i2c: add support for the MT7621 I2C controller
 2025-10-30 12:05 UTC  (2+ messages)

[PATCH] i2c: rcar_i2c: Add R-Car Gen5 support
 2025-10-30 12:04 UTC  (4+ messages)

[PATCH v1] toradex: verdin-am62: sync rm-cfg with SDK 11.01.05.03 baseline
 2025-10-30 10:15 UTC  (2+ messages)

[PATCH v2 0/4] pwm: put symbols into a menu + use if DM_PWM block instead of depends on
 2025-10-30 10:03 UTC  (5+ messages)
` [PATCH v2 1/4] pwm: move all PWM related topics inside a Kconfig menu
` [PATCH v2 2/4] pwm: make sandbox depend on DM_PWM
` [PATCH v2 3/4] pwm: put all PWM DM drivers under an if condition "
` [PATCH v2 4/4] pwm: fix typo in PWM_MESON help text

[PATCH v3 1/2] ARM: bootm: Add support for starting Linux through OpTee-OS on ARMv7a
 2025-10-30  9:07 UTC  (3+ messages)
` [PATCH v3 2/2] spl: fit: Add ability to jump to Linux via "

[PATCH] arm: dts: brcp1: Move SPL partition to offset 0x8000 in SPI flash
 2025-10-30  7:56 UTC  (2+ messages)

[PATCH v3 0/7] Add display support for STM32MP25
 2025-10-30  7:44 UTC  (15+ messages)
` [PATCH v3 1/7] ofnode: support panel-timings in ofnode_decode_display_timing
` [PATCH v3 2/7] video: simple_panel: add support for "panel-lvds" display
` [PATCH v3 3/7] video: stm32: STM32 driver support for LVDS
` [PATCH v3 4/7] video: stm32: ltdc: support new hardware version for STM32MP25 SoC
` [PATCH v3 5/7] video: stm32: ltdc: properly search the first available panel
` [PATCH v3 6/7] ARM: dts: stm32: use LTDC and LVDS nodes before relocation in stm32mp25-u-boot
` [PATCH v3 7/7] configs: stm32mp25: enable LVDS display support

[PATCH v8 0/8] Allow falcon boot from R5 SPL on TI's AM62 devices
 2025-10-30  5:08 UTC  (4+ messages)
` [PATCH v8 8/8] doc: ti: document R5 falcon mode for AM62 platforms

[PATCH 0/6] mmc: exynos_dw_mmc: Disable FMP for Exynos850
 2025-10-30  5:02 UTC  (13+ messages)
` [PATCH 1/6] mmc: exynos_dw_mmc: Extend dm_dwmci_ops without code duplication
` [PATCH 2/6] mmc: dw_mmc: Do not export dwmci_send_cmd() and dwmci_set_ios()
` [PATCH 3/6] mmc: exynos_dw_mmc: Improve coding style
` [PATCH 4/6] mmc: exynos_dw_mmc: Add quirk for disabling FMP
` [PATCH 5/6] mmc: exynos_dw_mmc: Add exynos850 compatible
` [PATCH 6/6] mmc: exynos_dw_mmc: Disable FMP for Exynos850 chip

[PATCH] Gitlab CI: Rework our tag usage again
 2025-10-30  4:35 UTC 

[PATCH v3 0/4] net: phy: aquantia: Switch to generic firmware loader
 2025-10-30  2:24 UTC  (7+ messages)
` [PATCH v3 4/4] net: phy: aquantia: use "

[PATCH v3 00/12] remoteproc: Add support for i.MX8M[M/N/P/Q] and i.MX93
 2025-10-30  0:54 UTC  (5+ messages)

[PATCH] boot: fix typo in SYS_BOOTM_LEN description
 2025-10-29 20:12 UTC  (2+ messages)

[PATCH 1/1] Dockerfile: remove Python 2.7
 2025-10-29 20:12 UTC  (2+ messages)

[PATCH] serial: make VPL_DM_SERIAL depend on VPL_DM
 2025-10-29 20:12 UTC  (3+ messages)

[PATCH 0/3] pwm: put symbols into a menu + use if DM_PWM block instead of depends on
 2025-10-29 19:15 UTC  (7+ messages)
` [PATCH 1/3] pwm: move all PWM related topics inside a Kconfig menu
` [PATCH 2/3] pwm: put all UCLASS PWM drivers under an if condition on DM_PWM
` [PATCH 3/3] pwm: fix typo in PWM_MESON help text

[GIT PULL] Please pull u-boot-ufs-20251029
 2025-10-29 18:08 UTC  (2+ messages)

[PULL] u-boot-riscv/master
 2025-10-29 18:07 UTC  (2+ messages)

[PULL] u-boot-usb/master
 2025-10-29 18:07 UTC  (2+ messages)

[PULL] u-boot-sh/master
 2025-10-29 18:07 UTC  (2+ messages)

[PATCH 0/3] mach-k3: Rework spl/get_boot_device()
 2025-10-29 15:39 UTC  (4+ messages)
` [PATCH 1/3] arm: "

[PATCH v2] doc: pytest: Complete dependencies list with missing packages
 2025-10-29 14:33 UTC 

[PATCH 1/1] qfw: Add more fields and a heading to qfw list
 2025-10-29 14:14 UTC 

[PATCH] rockchip: imply most symbols for ARCH_ROCKCHIP
 2025-10-29 11:34 UTC 

[PATCH] binman: btool: mkimage: fix Bintoolmkimage.run() method docstring
 2025-10-29 11:30 UTC 

[PATCH] rsa: fix typo in $(PHASE_)RSA_VERIFY_WITH_PKEY help text
 2025-10-29 11:20 UTC 

[PATCH] boot: specify SPL_FIT_FULL_CHECK applies to SPL
 2025-10-29 11:08 UTC 

[PATCH v2] firmware: scmi: Fix up code comments
 2025-10-29  9:10 UTC  (2+ messages)
` 回复: "

[PATCH] mailbox: Allow operation without .recv callback
 2025-10-29  9:08 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