mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-18 10:34:19 +00:00
Merge "feat(rme): change the default max GPT block size to 512MB" into integration
This commit is contained in:
commit
881b041e86
2 changed files with 2 additions and 2 deletions
|
@ -848,7 +848,7 @@ Common build options
|
|||
- ``RME_GPT_MAX_BLOCK``: Numeric value in MB to define the maximum size of
|
||||
supported contiguous blocks in GPT Library. This parameter can take the
|
||||
values 0, 2, 32 and 512. Setting this value to 0 disables use of Contigious
|
||||
descriptors. Default value is 2.
|
||||
descriptors. Default value is 512.
|
||||
|
||||
- ``ROT_KEY``: This option is used when ``GENERATE_COT=1``. It specifies a
|
||||
file that contains the ROT private key in PEM format or a PKCS11 URI and
|
||||
|
|
|
@ -146,7 +146,7 @@ GENERATE_COT := 0
|
|||
RME_GPT_BITLOCK_BLOCK := 1
|
||||
|
||||
# Default maximum size of GPT contiguous block
|
||||
RME_GPT_MAX_BLOCK := 2
|
||||
RME_GPT_MAX_BLOCK := 512
|
||||
|
||||
# Hint platform interrupt control layer that Group 0 interrupts are for EL3. By
|
||||
# default, they are for Secure EL1.
|
||||
|
|
Loading…
Add table
Reference in a new issue