add new device Xiaomi MI8 UD (equuleus)
Signed-off-by: BigfootACA <bigfoot@classfun.cn>
This commit is contained in:
parent
2fd229a76d
commit
3e416794ad
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -43,6 +43,7 @@ jobs:
|
||||
- pd1821
|
||||
- ayn-odin
|
||||
- akershus
|
||||
- equuleus
|
||||
|
||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||
steps:
|
||||
|
@ -49,6 +49,7 @@ QQ chinese group: 697666196 (Main group) 737223105 (Linux/edk2)
|
||||
18. Vivo NEX Dual Display (pd1821)
|
||||
19. ayn odin handheld (ayn-odin)
|
||||
20. ZTE Axon 9 Pro (akershus)
|
||||
21. Xiaomi MI 8 UD (equuleus)
|
||||
|
||||
## Dependencies
|
||||
|
||||
|
@ -47,6 +47,7 @@ QQ中文交流群: 697666196 (主群) 737223105 (Linux/edk2)
|
||||
18. Vivo NEX 双屏版 (pd1821)
|
||||
19. ayn odin handheld (ayn-odin)
|
||||
20. 中兴天机Axon 9 Pro (akershus)
|
||||
21. 小米8UD 屏幕指纹版 (equuleus)
|
||||
|
||||
## 依赖
|
||||
|
||||
|
1
build.sh
1
build.sh
@ -25,6 +25,7 @@ DEVICES=(
|
||||
pd1821
|
||||
ayn-odin
|
||||
akershus
|
||||
equuleus
|
||||
)
|
||||
#####################################
|
||||
|
||||
|
BIN
device_specific/equuleus.dtb
Normal file
BIN
device_specific/equuleus.dtb
Normal file
Binary file not shown.
22
sdm845Pkg/Devices/equuleus.dsc
Normal file
22
sdm845Pkg/Devices/equuleus.dsc
Normal file
@ -0,0 +1,22 @@
|
||||
[Defines]
|
||||
PLATFORM_NAME = sdm845Pkg
|
||||
PLATFORM_GUID = 28f1a3bf-193a-47e3-a7b9-5a435eaab2ee
|
||||
PLATFORM_VERSION = 0.1
|
||||
DSC_SPECIFICATION = 0x00010019
|
||||
OUTPUT_DIRECTORY = Build/$(PLATFORM_NAME)
|
||||
SUPPORTED_ARCHITECTURES = AARCH64
|
||||
BUILD_TARGETS = DEBUG|RELEASE
|
||||
SKUID_IDENTIFIER = DEFAULT
|
||||
FLASH_DEFINITION = sdm845Pkg/Devices/dipper.fdf
|
||||
|
||||
!include sdm845Pkg/sdm845Pkg.dsc
|
||||
|
||||
[BuildOptions.common]
|
||||
GCC:*_*_AARCH64_CC_FLAGS = -DXIAOMI_PIL_FIXED=1
|
||||
|
||||
[PcdsFixedAtBuild.common]
|
||||
# System Memory (5GB)
|
||||
gArmTokenSpaceGuid.PcdSystemMemorySize|0x15AE00000
|
||||
|
||||
gsdm845PkgTokenSpaceGuid.PcdMipiFrameBufferWidth|1080
|
||||
gsdm845PkgTokenSpaceGuid.PcdMipiFrameBufferHeight|2248
|
Loading…
Reference in New Issue
Block a user