]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/ArmVirtualizationPkg/Include/ArmPlatform.h
MdeModulePkg/UfsPciHcDxe: Fix EBC build error
[mirror_edk2.git] / ArmPlatformPkg / ArmVirtualizationPkg / Include / ArmPlatform.h
CommitLineData
85dddd22
AB
1/** @file\r
2* Header defining platform constants (Base addresses, sizes, flags)\r
3*\r
4* Copyright (c) 2011, ARM Limited. All rights reserved.\r
5* Copyright (c) 2014, Linaro Limited\r
6*\r
7* This program and the accompanying materials\r
8* are licensed and made available under the terms and conditions of the BSD License\r
9* which accompanies this distribution. The full text of the license may be found at\r
10* http://opensource.org/licenses/bsd-license.php\r
11*\r
12* THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13* WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14*\r
15**/\r
16\r
17#ifndef __PLATFORM_H__\r
18#define __PLATFORM_H__\r
19\r
20//\r
21// We don't care about this value, but the PL031 driver depends on the macro\r
22// to exist: it will pass it on to our ArmPlatformSysConfigLib:ConfigGet()\r
23// function, which just returns EFI_UNSUPPORTED.\r
24//\r
25#define SYS_CFG_RTC 0x0\r
26\r
27#define QEMU_NOR_BLOCK_SIZE SIZE_256KB\r
28#define QEMU_NOR0_BASE 0x0\r
29#define QEMU_NOR0_SIZE SIZE_64MB\r
30#define QEMU_NOR1_BASE 0x04000000\r
31#define QEMU_NOR1_SIZE SIZE_64MB\r
32\r
33#endif\r