From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c09::22e; helo=mail-wm0-x22e.google.com; envelope-from=guyraviv8@gmail.com; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x22e.google.com (mail-wm0-x22e.google.com [IPv6:2a00:1450:400c:c09::22e]) (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 387B1210DA79F for ; Wed, 6 Jun 2018 23:18:33 -0700 (PDT) Received: by mail-wm0-x22e.google.com with SMTP id r125-v6so16251941wmg.2 for ; Wed, 06 Jun 2018 23:18:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=2eMY5LCXcLfSnqtah+jsRoIorSnBkJkLcUUXELqEkfc=; b=Ry04Geyy0QztfrBQfYuTjCXVtca7b1Hiu501Svtp4n50kK7OuYBIeVGw6xrzRArGMT 0aXYWXzzIBGFYrdWzvnP5WhmmsT5KsX7nBBMHQ0LsvL40c8Ba9DSFcRjrMdgDSyPlGOg EVmB7e6rRjYtFsjc2/mBYvmHTLG2PPSqUYDp2WXFd6rSjx66A7YPXvcxTYhhs7YC/pun S++1fjFbuYDHyER/Bz3JwLXVRdq2gfjiQpOJyootPHHd+IkksMKmeDUcEqGke1X5di/a mYFX4I890my4YRrO/fXXIZ1FB2S5sEh3HBsyOqySigJ2Tx8tMWwPTyH0c4g/4WcWGk1K WlGA== 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; bh=2eMY5LCXcLfSnqtah+jsRoIorSnBkJkLcUUXELqEkfc=; b=DyyWM8SmIlaQQPFPnZ9to8oqE99tm9+OvNNZCIWUdU3LGBjs4XPMKCjUz1pp86UYa8 4VpzYojvw+5S5sWo3hYNzJWp2aFSTGrrIOObYj4v8MP9cx1VLkQ0agY3qiIlm/OLRMuW VK5nqdaqlrcUrt+RkttYJMs8kAQCwB1ng3drM05bpLy4XAQarPKdhi5Rfj1E9EeGlxbv 0Thbielcvb+6y8V0nvrISwyNYBSsR/m7Jxj+kMxsCIrRmKO4jsv7vXBQMN1ZU2B8DdRZ h8d7sKF+idrCoEsLw2m6Oonx/a3WLfQr91RfLqsvphmiGVO+Kb/NJ7+5uN3v8wks8Kiq diSA== X-Gm-Message-State: APt69E3acuX36V29252M4ZvrtH/sCpz07EK3yf1Z/mQ+9P0psA33eavk zsaBEDom5WPmakJ0klRlRIpUQkhRQF8B0Qq2pvw= X-Google-Smtp-Source: ADUXVKKsJcSM4y3y8MeGBJEzDdczslKqv6W82aXYMZ1o9RRS1Rh8m0rillgCizBZ6zbGoGfsf2jtwVEk0rixGeZRnQY= X-Received: by 2002:a1c:9712:: with SMTP id z18-v6mr614533wmd.28.1528352311469; Wed, 06 Jun 2018 23:18:31 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a1c:f618:0:0:0:0:0 with HTTP; Wed, 6 Jun 2018 23:18:30 -0700 (PDT) In-Reply-To: <8C61C5DC-F3B9-4AA2-A5BF-3264CC1E2BE6@apple.com> References: <8C61C5DC-F3B9-4AA2-A5BF-3264CC1E2BE6@apple.com> From: Guy Raviv Date: Thu, 7 Jun 2018 09:18:30 +0300 Message-ID: To: Andrew Fish , edk2-devel@lists.01.org X-Content-Filtered-By: Mailman/MimeDel 2.1.26 Subject: Re: Crc32 Calculation Miss X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jun 2018 06:18:33 -0000 Content-Type: text/plain; charset="UTF-8" Hi Andrew, 1. i checked the region which stores the code itself (called it MainFV), so it is supposed to get updated only if i change the code. 2. i compared the binaries after the build, not in the system. Thanks! On Wed, Jun 6, 2018 at 6:43 PM, Andrew Fish wrote: > > > On Jun 6, 2018, at 7:18 AM, Guy Raviv wrote: > > > > Hi Everyone, > > > > I have an odd problem. > > In a specific module in my code (MRC training), code modification doesn't > > change the BIOS Crc calculation. > > 1. i checked in my project's fdf file if the FV base address and region > > size defined are the same as the parameters i'm putting in the > calculation. > > Guy, > > What region did you check? There are areas of the FLASH that get updated > (NVRAM, region used by an embedded controller, etc.), or never get updated > (system serial # programmed at the factory). > > > 2. i also compared two different binaries and found they are exactly the > > same. > > > > Did you compare the binaries as part of the build or on the system? > > Thanks, > > Andrew Fish > > > does anyone have any idea what can be wrong here or where should i check? > > > > Thanks, > > Guy > > _______________________________________________ > > edk2-devel mailing list > > edk2-devel@lists.01.org > > https://lists.01.org/mailman/listinfo/edk2-devel > >