From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-il1-f176.google.com (mail-il1-f176.google.com [209.85.166.176]) by mx.groups.io with SMTP id smtpd.web10.4269.1621486508533241145 for ; Wed, 19 May 2021 21:55:08 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@nuviainc-com.20150623.gappssmtp.com header.s=20150623 header.b=SmHA1F/b; spf=pass (domain: nuviainc.com, ip: 209.85.166.176, mailfrom: rebecca@nuviainc.com) Received: by mail-il1-f176.google.com with SMTP id k4so10446996ili.4 for ; Wed, 19 May 2021 21:55:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nuviainc-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=EZ6RZOWZoaszNoZ2pp2lNsO4W2ppSQGNdVFr5VB06n0=; b=SmHA1F/bGIt44OeDNobvkWmn4cbsVP80R9/NUuREZ+GwAxzpqGpp8Qhes98QLnmzs5 7T97pZcVeCHHzabqaaqppRenShIO+PFVw3mbgRSRqZIM8mwE6iRBR6b0yLoqKrkACiOs QRk2NbW8Ej4mVyyQAkQScMLIB0qX5I3XyAkmtna5wIRrNcEjkOLfHwDCjdspUYJ86tDJ VWlASuDxSLbfEvsHUaM+f0NMQTUsY2W9yXVxcoI4GIgal89dx2ysbrU7Sb9+8bOsC/cm WfJrGezTW+O72qwEnGWzDO99AKxTyslhBfrAN5c/mo4k5HBu5JeLKUG3RPnAAq9Mhjn+ GkEw== 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:mime-version :content-transfer-encoding; bh=EZ6RZOWZoaszNoZ2pp2lNsO4W2ppSQGNdVFr5VB06n0=; b=QhG1VBmFZobfnouqXPlkqlQ+kR0FPgqOZSC9vAwXedBmnpBPooyBddOYbiL7B0lsJf nIfFeqIeiBnuI2Gc4g/5HXpx1gMJhxskvWwwVi2do0Bqocyk5pHS+evDQ3ZoHih5IOhO 8IzG4CJHjpr8wd5SmqE4n1VpVwndym1EOOuz9zCr/hwdjz2zdYjMoIYyX7SRk8SHj/6r Hu/ItFJyMPNxOzKsODsbth5tPBFoJkvD+uCaChILiB5gSYwYSq+hnX0gf8fLxwEWvI1w EHs6BUxQPKe+itlshHOORnn2dpQAlGGu6BE5JNS9mgkU36sGpUMeS80sfMnX4+4GYttM OjsA== X-Gm-Message-State: AOAM531bq8lfVde+ajkurabf5aU5Y5E/Cf6ckwgRa+OwnTuFFJk+gJNp EclYhG9zkMLT56p54g/uIxftYlwiwE8rVl7Y7mjurxPyytwrfjxioXDD9d9HPs6k1Y5NqviYM4p YdicyZi6/RNOGirpKVfT1nBAS1ZQZfY0YY3E8Larq3H9hB15v6urkw9f/HV8rbd/Yiq416R68 X-Google-Smtp-Source: ABdhPJxknRtVU2Lk5btUmyPa/N0yHlAhr162VejYDpd9hOsjWncBfBJzW8fZu/yN7YRA0XTWszku1g== X-Received: by 2002:a05:6e02:b2f:: with SMTP id e15mr3050235ilu.284.1621486507565; Wed, 19 May 2021 21:55:07 -0700 (PDT) Return-Path: Received: from linbox.int.bluestop.org (c-174-52-16-57.hsd1.ut.comcast.net. [174.52.16.57]) by smtp.gmail.com with ESMTPSA id s7sm546392ioa.45.2021.05.19.21.55.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 19 May 2021 21:55:06 -0700 (PDT) From: "Rebecca Cran" To: devel@edk2.groups.io, Michael Kinney , Liming Gao Cc: Rebecca Cran Subject: [PATCH 1/1] Update Home.md with the latest stable tag Date: Wed, 19 May 2021 22:54:54 -0600 Message-Id: <20210520045454.20495-1-rebecca@nuviainc.com> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update the home page to list the correct latest stable tag of edk2-stable202102. Signed-off-by: Rebecca Cran --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index cf165b06194b..9d067ffe97f9 100644 --- a/Home.md +++ b/Home.md @@ -1,6 +1,6 @@ Welcome to TianoCore, the community supporting an open source implementation of [[UEFI]]. [[EDK II]] is a modern, feature-rich, cross-platform firmware development environment for the UEFI and [[PI]] specifications. We hope that you’ll delve into our work, use TianoCore for platform firmware, [[report any issues|Reporting Issues]] you find, and contribute to the community. Learn more on [[TianoCore Who we are]]. -The latest [stable tag](https://github.com/tianocore/tianocore.github.io/wiki/EDK-II#stable-tags) of EDK II is [edk2-stable202008](https://github.com/tianocore/edk2/releases/tag/edk2-stable202008). +The latest [stable tag](https://github.com/tianocore/tianocore.github.io/wiki/EDK-II#stable-tags) of EDK II is [edk2-stable202102](https://github.com/tianocore/edk2/releases/tag/edk2-stable202102). If you want to compile firmware or utilities, we recommend the [[Getting Started with EDK II]] page. This provides an overview of downloading [EDK II from github](https://github.com/tianocore/edk2) and building a sample platform ([[OVMF]], [[EmulatorPkg]], [[MdePkg]], ...). There are multiple [[hardware platforms|EDK II Platforms]] using EDK II open source UEFI firmware, including [[MinnowBoard Max/Turbot|MinnowBoardMax]], [[Aaeon UpSquared|IntelAtomProcessorE3900]], and [[Intel® Galileo Gen 2|Galileo]]. This allows you to experiment and develop UEFI features on real hardware. -- 2.26.2