Skip to content

Commit

Permalink
Platform/ADLINK: Add new ComHpcAltPkg platform
Browse files Browse the repository at this point in the history
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
bexcran committed Oct 23, 2024
1 parent c4d8f91 commit 0ce7280
Show file tree
Hide file tree
Showing 103 changed files with 33,062 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Platform/ADLINK/ComHpcAltPkg/Ac01AcpiTables/Ac01AcpiTables.inf
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
Loading

0 comments on commit 0ce7280

Please sign in to comment.