mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 01:54:22 +00:00
Merge "feat(mt8188): update the memory usage for SCP core0 and core1" into integration
This commit is contained in:
commit
3e8f9fd872
1 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@ void set_emi_mpu_regions(void)
|
|||
|
||||
/* SCP core0 DRAM */
|
||||
region_info.start = 0x50000000ULL;
|
||||
region_info.end = 0x528FFFFFULL;
|
||||
region_info.end = 0x507FFFFFULL;
|
||||
region_info.region = 2;
|
||||
SET_ACCESS_PERMISSION(region_info.apc, 1,
|
||||
FORBIDDEN, FORBIDDEN, FORBIDDEN, FORBIDDEN,
|
||||
|
@ -27,7 +27,7 @@ void set_emi_mpu_regions(void)
|
|||
|
||||
/* SCP core1 DRAM */
|
||||
region_info.start = 0x70000000ULL;
|
||||
region_info.end = 0x729FFFFFULL;
|
||||
region_info.end = 0x79FFFFFFULL;
|
||||
region_info.region = 3;
|
||||
SET_ACCESS_PERMISSION(region_info.apc, 1,
|
||||
FORBIDDEN, FORBIDDEN, FORBIDDEN, FORBIDDEN,
|
||||
|
@ -114,4 +114,4 @@ int emi_mpu_optee_handler(uint64_t encoded_addr, uint64_t zone_size,
|
|||
emi_mpu_set_protection(®ion_info);
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue