U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-09-02 08:55:16 to 2025-09-05 08:20:18 UTC [more...]

[PATCH -next v6 0/9] Add support for dynamic MMU configuration
 2025-09-05  8:19 UTC  (8+ messages)
` [PATCH -next v6 01/10] mach-k3: use minimal memory map for all K3
` [PATCH -next v6 02/10] mach-k3: use custom enable_cache
` [PATCH -next v6 03/10] arm: armv8: mmu: export mmu_setup
` [PATCH -next v6 04/10] arm: armv8: invalidate dcache entries on dcache_enable
` [PATCH -next v6 05/10] arm: armv8: mmu: add mem_map_fix_dram_banks
` [PATCH -next v6 06/10] mach-k3: map all banks using mem_map_fix_dram_banks
` [PATCH -next v6 09/10] mach-k3: add reserved memory fixups for next boot stage

[PATCH v3 0/5] Simplify image size checks
 2025-09-05  8:15 UTC  (24+ messages)
` [PATCH v3 1/5] Image size checks: Move all configs in one place
` [PATCH v3 2/5] Image size checks: Use HAS_SIZE_LIMIT consistently
` [PATCH v3 3/5] Image size checks: Use consistent help texts
` [PATCH v3 4/5] Image size checks: Deduplicate Makefile
` [PATCH v3 5/5] Image size checks: Simplify SPL_SIZE_LIMIT logic

please pull u-boot-samsung master
 2025-09-05  6:39 UTC 

[PATCH v3 0/5] Add support for MediaTek MT7987/MT7988 built-in 2.5Gb ethernet PHY (v3)
 2025-09-05  5:35 UTC  (11+ messages)
` [PATCH v3 1/5] misc: fs_loader: allow returning actual firmware data size in request_firmware_into_buf_via_script()
` [PATCH v3 2/5] misc: fs_loader: allow using long script name "
` [PATCH v3 3/5] net: mediatek: associate PHY device with dts node specified by phy-handle
` [PATCH v3 4/5] net: phy: Add MediaTek built-in 2.5Gb ethernet PHY driver
` [PATCH v3 5/5] MAINTAINERS: update ethernet-related file list for MediaTek ARM platform

[PATCH v4] disk: efi_loader: Improve disk image detection in efi_bootmgr
 2025-09-05  5:34 UTC  (2+ messages)

[PATCH v2 0/4] riscv: dts: starfive: prune redundant jh7110-common overrides
 2025-09-05  5:02 UTC  (5+ messages)
` [PATCH v2 1/4] "
` [PATCH v2 2/4] riscv: dts: starfive: sync visionfive2 overrides with upstream Linux for-next
` [PATCH v2 3/4] riscv: dts: starfive: visionfive2 depend on SYS_CPU automatic dtsi inclusion
` [PATCH v2 4/4] riscv: dts: starfive: visionfive2 depend on SYS_CONFIG_NAME "

[PATCH 2/2] ti: Do not remove ft_board_setup for CONFIG_NO_NET
 2025-09-05  1:32 UTC  (4+ messages)

[PATCH] configs/coreboot_defconfig: Set X86_LOAD_FROM_32_BIT to use own GDT
 2025-09-04 20:26 UTC 

[PATCH v2 0/4] Modernize U-Boot code formatting with clang-format
 2025-09-04 18:18 UTC  (8+ messages)
` [PATCH v2 1/4] clang-format: Add configuration file
` [PATCH v2 2/4] tools: zynqmp_psu_init_minimize.sh: Switch to clang-format
` [PATCH v2 3/4] Lindent: Remove wrapper around indent tool
` [PATCH v2 4/4] doc: Update U-Boot coding style guide with clang-format usage

[PATCH 0/3] cmd: mtd: improvements
 2025-09-04 14:50 UTC  (4+ messages)
` [PATCH 1/3] cmd: mtd: add markbad command support
` [PATCH 2/3] cmd: mtd: add nand_write_test "
` [PATCH 3/3] cmd: mtd: add nand_read_test "

[PATCH RESEND v5 0/2] cmd: mtd: fix benchmarking
 2025-09-04 14:32 UTC  (3+ messages)
` [PATCH RESEND v5 1/2] cmd: mtd: fix speed measurement in the speed benchmark
` [PATCH RESEND v5 2/2] cmd: mtd: add benchmark option to the help

[PATCH 0/4] Bringup of SM7150 SoC
 2025-09-04 13:53 UTC  (7+ messages)
` [PATCH 1/4] clk/qcom: add driver for SM7150 GCC
` [PATCH 2/4] pinctrl: qcom: add SM7150 pinctrl driver
` [PATCH 4/4] configs: qcom_defconfig: Enable SM7150 GCC and Pinctrl

[PATCH v3 0/7] Add display support for STM32MP25
 2025-09-04 12:53 UTC  (8+ 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] clk: meson: Remove unreachable code
 2025-09-04  9:57 UTC  (2+ messages)

[PATCH] pwm: meson: Stop premature exit from for loop
 2025-09-04  9:57 UTC  (3+ messages)

[PATCH] adc: meson-saradc: uint cannot be less than zero
 2025-09-04  9:57 UTC  (2+ messages)

[PATCH v3] pinctrl: meson: support gpio toggle command
 2025-09-04  9:57 UTC  (2+ messages)

[PATCH] net: mdio: mux-meson-gxl: set reversed bit when using internal phy
 2025-09-04  9:57 UTC  (2+ messages)

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

[RFC 00/10] Add support for StarFive VisionFive 2 Lite board
 2025-09-04  2:39 UTC  (33+ messages)
` [RFC 01/10] riscv: dts: starfive: jh7110-common: Move out some nodes to the board dts
` [RFC 02/10] riscv: dts: starfive: Add VisionFive 2 Lite board device tree
` [RFC 03/10] eeprom: starfive: Simplify get_ddr_size_from_eeprom()
` [RFC 04/10] eeprom: starfive: Correct get_pcb_revision_from_eeprom()
` [RFC 05/10] eeprom: starfive: Update eeprom data format version to 3
` [RFC 06/10] pcie: starfive: Add a optional power gpio support
` [RFC 07/10] riscv: dts: jh7110: Add StarFive VisionFive 2 Lite u-boot device tree
` [RFC 08/10] configs: visionfive2: Add VisionFive 2 Lite DT to OF_LIST
` [RFC 09/10] board: starfive: spl: Support VisionFive 2 Lite
` [RFC 10/10] board: starfive: visionfive2: Add VisionFive 2 Lite fdt selection

[PATCH v2 0/2] PHYTEC imx8m boards: enable OP-TEE as default
 2025-09-04  6:56 UTC  (7+ messages)
` [PATCH v2 1/2] phytec-imx8m boards: enable OP-TEE for KASLR
` [PATCH v2 2/2] doc: phytec: update imx8m docs for optee builds

[PATCH 0/2] Fix ADI driver header dependencies
 2025-09-04  1:57 UTC  (4+ messages)
` [PATCH 1/2] net: dwc_eth_qos_adi: Add missing header
` [PATCH 2/2] mmc: adi_sdhci: Update headers

[PATCH v1] doc: board: ti: am335x_evm: Add documentation
 2025-09-03 20:20 UTC 

[PATCH 0/7] doc: make pdfdocs: Address issues with the make pdfdocs target
 2025-09-04  1:24 UTC  (8+ messages)
` [PATCH 4/7] doc: make pdfdocs: Ensure SVG files are converted to PDF before the compilation of *.tex files

Please pull u-boot-tegra staging
 2025-09-03 22:54 UTC  (2+ messages)

[PULL] u-boot-sh/master
 2025-09-03 22:53 UTC  (2+ messages)

[PATCH v3 0/2] Fix dma_addr_t for R5 SPL
 2025-09-03 19:43 UTC  (4+ messages)
` [PATCH v3 1/2] dma: ti: k3-udma: fix dma_addr_t typecasts
` [PATCH v3 2/2] config: arch: k3: enable DMA_ADDR_T_64BIT

[PATCH] SUNXI / TWSI: Implement I2C bus unlocking for stuck devices during initialization
 2025-09-03 16:31 UTC 

[PATCH v2] env: Fix up indent
 2025-09-03 15:17 UTC  (2+ messages)

[PATCH v2] env: Remove usb_ignorelist and env_fdt_path from ifdef CONFIG_ENV_VARS_UBOOT_CONFIG
 2025-09-03 15:17 UTC  (2+ messages)

[PATCH] ARM: renesas: Enable CONFIG_ENV_VARS_UBOOT_CONFIG on all boards
 2025-09-03 11:23 UTC 

[PATCH] arm64: renesas: r8a779g3: Use $loadaddr in bootcmd on Retronix R-Car V4H Sparrow Hawk board
 2025-09-03 11:23 UTC 

[PATCH] env: Remove usb_ignorelist and env_fdt_path from ifdef CONFIG_ENV_VARS_UBOOT_CONFIG
 2025-09-03 11:22 UTC 

[PATCH v1] mach-k3: fix reading size and addr from fdt on R5
 2025-09-03 11:17 UTC 

[PATCH v1] ARM: amlogic: fix JetHub D1 eth mac fallback generation
 2025-09-03 11:06 UTC 

[PATCH v2] spi: exynos: Remove extra term from test
 2025-09-03 10:33 UTC  (2+ messages)

[PATCH v2] scripts/Makefile.lib: increase detail for dtsi debug output
 2025-09-03  9:17 UTC  (2+ messages)

[PATCH] sandbox: replace deprecated getenv() with env_get()
 2025-09-02 22:24 UTC 

[PATCH] configs: Fix crash on coreboot x86
 2025-09-03  7:05 UTC 

[PATCH] arm64: Properly clear BSS
 2025-09-03  7:02 UTC  (3+ messages)

[PATCH v3 0/3] Hyperflash boot fixes for j721e
 2025-09-03  4:28 UTC  (10+ messages)
` [PATCH v3 1/3] mtd: Kconfig: Add SPL_MUX_MMIO dependency to HBMC driver
` [PATCH v3 2/3] configs: j721e_evm_r5: Enable HBMC and MUX_MMIO at SPL
` [PATCH v3 3/3] arm: dts: k3-j721e-r5-common-proc-board: Enable HBMC in R5 SPL stage

[RFC PATCH 0/5] Add initial support for AM62D2-EVM
 2025-09-03  4:08 UTC  (8+ messages)
` [RFC PATCH 1/5] board: ti: Introduce the basic files needed to support am62d
` [RFC PATCH 2/5] board: ti: am62dx: Add board configs for am62d
` [RFC PATCH 3/5] configs: Introduce configs for the AM62D2-EVM
` [RFC PATCH 4/5] arch: mach-k3: Introduce support for AM62D2-EVM
` [RFC PATCH 5/5] arm: dts: Introduce AM62D2-EVM dtbs

[PATCH v1] board: starfive: visionfive2: deprecate mixed-case product ids VF7110a VF7110b
 2025-09-03  2:07 UTC 

[PATCH 1/7] usb: dwc3: Tighten driver glue dependencies
 2025-09-03  1:48 UTC  (12+ messages)
` [PATCH 2/7] usb: gadget: Tighten requirements on USB_GADGET_ATMEL_USBA
` [PATCH 3/7] usb: gadget: bcm_udc_otg: Remove unused driver
` [PATCH 4/7] usb: gadget: max3420_udc: "
` [PATCH 5/7] usb: host: Tighten USB host driver dependencies
` [PATCH 6/7] usb: host: Tighten USB musb-new host glue "

[PATCH 0/3] memtest performance improvements
 2025-09-02 22:57 UTC  (2+ messages)

[PATCH v2] pinctrl: rzg2l: Variable may not have been assigned to
 2025-09-02 22:10 UTC  (3+ messages)

[PATCH] mkimage: Add support for bundling TFA BL31 in mkimage -f auto
 2025-09-02 22:01 UTC 

[PATCH 0/4] Enable USB 3.1 for Agilex5 SoCFPGA
 2025-09-02 18:18 UTC  (7+ messages)
` [PATCH 3/4] configs: Increase USB Hub debounce timeout in Agilex5

[PATCH 0/6] Make MPFS Generic
 2025-09-02 10:11 UTC  (7+ messages)
` [PATCH 1/6] board: microchip: icicle: rename all icicle files to generic
` [PATCH 2/6] configs/microchip_mpfs_generic_defconfig: add board
` [PATCH 3/6] doc: microchip: introduce common sections
` [PATCH 4/6] doc: microchip: add mpfs_video.rst
` [PATCH 5/6] misc: mpfs_syscontroller: add functions to read device tree overlays
` [PATCH 6/6] board: microchip: mpfs_generic: include processing of dtbos

[PATCH v2 1/1] virtio: blk: support block sizes exceeding 512 bytes
 2025-09-02  9:19 UTC  (2+ messages)

[PATCH v2 0/2] Fix dma_addr_t for R5 SPL
 2025-09-02 10:53 UTC  (4+ messages)
` [PATCH v2 1/2] dma: ti: k3-udma: fix dma_addr_t typecasts
` [PATCH v2 2/2] config: arch: k3: enable DMA_ADDR_T_64BIT

[PATCH v2 0/4] AM57 boot fixes
 2025-09-02 10:35 UTC  (3+ messages)

[PATCH] doc: add README.pmic guide for PMIC/regulator framework
 2025-09-02  5:07 UTC 

[PATCH 00/12] arm64: zynqmp: DT synchronization
 2025-09-02  8:53 UTC  (5+ messages)
` [PATCH 09/12] arm64: zynqmp: Update compatible string for tps546X24
` [PATCH 10/12] arm64: zynqmp: Introduce DP port labels
` [PATCH 11/12] arm64: zynqmp: Enable DP for kr260, kv260, zcu100, zcu102, zcu104, zcu111
` [PATCH 12/12] arm64: zynqmp: Add pmw_fan label to k26


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox