Skip to content

Commit

Permalink
Merge pull request tianocore#7 from hzhuang1/fix_mem_for_optee
Browse files Browse the repository at this point in the history
HiKey: reserve top 16MB for OPTEE
  • Loading branch information
hzhuang1 committed Apr 9, 2015
2 parents a16e970 + 1775b56 commit 6f6fa61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HisiPkg/HiKeyPkg/HiKey.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@

# System Memory (1GB)
gArmTokenSpaceGuid.PcdSystemMemoryBase|0x00000000
gArmTokenSpaceGuid.PcdSystemMemorySize|0x40000000
gArmTokenSpaceGuid.PcdSystemMemorySize|0x3F000000

# HiKey Dual-Cluster profile
gArmPlatformTokenSpaceGuid.PcdCoreCount|8
Expand Down
2 changes: 1 addition & 1 deletion HisiPkg/HiKeyPkg/HiKey.fdf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
################################################################################

[FD.BL33_AP_UEFI]
BaseAddress = 0x37000000|gArmTokenSpaceGuid.PcdFdBaseAddress # The base address of the Firmware in NOR Flash.
BaseAddress = 0x35000000|gArmTokenSpaceGuid.PcdFdBaseAddress # The base address of the Firmware in NOR Flash.
Size = 0x000F0000|gArmTokenSpaceGuid.PcdFdSize # The size in bytes of the FLASH Device
ErasePolarity = 1

Expand Down

0 comments on commit 6f6fa61

Please sign in to comment.