Jump to content

Template:Infobox soc

From postmarketOS Wiki
This page is a template. It contains no postmarketOS-related information, but should be used as part of other articles.

Check out all pages using this template and feel free to discuss it in the gitlab issues.

For more information, read Templates and Template:Template.

Allows you to display detailed information about a system on chip (SoC).

Usage

{{Infobox soc
| manufacturer     = CHANGE_ME <!-- e.g. Qualcomm -->
| name             = CHANGE_ME <!-- e.g. Snapdragon 888 -->
| image            = File:CHANGE_ME_TO_SOC_NAME.jpg
| codenames        = CHANGE_ME <!-- e.g. lahaina -->
| arch             = CHANGE_ME <!-- One of these: armhf, armv7, aarch64, riscv64, x86, x86_64 -->
| year             = CHANGE_ME <!-- Release year -->
| process          = CHANGE_ME <!-- Manufacturing process in nm (integer) -->
| cpu              = CHANGE_ME <!-- e.g. 4x 2.3 GHz Cortex-A53, 4x 1.8 GHz Cortex-A53 -->
| gpu              = CHANGE_ME <!-- e.g. Adreno 660 -->
| mainline         = CHANGE_ME <!-- Mainline Linux support (Yes/No) -->
| community_page   = CHANGE_ME <!-- URL to community page -->

<!-- Features -->
<!-- 
For each of the following questions about device functionality, please respond as follows:
- Y for Yes (if the feature works as expected).
- P for Partial (if the feature works partially).
- N for No (if the feature does not work).
- - for N/A (if the feature is not applicable or unavailable for the device).
-   Leave blank if the feature has not been tested.
-->
| status_cpu       = <!-- CPU support status -->
| status_uart      = <!-- UART support status -->
| status_storage   = <!-- Storage controller status -->
| status_usb       = <!-- USB controller status -->
| status_display   = <!-- Display controller status -->
| status_gpu       = <!-- GPU driver status -->
| status_pinctrl   = <!-- Pin control subsystem status -->
| status_i2c       = <!-- I2C bus status -->
| status_spi       = <!-- SPI bus status -->
| status_audio     = <!-- Audio subsystem status -->
| status_video     = <!-- Video decoding/encoding status -->
| status_thermal   = <!-- Thermal management status -->
| status_wifi      = <!-- Wi-Fi status -->
| status_bluetooth = <!-- Bluetooth status -->
| status_modem     = <!-- Cellular modem status -->
| status_gps       = <!-- GPS status -->
| status_camera    = <!-- Camera interface status -->
| status_suspend   = <!-- Suspend/resume status -->
| status_npu       = <!-- Neural Processing Unit status -->
| status_ethernet  = <!-- Ethernet controller status -->
| status_sata      = <!-- SATA controller status -->
}}

Example

{{Infobox soc
| manufacturer     = Allwinner
| name             = A33
| image            = File:A33.jpg
| codenames        = 
| arch             = armv7
| year             = 2014
| process          = 40
| cpu              = 4x Cortex-A7 @ 1.5 GHz
| gpu              = Mali-400 MP2 @ 600 MHz
| mainline         = yes
| community_page   = https://linux-sunxi.org/

<!-- Features -->
| status_cpu       = P
| status_uart      = Y
| status_storage   = Y
| status_usb       = Y
| status_display   = Y
| status_gpu       = P
| status_pinctrl   = Y
| status_i2c       = Y
| status_spi       = 
| status_audio     = P
| status_video     = Y
| status_thermal   = Y
| status_wifi      = -
| status_bluetooth = -
| status_modem     = -
| status_gps       = -
| status_camera    = P
| status_suspend   = P
| status_npu       = 
| status_ethernet  = 
| status_sata      = 
}}

will produce:

Allwinner A33
Manufacturer Allwinner
Name A33
Architecture armv7
CPU 4x Cortex-A7 @ 1.5 GHz
GPU Mali-400 MP2 @ 600 MHz
Year 2014
Process 40nm
Mainline yes
Community Page https://linux-sunxi.org/
Components
CPU
Partial
UART
Works
Storage
Works
USB
Works
Display
Works
GPU
Partial
Pinctrl
Works
I²C
Works
Audio
Partial
Video
Works
Thermal
Works
Camera
Partial
Suspend
Partial





































Process nm
Components
CPU
No data
UART
No data
Storage
No data
USB
No data
Display
No data
GPU
No data
Pinctrl
No data
I²C
No data
SPI
No data
Audio
No data
Video
No data
Thermal
No data
WiFi
No data
Bluetooth
No data
Modem
No data
GPS
No data
Camera
No data
NPU
No data
Suspend
No data
Ethernet
No data
SATA
No data

This template defines the table "Socs". View table.