mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-19 02:54:24 +00:00
Merge pull request #1147 from etienne-lms/qemu-optee-load
qemu/optee: load OP-TEE pageable part 2MB above OP-TEE image
This commit is contained in:
commit
24552242b2
1 changed files with 2 additions and 3 deletions
|
@ -73,9 +73,8 @@
|
||||||
#define SEC_DRAM_BASE 0x0e100000
|
#define SEC_DRAM_BASE 0x0e100000
|
||||||
#define SEC_DRAM_SIZE 0x00f00000
|
#define SEC_DRAM_SIZE 0x00f00000
|
||||||
|
|
||||||
/* Load pageable part of OP-TEE at end of secure DRAM */
|
/* Load pageable part of OP-TEE 2MB above secure DRAM base */
|
||||||
#define QEMU_OPTEE_PAGEABLE_LOAD_BASE (SEC_DRAM_BASE + SEC_DRAM_SIZE - \
|
#define QEMU_OPTEE_PAGEABLE_LOAD_BASE (SEC_DRAM_BASE + 0x00200000)
|
||||||
QEMU_OPTEE_PAGEABLE_LOAD_SIZE)
|
|
||||||
#define QEMU_OPTEE_PAGEABLE_LOAD_SIZE 0x00400000
|
#define QEMU_OPTEE_PAGEABLE_LOAD_SIZE 0x00400000
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue