From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=pass header.i=@akeo-ie.20150623.gappssmtp.com header.s=20150623 header.b=YjSK0n+e; spf=none, err=permanent DNS error (domain: akeo.ie, ip: 209.85.208.42, mailfrom: pete@akeo.ie) Received: from mail-ed1-f42.google.com (mail-ed1-f42.google.com [209.85.208.42]) by groups.io with SMTP; Fri, 07 Jun 2019 08:08:09 -0700 Received: by mail-ed1-f42.google.com with SMTP id w13so3506033eds.4 for ; Fri, 07 Jun 2019 08:08:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=akeo-ie.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=q9V/KmyBhXVZ4IXXYo4NDXq9sZgeaK29e6qYnodRPoM=; b=YjSK0n+etdShC3bmF6UsvOmpg7PiKvy4pqmuu/BKXhbWtSaXNcQi+tN+QVtEQlPkxw X5viKTVNldVL3dVGQ4vOYEIYG48XQxsLjFFw9/VxlORuWhOxc5t9FJ0x1OJ4LnHnbPPi jUX+g81ZjclIc25bFB1sRXd9GacLlUjDLou4AJjBW8sX9XyVwtW2A1qw2dUSyn+zytqx sSKk0Fr2x2c5T9IRDRwVvqRTKTQGrrPgbx1LOjN1nplI/+t5xQZ6G2WXS896vLbKsxND 4J1wystr2cgKTxQP41fBrqwMZbA3Csr5sKqWTI08ul+19N9SspgUo6B+vsTsKuH0ME72 7pyQ== 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=q9V/KmyBhXVZ4IXXYo4NDXq9sZgeaK29e6qYnodRPoM=; b=leaIPcRhbvwpqKuhi7qAhJZSezw92Z4wPAywJzOGgg7jt3E9ZL+bRAhtky3JY4+Hdm Av5tavdoRNZxpLc7ecPKhU+Hgx0ACkGxr3Sb9MSAZtxSsrljC9yjp+5HhFT4eniTKMLm R5UgsSw3fM/dJweCNiiau4q6ur8ddTFIZnjNI8cUYIARk9f59fq/441VbqKyv9LISvaR dl1uHdtm7Aparb9lOf8BRhQgjdxEUuV01UUYB4QeXPRSaBAd75dQtjN2pGetBmfmNltS KWiPKtSmFJqvoa4WbGl4bXJOS7RSSruquiQaokfkCJ4McbFzgLsU+HDdiscU0xAo698f zjnQ== X-Gm-Message-State: APjAAAUOhVRNNjFiotVl0ES65puxwA8K1DVYRA2jWbTOGsTZ99X9Nvur oZQp7hvyiyIrkddImFU02Aium3hAHV2hrw== X-Google-Smtp-Source: APXvYqxn9JuxIprDOP2YPP/pljjt9S6NyyrNihlFeoIWk0dME15JHsftaxa2m/7lj+Hon37PwqeLlw== X-Received: by 2002:a50:aa7c:: with SMTP id p57mr9107376edc.179.1559920087592; Fri, 07 Jun 2019 08:08:07 -0700 (PDT) Return-Path: Received: from localhost.localdomain ([84.203.79.95]) by smtp.gmail.com with ESMTPSA id 17sm591623edu.21.2019.06.07.08.08.06 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 07 Jun 2019 08:08:07 -0700 (PDT) From: "Pete Batard" To: devel@edk2.groups.io Cc: ard.biesheuvel@linaro.org, leif.lindholm@linaro.org Subject: [edk2-platforms: PATCH v2 0/2] Minor updates to platform Date: Fri, 7 Jun 2019 16:07:49 +0100 Message-Id: <20190607150751.11840-1-pete@akeo.ie> X-Mailer: git-send-email 2.21.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit * v2 to update UsbNetworking/Ax88772b/Ax88772b.inf reference instead of removing it. The following 2 patches provide minor updates for the Raspberry Pi 3 platform, by enabling the use of the RAM Disk feature as well as the new network stack fragment file. Pete Batard (2): RaspberryPi/RPi3: Enable RAM Disk RaspberryPi/RPi3: Update DSC/FDF to use NetworkPkg DSC/FDF Platform/RaspberryPi/RPi3/RPi3.dsc | 38 ++++++++++---------- Platform/RaspberryPi/RPi3/RPi3.fdf | 18 ++++------ 2 files changed, 25 insertions(+), 31 deletions(-) -- 2.21.0.windows.1