Add initial support for Snapdragon 720G (sm7125)
authorXilin Wu <strongtz@yeah.net>
星期三, 21 Sep 2022 15:06:44 +0000 (23:06 +0800)
committerXilin Wu <strongtz@yeah.net>
星期三, 21 Sep 2022 15:06:44 +0000 (23:06 +0800)
commit80d0eab8b65ff36b6aa2ee16bc5cae86d1a96602
tree8aa397375c5e29fba3ed8f9f964d8070247459fb
parent0ebaa66ce9e171921429aca31b8351ed4a48d5c0
Add initial support for Snapdragon 720G (sm7125)

This commit adds preliminary support for Snapdragon 720G QRD device.

It's worth noting that only UFS works now. Basically nothing else works.
We're adding sm7125 support to this repo, because it's quite similar with
sdm845, and it makes no sense to create another repo for this uncommon SoC.

Signed-off-by: Xilin Wu <strongtz@yeah.net>
12 files changed:
.github/workflows/main.yml
.github/workflows/release.yml
build.sh
device_specific/atoll.dtb [new file with mode: 0755]
sdm845Pkg/Binary
sdm845Pkg/Devices/atoll.dsc [new file with mode: 0644]
sdm845Pkg/Devices/atoll.fdf [new file with mode: 0644]
sdm845Pkg/Drivers/sdm845Dxe/sdm845Dxe.c
sdm845Pkg/Include/Configuration/DeviceMemoryMap7125.h [new file with mode: 0644]
sdm845Pkg/Library/MemoryInitPeiLib/MemoryInitPeiLib.c
sdm845Pkg/Library/QcomGeniSerialPortLib/GeniSerial.h
sdm845Pkg/sm7125Pkg.dsc [new file with mode: 0644]