mirror of
https://git.proxmox.com/git/grub2
synced 2025-07-21 23:41:58 +00:00

To support a new architecture we need to provide a few helper functions for memory, cache, timer, etc support. This patch adds the remainders of those. Some bits are still disabled, as I couldn't guarantee that we're always running on models / in modes where the respective hardware is available. Signed-off-by: Alexander Graf <agraf@suse.de> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
7 lines
149 B
C
7 lines
149 B
C
#ifndef GRUB_MEMORY_CPU_HEADER
|
|
#include <grub/efi/memory.h>
|
|
|
|
#define GRUB_EFI_MAX_USABLE_ADDRESS 0xffffffffUL
|
|
|
|
#endif /* ! GRUB_MEMORY_CPU_HEADER */
|