U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-15 15:45:43 to 2025-10-17 14:28:11 UTC [more...]

[PATCH 00/24] Introduce Allwinner H6/H616 NAND controller support
 2025-10-17 14:27 UTC  (34+ messages)
` [PATCH 01/24] mtd: rawnand: sunxi: cosmetic: remove needless comment
` [PATCH 02/24] mtd: rawnand: sunxi_spl: fix pointer from integer without a cast
` [PATCH 03/24] mtd: rawnand: sunxi_spl: cosmetic: harmonize register defines with non spl file
` [PATCH 04/24] mtd: rawnand: sunxi_spl: cosmetic: use definitions from linux/mtd/rawnand.h
` [PATCH 05/24] mtd: rawnand: sunxi_spl: cosmetic: replace AHB_DIV_1 by CCM_NAND_CTRL_M/N
` [PATCH 06/24] mtd: rawnand: sunxi: cosmetic: merge register definitions for sunxi_nand{, _spl}.c
` [PATCH 07/24] mtd: rawnand: sunxi: cosmetic: add per SoC capabilities
` [PATCH 08/24] mtd: rawnand: sunxi: cosmetic: move ECC_ERR_CNT register offset in SoC caps
` [PATCH 09/24] mtd: rawnand: sunxi: cosmetic: move USER_DATA "
` [PATCH 10/24] mtd: rawnand: sunxi: cosmetic: move ECC_PAT_FOUND register "
` [PATCH 11/24] mtd: rawnand: sunxi: cosmetic: add has_ecc_block_512 capability
` [PATCH 12/24] mtd: rawnand: sunxi: cosmetic: move NFC_ECC_MODE offset in SoC caps
` [PATCH 13/24] mtd: rawnand: sunxi: cosmetic: introduce reg_pat_id in sunxi_nfc_caps
` [PATCH 14/24] mtd: rawnand: sunxi_spl: cosmetic: add per SoC capabilities
` [PATCH 15/24] mtd: rawnand: sunxi: cosmetic: move NFC_RANDOM_EN register offset in SoC caps
` [PATCH 16/24] mtd: rawnand: sunxi: cosmetic: introduce reg_spare_area in sunxi_nfc_caps
` [PATCH 17/24] mtd: rawnand: sunxi_spl: use NFC_ECC_ERR_MSK and NFC_ECC_PAT_FOUND
` [PATCH 18/24] mtd: rawnand: sunxi_spl: increase max_oobsize for 2KiB pages
` [PATCH 19/24] mtd: rawnand: sunxi_spl: cosmetic: use NFC_ECC_MODE and NFC_RANDOM_SEED macros
` [PATCH 20/24] sunxi: clock: H6: add NAND controller clock registers
` [PATCH 21/24] clk: sunxi: Add MBUS Master Clock Gating Register
` [PATCH 22/24] mtd: rawnand: sunxi: add support for H6/H616 nand controller
` [PATCH 23/24] mtd: rawnand: sunxi_spl: "
` [PATCH 24/24] mtd: rawnand: sunxi_spl: Fix cast to pointer from integer warnings

[PATCH v2 0/7] doc: make pdfdocs: Address issues with the make pdfdocs target
 2025-10-17 14:18 UTC  (8+ messages)
` [PATCH v2 1/7] doc: make pdfdocs: Specify texlive-xetex as a prerequisite
` [PATCH v2 3/7] doc: make pdfdocs: Add pip install -r test/py/requirements.txt to the list of needed steps
` [PATCH v2 4/7] doc: make pdfdocs: Ensure SVG files are converted to PDF before the compilation of *.tex files

[PATCH 1/2] ARM: dts: Remove u-boot, boot-led from stm32mp257f-ev1-u-boot
 2025-10-17 14:05 UTC  (3+ messages)
` [PATCH 2/2] ARM: dts: Remove u-boot, boot-led from stm32mp235f-dk-u-boot
` [PATCH 1/2] ARM: dts: Remove u-boot,boot-led from stm32mp257f-ev1-u-boot

[PATCH v1] env: Kconfig: disable external env in secure os boot
 2025-10-17 13:58 UTC  (4+ messages)

[PATCH] mtd: add missing prototype for mtd_read_oob_bf()
 2025-10-17 13:51 UTC 

[PATCH v2 0/5] android: add bootconfig support
 2025-10-17 13:19 UTC  (6+ messages)
` [PATCH v2 1/5] boot: android: import addBootConfigParameters() from AOSP
` [PATCH v2 2/5] boot: android: Add sandbox memory mapping support
` [PATCH v2 3/5] boot: android: Add bootconfig support
` [PATCH v2 4/5] cmd: abootimg: Add 'get ramdisk' command
` [PATCH v2 5/5] test: abootimg: Add test for bootconfig handling

[PATCH v11 00/11] Add support for dynamic MMU configuration
 2025-10-17 13:15 UTC  (12+ messages)
` [PATCH v11 01/11] mach-k3: use minimal memory map for all K3
` [PATCH v11 02/11] mach-k3: use custom enable_cache
` [PATCH v11 03/11] arm: armv8: mmu: export mmu_setup
` [PATCH v11 04/11] arm: armv8: invalidate dcache entries on dcache_enable
` [PATCH v11 05/11] arm: armv8: mmu: add mem_map_from_dram_banks
` [PATCH v11 06/11] mach-k3: map all banks using mem_map_from_dram_banks
` [PATCH v11 07/11] arm: armv8: mmu: add mmu_unmap_reserved_mem
` [PATCH v11 08/11] spl: split spl_board_fixups to arch/board specific
` [PATCH v11 09/11] mach-k3: add reserved memory fixups for next boot stage
` [PATCH v11 10/11] mach-k3: add carveouts for TFA and optee
` [PATCH v11 11/11] arm: mach-k3: reserve space for page table entries

[PATCH v10 00/11] Add support for dynamic MMU configuration
 2025-10-17 13:00 UTC  (8+ messages)
` [PATCH v10 05/11] arm: armv8: mmu: add mem_map_from_dram_banks
` [PATCH v10 07/11] arm: armv8: mmu: add mmu_unmap_reserved_mem

[PATCH 0/5] firmware: scmi: Support SCMI LMM/CPU protocol for i.MX95
 2025-10-17  9:32 UTC  (6+ messages)
` [PATCH 1/5] firmware: scmi: Conditionally compile protocol support
` [PATCH 2/5] firmware: scmi: Cleanup the SCMI MISC ID
` [PATCH 3/5] firmware: scmi: Support probe vendor ID 0x80 and 0x82
` [PATCH 4/5] firmware: scmi: Add i.MX95 SCMI LMM protocol driver
` [PATCH 5/5] firmware: scmi: Add i.MX95 SCMI CPU Protocol

[PATCH 00/24] clk: Remove passing of negative errors through unsigned return
 2025-10-17  6:16 UTC  (29+ messages)
` [PATCH 01/24] clk: meson: Remove negative error returns from clk_get_rate
` [PATCH 02/24] clk: sifive: "
` [PATCH 03/24] clk: armada-37xx: "
` [PATCH 04/24] clk: thead: th1520-ap: "
` [PATCH 05/24] clk: ccf: "
` [PATCH 06/24] clk: at91: "
` [PATCH 07/24] clk: renesas: "
` [PATCH 08/24] clk: rockchip: "
` [PATCH 09/24] clk: "
` [PATCH 10/24] clk: starfive: "
` [PATCH 11/24] clk: altera: "
` [PATCH 12/24] clk: uniphier: "
` [PATCH 13/24] clk: aspeed: "
` [PATCH 14/24] clk: nuvoton: "
` [PATCH 15/24] clk: exynos: "
` [PATCH 16/24] clk: imx: "
` [PATCH 17/24] clk: ti: "
` [PATCH 18/24] clk: mediatek: "
` [PATCH 19/24] clk: owl: "
` [PATCH 20/24] clk: tegra: "
` [PATCH 21/24] clk: adi: "
` [PATCH 22/24] clk: sophgo: "
` [PATCH 23/24] clk: stm32: "
` [PATCH 24/24] clk: x86: "

[PATCH 0/5] stm32mp2: Fix stm32mp2xx-dk board boot issue
 2025-10-17 12:18 UTC  (6+ messages)
` [PATCH 1/5] ARM: dts: Add stm32mp257f-dk-u-boot.dtsi
` [PATCH 2/5] ARM: dts: Fix "arm, smc-id" value for stm32mp23-u-boot.dtsi
` [PATCH 3/5] ARM: dts: Fix "arm, smc-id" value for stm32mp25-u-boot.dtsi
` [PATCH 4/5] ARM: dts: Add txbyteclk clock in stm32mp235f-dk-u-boot.dtsi
` [PATCH 5/5] stm32mp: Add stm32mp23 support for syscon driver

[PATCH] doc: ti: j722s_evm: drop outdated boot note
 2025-10-17 11:20 UTC 

[PATCH] cmd/part.c: implement "part name" subcommand
 2025-10-17  9:09 UTC  (4+ messages)

[PATCH 1/1] riscv: consider CONFIG_RISCV_ISA_ZAAMO in SPL too
 2025-10-17  7:12 UTC  (5+ messages)

[PATCH] board: am62x: Add support for reading eeprom data
 2025-10-17  6:24 UTC 

[PATCH] phy: ti: phy-j721e-wiz: Allow reinitialization when SERDES is pre-configured
 2025-10-17  5:25 UTC 

[PATCH V1 0/1] MTD/SPI-NOR: Add new device
 2025-10-17  3:57 UTC  (2+ messages)
` [PATCH V1 1/1] "

[PATCH] test/py: Update to a newer pytest release
 2025-10-17  1:23 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 1/1] test: uninstall PK after secboot tests
 2025-10-17  1:23 UTC  (2+ messages)

[PATCH 1/1] virito: blk: fix logic to determine block sizes
 2025-10-17  1:23 UTC  (2+ messages)

[PATCH v4 0/6] Enable Firmware Handoff CI test on qemu_arm64
 2025-10-16 22:07 UTC  (2+ messages)
` (subset) "

[PATCH v3 0/3] ti_sci: Address some issues found by Smatch
 2025-10-16 22:07 UTC  (2+ messages)

[resend PATCH v4] disk: dos: Add all options for EFI System Partitions
 2025-10-16 21:04 UTC  (2+ messages)

[PATCH u-boot-test-hooks 1/4] travis-ci: Group the QEMU args
 2025-10-16 18:28 UTC  (2+ messages)

Please pull u-boot-watchdog/master
 2025-10-16 17:38 UTC  (2+ messages)

[GIT,PULL] u-boot-riscv/master
 2025-10-16 17:38 UTC  (2+ messages)

[PATCH] armv8: implement workaround for broken CNTFRQ_EL0 value
 2025-10-16 15:15 UTC  (4+ messages)

Uboot upgrade from 2016 to 2020
 2025-10-16 15:23 UTC  (7+ messages)
    ` [External]Re: "

[PATCH 0/4] Improve RaspBerry Pi 5 support part1: Fixes
 2025-10-16 15:36 UTC  (3+ messages)
` [PATCH 1/4] macb: wrap asm/arch/clk.h with ifndef CLK

[PATCH v4 00/11] boot: Support priority for global bootmeths
 2025-10-16 15:33 UTC  (12+ messages)
` [PATCH v4 01/11] boot: Try all bootmeths on the final partition
` [PATCH v4 06/11] boot: Support rescanning the global bootmeths
` [PATCH v4 07/11] boot: Only run global bootmeths once each
` [PATCH v4 08/11] boot: Implement a priority for global bootmeths
` [PATCH v4 09/11] boot: Don't change the method count after "
` [PATCH v4 10/11] boot: Run global bootmeths after all bootdevs are exhausted
` [PATCH v4 11/11] boot: Run the EFI bootmgr just before network devices

[PATCH] net: make dhcp_run() common for NET and NET_LWIP
 2025-10-16 15:32 UTC  (4+ messages)

[PATCH v2] sunxi: extend R528/T113-s3/D1(s) DRAM initialisation
 2025-10-16 15:30 UTC  (3+ messages)

[PATCH v1 0/2] spi: cadence: Add xSPI controller driver support
 2025-10-16 15:29 UTC  (8+ messages)
` [PATCH v1 1/2] spi: cadence: Add driver for xSPI
` [PATCH v1 2/2] spi: Enable Kconfig and Makefile "

[PATCH v4 0/8] initial U-Boot SPL support on Amlogic GX SoCs
 2025-10-16 15:26 UTC  (13+ messages)
` [PATCH v4 1/8] tools: mkimage: Add Amlogic Boot Image type
` [PATCH v4 2/8] mmc: meson_gx_mmc: add minimal non-DM driver
` [PATCH v4 3/8] serial: serial_meson: "
` [PATCH v4 4/8] arm: meson: initial u-boot SPL support for GX SoCs
` [PATCH v4 5/8] arm: meson: spl: add support for SPL DRAM init
` [PATCH v4 6/8] arm: dts: meson-gx-u-boot: add binman configuration for U-Boot SPL
` [PATCH v4 7/8] board: amlogic: add kconfig fragments for SPL
` [PATCH v4 8/8] doc: board: amlogic: add u-boot-spl documentation

[PATCH v2 0/5] Add initial support for Qualcomm SDM670
 2025-10-16 14:43 UTC  (3+ messages)
` [PATCH v2 3/5] pinctrl: qcom: add sdm670 pinctrl driver

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

[PATCH] arm: armv8: Make save_boot_params simpler
 2025-10-16 13:27 UTC 

[PATCH] watchdog: Tighten dependencies on WDT_DAVINCI
 2025-10-16 12:34 UTC  (2+ messages)

[PATCH] watchdog: Tighten some watchdog driver dependencies
 2025-10-16 12:33 UTC  (2+ messages)

[PATCH v1 1/1] sunxi: extend R528/T113-s3/D1(s) DRAM initialisation
 2025-10-16 11:15 UTC  (3+ messages)

[bug] can't start watchdog on RK3288
 2025-10-16 10:26 UTC  (3+ messages)

[PATCH v2] gpio: search gpio-line-names property in dm_gpio_lookup_name
 2025-10-16  9:23 UTC 

[PATCH] gpio: search gpio-line-names property in dm_gpio_lookup_name
 2025-10-16  9:17 UTC  (3+ messages)

[PATCH] .gitignore: ignore more image files
 2025-10-16  7:54 UTC  (2+ messages)

[PATCH 0/2] fix an7581 panic caused by attempt to support multiple RAM size
 2025-10-15 22:57 UTC  (2+ messages)

[PATCH] .mailmap: update e-mail address for Abbarapu Venkatesh Yadav
 2025-10-15 22:57 UTC  (2+ messages)

[PATCH v2] cmd: ti: Add DDRSS Inline ECC Error Injection command
 2025-10-15 22:57 UTC  (2+ messages)

[PATCH] test: Do not build expo and cedit test if no SDL
 2025-10-15 22:57 UTC  (2+ messages)

[PATCH v1] arm: dts: k3-am62p-verdin: migrate to OF_UPSTREAM
 2025-10-15 22:57 UTC  (2+ messages)

[PATCH] test: Remove not needed null check
 2025-10-15 22:57 UTC  (2+ messages)

[PATCH -next v3 0/7] Add support for secure falcon mode: disable fallback
 2025-10-15 19:59 UTC  (2+ messages)

[PATCH v1 0/5] Allow falcon boot from A-core SPL on K3 devices
 2025-10-15 17:03 UTC  (6+ messages)
` [PATCH v1 3/5] arm: mach-k3: enable support for falcon mode

[PATCH] fs: semihosting: Use correct variable for error check
 2025-10-15 16:28 UTC  (4+ messages)

[PATCH v2] gpio: dwapb: Enable SPL support for DWAPB GPIO driver
 2025-10-15 15:57 UTC  (2+ messages)

Seeking advice on API return type inconsistency
 2025-10-15 15:57 UTC  (3+ messages)

[PATCH] gpio: dwapb: Enable SPL support for DWAPB GPIO driver
 2025-10-15 14:09 UTC  (3+ messages)


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