From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx0a-0031df01.pphosted.com (mx0a-0031df01.pphosted.com [205.220.168.131]) by mx.groups.io with SMTP id smtpd.web10.23062.1679067680135460745 for ; Fri, 17 Mar 2023 08:41:20 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@quicinc.com header.s=qcppdkim1 header.b=LE3p1z5Z; spf=permerror, err=parse error for token &{10 18 %{ir}.%{v}.%{d}.spf.has.pphosted.com}: invalid domain name (domain: quicinc.com, ip: 205.220.168.131, mailfrom: quic_llindhol@quicinc.com) Received: from pps.filterd (m0279867.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 32H8xj5R016524; Fri, 17 Mar 2023 15:41:18 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h=date : from : to : cc : subject : message-id : references : mime-version : content-type : in-reply-to; s=qcppdkim1; bh=WuC9gnFcrQvb/cKbodmq+obd2pUrsiIKAo2RvGK+gGk=; b=LE3p1z5ZasIrqOtYBeCGYKcW1gu3KXZyOMRLDY5u6Nbpvdybkmqov/3BCk/c0KzXGbC/ i4+w/O248tD4ygR4zRBDBM8wxxmDQYZnxSqyf0bGNcnlioL54IF7xJ8YJsAmFhRchYQ4 Brybp5/DpLbDyQbHukw+tqB9MI1akTp1KHHyymSed9UJnbuUcB4XHWeZfDnqhNikkqWk 6sa2RJK7szlmGTZc+43ezQ4wnGdoyfm3x9akWREPBDeqYxau6dQRsw192DPq3G4KZ25V 8xmh2tT4JYGRduWtMuzGfeD4YQPhjAQOBdVmhWq0J4tAedShPfKFWftIjHooxn3mLxE+ vQ== Received: from nasanppmta03.qualcomm.com (i-global254.qualcomm.com [199.106.103.254]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3pcn6f1a6e-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 17 Mar 2023 15:41:18 +0000 Received: from nasanex01c.na.qualcomm.com (nasanex01c.na.qualcomm.com [10.45.79.139]) by NASANPPMTA03.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 32HFfHDX032076 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 17 Mar 2023 15:41:17 GMT Received: from qc-i7.hemma.eciton.net (10.80.80.8) by nasanex01c.na.qualcomm.com (10.45.79.139) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.41; Fri, 17 Mar 2023 08:41:16 -0700 Date: Fri, 17 Mar 2023 15:41:12 +0000 From: "Leif Lindholm" To: Abdul Lateef Attar CC: , Ard Biesheuvel , Abner Chang , Michael D Kinney Subject: Re: [PATCH v2 RESEND 1/4] Platform/AMD: Adds BoardPkg and PlatformPkg Message-ID: References: MIME-Version: 1.0 In-Reply-To: X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) To nasanex01c.na.qualcomm.com (10.45.79.139) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-GUID: O2tWFMiv5TcG1k7aHbmD74zHGSyzaKmn X-Proofpoint-ORIG-GUID: O2tWFMiv5TcG1k7aHbmD74zHGSyzaKmn X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.254,Aquarius:18.0.942,Hydra:6.0.573,FMLib:17.11.170.22 definitions=2023-03-17_10,2023-03-16_02,2023-02-09_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 mlxscore=0 adultscore=0 priorityscore=1501 spamscore=0 clxscore=1011 suspectscore=0 malwarescore=0 mlxlogscore=880 lowpriorityscore=0 impostorscore=0 phishscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2303150002 definitions=main-2303170106 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline On Fri, Mar 17, 2023 at 12:20:04 +0530, Abdul Lateef Attar wrote: > Adds initial DEC and DSC file for BoardPkg and PlatformPkg packages, > which supports AMD processor family based boards and platforms. > > Signed-off-by: Abdul Lateef Attar > Cc: Ard Biesheuvel > Cc: Leif Lindholm > Cc: Abner Chang > Cc: Michael D Kinney > Reviewed-by: Abner Chang Reviewed-by: Leif Lindholm > --- > Platform/AMD/BoardPkg/BoardPkg.dec | 18 ++++++++++++++++++ > Platform/AMD/PlatformPkg/PlatformPkg.dec | 15 +++++++++++++++ > Platform/AMD/BoardPkg/BoardPkg.dsc | 20 ++++++++++++++++++++ > Platform/AMD/PlatformPkg/PlatformPkg.dsc | 20 ++++++++++++++++++++ > 4 files changed, 73 insertions(+) > create mode 100644 Platform/AMD/BoardPkg/BoardPkg.dec > create mode 100644 Platform/AMD/PlatformPkg/PlatformPkg.dec > create mode 100644 Platform/AMD/BoardPkg/BoardPkg.dsc > create mode 100644 Platform/AMD/PlatformPkg/PlatformPkg.dsc > > diff --git a/Platform/AMD/BoardPkg/BoardPkg.dec b/Platform/AMD/BoardPkg/BoardPkg.dec > new file mode 100644 > index 000000000000..3ceff33f4fc1 > --- /dev/null > +++ b/Platform/AMD/BoardPkg/BoardPkg.dec > @@ -0,0 +1,18 @@ > +## @file BoardPkg.dec > +# Declaration file for AMD's BoardPkg. > +# > +# This package supports AMD processor family based board as per the MinPlatform > +# Arch specification. > +# > +# Copyright (c) 2023, Advanced Micro Devices, Inc. All rights reserved. > +# SPDX-License-Identifier: BSD-2-Clause-Patent > +# > +# @par Specification Reference: > +# -https://tianocore-docs.github.io/edk2-MinimumPlatformSpecification/draft/ 0.7 > +## > + > +[Defines] > + DEC_SPECIFICATION = 1.27 > + PACKAGE_NAME = BoardPkg > + PACKAGE_GUID = 44F9D761-9ECB-43DD-A5AC-177E5048701B > + PACKAGE_VERSION = 0.1 > diff --git a/Platform/AMD/PlatformPkg/PlatformPkg.dec b/Platform/AMD/PlatformPkg/PlatformPkg.dec > new file mode 100644 > index 000000000000..6155860979cb > --- /dev/null > +++ b/Platform/AMD/PlatformPkg/PlatformPkg.dec > @@ -0,0 +1,15 @@ > +## @file PlatformPkg.dec > +# Declaration file for AMD's PlatformPkg. > +# > +# This package supports AMD processory family based platform. > +# > +# Copyright (c) 2023, Advanced Micro Devices, Inc. All rights reserved. > +# SPDX-License-Identifier: BSD-2-Clause-Patent > +# > +## > + > +[Defines] > + DEC_SPECIFICATION = 1.27 > + PACKAGE_NAME = PlatformPkg > + PACKAGE_GUID = 38FBA311-E2AA-4620-9A90-9A23753D1878 > + PACKAGE_VERSION = 0.1 > diff --git a/Platform/AMD/BoardPkg/BoardPkg.dsc b/Platform/AMD/BoardPkg/BoardPkg.dsc > new file mode 100644 > index 000000000000..cb4065b86c60 > --- /dev/null > +++ b/Platform/AMD/BoardPkg/BoardPkg.dsc > @@ -0,0 +1,20 @@ > +## @file > +# BoardPkg.dsc > +# > +# Description file for AMD BoardPkg > +# > +# Copyright (c) 2023, Advanced Micro Devices, Inc. All rights reserved. > +# SPDX-License-Identifier: BSD-2-Clause-Patent > +## > + > +[Defines] > + DSC_SPECIFICATION = 1.30 > + PLATFORM_GUID = 88F8A9AE-2FA0-4D58-A6F9-05F635C05F4E > + PLATFORM_NAME = BoardPkg > + PLATFORM_VERSION = 0.1 > + OUTPUT_DIRECTORY = Build/$(PLATFORM_NAME) > + BUILD_TARGETS = DEBUG | RELEASE | NOOPT > + SUPPORTED_ARCHITECTURES = IA32 | X64 > + > +[Packages] > + BoardPkg/BoardPkg.dec > diff --git a/Platform/AMD/PlatformPkg/PlatformPkg.dsc b/Platform/AMD/PlatformPkg/PlatformPkg.dsc > new file mode 100644 > index 000000000000..704566b9ea73 > --- /dev/null > +++ b/Platform/AMD/PlatformPkg/PlatformPkg.dsc > @@ -0,0 +1,20 @@ > +## @file > +# PlatformPkg.dsc > +# > +# Description file for AMD PlatformPkg > +# > +# Copyright (c) 2023, Advanced Micro Devices, Inc. All rights reserved. > +# SPDX-License-Identifier: BSD-2-Clause-Patent > +## > + > +[Defines] > + DSC_SPECIFICATION = 1.30 > + PLATFORM_GUID = 2F7C29F2-7F35-4B49-B97D-F0E61BD42FC0 > + PLATFORM_NAME = PlatformPkg > + PLATFORM_VERSION = 0.1 > + OUTPUT_DIRECTORY = Build/$(PLATFORM_NAME) > + BUILD_TARGETS = DEBUG | RELEASE | NOOPT > + SUPPORTED_ARCHITECTURES = IA32 | X64 > + > +[Packages] > + PlatformPkg/PlatformPkg.dec > -- > 2.25.1 >