Skip to content

devtools/td-layout-config: support large payload#692

Open
gaojiaqi7 wants to merge 1 commit intoconfidential-containers:mainfrom
gaojiaqi7:0510/devtools_support_large_payload
Open

devtools/td-layout-config: support large payload#692
gaojiaqi7 wants to merge 1 commit intoconfidential-containers:mainfrom
gaojiaqi7:0510/devtools_support_large_payload

Conversation

@gaojiaqi7
Copy link
Member

The payload may be so large that it cannot be placed in the payload region of the original image config.

To solve this, LargePayload is introduced. Since the large payload may have size larger than 16MiB, it is loaded into physical memory instead of ROM space. Thus, in td-layout-config tool, the image configuration is splited into rom configuration and image configuration.

The payload may be so large that it cannot be placed in the payload
region of the original image config.

To solve this, `LargePayload` is introduced. Since the large payload
may have size larger than 16MiB, it is loaded into physical memory instead
of ROM space. Thus, in td-layout-config tool, the image configuration is
splited into rom configuration and image configuration.

Signed-off-by: Jiaqi Gao <jiaqi.gao@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants