Skip to content

Commit

Permalink
manifest max size for loadable modules
Browse files Browse the repository at this point in the history
Library manager during loading modules needs manifest max size

Signed-off-by: Dobrowolski, PawelX <[email protected]>
  • Loading branch information
pjdobrowolski authored and lgirdwood committed Jul 20, 2022
1 parent d94cfc9 commit d50aefc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/include/rimage/manifest.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include <rimage/plat_auth.h>

#define MAN_PAGE_SIZE 4096
#define MAN_MAX_SIZE_V1_8 (38 * 1024)

/* start offset for modules built using xcc */
#define DEFAULT_XCC_MOD_OFFSET 0x8
Expand Down

0 comments on commit d50aefc

Please sign in to comment.