[PATCH 05/11] efifb: Add support for 64-bit frame buffer addresses

2015-10-12 Thread Matt Fleming
From: Matt Fleming The EFI Graphics Output Protocol uses 64-bit frame buffer addresses but these get truncated to 32-bit by the EFI boot stub when storing the address in the 'lfb_base' field of 'struct screen_info'. Add a 'ext_lfb_base' field for the upper 32-bits of the frame buffer address

[PATCH 05/11] efifb: Add support for 64-bit frame buffer addresses

2015-10-12 Thread Matt Fleming
From: Matt Fleming The EFI Graphics Output Protocol uses 64-bit frame buffer addresses but these get truncated to 32-bit by the EFI boot stub when storing the address in the 'lfb_base' field of 'struct screen_info'. Add a 'ext_lfb_base' field for the upper 32-bits of the