Files
mainline-status/index.markdown
Dmitry Baryshkov 9c155ec545 soc: support for multi-SKU platforms
Add status pages for the platforms with a single code name and multiple
SKUs.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
2025-12-21 05:09:31 +02:00

1.5 KiB

layout
layout
home

SoC status

This table contains highlights of the features supported for each SoC.

Click on the SoC link to see the full list.

{% include index_soc_header.liquid %} {% for d in site.soc %} {% include index_soc_status.liquid %} {% endfor %} {% include index_soc_header.liquid %}
{{d.name}} {%- if d.skus %} (*) {%- for sku in d.skus -%} {{sku}}{% unless forloop.last %}, {% endunless %} {%- endfor -%} {%- endif -%} {{d.name}} {%- if d.skus %} (*) {%- for sku in d.skus -%} {{sku}}{% unless forloop.last %}, {% endunless %} {%- endfor -%} {%- endif -%}

PMIC Status

{% include index_pmic_header.liquid %} {% for d in site.pmic %} {% include index_pmic_status.liquid %} {% endfor %}
{{d.name}}{{d.name}}

Help us updating the table by forking on GitHub.