From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-qk1-f195.google.com (mail-qk1-f195.google.com [209.85.222.195]) by mx.groups.io with SMTP id smtpd.web12.510.1586620574941018419 for ; Sat, 11 Apr 2020 08:56:15 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@elhajmahmoud-com.20150623.gappssmtp.com header.s=20150623 header.b=mfFj+jNv; spf=none, err=permanent DNS error (domain: banawan.net, ip: 209.85.222.195, mailfrom: samer@banawan.net) Received: by mail-qk1-f195.google.com with SMTP id j4so5133595qkc.11 for ; Sat, 11 Apr 2020 08:56:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=elhajmahmoud-com.20150623.gappssmtp.com; s=20150623; h=from:to:subject:date:message-id; bh=9kRAfFCaPob/Uc9HKuPcfCwjUJbB4JD+526fTwmwxhc=; b=mfFj+jNv3yAHcxzBUFR66cyshjnte3riPhY2hDB7QHh2svD/hiOul6LyWkimUc3r7c 6xnH8bLb0b2FH+BGDxAShfFFV4pSnfgUy3e/mzIHEpGzp9ol/KQgWR/qh2nfRLGHGrBa UvBgL5pWeB3GJWtJwXsdQaruew9tleiMX/Dl5sqJ5nrtBzs56iLOq/kJaTPBKzZ5m0eT ZnlJ9wmTLFV5k7dcUUX9Jg6bKII7udAZQ/CfQ5NADV1DU2FWpD1KeqL80LVEyP7LCPuQ 2ciCxAb35mF/9Xm7vMfAKuUJoWoKJ+niQ0/sijOEl3zJbxWG+0dgzUBjtWvIfvXLpjsM iG4w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id; bh=9kRAfFCaPob/Uc9HKuPcfCwjUJbB4JD+526fTwmwxhc=; b=Mzm7SPyS7kfNiFzH7tDrXLoSAIV4sNODelxFPZWxB+yoatFjv5M2mAof2KC7aUOH1t ENaR1c4CyP9RH8GVI1Gj/mRV96xsGbyjtj8R8WypFIDWTDD/YtO15UkVqSk8EYitywJy LTP7hDNHc6pZxejaL1RXahIhnDLld4Cq7W8EDogJm7ALgTMej/2hdjw7jZXOBow4mrYh 77wtmkViMtrC6Pa5cx8dSPgm72Cjuz/wkQP1wgHxJTdUEm+6+NpmQ8XI2it7xDpJbZau 7TGOcR93s7whT20UqkAynhBsexExQIqPqhJDFP+3/7YARXtEo8ZtMB1euTaZQm5K6mhu it6A== X-Gm-Message-State: AGi0PuYilMRWik4lDJ889Z6t1qS+JOHD8uZc2/L2plyqrBO9uYO/awFw 2OAl0CS4fpkRufuM/TULPoUWcyEb9/7f5A== X-Google-Smtp-Source: APiQypLSM87uqW41oY1Aoy+3QHPW5aAEmK47U/U649avc4IXBzneWdCMAJt9/drBt3UyG81y6Ko8mQ== X-Received: by 2002:a37:68cd:: with SMTP id d196mr1974907qkc.188.1586620573727; Sat, 11 Apr 2020 08:56:13 -0700 (PDT) Return-Path: Received: from localhost.localdomain (99-132-126-10.lightspeed.chrlnc.sbcglobal.net. [99.132.126.10]) by smtp.gmail.com with ESMTPSA id p10sm3966247qtu.14.2020.04.11.08.56.12 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 11 Apr 2020 08:56:12 -0700 (PDT) From: "Samer El-Haj-Mahmoud" To: devel@edk2.groups.io Subject: [edk2-platform][PATCH v1 0/3] Platform/RaspberryPi : Switch to common GraphicsConsoleDxe Date: Sat, 11 Apr 2020 11:56:08 -0400 Message-Id: <20200411155611.632-1-samer@elhajmahmoud.com> X-Mailer: git-send-email 2.17.1 Switch RaspberryPi from using a private GraphicsConsoleDxe to the common GraphicsConsoleDxe in MdeModulePkg. Samer El-Haj-Mahmoud (3): Platform/RaspberryPi/RPi4: Switch to common GraphicsConsoleDxe Platform/RaspberryPi/RPi3: Switch to common GraphicsConsoleDxe Platform/RaspberryPi:Remove RPi GraphicsConsoleDxe Platform/RaspberryPi/RPi3/RPi3.dsc | 2 +- Platform/RaspberryPi/RPi4/RPi4.dsc | 2 +- Platform/RaspberryPi/RPi3/RPi3.fdf | 2 +- Platform/RaspberryPi/RPi4/RPi4.fdf | 2 +- .../GraphicsConsoleDxe/GraphicsConsoleDxe.inf | 68 - .../GraphicsConsoleDxe/GraphicsConsole.h | 585 ------ .../GraphicsConsoleDxe/ComponentName.c | 177 -- .../GraphicsConsoleDxe/GraphicsConsole.c | 1831 ----------------- .../Drivers/GraphicsConsoleDxe/NewFont.c | 281 --- .../GraphicsConsoleDxe/GraphicsConsoleDxe.uni | 12 - .../GraphicsConsoleDxeExtra.uni | 12 - 11 files changed, 4 insertions(+), 2970 deletions(-) delete mode 100644 Platform/RaspberryPi/Drivers/GraphicsConsoleDxe/GraphicsConsoleDxe.inf delete mode 100644 Platform/RaspberryPi/Drivers/GraphicsConsoleDxe/GraphicsConsole.h delete mode 100644 Platform/RaspberryPi/Drivers/GraphicsConsoleDxe/ComponentName.c delete mode 100644 Platform/RaspberryPi/Drivers/GraphicsConsoleDxe/GraphicsConsole.c delete mode 100644 Platform/RaspberryPi/Drivers/GraphicsConsoleDxe/NewFont.c delete mode 100644 Platform/RaspberryPi/Drivers/GraphicsConsoleDxe/GraphicsConsoleDxe.uni delete mode 100644 Platform/RaspberryPi/Drivers/GraphicsConsoleDxe/GraphicsConsoleDxeExtra.uni -- 2.17.1