messages from 2025-10-09 10:23:33 to 2025-10-10 12:41:29 UTC [more...]
[PATCH v3 0/5] cmd: mtd: improvements
2025-10-10 12:41 UTC (8+ messages)
` [PATCH v3 1/5] cmd: mtd: add markbad command support
` [PATCH v3 2/5] cmd: mtd: add nand_write_test "
` [PATCH v3 3/5] cmd: mtd: add nand_read_test "
` [PATCH v3 4/5] cmd: mtd: fix speed measurement in the speed benchmark
` [PATCH v4 0/5] cmd: mtd: improvements
` [PATCH v3 5/5] cmd: mtd: add benchmark option to the help
[PATCH v9 00/11] Add support for dynamic MMU configuration
2025-10-10 12:40 UTC (15+ messages)
` [PATCH v9 01/11] mach-k3: use minimal memory map for all K3
` [PATCH v9 02/11] mach-k3: use custom enable_cache
` [PATCH v9 03/11] arm: armv8: mmu: export mmu_setup
` [PATCH v9 04/11] arm: armv8: invalidate dcache entries on dcache_enable
` [PATCH v9 05/11] arm: armv8: mmu: add mem_map_fix_dram_banks
` [PATCH v9 06/11] mach-k3: map all banks using mem_map_fix_dram_banks
` [PATCH v9 07/11] arm: armv8: mmu: add mmu_unmap_reserved_mem
` [PATCH v9 08/11] spl: split spl_board_fixups to arch/board specific
` [PATCH v9 09/11] mach-k3: add reserved memory fixups for next boot stage
` [PATCH v9 10/11] mach-k3: add carveouts for TFA and optee
` [PATCH v9 11/11] arm: mach-k3: reserve space for page table entries
[PATCH v2 00/18] Convert extension support to UCLASS and adds its support to boot flows
2025-10-10 12:33 UTC (31+ messages)
` [PATCH v2 01/18] MAINTAINERS: Add maintainer for extension board support
` [PATCH v2 02/18] boot: Move extension board support from cmd/ to boot/
` [PATCH v2 03/18] boot: Add UCLASS support for extension boards
` [PATCH v2 04/18] board: ti: Exclude cape detection from XPL builds
` [PATCH v2 05/18] board: ti: Refactor cape detection code for readability
` [PATCH v2 06/18] board: ti: Convert cape detection to use UCLASS framework
` [PATCH v2 07/18] board: sunxi: Exclude DIP detection from XPL builds
` [PATCH v2 08/18] board: sunxi: Refactor CHIP board extension code
` [PATCH v2 09/18] board: sunxi: Convert extension support to UCLASS framework
` [PATCH v2 10/18] board: sandbox: Improve extension board scan implementation
` [PATCH v2 11/18] board: sandbox: Convert extension support to UCLASS framework
` [PATCH v2 12/18] board: compulab: Exclude compulab extension board detection from XPL builds
` [PATCH v2 13/18] board: compulab: Convert imx8mm-cl-iot-gate to UCLASS extension framework
` [PATCH v2 14/18] boot: Remove legacy extension board support
` [PATCH v2 15/18] boot: extension: Move overlay apply custom logic to command level
` [PATCH v2 16/18] boot: pxe_utils: Add extension board devicetree overlay support
` [PATCH v2 17/18] boot: bootmeth_efi: Refactor distro_efi_try_bootflow_files return logic
` [PATCH v2 18/18] boot: bootmeth_efi: Add extension board devicetree overlay support
[PATCH RESEND v7 00/24] mtd: spinand: driver improvements
2025-10-10 11:58 UTC (25+ messages)
` [PATCH RESEND v7 01/24] spi: spi-mem: Extend SPI MEM ops to match Linux 6.16
` [PATCH RESEND v7 02/24] mtd: spinand: Use the spi-mem dirmap API
` [PATCH RESEND v7 03/24] mtd: nand: Add a NAND page I/O request type
` [PATCH RESEND v7 04/24] mtd: spinand: core: add missing MODULE_DEVICE_TABLE()
` [PATCH RESEND v7 05/24] mtd: spinand: Extend spinand_wait() to match Linux kernel implementation
` [PATCH RESEND v7 06/24] mtd: spinand: Make use of spinand_to_[mtd/nand]() helpers
` [PATCH RESEND v7 07/24] mtd: spinand: Align logic for enabling ECC to match Linux kernel
` [PATCH RESEND v7 08/24] mtd: spinand: Refactor spinand_init* functions
` [PATCH RESEND v7 09/24] mtd: spinand: Refactor ECC/OOB functions
` [PATCH RESEND v7 10/24] mtd: spinand: Sync core code and device support with Linux 6.10
` [PATCH RESEND v7 11/24] mtd: spinand: set bitflip_threshold to 75% of ECC strength
` [PATCH RESEND v7 12/24] mtd: spinand: Add support for setting plane select bits
` [PATCH RESEND v7 13/24] mtd: spinand: Remove write_enable_op() in markbad()
` [PATCH RESEND v7 14/24] mtd: spinand: Introduce a way to avoid raw access
` [PATCH RESEND v7 15/24] mtd: spinand: add support of continuous reading mode
` [PATCH RESEND v7 16/24] mtd: spinand: Add read retry support
` [PATCH RESEND v7 17/24] mtd: spinand: add OTP support
` [PATCH RESEND v7 18/24] mtd: spinand: Enhance the logic when picking a variant
` [PATCH RESEND v7 19/24] mtd: spinand: propagate spinand_wait() errors from spinand_write_page()
` [PATCH RESEND v7 20/24] mtd: spinand: Add a ->configure_chip() hook
` [PATCH RESEND v7 21/24] mtd: spinand: Sync core code and device support with Linux 6.17-rc1
` [PATCH RESEND v7 22/24] mtd: spinand: fix direct mapping creation sizes
` [PATCH RESEND v7 23/24] mtd: spinand: try a regular dirmap if creating a dirmap for continuous reading fails
` [PATCH RESEND v7 24/24] mtd: spinand: repeat reading in regular mode if "
[PATCH] efi_loader: Use ESRT_FW_TYPE_SYSTEMFIRMWARE instead of ESRT_FW_TYPE_UNKNOWN
2025-10-10 11:45 UTC (2+ messages)
[PATCH v2 0/7] Introduce the Interconnect Subsystem
2025-10-10 11:31 UTC (10+ messages)
` [PATCH v2 1/7] "
[PATCH v8 0/2] Improve disk image detection in efi_bootmgr
2025-10-10 11:19 UTC (5+ messages)
` [PATCH v8 1/2] part: Export part_driver_lookup_type for external use
` [PATCH v8 2/2] efi_loader: Improve disk image detection in efi_bootmgr
[PATCH v4 0/4] boot: Precursor series for global bootmeths
2025-10-10 10:36 UTC (14+ messages)
` [PATCH v4 1/4] boot: Improve comments related to "
` [PATCH v4 2/4] boot: Move obtaining the label into a common file
` [PATCH v4 3/4] boot: Add more debugging to iter_incr()
` [PATCH v4 4/4] boot: Move preparing bootdev into a function
[PATCH] bootstd: Allow PXE boot to be disabled
2025-10-10 10:35 UTC (2+ messages)
[PATCH] sunxi: a133: Add NSI arbiter support to DRAM init
2025-10-10 10:20 UTC (3+ messages)
Pull request for uboot-nand-05102025
2025-10-10 5:38 UTC
Please pull u-boot-ubi
2025-10-10 5:24 UTC (3+ messages)
[GIT PULL] please pull fsl-qoriq-master-2025-10-10
2025-10-10 5:50 UTC
[GIT PULL] please pull mmc-power-master-2025-10-10
2025-10-10 5:47 UTC
[PATCH] ufs: Fix wrong bitfield usage for Data Direction in Transfer Request
2025-10-10 2:45 UTC
[PATCH 00/10] firmware: scmi: various update
2025-10-10 0:04 UTC (6+ messages)
` [PATCH 07/10] firmware: scmi: mailbox: Support arm,max_rx_timeout_ms
[PATCH 00/10] Enable USB and ENETC on i.MX943 EVK
2025-10-09 22:42 UTC (4+ messages)
[u-boot-test-hooks][PATCH] labgrid-trini: Fix logic in sd-mux flash wrapper
2025-10-09 22:23 UTC
[PATCH 1/2] fw_loader: Split from fs_loader into separate library file
2025-10-09 21:29 UTC (2+ messages)
[GIT PULL] Please pull u-boot-imx-master-20251009
2025-10-09 21:29 UTC (2+ messages)
[PATCH v2] arm: dts: imx8mp-toradex-smarc: migrate to OF_UPSTREAM
2025-10-09 19:41 UTC (2+ messages)
[PATCH] imx93_frdm: Fix USB vendor ID
2025-10-09 19:37 UTC (2+ messages)
[PATCH 00/13] Misc changes for Kontron i.MX8MM SoMs and Boards
2025-10-09 19:37 UTC (2+ messages)
[PATCH] board: phytec: phycore_imx8mp: Add rauc to bootmeths
2025-10-09 19:36 UTC (2+ messages)
[PATCH v1] env: Kconfig: disable external env in secure os boot
2025-10-09 19:06 UTC (2+ messages)
[PATCH v4 0/6] A series of patch for enable sc7180 android boot
2025-10-09 15:26 UTC (13+ messages)
` [PATCH v4 3/6] bootm: Append bootargs value when bootmeth_android provide cmdline
[PATCH 0/2] ufs: Add support for setting bRefClkFreq attribute
2025-10-09 16:58 UTC (7+ messages)
` [PATCH 1/2] ufs: Add support for sending UFS attribute requests
` [PATCH 2/2] ufs: Add bRefClkFreq attribute setting
[PATCH 1/1] virito: blk: fix logic to determine block sizes
2025-10-09 16:44 UTC
[PATCH] net: bootp: Prevent buffer overflow to avoid leaking the RAM content
2025-10-09 15:45 UTC (3+ messages)
[PATCH v2] net: bootp: Prevent buffer overflow to avoid leaking the RAM content
2025-10-09 15:43 UTC
[PATCH v1 0/3] stm32mp13: Add ADC support and USB power delivery check
2025-10-09 15:26 UTC (4+ messages)
` [PATCH v1 1/3] adc: stm32mp13: add support of adc to stm32mp13
` [PATCH v1 2/3] configs: stm32: Enable ADC support for stm32mp13_defconfig
` [PATCH v1 3/3] ARM: dts: Add st, adc_usb_pd property for stm32mp135-dk-u-boot
[PATCH v2 1/1] virtio: blk: support block sizes exceeding 512 bytes
2025-10-09 15:21 UTC (4+ messages)
[PATCH] nand: atmel: Rework ATMEL_EBI and DM_NAND_ATMEL interaction
2025-10-09 15:19 UTC (6+ messages)
[PATCH v1 0/2] led: fixes
2025-10-09 14:59 UTC (4+ messages)
` [PATCH v1 1/2] led: Update led_get_by_label()
` [PATCH v1 2/2] led: Add LED dependency for LED_ACTIVITY and LED_BOOT
[u-boot-test-hooks][PATCH] labgrid-trini: Quick update for labgrid v25.0.x and later
2025-10-09 14:30 UTC
[PATCH] scripts/checkpatch.pl: Resync with v6.17
2025-10-09 14:19 UTC (2+ messages)
[PATCH] w1-eeprom: Make use of static keyword in drivers
2025-10-09 14:19 UTC (2+ messages)
[PATCH] timer: Tighten CADENCE_TTC_TIMER dependencies
2025-10-09 14:19 UTC (2+ messages)
[PATCH] rng: Tighten some rng driver dependencies
2025-10-09 14:19 UTC (2+ messages)
[PATCH] misc: ti: k3: Tighten K3_FUSE dependencies
2025-10-09 14:18 UTC (2+ messages)
[PATCH] led: Mark LED_STATUS as depending on LED being disabled
2025-10-09 14:18 UTC (2+ messages)
[PATCH] common: Make MMU_PGPROT depend on !SANDBOX
2025-10-09 14:18 UTC (2+ messages)
[PATCH] arm: baltos: remove obsolete GPMC_NAND_ECC_LP_x8_LAYOUT macro
2025-10-09 14:18 UTC (2+ messages)
[PATCH] cmd: Update dependencies on CMD_IRQ
2025-10-09 14:18 UTC (2+ messages)
[PATCH] cmd: Make CMD_MP depend on the CPU framework being disabled
2025-10-09 14:18 UTC (2+ messages)
[PATCH] sandbox: Add more dummy cache functions
2025-10-09 14:18 UTC (2+ messages)
[PATCH] spl: Correct dependency for SPL_SYS_REPORT_STACK_F_USAGE
2025-10-09 14:18 UTC (2+ messages)
[PATCH] Kconfig: Make further use of testing for !COMPILE_TEST
2025-10-09 14:18 UTC (2+ messages)
[PATCH 1/2] test: led: Add missing ';'
2025-10-09 14:18 UTC (2+ messages)
[RFC PATCH v4 0/1] Add initial support for AM62D2-EVM
2025-10-09 14:18 UTC (2+ messages)
[PATCH v1 00/11] stm32mp1: Update led management for stm32mp1 boards
2025-10-09 13:54 UTC (12+ messages)
` [PATCH v1 01/11] board: st: Drop old LED code from stm32f429-discovery
` [PATCH v1 02/11] board: st: Update LED management for stm32mp1
` [PATCH v1 03/11] ARM: dts: Update config node for stm32mp135f-dk-u-boot
` [PATCH v1 04/11] ARM: dts: Update config node for stm32mp157a-dk1-u-boot
` [PATCH v1 05/11] ARM: dts: Update config node for stm32mp137a-dk1-scmi-u-boot
` [PATCH v1 06/11] ARM: dts: Update config node for stm32mp157c-ed1-u-boot
` [PATCH v1 07/11] ARM: dts: Update config node for stm32mp157c-ed1-scmi-u-boot
` [PATCH v1 08/11] configs: stm32mp13: Enable LED_BOOT for stm32mp13_defconfig
` [PATCH v1 09/11] configs: stm32mp15: Enable LED_BOOT for stm32mp15_defconfig
` [PATCH v1 10/11] configs: stm32mp15: Enable LED_BOOT for stm32mp15_basic_defconfig
` [PATCH v1 11/11] configs: stm32mp15: Enable LED_BOOT for stm32mp15_trusted_defconfig
[PATCH -next v8 00/11] Add support for dynamic MMU configuration
2025-10-09 13:41 UTC (4+ messages)
` [PATCH -next v8 11/11] arm: mach-k3: reserve space for page table entries
[PATCH 0/6] imx95: support USB SDP on USB3 interface
2025-10-09 12:38 UTC (9+ messages)
` [PATCH 5/6] usb: dwc3: gadget: Add delay after software writes DCTL in dwc3_gadget_run_stop()
` 回复: [EXT] "
` 回复: "
[PATCH] doc: sandbox: fix typos
2025-10-09 10:18 UTC
[PATCH] .mailmap: update e-mail address for Abbarapu Venkatesh Yadav
2025-10-09 6:05 UTC
[PATCH] net: make dhcp_run() common for NET and NET_LWIP
2025-10-09 12:30 UTC
[PATCH v2 0/3] Add support for secure falcon mode: disable args file
2025-10-09 11:58 UTC (4+ messages)
` [PATCH v2 1/3] spl: make args file optional in falcon mode
` [PATCH v2 2/3] spl: prevent loading args file in secure "
` [PATCH v2 3/3] spl: set fdt address as spl_image arg in "
[PATCH v4 00/10] riscv: Add support for P8700 platform on Boston board
2025-10-09 11:43 UTC (11+ messages)
` [PATCH v4 01/10] riscv: Add initial support for P8700 SoC
` [PATCH v4 02/10] board: boston-riscv: Add initial support for P8700 Boston board
` [PATCH v4 05/10] riscv: Add support for MIPS GIC syscon on RISC-V SoCs
` [PATCH v4 09/10] riscv: boston: Add support for LED character display command
` [PATCH v4 10/10] cmd: riscv: Add 'startharts' command to start multiple harts
[PATCH] bootstd: Fix bootflow info for efi_mgr
2025-10-09 11:27 UTC (2+ messages)
[PATCH v2] spi: cadence-qspi: Remove cdns,is-dma property handling
2025-10-09 10:34 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox