Jump to content

Help:SoC Page

From postmarketOS Wiki
(Redirected from User:Wiktorpyk6/soc)

Template

Please take the time to fill out this template properly.

With good documentation, more contributors come, and they will be able to build upon your work.

It's worth it.

Thank you!

{{Infobox soc
| manufacturer = CHANGE_ME <!-- e.g. Qualcomm -->
| name = CHANGE_ME <!-- e.g. Snapdragon 888 -->
| image = File:CHANGE_ME_TO_SOC_NAME.jpg
| codenames = 
| 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 -->
<!-- the following status_* questions should be answered with Y for yes, P for partial, N for no, - for N/A or unavailable, or left blank for untested or unknown -->
| status_cpu = CHANGE_ME <!-- CPU support status (Y/P/N/-) -->
| status_uart = CHANGE_ME <!-- UART support status -->
| status_storage = CHANGE_ME <!-- Storage controller status -->
| status_usb = CHANGE_ME <!-- USB controller status -->
| status_display = CHANGE_ME <!-- Display controller status -->
| status_gpu = CHANGE_ME <!-- GPU driver status -->
| status_pinctrl = CHANGE_ME <!-- Pin control subsystem status -->
| status_i2c = CHANGE_ME <!-- I2C bus status -->
| status_spi = CHANGE_ME <!-- SPI bus status -->
| status_audio = CHANGE_ME <!-- Audio subsystem status -->
| status_video = CHANGE_ME <!-- Video decoding/encoding status -->
| status_thermal = CHANGE_ME <!-- Thermal management status -->
| status_wifi = CHANGE_ME <!-- Wi-Fi status -->
| status_bluetooth = CHANGE_ME <!-- Bluetooth status -->
| status_modem = CHANGE_ME <!-- Cellular modem status -->
| status_gps = CHANGE_ME <!-- GPS status -->
| status_camera = CHANGE_ME <!-- Camera interface status -->
| status_suspend = CHANGE_ME <!-- Suspend/resume status -->
| status_npu = CHANGE_ME <!-- Neural Processing Unit status -->
| status_ethernet = CHANGE_ME <!-- Ethernet controller status -->
| status_sata = CHANGE_ME <!-- SATA controller status -->
}}

== Devices ==
{{#cargo_query:
tables=Devices
|fields=CONCAT( '[[', _pageName, '|',Manufacturer,' ',Name,']]' )=Device,Codename,StatusMainline=Mainline
|order by=Devices.Manufacturer, Devices.Name
|format=table
|limit=9999
|where=Devices.chipset LIKE '%CHANGE_ME%'
|more results text=
}}