From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-qt1-f193.google.com (mail-qt1-f193.google.com [209.85.160.193]) by mx.groups.io with SMTP id smtpd.web10.546.1586620576181198010 for ; Sat, 11 Apr 2020 08:56:16 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@elhajmahmoud-com.20150623.gappssmtp.com header.s=20150623 header.b=Ef6qACcX; spf=none, err=permanent DNS error (domain: banawan.net, ip: 209.85.160.193, mailfrom: samer@banawan.net) Received: by mail-qt1-f193.google.com with SMTP id i3so3791887qtv.8 for ; Sat, 11 Apr 2020 08:56:15 -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:in-reply-to:references; bh=vYL46euXZbPULQ+kWZDAW9pAuahtviVXS/Xt0LkRiCE=; b=Ef6qACcXsB3fYC2qI/5amVb32ZFvONOBz6/DIlmvgSbYym4Q8srUGAXUzI6CIybHtZ wH8N/yVhkxksj0bSwVYjah6vrRlBdvPXMT2fwPgvp/UlPNgBbBZHPFaDPPycJNuqjuql stinEC22dqdENyo58W4+zX8++/XbMQAKXig7fnqvdURDHczbZwRhHyK7z5VaiCzeSiFS odVEFa58DzabkNKm5hJi36R4qz9LP7+B1bvroZddUnwCnwhbArnH/2zUIfO+CwO7pwu5 wJsesiVacS7rlAGxwv2Rn79KM7rQBpOuJjHzhiyPTF755OIqXkHx8dvB/mzGJJOcVeEU mveQ== 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:in-reply-to :references; bh=vYL46euXZbPULQ+kWZDAW9pAuahtviVXS/Xt0LkRiCE=; b=bVQ+XovgeN19ZP/oGV3OMyAz/s+Uh7dmeqhdCuK0rezIMv+ZkrcSVTg3ChINte0a4l iQBigJxspoVhJIr2MkV4KlJw8fnMPSIPg309XoAUsF0AnMISAueaLb+UHSB2FE5wPvhH LpYz9c+ZZZtAcpM1djiSF2R7riNVZu/qFC3mC80AN6DDpJgsV1b81EIb402TjZzZm7uO nPEkgj86tHA3xzMYk9rp9kLW6iVmhOWUY1Yp5Xxa+umrzn5p+q42bMq1Sl6MSbgbkkFv nUwZX4Lof113oWgu18w6oaGOcW6jRAqM2v1NKAiAVq9DSFIyC/DuIhILIZwhv/Q7r/2G Z8EA== X-Gm-Message-State: AGi0PuYfeZ/UuHzT9USqKt8++T2xG4VMguGFDgcBC4Mjm675RRxfMWn6 gTDt+XuoqF8Qq7XHlvQ3bZrntcaR4/HQrw== X-Google-Smtp-Source: APiQypLi9azpBOAKnDuHlBbM2ht2V67p5gY6WpH9gn9IkgEpI7c7CDOanSJTZG52TnwR3BAPRXYfUw== X-Received: by 2002:aed:22e1:: with SMTP id q30mr1119853qtc.231.1586620574945; Sat, 11 Apr 2020 08:56:14 -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.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 11 Apr 2020 08:56:14 -0700 (PDT) From: "Samer El-Haj-Mahmoud" To: devel@edk2.groups.io Cc: Leif Lindholm , Ard Biesheuvel , Pete Batard Subject: [edk2-platform][PATCH v1 2/3] Platform/RaspberryPi/RPi3: Switch to common GraphicsConsoleDxe Date: Sat, 11 Apr 2020 11:56:10 -0400 Message-Id: <20200411155611.632-3-samer@elhajmahmoud.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200411155611.632-1-samer@elhajmahmoud.com> References: <20200411155611.632-1-samer@elhajmahmoud.com> Switch from the PI specific GraphicsConsoleDxe driver to the common driver in MdeModulePkg. There is no need to carry RPi specific version. This resolves https://github.com/pftf/RPi4/issues/32 Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Pete Batard Signed-off-by: Samer El-Haj-Mahmoud --- Platform/RaspberryPi/RPi3/RPi3.dsc | 2 +- Platform/RaspberryPi/RPi3/RPi3.fdf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Platform/RaspberryPi/RPi3/RPi3.dsc b/Platform/RaspberryPi/RPi3/RPi3.dsc index 9ceb0f11c7fe..90eff3b9d887 100644 --- a/Platform/RaspberryPi/RPi3/RPi3.dsc +++ b/Platform/RaspberryPi/RPi3/RPi3.dsc @@ -545,7 +545,7 @@ [Components.common] MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf - Platform/RaspberryPi/Drivers/GraphicsConsoleDxe/GraphicsConsoleDxe.inf + MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf MdeModulePkg/Universal/SerialDxe/SerialDxe.inf Platform/RaspberryPi/Drivers/DisplayDxe/DisplayDxe.inf diff --git a/Platform/RaspberryPi/RPi3/RPi3.fdf b/Platform/RaspberryPi/RPi3/RPi3.fdf index 66c2cbada59b..e467b5cd31df 100644 --- a/Platform/RaspberryPi/RPi3/RPi3.fdf +++ b/Platform/RaspberryPi/RPi3/RPi3.fdf @@ -206,7 +206,7 @@ [FV.FvMain] # INF MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf INF MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf - INF Platform/RaspberryPi/Drivers/GraphicsConsoleDxe/GraphicsConsoleDxe.inf + INF MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf INF MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf INF MdeModulePkg/Universal/SerialDxe/SerialDxe.inf INF Platform/RaspberryPi/Drivers/DisplayDxe/DisplayDxe.inf -- 2.17.1