summaryrefslogtreecommitdiff
path: root/HisiPkg/HiKeyPkg/Library
AgeCommit message (Collapse)Author
2015-10-19HiKeyPkg: fix checking error on 1GB versionHaojian Zhuang
On 1GB version board, PcdSystemMemorySize is set as 0x3E00_0000, not 0x4000_0000. So the checking on AdditionalSystemMemorySize should be much larger. Now check it with SIZE_1GB instead. Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org>
2015-10-19HiKeyPkg: support 2GB boardHaojian Zhuang
Support 2GB HiKey board. Now we could support both 1GB version and 2GB version hikey board. Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org>
2015-09-14hikey: memory: reserve memoryHaojian Zhuang
Reserve those memory that are used in MCU, mailbox driver & TEE OS. Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org>
2015-02-18HiKeyPkg: work around dependency issue in vexpress.dsc.incLeif Lindholm
Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
2015-02-18HisiPkg: init HiKey platformHaojian Zhuang
Add HiKey platform with UART console. The memory on HiKey platform is 1GB. And Hisilicon Hi6220 SoC is installed on the platform. There're 8 Cortex-A53 cores in the SoC. Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org>