forked from tianocore/edk2-platforms
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Platform/ADLINK: Add new ComHpcAltPkg platform
This new ComHpcAltPkg platform supports ADLINK's Ampere Altra Dev Kit, Ampere Altra Developer Platform, and AVA Developer Platform. They're all based on the COM-HPC-ALT module and carrier with an LGA 4926 socket supporting Ampere Altra and Ampere Altra Max CPUs up to 128 cores. Signed-off-by: Rebecca Cran <[email protected]>
- Loading branch information
Showing
87 changed files
with
31,464 additions
and
1 deletion.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
Platform/ADLINK/ComHpcAltPkg/Ac01AcpiTables/Ac01AcpiTables.inf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
## @file | ||
# | ||
# Copyright (c) 2020 - 2021, Ampere Computing LLC. All rights reserved.<BR> | ||
# | ||
# SPDX-License-Identifier: BSD-2-Clause-Patent | ||
# | ||
## | ||
|
||
[Defines] | ||
INF_VERSION = 0x0001001B | ||
BASE_NAME = Ac01AcpiTables | ||
FILE_GUID = 5ADDBC13-8634-480C-9B94-671B7855CDB8 | ||
MODULE_TYPE = USER_DEFINED | ||
VERSION_STRING = 1.0 | ||
|
||
[Sources] | ||
Dsdt.asl | ||
|
||
[Packages] | ||
MdePkg/MdePkg.dec |
Oops, something went wrong.