]> git.proxmox.com Git - mirror_edk2.git/blame - BeagleBoardPkg/BeagleBoardPkg.dec
Updating ArmLib.h to add functions needed to turn on paging in CpuDxe. Also added...
[mirror_edk2.git] / BeagleBoardPkg / BeagleBoardPkg.dec
CommitLineData
2ef2b01e
A
1#%HEADER%
2#/** @file
3# Beagle board package.
4#
5# Copyright (c) 2009, Apple Inc.
6#
7# All rights reserved.
8# This program and the accompanying materials are licensed and made available under
9# the terms and conditions of the BSD License which accompanies this distribution.
10# The full text of the license may be found at
11# http://opensource.org/licenses/bsd-license.php
12#
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15#
16#**/
17
18[Defines]
19 DEC_SPECIFICATION = 0x00010005
20 PACKAGE_NAME = BeagleBoardPkg
21 PACKAGE_GUID = 6eba6648-d853-4eb3-9761-528b82d5ab04
22 PACKAGE_VERSION = 0.1
23
24################################################################################
25#
26# Include Section - list of Include Paths that are provided by this package.
27# Comments are used for Keywords and Module Types.
28#
29# Supported Module Types:
30# BASE SEC PEI_CORE PEIM DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER DXE_SAL_DRIVER UEFI_DRIVER UEFI_APPLICATION
31#
32################################################################################
33[Includes.common]
34 Include # Root include for the package
35
36[Guids.common]
37 gBeagleBoardTokenSpaceGuid = { 0x6834fe45, 0x4aee, 0x4fc6, { 0xbc, 0xb5, 0xff, 0x45, 0xb7, 0xa8, 0x71, 0xe2 } }
38
39#[PcdsEnumerations.common]
40# OMAP3530_GPTIMER:
41# OMAP3530_GPTIMER1|1
42# OMAP3530_GPTIMER2|2
43# OMAP3530_GPTIMER3|3
44# OMAP3530_GPTIMER4|4
45# OMAP3530_GPTIMER5|5
46# OMAP3530_GPTIMER6|6
47# OMAP3530_GPTIMER7|7
48# OMAP3530_GPTIMER8|8
49# OMAP3530_GPTIMER9|9
50# OMAP3530_GPTIMER10|10
51# OMAP3530_GPTIMER11|11
52# OMAP3530_GPTIMER12|12
53
54[PcdsFeatureFlag.common]
55
56[PcdsFixedAtBuild.common]
57 gBeagleBoardTokenSpaceGuid.PcdBeagleBoardIRAMFullSize|0x00000000|UINT32|0x00000201
58 gBeagleBoardTokenSpaceGuid.PcdBeagleConsoleUart|3|UINT32|0x00000202
59 gBeagleBoardTokenSpaceGuid.PcdBeagleGpmcOffset|0x00000000|UINT32|0x00000203
60 gBeagleBoardTokenSpaceGuid.PcdBeagleMMCHS1Base|0x00000000|UINT32|0x00000204
61# gBeagleBoardTokenSpaceGuid.PcdBeagleArchTimer|OMAP3530_GPTIMER3|OMAP3530_GPTIMER|0x00000205
62 gBeagleBoardTokenSpaceGuid.PcdBeagleArchTimer|3|UINT32|0x00000205
63# gBeagleBoardTokenSpaceGuid.PcdBeagleFreeTimer|OMAP3530_GPTIMER4|OMAP3530_GPTIMER|0x00000206
64 gBeagleBoardTokenSpaceGuid.PcdBeagleFreeTimer|4|UINT32|0x00000206
65