Skip to content

Commit

Permalink
8150: samsung-winner: correct resolution related pcds.
Browse files Browse the repository at this point in the history
Add PcdsDynamicDefault.common
  • Loading branch information
sunflower2333 authored Jan 6, 2024
2 parents f0837bd + 0694e77 commit 9f98d87
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,13 @@ gSurfaceDuoFamilyPkgTokenSpaceGuid.PcdSmbiosSystemBrand|"Samsung"
gSurfaceDuoFamilyPkgTokenSpaceGuid.PcdSmbiosSystemModel|"F900F"
gSurfaceDuoFamilyPkgTokenSpaceGuid.PcdSmbiosSystemRetailModel|"winner"
gSurfaceDuoFamilyPkgTokenSpaceGuid.PcdSmbiosSystemRetailSku|"MP"

[PcdsDynamicDefault.common]
gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|2152
gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|1536
gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|2152
gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|1536
gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutColumn|269
gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow|80
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|269
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|80

0 comments on commit 9f98d87

Please sign in to comment.