From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: None (no SPF record) identity=mailfrom; client-ip=2a00:1450:4010:c07::234; helo=mail-lf0-x234.google.com; envelope-from=mw@semihalf.com; receiver=edk2-devel@lists.01.org Received: from mail-lf0-x234.google.com (mail-lf0-x234.google.com [IPv6:2a00:1450:4010:c07::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id C933521FC749B for ; Wed, 11 Oct 2017 03:12:41 -0700 (PDT) Received: by mail-lf0-x234.google.com with SMTP id b190so1483776lfg.9 for ; Wed, 11 Oct 2017 03:16:11 -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; bh=cqOqsdTHi7f2ZH4BL8++104Hl0ZT235eMVz9wpp88c4=; b=g5+RRJ+VEbR/KvY07NMsmXw/iL6m9lBvlA846vMmMzmUQiENz55r8Cd7jef0U1ZWM4 ka5vvvWbetBeQgDS/1SLbtQi+xsrHM7KbdB04xC9ecxjbAWlXR/zu4tioHIK/Den5xUh kmLGfKfRHXJ5nKCkIW4JyrRL9Izh7nf61N9R8ele4Jw1JznQzK9IxfkvSRga/RWq0WtN tc8ZEnA+4RQRGqRv343c3QtBjAsTyxH8rRobzI5NfBS8x0qZs8vJTf8lgtEPJZPVFc1x W5nGw4eNI6R1U87s6/PteUtTn+tguhGUz04t+ft9ufWAIed0+ZUFzKnpRcHnsNcHq1mn vmgA== 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; bh=cqOqsdTHi7f2ZH4BL8++104Hl0ZT235eMVz9wpp88c4=; b=ZplrIuYi+Yo4QQL8VlG8hTRMHd+bHguQYeRd6Y9MPdshc0Q4H5AeHIo5dhhyPgl+Lw XbkOIfLjl0nJ3GZXUjNhBxs3oRHCgPMGJ6PRE7/n5f7z8YFNoPX7BSfCUv8ehdlJSD+j G5/1oeIRsIbgbciKNgKYPnGpjk1JfeIOW1RL8OYd3XxRtYtROfHdEOfngvlR65FjpBue 8zerp8mlME2003acC7RHsdDcfmUPQAM+CTiSwwIzCY26N3D4favXoVSw6e2ot+aOS1tA Y/yPEfSmsxQFgOAs8gXk9LcJLMbwi9kpb8fOOlRavjGWDUNuHW6Ja4ScqQomLzX6LnV2 lstw== X-Gm-Message-State: AMCzsaXbGx3TQxm3K6C6QEWUBPXVarVx6kP+2xtr9hEIkpIjT1CgRqc0 PwRhFiEpid394HXrFDbe5JjjWqL4VDw= X-Google-Smtp-Source: AOwi7QBPvVgjdKClSOxFTaixbq0bY5hvl4QdxzKmYZmeC5ge7sTS2t7/VBlDpoYC2zc2oPnqEZbvUw== X-Received: by 10.25.156.66 with SMTP id f63mr5985798lfe.194.1507716969155; Wed, 11 Oct 2017 03:16:09 -0700 (PDT) Received: from gilgamesh.semihalf.com (31-172-191-173.noc.fibertech.net.pl. [31.172.191.173]) by smtp.gmail.com with ESMTPSA id 84sm1539781ljc.67.2017.10.11.03.16.07 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 11 Oct 2017 03:16:08 -0700 (PDT) From: Marcin Wojtas To: edk2-devel@lists.01.org Cc: leif.lindholm@linaro.org, ard.biesheuvel@linaro.org, nadavh@marvell.com, neta@marvell.com, kostap@marvell.com, jinghua@marvell.com, mw@semihalf.com, jsd@semihalf.com Date: Wed, 11 Oct 2017 12:15:35 +0200 Message-Id: <1507716939-31798-9-git-send-email-mw@semihalf.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1507716939-31798-1-git-send-email-mw@semihalf.com> References: <1507716939-31798-1-git-send-email-mw@semihalf.com> Subject: [platforms: PATCH v2 08/12] Marvell/Armada: Disable PerformanceLibrary X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Oct 2017 10:12:42 -0000 From: Ard Biesheuvel Remove the gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask setting so it reverts to its default of 0, and disables performance profiling. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel Signed-off-by: Marcin Wojtas Reviewed-by: Leif Lindholm --- Platform/Marvell/Armada/Armada.dsc.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/Platform/Marvell/Armada/Armada.dsc.inc b/Platform/Marvell/Armada/Armada.dsc.inc index bd2336f..b718c60 100644 --- a/Platform/Marvell/Armada/Armada.dsc.inc +++ b/Platform/Marvell/Armada/Armada.dsc.inc @@ -251,7 +251,6 @@ gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF - gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|1 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|1 -- 2.7.4