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=eZ2JDB8p; spf=none, err=permanent DNS error (domain: akeo.ie, ip: 209.85.208.41, mailfrom: pete@akeo.ie) Received: from mail-ed1-f41.google.com (mail-ed1-f41.google.com [209.85.208.41]) by groups.io with SMTP; Fri, 07 Jun 2019 06:56:16 -0700 Received: by mail-ed1-f41.google.com with SMTP id p26so3188161edr.2 for ; Fri, 07 Jun 2019 06:56:16 -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=c1WHVaOSzIXPlL1JdUJbJLP6WqVvi64phAkBB78JAQI=; b=eZ2JDB8p4rhnZMFJOFeqEzJkik6lCZ2uqgcWJeoCssZBVF1iARAnKqsmhcxLzmmFcn 7paPlZX2hECnNej+Mr0kINX+V3GrC5VA2SYdPhqRzvIDYP/BnocracmRDkruLtjaBNuX uOJtKlCKfzHZ2XKtqJomanZiUVgpUsh9vZgLmchIPrztqpfH2UEbhuv1dtTi0fVB70Tq iu4Xx+2piO8shWDZfVA51cUvIW/dk7n4fw9J1WlPImzqZ3URkdOoZo3G3liZ9LVDCEKI jpIVt/azbQ31/tjAG8tNHnxv/fMY4IiriqN5FEVkH9YZeArEzR1CiMRumbhQv78fWoqA Hy/Q== 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=c1WHVaOSzIXPlL1JdUJbJLP6WqVvi64phAkBB78JAQI=; b=bTVvLSCruAxh8mS+qUceIVhSDRbS/i2S8frnJYtkKmv1IL5bw9TU8FS1Avyo73gHrq QnELCD8zHJeKJemYlfx6RZwDflNU3UheXquyx/Jaj0rf94uEL88nQAe0VBPBSx4tht1q U3NEaPQLZSzslEfKK0YYo+47hINZxx719RWzVyz4T9RqJqyrXxrv0LCJiNHVQ+HF2unK ikKwAk11bdBVSRXQ/io3AOZzthgx0WmQQmzxhqpze/18Lu5i9SSmRxnF+O8ha7q/3JJ2 UFl+ZNyy6qLwKkYcKgRfX6Xi1utjspwbrUVUwDi+H6t3E4jbbAj2mN7RWAWCoNERcSpz maBg== X-Gm-Message-State: APjAAAUl+xtFLL0z2lz6jMqj5tvsmNc+kLRSrwoClCV9AoJVChsr0/wh TTTUWJ0PWN/IxyVy+a9xXIY2wv+50Nxe5Q== X-Google-Smtp-Source: APXvYqwLgkZMxZz3Lm0LEm0IrfqpVMDhDb54GQ/cdVp0UB1HghEB2TBZQUy2sv4Aos4AVc49EjaKZQ== X-Received: by 2002:aa7:c717:: with SMTP id i23mr18655047edq.26.1559915774581; Fri, 07 Jun 2019 06:56:14 -0700 (PDT) Return-Path: Received: from localhost.localdomain ([84.203.79.95]) by smtp.gmail.com with ESMTPSA id f3sm378992ejo.90.2019.06.07.06.56.13 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 07 Jun 2019 06:56:13 -0700 (PDT) From: "Pete Batard" To: devel@edk2.groups.io Cc: ard.biesheuvel@linaro.org, leif.lindholm@linaro.org Subject: [PATCH 0/2] RaspberryPi/RPi3: Minor updates to platform Date: Fri, 7 Jun 2019 14:55:56 +0100 Message-Id: <20190607135558.2460-1-pete@akeo.ie> X-Mailer: git-send-email 2.21.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 | 37 +++++++++----------- Platform/RaspberryPi/RPi3/RPi3.fdf | 17 ++++----- 2 files changed, 23 insertions(+), 31 deletions(-) -- 2.21.0.windows.1