commit | f268d908c96bf6c079f52844db393d4527d42f5c | [log] [tgz] |
---|---|---|
author | Maulik Patel <maulik.patel@arm.com> | Fri Feb 09 14:25:51 2024 +0000 |
committer | Maulik Patel <maulik.patel@arm.com> | Wed Mar 06 14:49:07 2024 +0000 |
tree | 9cc7bf366412b03705989cbcd86f5f97f81d5ed5 | |
parent | fbe9bff51a8d4eff98b0914b0880623dd4e1ac8a [diff] [blame] |
DPE: Add optional parameters tests Signed-off-by: Maulik Patel <maulik.patel@arm.com> Change-Id: I433396ad8225ddbb1898c68b24d465e9967c8fa8
diff --git a/partitions/dice_protection_environment/dpe_context_mngr.h b/partitions/dice_protection_environment/dpe_context_mngr.h index b34fb9a..dbbc23d 100644 --- a/partitions/dice_protection_environment/dpe_context_mngr.h +++ b/partitions/dice_protection_environment/dpe_context_mngr.h
@@ -27,9 +27,7 @@ #define INVALID_LAYER_IDX 65535 #define DPE_ROT_LAYER_IDX 0 -/* Below configuration defines are platform dependant */ -#define DICE_CERT_SIZE 3072 -#define DICE_CERT_CHAIN_SIZE 5600 +/* Below configuration defines are platform dependent */ #define MAX_NUM_OF_COMPONENTS 20 #define MAX_NUM_OF_LAYERS 4 #define DPE_PLATFORM_LAYER_IDX 1