From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.10413.1595383265471108378 for ; Tue, 21 Jul 2020 19:01:05 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: samer.el-haj-mahmoud@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 47F6331B; Tue, 21 Jul 2020 19:01:04 -0700 (PDT) Received: from U203705.lan (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id EBDB13F66F; Tue, 21 Jul 2020 19:01:03 -0700 (PDT) From: "Samer El-Haj-Mahmoud" To: devel@edk2.groups.io Cc: Leif Lindholm , Pete Batard , Andrei Warkentin , Ard Biesheuvel Subject: [edk2-platform][PATCH v1 0/3] Platform/RaspberryPi : SCT EFI_GRAPHICS_OUTPUT_PROTOCOL fixes Date: Tue, 21 Jul 2020 22:01:00 -0400 Message-Id: <20200722020103.11808-1-Samer.El-Haj-Mahmoud@arm.com> X-Mailer: git-send-email 2.17.1 This series fixes various failures reported by SCT for EFI_GRAPHICS_OUTPUT_PROTOCOL (https://github.com/pftf/RPi4/issues/73) Cc: Leif Lindholm Cc: Pete Batard Cc: Andrei Warkentin Cc: Ard Biesheuvel Signed-off-by: Samer El-Haj-Mahmoud Samer El-Haj-Mahmoud (3): Platforms/RaspberryPi: Fix GOP parameter handling Platforms/RaspberryPi: Return GOP PixelInformation in QueryMode() Platforms/RaspberryPi: Fix GOP FrameBufferSize returned by SetMode() .../Drivers/DisplayDxe/DisplayDxe.c | 22 +++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) -- 2.17.1