From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-it0-x235.google.com (mail-it0-x235.google.com [IPv6:2607:f8b0:4001:c0b::235]) (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 904368216D for ; Thu, 23 Feb 2017 09:17:44 -0800 (PST) Received: by mail-it0-x235.google.com with SMTP id 203so7236292ith.0 for ; Thu, 23 Feb 2017 09:17:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=ipckCOKW6j5k/D9EKRXgVOXteZ/2zhj0FwZVYM5n1oE=; b=CYuJc4OMlh9XJxaKlyRuUVJEK31z8iIFD/+JiYiPqZsXNThhejwdY3C3SHLSFnJtkz hDwZsnUs5ioLeMJQViw/1wpn2p5mJmUEf5B/g1G3CRSoPCJbm1iFlo3FwRda6CqNUtDT gvKcT59YgBGfpQwBWtBG6TrsZFki4KJ8Axfbo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=ipckCOKW6j5k/D9EKRXgVOXteZ/2zhj0FwZVYM5n1oE=; b=OZnRJUVYFlnKB8K9+pua1udYfB6PJ8iQIecFW614zHeN5Xbbc6R7cZfbDXJqAd6j+u 9Q7mzBxwbqy4F752CV2C7MB+6iUne7tLpql7WQudKFDYbd8go7/CzLV90sCHUFMa9axl 3rMiYdU3ynu06N0Z1bUcBPaZANaxVteYmFuElJzcmTT7TobcQ0IZdMXkq8F3sEdZVAir 3oUXb7HvnSFWTj7yqov0XW16N9iQvrmhMr7NkGljpuHd04htn9Zk44krzp91abNrNkN5 YNEVrIJZCsKkXyTE4BLLVdPSgtivGVbC6GgcS5CHzRCNhYx0QZPQoNSfdIjr2oOMRx6+ +V6w== X-Gm-Message-State: AMke39nd9DqoicrOnx2GYnh7YfrZbH5NojAh1XzFdCcUvyy0wcolsqeWcaTVmyEPIclMdEEEbajiG1xw/9bXnMza X-Received: by 10.107.11.92 with SMTP id v89mr28503885ioi.138.1487870262720; Thu, 23 Feb 2017 09:17:42 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.198.134 with HTTP; Thu, 23 Feb 2017 09:17:42 -0800 (PST) In-Reply-To: References: From: Ard Biesheuvel Date: Thu, 23 Feb 2017 17:17:42 +0000 Message-ID: To: Marcin Wojtas Cc: edk2-devel-01 , "Tian, Feng" , "Kinney, Michael D" , Leif Lindholm , semihalf-dabros-jan , "Gao, Liming" , "Zhu, Yonghong" Subject: Re: 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:17:44 -0000 Content-Type: text/plain; charset=UTF-8 On 23 February 2017 at 17:16, Marcin Wojtas wrote: > 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? > Already fixed in 1d8cebf91040 BaseTools: Fix the regression issue caused by commit dc4c77 Regards, Ard.