• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1## @file
2#
3#  ACPI table data and ASL sources required to boot the platform.
4#
5#  Copyright (c) 2014-2016, ARM Ltd. All rights reserved.
6#
7#  This program and the accompanying materials
8#  are licensed and made available under the terms and conditions of the BSD License
9#  which accompanies this distribution.  The full text of the license may be found at
10#  http://opensource.org/licenses/bsd-license.php
11#
12#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14#
15##
16
17[Defines]
18  INF_VERSION                    = 0x00010005
19  BASE_NAME                      = JunoAcpiTables
20  FILE_GUID                      = a1dd808e-1e95-4399-abc0-653c82e8530c
21  MODULE_TYPE                    = USER_DEFINED
22  VERSION_STRING                 = 1.0
23
24[Sources]
25  Dsdt.asl
26  Dbg2.aslc
27  Spcr.aslc
28  Fadt.aslc
29  Gtdt.aslc
30  Madt.aslc
31  AcpiSsdtRootPci.asl          # Juno R1 specific
32
33[Packages]
34  ArmPkg/ArmPkg.dec
35  ArmPlatformPkg/ArmPlatformPkg.dec
36  ArmPlatformPkg/ArmVExpressPkg/ArmVExpressPkg.dec
37  ArmPlatformPkg/ArmJunoPkg/ArmJuno.dec
38  EmbeddedPkg/EmbeddedPkg.dec
39  MdePkg/MdePkg.dec
40  MdeModulePkg/MdeModulePkg.dec
41
42[FixedPcd]
43  gArmPlatformTokenSpaceGuid.PcdCoreCount
44  gArmTokenSpaceGuid.PcdGicDistributorBase
45  gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase
46
47  gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum
48  gArmTokenSpaceGuid.PcdArmArchTimerIntrNum
49  gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum
50  gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum
51
52  gArmTokenSpaceGuid.PcdGenericWatchdogControlBase
53  gArmTokenSpaceGuid.PcdGenericWatchdogRefreshBase
54
55  #
56  # PL011 UART Settings for Serial Port Console Redirection
57  #
58  gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase
59  gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate
60  gArmPlatformTokenSpaceGuid.PL011UartClkInHz
61  gArmPlatformTokenSpaceGuid.PL011UartInterrupt
62
63  gArmPlatformTokenSpaceGuid.PcdSerialDbgRegisterBase
64