From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-lf1-f54.google.com (mail-lf1-f54.google.com [209.85.167.54]) by mx.groups.io with SMTP id smtpd.web12.19102.1621834176486488787 for ; Sun, 23 May 2021 22:29:36 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@semihalf-com.20150623.gappssmtp.com header.s=20150623 header.b=ckcbI5Hv; spf=none, err=SPF record not found (domain: semihalf.com, ip: 209.85.167.54, mailfrom: mw@semihalf.com) Received: by mail-lf1-f54.google.com with SMTP id j6so36228870lfr.11 for ; Sun, 23 May 2021 22:29:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=semihalf-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=/ANt8yKlpYiN+hBl97hw5oNtbpX8mZ6v2sYdr6ZidAY=; b=ckcbI5Hv53bAyarspaVUhTj3kVWJ/8BAnxAFovljhOcluO0NAwLgxGNNC0rKnL692O i9S5cfLmv7JjHm64jgtmdLglHXf8KxZ6UhcbvqKCfrg8Yys7BQA3bAXMZpfjqfeR+cKw Z2msOSlyHEPhHat6rqLmb2nHitxX4SdORBsrnEk8zBIfXwZDAWqkMQl8bgKCYTKkHNsi AsPJ+BLLEp7Vy5ma/NURs5/WZILe7qu8We4UaNSBHXuqXcEuBLGi0qilOFyXqVaPlSt7 0PR8y5fHwH0qCfLFwdA6/M5VsKYTP/FhQWerf6kbCWey0V47o55nn79tYCZzpIRoB7ug f4UA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=/ANt8yKlpYiN+hBl97hw5oNtbpX8mZ6v2sYdr6ZidAY=; b=cODMo3nbfRPYYitgUda2PzMN9PG7CnYvGW1FtOFbu1wp+dDy54t8I5EK3AiJbytTfm Dcrd8wWkGHnA7tHjOM1kmsNee5+ahePfcCsXkrpUyaRR8YKPTPk/2RdaDAvoU1Fzz1Vp TcPOPHnnpSSVNiCMtNVgLvxEIrYUbqWF3uC23G1kAuiFs8ldxRoIVdFeHrK68rgpfC1G 2eJgQzzj2Xx7RR69dtCLv0QKCGH4J8QdUU3ROxLjDOyyHtFTPUO4dHCuY23nCBLA+mz1 q4XV8KZmO9i5pYf3bNZ9/IbXHGj3avy8gzgOeUzoxpJ8+oz/K2NAH5AWOT62I3NyaT6X GyHw== X-Gm-Message-State: AOAM532UVXntIQo1v1WW/9fUb6kLRIupWyhiams4OBGe11mqabYWyfCr bEoz4uAun+5Xobvv5AxMTMvcbuTZakJsU8HO X-Google-Smtp-Source: ABdhPJxdAIuuKupaN7oiVIpIBjNQdFiYvVlk8Bzx+G2K791P1cJ9MHPK5TLOTyoWfGUkD0CFcmLHEQ== X-Received: by 2002:a05:6512:c04:: with SMTP id z4mr9252954lfu.167.1621834174699; Sun, 23 May 2021 22:29:34 -0700 (PDT) Return-Path: Received: from gilgamesh.semihalf.com (host-193.106.246.138.static.3s.pl. [193.106.246.138]) by smtp.gmail.com with ESMTPSA id w17sm90739lfp.300.2021.05.23.22.29.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 23 May 2021 22:29:34 -0700 (PDT) From: "Marcin Wojtas" To: devel@edk2.groups.io Cc: leif@nuviainc.com, ardb+tianocore@kernel.org, Samer.El-Haj-Mahmoud@arm.com, sunny.Wang@arm.com, gjb@semihalf.com, upstream@semihalf.com, Marcin Wojtas Subject: [edk2-platforms PATCH 2/6] Marvell: Armada7k8k/OcteonTx: Fix RT debug prints Date: Mon, 24 May 2021 07:29:15 +0200 Message-Id: <20210524052919.2496579-3-mw@semihalf.com> X-Mailer: git-send-email 2.29.0 In-Reply-To: <20210524052919.2496579-1-mw@semihalf.com> References: <20210524052919.2496579-1-mw@semihalf.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Resolution of the DebugLib for the DXE_RUNTIME_DRIVER library class was limited to non-RELEASE builds. This caused crashes during FWTS in case the RT attempted to use UART. Fix that by allowing to use DxeRuntimeDebugLibSerialPort in all kind of builds. Signed-off-by: Marcin Wojtas --- Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc b/Silicon/Marvel= l/Armada7k8k/Armada7k8k.dsc.inc index 4cdafe8b1f..939fbf14d9 100644 --- a/Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc +++ b/Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc @@ -195,9 +195,7 @@ !else=0D CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf= =0D !endif=0D -!if $(TARGET) !=3D RELEASE=0D DebugLib|MdePkg/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLibS= erialPort.inf=0D -!endif=0D VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyL= ibRuntimeDxe.inf=0D =0D [LibraryClasses.ARM, LibraryClasses.AARCH64]=0D --=20 2.29.0