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 31, 2024
1 parent 0a37b48 commit b797544
Show file tree
Hide file tree
Showing 87 changed files with 31,464 additions and 1 deletion.
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
# Ampere Computing
/Platform/Ampere/** @nhivp @bexcran @chuongtranle
/Silicon/Ampere/** @nhivp @bexcran @chuongtranle
/Platform/ADLINK/** @bexcran

# ARM
/Platform/ARM/** @samimujawar
Expand Down
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 b797544

Please sign in to comment.