[coreboot] Re: Custom Splash Screen

2023-07-25 Thread Michał Żygowski
Hi Ahamed Husni, On 7/24/23 18:50, Ahamed Husni wrote: Hi all, I want to display a custom logo in the splash screen for a specified amount of time (SeaBIOS as payload). How do I configure the logo and give a timeout when building coreboot? Any pointers will be really helpful. Logo: https:/

[coreboot] Re: regarding virtualization support in coreboot

2023-07-25 Thread Ivan Ivanov
Hi there, Ritul! > Does coreboot support virtualization features like SVM, AMD SEV, hard level > virtualization SR-IOV? It depends on a particular board. I.e. before the (unjust IMHO) removal of G505S laptop from coreboot, it had a full support of IOMMU and other advanced low-level virtualizatio

[coreboot] Re: sources about coreboot devicetree

2023-07-25 Thread Ivan Ivanov
Hi! What is the purpose of your research? Are you trying to install coreboot to any platform that you own, or that's a purely "academical" interest from your side? чт, 13 июл. 2023 г. в 16:51, bejjeh315--- via coreboot : > > Hi > I want to fully understand the structure of coreboot devicetree and

[coreboot] switch or router hardware with coreboot

2023-07-25 Thread Carl-Daniel Hailfinger
Hi, is there any currently commercially available switch or router hardware (10Gbit/s or more) running coreboot and preferably also Linux? I'm currently trying to build a PoC network where all components have mostly FOSS firmware and operating systems. My Wifi access points and 1 Gbit/s switche

[coreboot] [PATCH] firmware: coreboot: framebuffer: Allow building with simpledrm

2023-07-25 Thread Alper Nebi Yasak
The coreboot framebuffer driver registers a "simple-framebuffer" device based on the information from the firmware, after checking that it's compatible with the formats listed in simplefb.h. It was added before simpledrm, and its Kconfig marked as dependent on the simplefb driver. The simpledrm dr

[coreboot] Re: switch or router hardware with coreboot

2023-07-25 Thread Paul Menzel
Dear Carl-Daniel, Am 25.07.23 um 18:54 schrieb Carl-Daniel Hailfinger: is there any currently commercially available switch or router hardware (10Gbit/s or more) running coreboot and preferably also Linux? I'm currently trying to build a PoC network where all components have mostly FOSS firmw

[coreboot] Run abuild only on sandybridge boards with MRC raminit. How?

2023-07-25 Thread Keith Hui
After 34 patches converting all sandybridge boards to Haswell-style SPD info, I now need to run abuild to see if I missed any, To save time, space, and possibly wear on my SSD I only want to run abuild on sandybridge boards (i.e. boards with NORTHBRIDGE_INTEL_SANDYBRIDGE Kconfig) and, for boards th