Re: [PATCH v3] firmware: coreboot: Don't register a pdev if screen_info data is present

2024-09-16 Thread Javier Martinez Canillas
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.

Re: [PATCH v3] firmware: coreboot: Don't register a pdev if screen_info data is present

2024-09-16 Thread Thomas Zimmermann
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

Re: [PATCH v3] firmware: coreboot: Don't register a pdev if screen_info data is present

2024-09-16 Thread Javier Martinez Canillas
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

Re: [PATCH v3] firmware: coreboot: Don't register a pdev if screen_info data is present

2024-09-15 Thread Thomas Zimmermann
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

Re: [PATCH v3] firmware: coreboot: Don't register a pdev if screen_info data is present

2024-09-15 Thread Tzung-Bi Shih
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; >

Re: [PATCH v3] firmware: coreboot: Don't register a pdev if screen_info data is present

2024-09-15 Thread kernel test robot
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

Re: [PATCH v3] firmware: coreboot: Don't register a pdev if screen_info data is present

2024-09-14 Thread kernel test robot
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

[PATCH v3] firmware: coreboot: Don't register a pdev if screen_info data is present

2024-09-13 Thread Javier Martinez Canillas
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