drivers/media/platform/aspeed

ASPEED AST2400/AST2500/AST2600 BMC Video Engine

The video-capture and JPEG-compression engine built into ASPEED's AST2400, AST2500, and AST2600 baseboard management controller chips, which sit on the motherboards of most x86 and Arm servers. It snapshots the host's graphics output so a remote administrator can see the server's screen over the network through the BMC's "iKVM" remote-console feature.

keep conf=0.90 deploy=medium replacement=none subsystem=media category=media-other
90%

recommendation

It should stay because the hardware is the video-capture and compression block inside ASPEED's BMC chips, which are still shipped on most new server motherboards in 2025. The driver saw active development as recently as November 2025, including new feature work from ASPEED's own engineers, and there is no in-tree replacement for the iKVM video path it provides.

repository signals

3 files
2,396 source lines
18 commits, 5y
+2,543 / −131 lines added / removed, 5y
11 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 18 total · active in 12/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 0 commits · +0 −0 2021-07: 0 commits · +0 −0 2021-08: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 0 commits · +0 −0 2021-11: 0 commits · +0 −0 2021-12: 0 commits · +0 −0 2022-01: 0 commits · +0 −0 2022-02: 0 commits · +0 −0 2022-03: 4 commits · +2,069 −3 2022-04: 0 commits · +0 −0 2022-05: 0 commits · +0 −0 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 0 commits · +0 −0 2022-09: 2 commits · +3 −14 2022-10: 2 commits · +264 −52 2022-11: 1 commit · +8 −8 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 0 commits · +0 −0 2023-03: 1 commit · +2 −4 2023-04: 0 commits · +0 −0 2023-05: 0 commits · +0 −0 2023-06: 0 commits · +0 −0 2023-07: 2 commits · +2 −3 2023-08: 0 commits · +0 −0 2023-09: 0 commits · +0 −0 2023-10: 1 commit · +3 −12 2023-11: 0 commits · +0 −0 2023-12: 1 commit · +1 −1 2024-01: 0 commits · +0 −0 2024-02: 0 commits · +0 −0 2024-03: 0 commits · +0 −0 2024-04: 0 commits · +0 −0 2024-05: 0 commits · +0 −0 2024-06: 0 commits · +0 −0 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 1 commit · +1 −1 2024-10: 1 commit · +0 −2 2024-11: 0 commits · +0 −0 2024-12: 0 commits · +0 −0 2025-01: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 0 commits · +0 −0 2025-05: 0 commits · +0 −0 2025-06: 0 commits · +0 −0 2025-07: 0 commits · +0 −0 2025-08: 1 commit · +171 −28 2025-09: 0 commits · +0 −0 2025-10: 0 commits · +0 −0 2025-11: 1 commit · +19 −3 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 0 commits · +0 −0 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore-kernel.gnuweeb.org

    Recent linux-media patch series in 2025 adds new aspeed-video functionality, showing active upstream development rather than removal.

  2. aspeedtech.com

    ASPEED's server-management lineup still lists AST2500 and AST2600 products, indicating continuing market presence into 2025-era deployments.

  3. aspeedtech.com

    AST2600 is a current ASPEED remote-management/BMC SoC with iKVM and video features relevant to this driver's use case.

  4. dri.freedesktop.org

    Kernel documentation describes the ASPEED video driver for AST2400/2500/2600 video engine hardware and its remote-KVM/video-compression role.

  5. cateee.net

    LKDDb shows CONFIG_VIDEO_ASPEED continues to exist in current kernel series and maps to ASPEED video-engine compatibles.

codex reasoning notes (technical)

Local evidence from exec_command: this directory contains the real V4L2 driver aspeed-video.c with OF compatibles for ast2400/2500/2600, and git log shows substantive touches through 2025-11-24 with multiple authors, so it is active. URL acquisition: lore patch thread via web search; ASPEED server and AST2600 product pages via web search; kernel aspeed-video documentation via web search; LKDDb page via web search. No removal discussion was found in the gathered evidence. Hardware is still sold for server/BMC use, deployments remain in enterprise/embedded remote-management niches, and there is no natural in-tree replacement for this specific video-engine/iKVM block.