diff options
| author | Michael Brown | 2017-03-10 22:18:03 +0100 |
|---|---|---|
| committer | Michael Brown | 2017-03-10 22:18:03 +0100 |
| commit | 0463ec32c717c10e56b1e0bbecc1b02756df7fcc (patch) | |
| tree | ef06e3bed498c0ac00f47c4a42847f467650f5eb /src/include/ipxe/efi/Arm/ProcessorBind.h | |
| parent | [build] Provide common ARRAY_SIZE() definition (diff) | |
| download | ipxe-0463ec32c717c10e56b1e0bbecc1b02756df7fcc.tar.gz ipxe-0463ec32c717c10e56b1e0bbecc1b02756df7fcc.tar.xz ipxe-0463ec32c717c10e56b1e0bbecc1b02756df7fcc.zip | |
[efi] Update to current EDK2 headers
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/efi/Arm/ProcessorBind.h')
| -rw-r--r-- | src/include/ipxe/efi/Arm/ProcessorBind.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/ipxe/efi/Arm/ProcessorBind.h b/src/include/ipxe/efi/Arm/ProcessorBind.h index fac183237..efe3bf174 100644 --- a/src/include/ipxe/efi/Arm/ProcessorBind.h +++ b/src/include/ipxe/efi/Arm/ProcessorBind.h @@ -112,6 +112,12 @@ typedef INT32 INTN; /// #define CPU_STACK_ALIGNMENT sizeof(UINT64) +/// +/// Page allocation granularity for ARM +/// +#define DEFAULT_PAGE_ALLOCATION_GRANULARITY (0x1000) +#define RUNTIME_PAGE_ALLOCATION_GRANULARITY (0x1000) + // // Modifier to ensure that all protocol member functions and EFI intrinsics // use the correct C calling convention. All protocol member functions and |
