microsoft/mu_feature_ffa

Public

mirrored fromhttps://github.com/microsoft/mu_feature_ffaAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
fix_upload

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

FfaFeaturePkg/SecurePartitions/MsSecurePartitionRust/linker/qemu.ld

6lines · modecode

1MEMORY
2{
3 image : ORIGIN = 0x20802000, LENGTH = 2M
4 rxtx_buf : ORIGIN = 0x100600A0000, LENGTH = 8K
5 smem : ORIGIN = 0x10060000000, LENGTH = 8K
6}
7