From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 6811E740039 for ; Wed, 3 Jan 2024 00:59:26 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=fUq+Sv/cYnnRdvCGVEwAwx/Ixj0EnK//jUhoh9Q2wr0=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1704243565; v=1; b=JD6H9YJ0wB6AX71OxpzzqK1pE9jJYTVS9qKHS37h/VX62qodklAA+oFTienqJCB/pWhog5H4 D4cfmHjS/RF9urTqzo3qfLgrAqKFOn+up8k3Q+xTv+mFFCYGRtWSiWByPBHQnApFtYftmDkWKZq e63cyehsQUmTeG/hlmbbjRgg= X-Received: by 127.0.0.2 with SMTP id EcmQYY7687511x1b2GV3NUip; Tue, 02 Jan 2024 16:59:25 -0800 X-Received: from mail-ej1-f46.google.com (mail-ej1-f46.google.com [209.85.218.46]) by mx.groups.io with SMTP id smtpd.web11.218036.1704020837543980293 for ; Sun, 31 Dec 2023 03:07:17 -0800 X-Received: by mail-ej1-f46.google.com with SMTP id a640c23a62f3a-a2356bb40e3so655842066b.1 for ; Sun, 31 Dec 2023 03:07:17 -0800 (PST) X-Gm-Message-State: yzvXrJr5OlwNlMQSlwJYmWjox7686176AA= X-Google-Smtp-Source: AGHT+IFDwqWwcdXfUdVSFvbvqnz7VNN+uLxofuOSbepxsGJ4pnzjuIBY3dmasVX77sMNU7L8lrGVOg== X-Received: by 2002:a50:cd97:0:b0:552:2852:cb1 with SMTP id p23-20020a50cd97000000b0055228520cb1mr8288209edi.47.1704020835805; Sun, 31 Dec 2023 03:07:15 -0800 (PST) X-Received: from mwserver.home (83.22.156.127.ipv4.supernova.orange.pl. [83.22.156.127]) by smtp.gmail.com with ESMTPSA id u23-20020aa7d0d7000000b005533a9934b6sm13387767edo.54.2023.12.31.03.07.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 31 Dec 2023 03:07:15 -0800 (PST) From: "Marcin Wojtas" To: devel@edk2.groups.io Cc: quic_llindhol@quicinc.com, ardb+tianocore@kernel.org, mw@semihalf.com, ndhillon@marvell.com, Marcin Wojtas Subject: [edk2-devel] [edk2-platforms: PATCH v4] Marvell/Armada80x0Db: Fix build Date: Sun, 31 Dec 2023 11:06:51 +0000 Message-Id: <20231231110651.84552-1-marcin.s.wojtas@gmail.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,marcin.s.wojtas@gmail.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=JD6H9YJ0; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io Commit ec5de71d83 ("Silicon/Marvell: Restructure package") broke Armada80x0Db build by unintentional removal of device tree component. Restore it. Signed-off-by: Marcin Wojtas --- Platform/Marvell/Armada80x0Db/Armada80x0Db.dsc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Platform/Marvell/Armada80x0Db/Armada80x0Db.dsc b/Platform/Marv= ell/Armada80x0Db/Armada80x0Db.dsc index 22a0040265..501811a050 100644 --- a/Platform/Marvell/Armada80x0Db/Armada80x0Db.dsc +++ b/Platform/Marvell/Armada80x0Db/Armada80x0Db.dsc @@ -31,6 +31,9 @@ =0D !include MdePkg/MdeLibs.dsc.inc=0D =0D +[Components.common]=0D + Silicon/Marvell/Armada7k8k/DeviceTree/Armada80x0Db.inf=0D +=0D [Components.AARCH64]=0D Silicon/Marvell/Armada7k8k/AcpiTables/Armada80x0Db.inf=0D =0D --=20 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#113051): https://edk2.groups.io/g/devel/message/113051 Mute This Topic: https://groups.io/mt/103490025/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-