Jump to content

Qualcomm Snapdragon 835 (MSM8998): Difference between revisions

From postmarketOS Wiki
m Add me :D
Line 65: Line 65:
Support for displays is currently marked as partial since mainline MSM8998 is completely missing device tree bindings for the [https://lore.kernel.org/patchwork/patch/1151028/ MMCC], MDSS, MDP5 & DSI (as of 2020-11-16). While unofficial patches for these [https://github.com/JamiKettunen/linux-mainline-oneplus5/commits/WIP-s6e3fa5-panel are floating around] there are still blocking, clock related issues (notably <code>msm_dsi_host_set_src_pll: can't set parent to byte_clk_src. ret=-22</code>).
Support for displays is currently marked as partial since mainline MSM8998 is completely missing device tree bindings for the [https://lore.kernel.org/patchwork/patch/1151028/ MMCC], MDSS, MDP5 & DSI (as of 2020-11-16). While unofficial patches for these [https://github.com/JamiKettunen/linux-mainline-oneplus5/commits/WIP-s6e3fa5-panel are floating around] there are still blocking, clock related issues (notably <code>msm_dsi_host_set_src_pll: can't set parent to byte_clk_src. ret=-22</code>).


For now your best bet is to setup <code>simplefb</code> which utilizes the device framebuffer left active by the UEFI bootloader (Qualcomm XBL):
For now your best bet is to setup <code>simplefb</code> which utilizes the device framebuffer left active by the UEFI bootloader (Qualcomm XBL).
 
{{note|<b>NOTE</b> Devices using DSC (display stream compression) (Like the Pixel 2 XL) will mostly likely not support simplefb}}


1. Enable <code>CONFIG_FB_SIMPLE</code> in your defconfig
1. Enable <code>CONFIG_FB_SIMPLE</code> in your defconfig

Revision as of 18:30, 16 November 2020

Qualcomm MSM8998
Manufacturer Qualcomm
Name MSM8998
Architecture aarch64
CPU 4x 2.45 GHz Kryo 280 Gold, 4x 1.9 GHz Kryo 280 Silver
GPU Adreno 540
Year 2017
Process 10nm
Mainline yes
Components
CPU
Partial
UART
No data
Storage
Works
USB
Partial
Display
Partial
GPU
No data
Pinctrl
Works
I²C
Works
SPI
No data
Audio
No data
Video
No data
Thermal
No data
WiFi
Works
Bluetooth
Works
Modem
No data
GPS
No data
Camera
No data
NPU
No data
Suspend
No data
Ethernet
No data
SATA
No data


MSM8998 (or Snapdragon 835) is a high-end Qualcomm SoC released in 2017 with mainline support originally added for the MTP (proven reference design) board towards the end of 2018.

Devices

No results

Booting

Assuming you derived your board DTS from the MSM8998 MTP ones, you'll likely notice a built kernel doesn't actually boot without any changes. This has been tracked down to CoreSight tracing activating, which seems to cause kernel panics on retail hardware. As per the linked patch, simply delete the added etf, etm*, etr, funnel*, replicator1 & stm nodes from your DTS.

NOTE: Additionally enabling some options such as CONFIG_MSM_GPUCC_8998 may still cause the kernel to panic anyway; to avoid this you could apply a similar patch to your board DTS:

$ cat msm8998-clk_ignore_unused.patch

Display

Support for displays is currently marked as partial since mainline MSM8998 is completely missing device tree bindings for the MMCC, MDSS, MDP5 & DSI (as of 2020-11-16). While unofficial patches for these are floating around there are still blocking, clock related issues (notably msm_dsi_host_set_src_pll: can't set parent to byte_clk_src. ret=-22).

For now your best bet is to setup simplefb which utilizes the device framebuffer left active by the UEFI bootloader (Qualcomm XBL).

Note NOTE Devices using DSC (display stream compression) (Like the Pixel 2 XL) will mostly likely not support simplefb

1. Enable CONFIG_FB_SIMPLE in your defconfig

2. Apply a patch like this one to your board DTS while (as needed) replacing 1080 with the screen width and 1920 with the screen height (in pixels):

$ cat msm8998-simplefb.patch

UFS internal storage

Warning WARNING: IF YOUR DEVICE IS A SONY XPERIA DO NOT NEVER EVER EVER TRY TO ENABLE UFS ON NON-VENDOR/NON-SODP KERNELS! IT WILL ERASE THE CHIP CLEAN (INCLUDING THE BOOTLOADER!) CONSIDER YOURSELF WARNED

To enable the device's internal UFS 2.1 host controller (and 14nm UFS QMP PHY), compile the kernel with the following modules enabled:

CONFIG_SCSI_UFS_QCOM=y
CONFIG_PHY_QCOM_QMP=y

You can optionally set CONFIG_SCSI_SCAN_ASYNC=y for some additional speedup while booting. Consider also enabling CONFIG_QFMT_V2 if you intend on writing data to a userdata partition formatted by Android where disk quotas are normally enabled by default for ext4 volumes.

WLAN

For WLAN to work you need:

1. On the kernel side:

  • The MSS (modem) remoteproc needs to be running with firmware extracted from the device partitions
  • DTS needs to point to the firmware filenames under /lib/firmware/

2. On the userspace side:

  • Follow steps from jhugo's 5.5 MSM8998 Wi-Fi README (it's not perfect but should work)
  • Place all needed device firmware files to /lib/firmware/
  • Install the following pmOS packages: pd-mapper, tqftpserv, qrtr & rmtfs
  • Enable the services (rc-update add SERVICE_NAME boot) for all of the above except qrtr (it's started automatically if needed)
  • Run diag-router from https://github.com/andersson/diag in case MSS remoteproc keeps crashing and networks can be seen in e.g. nmtui soon after booting

(This is a rough sketch; expect it to become detailed very soon!)

Bluetooth

Getting Bluetooth to work should be trivial assuming you compile the kernel with the following modules enabled:

CONFIG_RFKILL=m
CONFIG_BT_RFCOMM=y
CONFIG_BT_BNEP=y
CONFIG_BT_HIDP=y
CONFIG_BT_HS=y
CONFIG_BT_LE=y

After those are set and you've copied the needed kernel modules over to the rootfs in /lib/modules/ you just need the following firmware files in /lib/firmware/qca/:

crbtfw21.tlv
crnv21.bin

Those can be supplied directly from linux-firmware and they should work fine, but if not you'll need to grab the files from your device's firmware partitions.

Real-time clock (RTC)

The RTC module found on the PM8998 PMIC block works with CONFIG_RTC_DRV_PM8XXX enabled. It can be easily tested from userspace like so:

# cd /sys/class/rtc/rtc0/
# echo $((`cat since_epoch`+120)) > wakealarm

After running that and fully powering down the device it should power on by itself soon afterwards (2 minutes later to be exact).

See also

linux-mainline-oneplus5 A mainline kernel fork with some patches for MSM8998 and OnePlus 5/5T support (check the 5.7 branch commits for a "step-by-step guide")

OnePlus_5_(oneplus-cheeseburger)#Mainline_kernel

Who's working on it

(feel free to add yourself here if you're working on MSM8998 mainlining!)