From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-qt1-f175.google.com (mail-qt1-f175.google.com [209.85.160.175]) by mx.groups.io with SMTP id smtpd.web10.13675.1586879042046318108 for ; Tue, 14 Apr 2020 08:44:02 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@elhajmahmoud-com.20150623.gappssmtp.com header.s=20150623 header.b=iVaCNpsI; spf=none, err=permanent DNS error (domain: banawan.net, ip: 209.85.160.175, mailfrom: samer@banawan.net) Received: by mail-qt1-f175.google.com with SMTP id q17so10210848qtp.4 for ; Tue, 14 Apr 2020 08:44:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=elhajmahmoud-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id; bh=yLfkaFSLqeAY9iNJm6cAoyNqn/uThDxhUxYICo0fi8I=; b=iVaCNpsItgsKXt3QTBqwXcTI5GwWv+GHSxF1bAoylsAKt4VzPse5Jz3TcUVVIkEGlq bNyeuEV1sUm3+ub8ygmGhLnKo5EW6Wl161Apn+Xq39sjH4/JYKJFRQarkvVuqqx0Lwuf j6HODaBX2bnIV2SQVHDcJCUpdV729y6Acg2UV4N5rbkRdH/ogXr3GkLjFpnKsGPbjbhR +bteDaUTXfhZRwRhvlcAWfH09vXKvtxVczhZdV5QBBAccjKJiKahn71vaTOYbvkKlxMM zo3k59wAQc35OR6bgmdbnrfvBnHRXbw6bF7wbkBwGnBvsCJlD9UmDOLZ7UPNu5RcTitx e5PQ== 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; bh=yLfkaFSLqeAY9iNJm6cAoyNqn/uThDxhUxYICo0fi8I=; b=TV2DK6S84Co7Zgmk+lTifmmF+P9+ctkMpugH5G128POug8nmrel7hWKM6yLjUaLAGg rhKiT4Hlquv0mROGRyGqY+AKx+3lxArJHiwUWUmP+VG5EkH74AY5lbvsMEPIOpGbh+aM Eydhw9eRMplrTzy0i/ZDSXYm2LxBnrK5XitUXyZHCwKmTW5H9yIS3uOl30j2C2ihe6aF mqjgl8WQFqPpfHR1LtQ8iSr5KN88ZPj91k9DjudoI5YOjPaooy7K++ZBHNfMLSp2egeG bqkZIc8bVwFCJF+4xlQzLTHIgX7K5v7ZEvGlT3TVM/z4xeQDXCdonNkaE0MhZpCppHN7 ZgAA== X-Gm-Message-State: AGi0PuZpoViCnIwIR+VdKhCzK/okc2amuCBtMStcQn7t0pU6t0052bn2 tWannoTqukQRErs5vDDEQq9ajpv2yR0d2Q== X-Google-Smtp-Source: APiQypIQhHTa18UNOQA084IdnQvm8BHt9GIVjMpCvl9FsbV2hDGku5LhQKlODoIM2h9SHHG3WaW9WA== X-Received: by 2002:ac8:1744:: with SMTP id u4mr10015765qtk.141.1586879040601; Tue, 14 Apr 2020 08:44:00 -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 y126sm10667585qke.28.2020.04.14.08.43.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 14 Apr 2020 08:43:59 -0700 (PDT) From: "Samer El-Haj-Mahmoud" To: devel@edk2.groups.io Cc: Leif Lindholm , Ard Biesheuvel , Pete Batard , Andrei Warkentin Subject: [edk2-platform][PATCH v2 0/3] Platform/RaspberryPi : Switch to common GraphicsConsoleDxe Date: Tue, 14 Apr 2020 11:43:55 -0400 Message-Id: <20200414154358.5161-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. Code pushed to https://github.com/samerhaj/edk2-platforms/tree/rpi_switch_graphicsconsole_v2 version 1: https://edk2.groups.io/g/devel/message/57256 version 2 changes: - Set PcdUgaConsumeSupport to FALSE [Ard] Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Pete Batard Cc: Andrei Warkentin 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 | 3 +- Platform/RaspberryPi/RPi4/RPi4.dsc | 3 +- 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, 6 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