Skip to content

Commit

Permalink
Merge pull request #1287 from ETCHDEV/main
Browse files Browse the repository at this point in the history
Dynamic MEM start fixed
  • Loading branch information
Robotix22 authored Jul 12, 2024
2 parents 41fd2d9 + 797ec70 commit 8a57642
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Platforms/Xiaomi/lisaPkg/Include/APRIORI.inc
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ APRIORI DXE {
INF Binaries/lisa/QcomPkg/Drivers/LimitsDxe/LimitsDxe.inf
!if $(USE_CUSTOM_DISPLAY_DRIVER) == 1
INF Binaries/lisa/QcomPkg/Drivers/CPRDxe/CPRDxe.inf
INF QcomPkg/Drivers/DisplayReEnablerDxe/DisplayReEnablerDxe.inf
!endif
INF Binaries/lisa/QcomPkg/Drivers/GpiDxe/GpiDxe.inf
INF Binaries/lisa/QcomPkg/Drivers/UCDxe/UCDxe.inf
Expand Down
1 change: 1 addition & 0 deletions Platforms/Xiaomi/lisaPkg/Include/DXE.inc
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@

!if $(USE_CUSTOM_DISPLAY_DRIVER) == 1
INF Binaries/lisa/QcomPkg/Drivers/DisplayDxe/DisplayDxe.inf
INF QcomPkg/Drivers/DisplayReEnablerDxe/DisplayReEnablerDxe.inf
!else
INF SiliciumPkg/Drivers/SimpleFbDxe/SimpleFbDxe.inf
!endif
Expand Down
2 changes: 1 addition & 1 deletion Platforms/Xiaomi/lisaPkg/lisa.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
gQcomPkgTokenSpaceGuid.PcdScheduleInterfaceAddr|0x9FC37980

# Dynamic RAM Start Address
gQcomPkgTokenSpaceGuid.PcdRamPartitionBase|0xE3400000
gQcomPkgTokenSpaceGuid.PcdRamPartitionBase|0xE4B00000

# SD Card Slot
gQcomPkgTokenSpaceGuid.PcdInitCardSlot|TRUE
Expand Down

0 comments on commit 8a57642

Please sign in to comment.