mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH] fixup! sandbox: enable keytoc in hosttools_defconfig
 2026-08-06 15:38 UTC  (5+ messages)

[PATCH master 1/3] test: kvx: add Labgrid env YAML for generic_defconfig
 2026-08-06 13:08 UTC  (4+ messages)
` [PATCH master 2/3] kvx: select DEAD_CODE_DATA_ELIMINATION
` [PATCH master 3/3] dma: fix dma_realloc_coherent compile-time error on kvx

[PATCH] efi: payload: gracefully handle OOM in initrd allocation
 2026-08-06 13:07 UTC  (2+ messages)

[PATCH] fixup! net: designware_eqs: set upper 32bit address for DMA descriptors to support 64-bit addressing
 2026-08-06 13:04 UTC  (2+ messages)

[PATCH] net: designware: eqos: keep virtual RX buffer address around
 2026-08-06 13:00 UTC 

barebox,state on the EFI payload: boot-disk binding and state.dtb trust
 2026-08-05 19:24 UTC  (3+ messages)

[PATCH] bootm: remove previously deprecated CONFIG_BOOTM_OPTEE
 2026-08-05 14:48 UTC 

[PATCH 1/3] ARM: cpu: suppress arm_early_mmu_cache_invalidate if dcache enabled
 2026-08-05 11:59 UTC  (6+ messages)
` [PATCH 2/3] ARM: v7r: factor out armv7r_cache_enable
` [PATCH 3/3] ARM: always call dcache_invalidate_stale before enabling D-Cache

[PATCH] input: gpio-keys: initialize the input value with the current gpioval
 2026-08-04  5:44 UTC  (2+ messages)

[PATCH] net: designware_eqs: set upper 32bit address for DMA descriptors to support 64-bit addressing
 2026-08-04  5:44 UTC  (2+ messages)

[PATCH v2 0/2] PBL: add support for optimized sha256
 2026-08-04  5:43 UTC  (4+ messages)
` [PATCH v2 1/2] PBL: add pbl_sha256()
` [PATCH v2 2/2] ARM: pbl: add PBL support for crypto extensions

[PATCH] sandbox: enable keytoc in hosttools_defconfig
 2026-08-04  5:42 UTC  (2+ messages)

[PATCH] ARM: boards: i.MX93: use kernel dts
 2026-08-04  5:41 UTC  (2+ messages)

[PATCH v3 00/15] ARM: mvebu: add Netgear RN102/RN104 support and related drivers
 2026-08-03 21:55 UTC  (22+ messages)
` [PATCH v3 01/15] ARM: mvebu: add Netgear RN102 support
` [PATCH v3 02/15] ARM: mvebu: enable RN102 in mvebu_defconfig
` [PATCH v3 03/15] ARM: mvebu: improve Netgear RN104 support
` [PATCH v3 04/15] ARM: mvebu: rename PUTC_LL to MVEBU_PUTC_LL
` [PATCH v3 05/15] drivers: fan: add fan subsystem, core API and G76x fan controller driver
` [PATCH v3 06/15] commands: add fan control command
` [PATCH v3 07/15] usb: ehci: add Marvell EHCI host controller driver
` [PATCH v3 08/15] usb: ehci: initialize periodic_queue_dma
` [PATCH v3 09/15] ata: ahci: add PCI AHCI and Marvell 9170 controller support
` [PATCH v3 10/15] ata: ahci: fix zero-length DMA handling
` [PATCH v3 11/15] ata: ahci: add helper for ATA commands without data
` [PATCH v3 12/15] ata: ahci: improve AHCI port bring-up sequence
` [PATCH v3 13/15] ata: ahci: add FLUSH EXT and STANDBY IMMEDIATE support during shutdown
` [PATCH v3 14/15] ata: ahci: add shutdown helpers for AHCI controllers
` [PATCH v3 15/15] ata: ahci: cleanup legacy code and remove unused paths

[PATCH v2 00/10] ARM: mvebu: add Netgear RN102/RN104 support and related drivers
 2026-07-29 14:48 UTC  (12+ messages)
` [PATCH v2 01/10] ARM: mvebu: add Netgear RN102 support
` [PATCH v2 02/10] ARM: mvebu: enable RN102 in mvebu_defconfig
` [PATCH v2 03/10] ARM: mvebu: add Netgear RN104 support
` [PATCH v2 04/10] ARM: mvebu: rename PUTC_LL to MVEBU_PUTC_LL
` [PATCH v2 05/10] drivers: fan: add fan framework and API
` [PATCH v2 06/10] commands: add fan control command
` [PATCH v2 07/10] commands: integrate fan command into Kconfig and Makefile
` [PATCH v2 08/10] usb: ehci: add Marvell EHCI host controller driver
` [PATCH v2 09/10] usb: ehci: minor fixes for Marvell compatibility
` [PATCH v2 10/10] ata: ahci: add PCI AHCI support and Marvell-specific fixes

v2026.07.0
 2026-07-29  6:29 UTC 

[PATCH 00/19] ARM: mvebu: add Netgear RN102/RN104 support and related drivers
 2026-07-27 14:16 UTC  (30+ messages)
` [PATCH 01/19] ARM: mvebu: add board support for Netgear RN102
` [PATCH 02/19] ARM: mvebu: add lowlevel "
` [PATCH 03/19] ARM: dts: add barebox device tree "
` [PATCH 04/19] ARM: dts: update RN102 Linux DTS
` [PATCH 05/19] ARM: mvebu: add Kconfig entry for Netgear RN102
` [PATCH 06/19] ARM: mvebu: add RN102 image support
` [PATCH 07/19] ARM: mvebu: enable RN102 in mvebu_defconfig
` [PATCH 08/19] ARM: mvebu: rn104: placeholder bay management
` [PATCH 09/19] ARM: mvebu: add lowlevel support for Netgear RN104
` [PATCH 10/19] ARM: dts: update RN104 Linux DTS
` [PATCH 11/19] ARM: mvebu: adapt RN104 image support
` [PATCH 12/19] ARM: mvebu: rename PUTC_LL to MVEBU_PUTC_LL
` [PATCH 13/19] drivers: fan: add fan framework and API
` [PATCH 14/19] commands: add fan control command
` [PATCH 15/19] commands: integrate fan command into Kconfig and Makefile
` [PATCH 16/19] usb: ehci: add Marvell EHCI host controller driver
` [PATCH 17/19] usb: ehci: minor fixes for Marvell compatibility
` [PATCH 18/19] ata: ahci: fixes and updates for Marvell SATA controller
` [PATCH 19/19] drivers: integrate USB/AHCI changes

[PATCH] video: backlicht-pwm: parse num-interpolated-steps
 2026-07-27 13:09 UTC  (3+ messages)

[PATCH] net: phy: defer PHY reset settle time off the boot path
 2026-07-27 13:03 UTC  (2+ messages)

[PATCH] video: fb: mirror cdev writes to shadow buffer
 2026-07-10 21:52 UTC  (2+ messages)

[PATCH] efi: loader: coalesce overdue periodic timers
 2026-07-10 21:50 UTC  (2+ messages)

[PATCH] efi: fix GetNextDevicePathInstance trace argument
 2026-07-10 21:50 UTC  (2+ messages)

[PATCH] efi: allow LoadImage from a source buffer
 2026-07-10 21:49 UTC  (2+ messages)

[PATCH] efi: fix the runtime services table signature
 2026-07-10 21:44 UTC  (2+ messages)

[PATCH] partitions: efi: validate complete GPT entry array
 2026-07-10 21:42 UTC  (2+ messages)

[PATCH 1/2] nvme: fix PRP pool resize before first use
 2026-07-10 21:38 UTC  (3+ messages)
` [PATCH 2/2] nvme: pass device to dma dma_alloc/free_coherent

[PATCH] ARM: i.MX: fix fast auth wrong CSF file
 2026-07-10 21:36 UTC  (3+ messages)

[PATCH] dma: return NULL on dma_alloc_coherent failure
 2026-07-10 21:35 UTC  (2+ messages)

[PATCH] common: fastboot: make CONFIG_FASTBOOT_SPARSE=y the default
 2026-07-10 21:33 UTC  (2+ messages)

[PATCH] ARM: dts: imx8mp-debix: use upstream dts files directly
 2026-07-10 21:30 UTC  (3+ messages)

[PATCH] ARM: multi_v8_defconfig: enable more MMC support
 2026-07-10 21:28 UTC  (4+ messages)

[PATCH 0/2] PBL: add support for optimized sha256
 2026-07-10 17:53 UTC  (5+ messages)
` [PATCH 1/2] PBL: add pbl_sha256()
` [PATCH 2/2] ARM: pbl: add PBL support for crypto extensions

[PATCH] doc: user: barebox: fix name of barebox.fit image
 2026-07-09  6:15 UTC  (2+ messages)

[PATCH] efi: payload: be explicit about incompatibility with CONFIG_HAVE_OPTEE
 2026-07-09  6:15 UTC  (2+ messages)

[PATCH] video: lcdif: skip framebuffer registration when no display modes available
 2026-07-07  6:59 UTC  (2+ messages)

[PATCH] ARM: boards: add Gira NCP
 2026-07-07  6:58 UTC  (2+ messages)

[PATCH] optee: device: report correct command in enumeration error message
 2026-07-07  6:52 UTC  (2+ messages)

[PATCH 1/2] common: Kconfig: fix typo
 2026-07-07  6:48 UTC  (3+ messages)
` [PATCH 2/2] security: Kconfig.policy: fix typos

[PATCH 0/2] USB: storage: add usbdisk alias for USB storage devices
 2026-07-07  6:47 UTC  (4+ messages)
` [PATCH 1/2] fs: devfs: make cdev_find_free_index() return 0 instead of an error
` [PATCH 2/2] usb: storage: add usbdisk alias for USB storage devices

[PATCH] usb: storage: make disk cdev name configurable via Kconfig
 2026-07-07  5:57 UTC  (3+ messages)
  ` [PATCH] USB: make storage device name configurable

[PATCH v1 7/7] mci: imx-esdhc: support DMA in the i.MX8M PBL eMMC loader
 2026-07-04 12:42 UTC  (5+ messages)

[PATCH] crypto: sha256: PBL multi-block transform via ARMv8 Crypto Extensions Crypto Extensions
 2026-07-04 12:40 UTC  (3+ messages)

[PATCH] ARM: i.MX8M: enable MMU in PBL around fw-external BL32 verify
 2026-07-04 12:37 UTC  (3+ messages)

[PATCH v2 00/11] i.MX8M: speed up the PBL boot path (MMU, SHA-256, eMMC)
 2026-07-04 12:26 UTC  (12+ messages)
` [PATCH v2 01/11] ARM: i.MX8M: enable MMU in PBL around fw-external BL32 verify
` [PATCH v2 02/11] crypto: sha256: PBL SHA-256 fast path via pbl/sha256.c
` [PATCH v2 03/11] mci: sdhci: bail out on ADMA/transfer errors instead of hanging
` [PATCH v2 04/11] mci: sdhci: honor BROKEN_ADMA_ZEROLEN_DESC / NO_ENDATTR_IN_NOPDESC quirks
` [PATCH v2 05/11] mci: imx-esdhc: mark the uSDHC ADMA2 descriptor quirks
` [PATCH v2 06/11] mci: imx-esdhc: support HS400 and HS400ES on i.MX8M
` [PATCH v2 07/11] mci: imx-esdhc: make the transfer mode selectable (PIO/SDMA/ADMA2)
` [PATCH v2 08/11] ARM: i.MX8M: enable the MMU before the PBL eMMC load
` [PATCH v2 09/11] dma: provide the streaming DMA API in the PBL (opt-in via PBL_HAS_DMA)
` [PATCH v2 10/11] mci: sdhci: honour dma_map/dma_sync in the PBL
` [PATCH v2 11/11] mci: imx-esdhc: DMA in the i.MX8M PBL eMMC loader

[PATCH] restart: fix restart handler by name selection
 2026-07-02 14:02 UTC  (5+ messages)

[PATCH] ARM: boards: skov-imx6: fix device tree path of state node
 2026-07-02  8:38 UTC  (2+ messages)

[PATCH] input: gpio-keys: initialize the input value with the current gpioval
 2026-07-02  8:18 UTC  (2+ messages)

[PATCH 212/212] dma: make dma_mapping_error NULL-device safe
 2026-07-02  7:07 UTC  (2+ messages)

[PATCH] Documentation: user: usb: mention "fastboot erase"
 2026-07-02  7:05 UTC  (2+ messages)

[PATCH v3 01/10] scripts: duplicate conftest.py as qemu_interactive.py
 2026-07-02  6:58 UTC  (5+ messages)
` [PATCH v3 02/10] test: move interactive QEMU launcher out of pytest
` [PATCH v3 05/10] scripts: qemu_interactive.py: add new --nvmeblk option
` [PATCH v3 09/10] ARM: multi_v8_defconfig: enable OP-TEE and RPMB support

[PATCH 0/6] GPT: fixes around last_usable_lba
 2026-07-01  9:27 UTC  (7+ messages)
` [PATCH 1/6] partitions: gpt: Adjust last_usable_lba to real device size when writing
` [PATCH 2/6] partitions: gpt: refresh also when primary or alternate is invalid
` [PATCH 3/6] partitions: gpt: validate mkpart range against GPT usable LBAs
` [PATCH 4/6] partitions: check new partitions against usable LBAs, not device size
` [PATCH 5/6] partitions: gpt: fix wrong error messages
` [PATCH 6/6] partitions: gpt: log a message when partition table refreshed

page: 

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