Re: [PATCH 0/5] coreboot table bus and framebuffer driver

2018-04-23 Thread Greg Kroah-Hartman
On Wed, Mar 14, 2018 at 09:22:04PM +, Julius Werner wrote: > [resend in plain text] > > > It would be great to get some of the google developers to ack these, as > > this touches their code... > > From the coreboot point of view I guess we're fine with it since it claims > to maintain all of

Re: [PATCH 0/5] coreboot table bus and framebuffer driver

2018-03-14 Thread Julius Werner
[resend in plain text] > It would be great to get some of the google developers to ack these, as > this touches their code... From the coreboot point of view I guess we're fine with it since it claims to maintain all of the existing functionality. It's just changing the kernel-level plumbing for

Re: [PATCH 0/5] coreboot table bus and framebuffer driver

2018-03-14 Thread Greg Kroah-Hartman
On Wed, Jan 24, 2018 at 07:41:15PM -0600, Samuel Holland wrote: > On many systems, coreboot[1] firmware can initialize graphics hardware > and set up a high-resolution linear framebuffer. It exports information > about this framebuffer, along with various other information, in a table > discoverabl

[PATCH 0/5] coreboot table bus and framebuffer driver

2018-01-24 Thread Samuel Holland
On many systems, coreboot[1] firmware can initialize graphics hardware and set up a high-resolution linear framebuffer. It exports information about this framebuffer, along with various other information, in a table discoverable via ACPI or a device tree. coreboot also supports booting Linux direc