mbox series

[PULL] efi patch queue for 2018.07 2018-06-21

Message ID 20180621152505.63650-1-agraf@suse.de
State New
Headers show
Series [PULL] efi patch queue for 2018.07 2018-06-21 | expand

Pull-request

git://github.com/agraf/u-boot.git tags/signed-efi-2018.07

Message

Alexander Graf June 21, 2018, 3:25 p.m. UTC
Hi Tom,

This is my current patch queue for efi on 2018.07.  Please pull.

Alex


The following changes since commit a5742efa20384a27d51ee6c43d02c2025536c65d:

  Prepare v2018.07-rc2 (2018-06-19 19:39:44 -0400)

are available in the git repository at:

  git://github.com/agraf/u-boot.git tags/signed-efi-2018.07

for you to fetch changes up to 6fc2c704d40255e418857b60e86cf8d76fbcda4b:

  efi_loader: Fix GOP 32bpp exposure (2018-06-21 17:18:18 +0200)

----------------------------------------------------------------
Patch queue for efi - 2018-06-21

A single urgent fix to make sure green and red are not swapped
in OSs that make use of EFI GOP frame buffers to display pictures
(such as efifb in Linux).

----------------------------------------------------------------
Alexander Graf (1):
      efi_loader: Fix GOP 32bpp exposure

 lib/efi_loader/efi_gop.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini June 22, 2018, 11:25 p.m. UTC | #1
On Thu, Jun 21, 2018 at 05:25:05PM +0200, Alexander Graf wrote:

> Hi Tom,

> 

> This is my current patch queue for efi on 2018.07.  Please pull.

> 

> Alex

> 

> 

> The following changes since commit a5742efa20384a27d51ee6c43d02c2025536c65d:

> 

>   Prepare v2018.07-rc2 (2018-06-19 19:39:44 -0400)

> 

> are available in the git repository at:

> 

>   git://github.com/agraf/u-boot.git tags/signed-efi-2018.07

> 

> for you to fetch changes up to 6fc2c704d40255e418857b60e86cf8d76fbcda4b:

> 

>   efi_loader: Fix GOP 32bpp exposure (2018-06-21 17:18:18 +0200)

> 


Applied to u-boot/master, thanks!

-- 
Tom