Re: [PATCH] firmware: coreboot: framebuffer: Avoid invalid zero physical address
Julius Werner <[email protected]>
| Newsgroups | gmane.linux.kernel,gmane.linux.bios |
|---|---|
| Message-ID | <CAODwPW8AJuWq5_5Ktb4bo=_2jUgzrUvntdmqh8Pb+bFbq+Txsg@mail.gmail.com> |
Yeah, if the kernel wanted to make use of coreboot display init on those boards, it would have to reserve its own framebuffer space and need to have at least enough of a driver for the display controller to be able to tell it which address it picked. Until someone implements that, erroring out for those cases makes sense. Reviewed-by: Julius Werner <[email protected]>