e_information]
>>>>
>>>> url:
>>>> https://github.com/intel-lab-lkp/linux/commits/Javier-Martinez-Canillas/firmware-coreboot-Don-t-register-a-pdev-if-screen_info-data-is-present/20240914-053323
>>>> base:
>>>> https://git.
https://lore.kernel.org/r/20240913213246.1549213-1-javierm%40redhat.com
patch subject: [PATCH v3] firmware: coreboot: Don't register a pdev if
screen_info data is present
config: riscv-randconfig-001-20240915
(https://download.01.org/0day-ci/archive/20240915/202409151528.ciwzrpbq-...@intel.com/c
b/scm/linux/kernel/git/chrome-platform/linux.git
>> for-next
>> patch link:
>> https://lore.kernel.org/r/20240913213246.1549213-1-javierm%40redhat.com
>> patch subject: [PATCH v3] firmware: coreboot: Don't register a pdev if
>> screen_info data is present
>&g
register-a-pdev-if-screen_info-data-is-present/20240914-053323
base:
https://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git
for-next
patch link:
https://lore.kernel.org/r/20240913213246.1549213-1-javierm%40redhat.com
patch subject: [PATCH v3] firmware: coreboot: Don't
On Fri, Sep 13, 2024 at 11:32:29PM +0200, Javier Martinez Canillas wrote:
> @@ -27,8 +28,10 @@ static int framebuffer_probe(struct coreboot_device *dev)
> int i;
> u32 length;
> struct lb_framebuffer *fb = &dev->framebuffer;
> + const struct screen_info *si = &screen_info;
>
914-053323
base:
https://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git
for-next
patch link:
https://lore.kernel.org/r/20240913213246.1549213-1-javierm%40redhat.com
patch subject: [PATCH v3] firmware: coreboot: Don't register a pdev if
screen_info data is presen
914-053323
base:
https://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git
for-next
patch link:
https://lore.kernel.org/r/20240913213246.1549213-1-javierm%40redhat.com
patch subject: [PATCH v3] firmware: coreboot: Don't register a pdev if
screen_info data is prese
On coreboot platforms, a system framebuffer may be provided to the Linux
kernel by filling a LB_TAG_FRAMEBUFFER entry in the coreboot table. But
a coreboot payload (e.g: SeaBIOS) could also provide its own framebuffer
information to the Linux kernel.
If that's the case, arch x86 boot code will fil