Skip to content

Commit

Permalink
Merge pull request edk2-porting#13 from sunshuyu/master
Browse files Browse the repository at this point in the history
add new device OPPO Find X (pafm00)
  • Loading branch information
BigfootACA authored Mar 22, 2021
2 parents 155c75a + d9ffa5a commit 39b289e
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ QQ group: 697666196 (Never On-Topic)
10. LG G7 (judyln) (Will automatically restart)
11. Samsung Galaxy S9+ (star2qltechn)
12. Xiaomi MI 7 (dipper-old)
13. OPPO Find X (pafm00)

## Dependencies

Expand Down
1 change: 1 addition & 0 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ QQ交流群: 697666196
10. LG G7 (judyln) (会自动重启)
11. 三星S9+ (star2qltechn)
12. 小米7 (dipper-old)
13. OPPO Find X (pafm00)

## 依赖

Expand Down
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ DEVICES=(
judyln
star2qltechn
dipper-old
pafm00
)
#####################################

Expand Down
Binary file added device_specific/pafm00.dtb
Binary file not shown.
19 changes: 19 additions & 0 deletions sdm845Pkg/Devices/pafm00.dsc
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[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/845.fdf

!include sdm845Pkg/sdm845Pkg.dsc

[PcdsFixedAtBuild.common]
# System Memory (5GB)
gArmTokenSpaceGuid.PcdSystemMemorySize|0x140000000

gsdm845PkgTokenSpaceGuid.PcdMipiFrameBufferWidth|1080
gsdm845PkgTokenSpaceGuid.PcdMipiFrameBufferHeight|2340

0 comments on commit 39b289e

Please sign in to comment.