From baed7a662b8e68d0b8f3e4d4516d1fa9b09ec125 Mon Sep 17 00:00:00 2001 From: BigfootACA Date: Thu, 31 Mar 2022 15:13:20 +0800 Subject: [PATCH] remove unused lines and add CI --- .github/workflows/main.yml | 2 ++ .github/workflows/release.yml | 2 ++ sdm845Pkg/Devices/judyp.dsc | 6 ++---- sdm845Pkg/Devices/judypn.dsc | 4 +--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1997a0d..d672d9c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,6 +32,8 @@ jobs: - m1892 - m1882 - skr-a0 + - judyp + - judypn - judyln - star2qltechn - dipper-old diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ce1ba3a..9065665 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,6 +21,8 @@ jobs: - enchilada - equuleus - fajita + - judyp + - judypn - judyln - m1882 - m1892 diff --git a/sdm845Pkg/Devices/judyp.dsc b/sdm845Pkg/Devices/judyp.dsc index 4bccba8..a6a7963 100644 --- a/sdm845Pkg/Devices/judyp.dsc +++ b/sdm845Pkg/Devices/judyp.dsc @@ -12,13 +12,11 @@ !include sdm845Pkg/sdm845Pkg.dsc [PcdsFixedAtBuild.common] - # System Memory (5GB) - gArmTokenSpaceGuid.PcdSystemMemorySize|0x15AE00000 gsdm845PkgTokenSpaceGuid.PcdMipiFrameBufferWidth|1440 gsdm845PkgTokenSpaceGuid.PcdMipiFrameBufferHeight|2880 - - gsdm845PkgTokenSpaceGuid.PcdDeviceVendor|"LG" + + gsdm845PkgTokenSpaceGuid.PcdDeviceVendor|"LG" gsdm845PkgTokenSpaceGuid.PcdDeviceProduct|"V35 ThinQ" gsdm845PkgTokenSpaceGuid.PcdDeviceCodeName|"Judyp" diff --git a/sdm845Pkg/Devices/judypn.dsc b/sdm845Pkg/Devices/judypn.dsc index a3b9437..2a63c6b 100644 --- a/sdm845Pkg/Devices/judypn.dsc +++ b/sdm845Pkg/Devices/judypn.dsc @@ -12,13 +12,11 @@ !include sdm845Pkg/sdm845Pkg.dsc [PcdsFixedAtBuild.common] - # System Memory (5GB) - gArmTokenSpaceGuid.PcdSystemMemorySize|0x15AE00000 gsdm845PkgTokenSpaceGuid.PcdMipiFrameBufferWidth|1440 gsdm845PkgTokenSpaceGuid.PcdMipiFrameBufferHeight|3120 - gsdm845PkgTokenSpaceGuid.PcdDeviceVendor|"LG" + gsdm845PkgTokenSpaceGuid.PcdDeviceVendor|"LG" gsdm845PkgTokenSpaceGuid.PcdDeviceProduct|"V40 ThinQ" gsdm845PkgTokenSpaceGuid.PcdDeviceCodeName|"Judypn" -- 2.45.2