From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4864:20::133; helo=mail-it1-x133.google.com; envelope-from=samah.mansour1@gmail.com; receiver=edk2-devel@lists.01.org Received: from mail-it1-x133.google.com (mail-it1-x133.google.com [IPv6:2607:f8b0:4864:20::133]) (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 C0C0A211546EC for ; Fri, 21 Sep 2018 10:18:54 -0700 (PDT) Received: by mail-it1-x133.google.com with SMTP id h20-v6so2722694itf.2 for ; Fri, 21 Sep 2018 10:18:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=NAT9FW/3yvhzNa2+xCK0nNyMDvoZ1SFGjlckpLV7u5I=; b=kGTh6dgBKxKUWuQk9EAt/+KtajteOIHDrIsLPnll6UfdDiUP0ouKXbfUVGakY6iwSa Xsufkt/vrX+7U2Do93+LBhqJRbSm/kLWiIr9YpCHBlrZgg6JF17kzeEl2xu/lkUzDlNb MM/ZPlqI1BboSvOYHa7lhaMYgmbSOQZrsIymRptVS01P6YarfbdwjMyrUyWDCnITK5DQ PzovxzktxBdhXij+vAwNEEIkVhDjG30Fpu3B2NYhUEMLUgw2IYGFvCed8920aMd2zWpq tubTaQxRpSrAz8FxXQ6Va1s6hqZCXQhpLBZcRUHrw4oqGcjfMUJY0faWB+oMAN8rhhP0 bbVA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=NAT9FW/3yvhzNa2+xCK0nNyMDvoZ1SFGjlckpLV7u5I=; b=lNs67B6o9vHSDLy43SgJIevd4Ci3dpp2wgwMBOaLLpJy8KxKQR9FxzShyzzKTmqf8b XOHprpKcVJbDy/ulxkaReuJfurW9KuhdZsZ7KBU4shvHvp+syfk2pG40kSnNF+gaeF6m bGcXB8oN2vl4am2lFPlzdJToMnPF3DvG0izSFBAiOA/ZAUK+Ipx5kcubRHdFLa8FBKow omtWChqaqyCxznfEP7oy97MC2uU8Z79+xRb9EohRhP+T6qHFxAO2bbcprD+B+99E521d QcOmtMvY0yf83/9M9/GfPwfUs8AUEKS3298liCWZIjk96U9VnMjFVb3BFYaLo77+rJY2 1dmw== X-Gm-Message-State: APzg51C7HkT6AsDEPpD8R0Njos2id2MuD1eT10uxhvLr4iYkFscF0rPo qv17P6gmjMHum24LQOvfCOlfDWjxlAr12bxgj8Y= X-Google-Smtp-Source: ANB0VdZKazGjhTFBqIHWDTYEHZptSpgs9J4ZBEoWyBWvkqx7kWzABERCBqYqpvA8kYDeyln53ChvPri6jMm3D9v3buA= X-Received: by 2002:a24:9:: with SMTP id 9-v6mr6534137ita.35.1537550333545; Fri, 21 Sep 2018 10:18:53 -0700 (PDT) MIME-Version: 1.0 References: <89954A0B46707A448411A627AD4EEE346910F6DA@SHSMSX151.ccr.corp.intel.com> In-Reply-To: From: Samah Mansour Date: Fri, 21 Sep 2018 13:18:42 -0400 Message-ID: To: afish@apple.com Cc: edk2-devel@lists.01.org, jiewen.yao@intel.com, liming.gao@intel.com, michael.d.kinney@intel.com, vincent.zimmer@intel.com, lersek@redhat.com, david.wei@intel.com X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: SPI Flash Corruption X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2018 17:18:55 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Thanks guys for your answers. I will open a bug in bugzilla and attach the binary. *Is there any data remains within 0x40000 - 0x44000 region? * Yes there is Data between 0x40000 and 0x44000. it's after 440000 that you can only see FFs in the affected units. The bios we are using is based on the MinnowBoard Max 0.93 ( it's pretty old). It would be very helpful for me to know when the FTW was added, this way I can test with the Bios after that change. Samah On Fri, Sep 21, 2018 at 12:53 PM Andrew Fish wrote: > From a design point of view VPD =3D=3D Vital Product Data. The idea behin= d VPD > was to be a place to store platform unique information generally programm= ed > in the factory. So things like serial number, system UUID, mac address, > etc. Usually VPD is programmed in the factory and never updated, thus it = is > a good idea to put the VPD data in its own FLASH block, and always keep > that block locked. It is not uncommon for a FLASH update utility to not > update that block when the FD is updated. > > Thanks, > > Andrew Fish > > > On Sep 21, 2018, at 2:26 AM, Wei, David wrote: > > > > More comments: > > > > The NV Variable region starts from 0x40000. Is there any data remains > within 0x40000 - 0x44000 region? Could you dump the flash image and sha= re > it with us, and also file a bug in https://bugzilla.tianocore.org as > Jiewen mentioned? > > > > It occurred to me that on some old version of Minnowboard Max BIOS, the > NV variable reclaiming process would take a long time ,so that inpatient > user may think the system is stuck and cut the power. This will break th= e > NV variable region. And in old version of Minnowboard Max BIOS, FTW drive= r > is not added for PEI stage, so system may not recover if PEI stage depend= s > on NV variable. > > > > Newer version of Minnowboard Max BIOS re-configures SPI flash clock to > make the NV Variable reclaiming process more faster, and also adds FTW fo= r > PEI stage. I will check which version of Minnowboard Max BIOS has added > this fix. > > > > Thanks, > > David Wei > > > > Intel SSG/STO/UEFI BIOS > > > > > > -----Original Message----- > > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > Yao, Jiewen > > Sent: Friday, September 21, 2018 7:44 AM > > To: Samah Mansour > > Cc: edk2-devel@lists.01.org; lersek@redhat.com > > Subject: Re: [edk2] SPI Flash Corruption > > Importance: High > > > > thank you, Samah. > > Would you please file a tracker in edkii bugzilla ? > > > > The term VPD might lead confusion here. > > Ideally VPD region is independent with UEFI variable region. It is a > special region to hold PCD with VPD type. > > I just look at the code. The open source minnowmax puts variable region > in the VPD region. As such there is discussion about variable atomicity. > But the variable atomicity cannot guarantee the integrity of FV header. > Additional check need to be done in platform FVB driver. > > > > If you can add a detailed reproducing step in the bugzilla, it will be > helpful for us to understand the problem. > > > > thank you! > > Yao, Jiewen > > > > > >> =E5=9C=A8 2018=E5=B9=B49=E6=9C=8820=E6=97=A5=EF=BC=8C=E4=B8=8B=E5=8D= =8811:47=EF=BC=8CSamah Mansour =E5=86=99=E9=81= =93=EF=BC=9A > >> > >> Hi Laszlo, > >> Thanks for your reply. > >> Actually what I see is that VPD (Vital Product Area between addresses > >> 44000->47DFF0 ) is completely wiped which causes the failure to boot! > >> Without the VPD unit cannot boot. > >> I will take a look at the white paper. > >> It would be helpful to know what's the impact of disabling the ability > of > >> the firmware to write those non volatile variables to flash. > >> > >> Samah > >> > >> > >>> On Thu, Sep 20, 2018 at 9:48 AM Laszlo Ersek > wrote: > >>> > >>>> On 09/19/18 16:26, Samah Mansour wrote: > >>>> Hello, > >>>> > >>>> > >>>> Our product uses a Baytrail with Minnowboard Max bios firmware ( > version > >>>> 0.93). Every now and then we see SPI flash corruption due to power > cuts > >>>> while the unit is booting which causes the unit not to boot anymore. > >>> After > >>>> investigation we noticed that the VPD area is all FFs (address > >>>> 44000->47DFF0). > >>>> > >>>> > >>>> We have noticed that the Bios while booting writes to the flash from > >>>> several places in the code, which is if interrupted most probably is > >>>> causing the corruption. > >>>> > >>>> > >>>> Why is the bios writing all these configurations to flash while > booting, > >>> is > >>>> it to optimize boot time? is it ok if we disable the bios writing to > >>> flash > >>>> completely to protect ourselves from corruption? > >>> > >>> The firmware is at liberty to write various non-volatile UEFI variabl= es > >>> during boot. Some of those variables are standardized, some others ma= y > >>> be specific to UEFI drivers (with correspondingly private namespace > >>> GUIDs for the variables). > >>> > >>> Power loss during flash write (and resultant flash corruption) is > >>> expected. My understanding is that the Fault Tolerant Write protocol = / > >>> driver, sitting between the FVB (firmware volume block, i.e. flash) > >>> protocol / driver, and the variable write protocol / driver, implemen= ts > >>> a kind of journaling. It is described in the Intel whitepaper > >>> > >>> A Tour Beyond BIOS > >>> Implementing UEFI Authenticated Variables in SMM with EDKII > >>> September 2015 > >>> > >>> My expectation has been that the platform should recover from > >>> interrupted writes. That is, for a single given UEFI variable, you > >>> should either see "before" or "after" status, never "middle". (The > >>> whitepaper says that "Individual variable atomicity" is maintained ev= en > >>> through a failed "reclaim", with the help of FTW.) > >>> > >>> If multiple variables should be in sync with each other, that's a > >>> different question. If the variables are not in sync, I think "failur= e > >>> to boot" may be a reasonable outcome. But, "failure to boot" means a > lot > >>> of things, and I hope one should be at least dropped to the setup > >>> utility or the shell. Are you seeing an actual crash? > >>> > >>> Laszlo > >>> > >> _______________________________________________ > >> edk2-devel mailing list > >> edk2-devel@lists.01.org > >> https://lists.01.org/mailman/listinfo/edk2-devel > > _______________________________________________ > > edk2-devel mailing list > > edk2-devel@lists.01.org > > https://lists.01.org/mailman/listinfo/edk2-devel > > _______________________________________________ > > edk2-devel mailing list > > edk2-devel@lists.01.org > > https://lists.01.org/mailman/listinfo/edk2-devel > >