From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-qv1-f48.google.com (mail-qv1-f48.google.com [209.85.219.48]) by mx.groups.io with SMTP id smtpd.web12.512.1586620575590208351 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=pHUvugYj; spf=none, err=permanent DNS error (domain: banawan.net, ip: 209.85.219.48, mailfrom: samer@banawan.net) Received: by mail-qv1-f48.google.com with SMTP id s3so294440qvk.12 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=s+P3JoOTPQG9dTVOTE85UxhiwwgQ65YL4os4WRzRv/I=; b=pHUvugYjGEz9bka3d4xKrZBtFBYBV7Mz90R+MZG26wjCY+0axlaw/yxVkVLk4kNrcm U29C/XF+QnsVZhXa0CaA9DUIudtm7eehBqk3ETwHIjfA1AR+6M8oYlSq5/ffrs1B3Ebd ZLQHGHXoRuPmpaKu6lF6bOJI2uoM1uYlueEmigt3SwWn7VnOIwJ+4h4XAtebyGVxj36J 2fiAWQaqjSWaAWhXisJkDjXvy45MUYU30nhDKGfvsHUeLPszVKWAIrM3Q593IwOeZc4P xZB9PAU40Oi2lLjEfjkjdDxv5vi9VoIk2vPbzFxNlQqfBPJ8H5c9nTD7YN0X48P759dm e64Q== 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=s+P3JoOTPQG9dTVOTE85UxhiwwgQ65YL4os4WRzRv/I=; b=kucr554eBYR7jiXZOm+RiiUxASa8ezR/7/huFhT06l/tJgh5u5TooGeuQot4UeKERf vQjrVSNOMU0FXzenqkL+5dDHqG7yDOPNCUFPJiWN789LbSx26W9nEiILSza1r6Q4Zc6N adD0GGH5/6r9ANrRDVwiJzsXbjagZ8V7yB3LHj/3Q2tOoV4ILs5J/s2LvXNsK1lH7IYq cejH+PS8LHVwRqMxTEaWSfEL3hcHFvOgc3ByVUKlRWmGFX7YK+Sf58mKGWecoryBjKfE zrmrYtQhCyqb0iuNJnw9ngz4wTYyZMEc6Yd9W7w5vnkEoE4KuTLSNhJJxKPYYE/5UwPb S31g== X-Gm-Message-State: AGi0PuZR4meIIu8iKopmrcjklqfpeWvq5InVRTk2hdvTJznQo/JT/rsV 6RhRmevJ3/22+3/0IqSOtYDOmHAYodW4LQ== X-Google-Smtp-Source: APiQypLY2ZP+eoMAAiWwXZGCITgbfCg86ezfybfMT3w0UuzcDJq2MngRBv0H6P6iK7MzRf153rYPJg== X-Received: by 2002:a0c:b905:: with SMTP id u5mr10000405qvf.125.1586620574351; 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.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 11 Apr 2020 08:56:13 -0700 (PDT) From: "Samer El-Haj-Mahmoud" To: devel@edk2.groups.io Cc: Leif Lindholm , Ard Biesheuvel , Pete Batard Subject: [edk2-platform][PATCH v1 1/3] Platform/RaspberryPi/RPi4: Switch to common GraphicsConsoleDxe Date: Sat, 11 Apr 2020 11:56:09 -0400 Message-Id: <20200411155611.632-2-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/RPi4/RPi4.dsc | 2 +- Platform/RaspberryPi/RPi4/RPi4.fdf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Platform/RaspberryPi/RPi4/RPi4.dsc b/Platform/RaspberryPi/RPi4/RPi4.dsc index 4fe4d810a0bc..785ac9b65633 100644 --- a/Platform/RaspberryPi/RPi4/RPi4.dsc +++ b/Platform/RaspberryPi/RPi4/RPi4.dsc @@ -582,7 +582,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/RPi4/RPi4.fdf b/Platform/RaspberryPi/RPi4/RPi4.fdf index a59d3b601a86..b21643639131 100644 --- a/Platform/RaspberryPi/RPi4/RPi4.fdf +++ b/Platform/RaspberryPi/RPi4/RPi4.fdf @@ -194,7 +194,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