Re: [PATCH 12/12] EFI: Runtime services virtual mapping

2013-10-13 Thread Borislav Petkov
On Sun, Oct 13, 2013 at 11:11:27AM +0800, Dave Young wrote: Boris, I think we have got the agreement about passing setup_data? Yes. Basically, we want to start with what hpa suggested and see where it gets us: http://marc.info/?l=linux-kernelm=138006799131051 I think it should be on top of

Re: [PATCH v2 2/2] x86/efi: Add EFI framebuffer earlyprintk support

2013-10-13 Thread Matt Fleming
On Sat, 12 Oct, at 07:56:15PM, Ingo Molnar wrote: +static void early_efi_write_char(u32 *dst, unsigned char c, unsigned int h) +{ + const u32 color_black = 0x; + const u32 color_grey = 0x00aa; I still think this should be white - that should be more visible than grey,