From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-it0-x233.google.com (mail-it0-x233.google.com [IPv6:2607:f8b0:4001:c0b::233]) (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 63D238216D for ; Thu, 23 Feb 2017 09:16:41 -0800 (PST) Received: by mail-it0-x233.google.com with SMTP id 203so7195989ith.0 for ; Thu, 23 Feb 2017 09:16:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=semihalf-com.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to:cc; bh=J5ohEwUTRq0nWvQrqedXGaB2kITo93xfabX7TTqRfIs=; b=F8/41H6d3lFndGHR8tWW9dF/Hg2XWiAaa8uO6btHKzvjj0IZn7/hhWrQSrrwfckSOe aDTiepBhTDmMTwH45m3VJhMYg9++7FUF2GGPR179T8prv5cELpcdQkAZTgEOyK2FuBAG x7NLX3SkYip7RyvQRk6ahSHP1Z4QfGj5lnmpgAZ/9+YwIoW0OyRxtZdshJQ42dDpRabb +WvbdTs/28lOR0NHwA4a1cGdqxJUg7TCvqLf5TGZpxchCGReTtjtQQPzrhZ++TsO8JY5 qSQ/wL1ImQjpBSB6Cmbw0P1u2HMqz8xy1YUnrpoK6ktOaUIFhFmefSS+LDm4NN6hn0kc jNzQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=J5ohEwUTRq0nWvQrqedXGaB2kITo93xfabX7TTqRfIs=; b=YRyET+FI/Y6gu16XOQS6dkwp/0l2VsLVcwWmLhUQ2DxUhnwCV1sjlnuR9laNrY9B7K dEdVPgf4DCoZzIxD5/rakmsSuKft643wJuAU4/nigXl14oKmejqXbe4l0YzZgLiojeTA iAic18aC2lf0wLanrCGEmmrsLrnjjtJj3t2/Bd4M/ClPHmiTjk44l3nHEBwPz+8NM2bo p0yfd4//EV3yj3Pit4jta+ogpOP9hKkQ6m7h6C6HsZfRiVk2tFAGs8LdpptI23BB+fGq XxDYRiAZRa804x3/w+36pWLJ2mgIjdyTA6Y1NMZI4WIGo19l55JBdch22f6XY4jYTj0D yDGA== X-Gm-Message-State: AMke39kcd+5mTU8gzcUFSoYNeQIa5jqQMC8voaEoey8VuxNBbFA+xYp0RsTTeSjS+jrdGlEZrtwdLU3HmRRx0w== X-Received: by 10.107.48.143 with SMTP id w137mr12877280iow.144.1487870198305; Thu, 23 Feb 2017 09:16:38 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.169.96 with HTTP; Thu, 23 Feb 2017 09:16:37 -0800 (PST) From: Marcin Wojtas Date: Thu, 23 Feb 2017 18:16:37 +0100 Message-ID: To: edk2-devel-01 Cc: "Tian, Feng" , "Kinney, Michael D" , Leif Lindholm , Ard Biesheuvel , semihalf-dabros-jan , "Gao, Liming" , yonghong.zhu@intel.com Subject: DxeCore assert during initialization X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2017 17:16:41 -0000 Content-Type: text/plain; charset=UTF-8 Hi, I use Marvell Armada70x0 from mainline OpenPlatformPkg. After updating baseline to newest tianocore master branch it turned out that the platform fail to boot due to following assert: /home/mw/git/edk2/Build/Armada70x0/DEBUG_GCC48/AARCH64/ArmPlatformPkg/PrePi/PeiMPCore/DEBUG/ArmPlatformPrePiMPCore.dll 0x1800 add-symbol-file /home/mw/git/edk2/Build/Armada70x0/DEBUG_GCC48/AARCH64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG/DxeCore.dll 0x3F534800 Loading DxeCore at 0x003F534000 EntryPoint=0x003F534800 ASSERT_EFI_ERROR (Status = Invalid Parameter) ASSERT [DxeCore] /home/mw/git/edk2/MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.c(523): !EFI_ERROR (Status) I bisected edk2 master branch and confirmed that the problem appeared with commit dc4c770763d0 ("BaseTools: add error check for Macro usage in the INF file"). There are no errors, nor warnings during BaseTool and platform builds. Is it a known problem? Any idea about possible root cause? Best regards, Marcin