Skip to content

Commit

Permalink
Merge pull request edk2-porting#12 from sunshuyu/master
Browse files Browse the repository at this point in the history
add new device Samsung S9+ (star2qltechn)
  • Loading branch information
BigfootACA authored Mar 18, 2021
2 parents aea921b + c345630 commit 66bcc3f
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 @@ -33,6 +33,7 @@ QQ group: 697666196 (Never On-Topic)
8. Meizu 16th (m1882)
9. BlackShark One (skr-a0)
10. LG G7 (judyln)
11. Samsung S9+ (star2qltechn)

## Dependencies

Expand Down
1 change: 1 addition & 0 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ QQ交流群: 697666196
8. 魅族16th (m1882)
9. 黑鲨手机一代 (skr-a0)
10. LG G7 (judyln)
11. 三星S9+ (star2qltechn)

## 依赖

Expand Down
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ DEVICES=(
m1882
skr-a0
judyln
star2qltechn
)
#####################################
function _help(){
Expand Down
Binary file added device_specific/star2qltechn.dtb
Binary file not shown.
19 changes: 19 additions & 0 deletions sdm845Pkg/Devices/star2qltechn.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|1440
gsdm845PkgTokenSpaceGuid.PcdMipiFrameBufferHeight|2960

0 comments on commit 66bcc3f

Please sign in to comment.