drivers/clk/imgtec

MIPS Boston development board clock controller

Provides clock signals for the MIPS Boston board, an FPGA-based development platform from Imagination Technologies that succeeded the Malta reference board. It was used by MIPS engineers and developers around 2016-2017 for SoC bring-up and is still emulated by QEMU, but was never a mass-market product.

deprecate conf=0.73 last_sold=2017 deploy=low replacement=none subsystem=clk category=infrastructure
73%

recommendation

A candidate for future removal because the Boston board is a niche FPGA-based MIPS development platform that was already legacy by 2017, when Imagination Technologies sold off its MIPS business. The directory contains a single small clock provider with almost no real maintenance activity since its 2017 introduction, though QEMU still emulates the board so a few users may rely on it for legacy bring-up or testing. Worth flagging for deprecation rather than immediate removal since no active removal discussion exists upstream.

repository signals

3 files
110 source lines
3 commits, 5y
+5 / −6 lines added / removed, 5y
3 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 3 total · active in 2/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: 0 commits · +0 −0 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: 0 commits · +0 −0 2022-10: 0 commits · +0 −0 2022-11: 0 commits · +0 −0 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 0 commits · +0 −0 2023-03: 0 commits · +0 −0 2023-04: 0 commits · +0 −0 2023-05: 0 commits · +0 −0 2023-06: 0 commits · +0 −0 2023-07: 0 commits · +0 −0 2023-08: 0 commits · +0 −0 2023-09: 0 commits · +0 −0 2023-10: 0 commits · +0 −0 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 0 commits · +0 −0 2024-02: 0 commits · +0 −0 2024-03: 0 commits · +0 −0 2024-04: 1 commit · +3 −3 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: 0 commits · +0 −0 2024-10: 0 commits · +0 −0 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: 0 commits · +0 −0 2025-09: 0 commits · +0 −0 2025-10: 0 commits · +0 −0 2025-11: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 2 commits · +2 −3 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. cateee.net

    CONFIG_COMMON_CLK_BOSTON is the clock driver for MIPS Boston boards and is tied to the single Boston board DT compatible.

  2. qemu.org

    Current QEMU still documents Boston board emulation, indicating some ongoing niche lab/emulation use.

  3. android.googlesource.com

    Boston is an FPGA-based MIPS development board, a successor to Malta, not a mass-market product line.

  4. imaginationtech.com

    Imagination completed the sale of its MIPS business in 2017, which strongly suggests Boston-era Imagination MIPS dev hardware was already legacy by then.

codex reasoning notes (technical)

Local shell inspection showed this directory contains one real clock provider, clk-boston.c, registered via CLK_OF_DECLARE for DT compatible img,boston-clock. Local shell git history (git log on drivers/clk/imgtec) showed very little real activity: initial 2017 bring-up, two 2018 fixes, then mostly treewide churn, with only a 2025 allocator API conversion as the recent substantive touch. Lore MCP/lei were unavailable here, so I used web search on lore terms and found no removal discussion or active maintenance thread; that argues against 'remove'. Sources obtained via web search: LKDDb for scope, QEMU docs for present-day niche deployment, U-Boot Boston board doc for hardware nature, and Imagination's 2017 MIPS-sale notice to bound likely commercial relevance. Net: old single-board support, not sold new in 2025, still potentially useful in emulation or legacy bring-up, so deprecate rather than remove.