Re: [PATCH] firmware: coreboot: framebuffer: Avoid invalid zero physical address

From: Julius Werner
Date: Wed Nov 08 2023 - 18:54:10 EST


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 <jwerner@xxxxxxxxxxxx>