| .. | .. |
|---|
| 29 | 29 | E820_TYPE_PRAM = 12, |
|---|
| 30 | 30 | |
|---|
| 31 | 31 | /* |
|---|
| 32 | + * Special-purpose memory is indicated to the system via the |
|---|
| 33 | + * EFI_MEMORY_SP attribute. Define an e820 translation of this |
|---|
| 34 | + * memory type for the purpose of reserving this range and |
|---|
| 35 | + * marking it with the IORES_DESC_SOFT_RESERVED designation. |
|---|
| 36 | + */ |
|---|
| 37 | + E820_TYPE_SOFT_RESERVED = 0xefffffff, |
|---|
| 38 | + |
|---|
| 39 | + /* |
|---|
| 32 | 40 | * Reserved RAM used by the kernel itself if |
|---|
| 33 | 41 | * CONFIG_INTEL_TXT=y is enabled, memory of this type |
|---|
| 34 | 42 | * will be included in the S3 integrity calculation |
|---|