[coreboot] Re: System gcc requirements

2020-11-09 Thread David Hendricks
On Mon, Nov 9, 2020 at 4:51 PM Peter Stuge wrote: > Nico Huber wrote: > > I don't think it's documented. As you already noticed, we depend on > > a 3rdparty library (vboot), so we actually don't know the minimum. > > Whenever I want a build without vboot I get really annoyed about this >

[coreboot] Re: Flashing coreboot and Intel Flash Descriptor Erase Issue

2020-11-09 Thread David Hendricks
Hi Balaji, On Tue, Nov 3, 2020 at 10:03 PM Balaji Sivakumar wrote: > > Hi David, > > Have verified and confirmed that coreboot process as well, it is > disabling the BIOS write protect and Enable Prefetching and Caching as part > of fast_spi_init(). > Were you able to figure this one out? The

[coreboot] Re: System gcc requirements

2020-11-09 Thread Peter Stuge
Nico Huber wrote: > I don't think it's documented. As you already noticed, we depend on > a 3rdparty library (vboot), so we actually don't know the minimum. Whenever I want a build without vboot I get really annoyed about this hardcoded dependency, even when vboot is disabled in Kconfig. Would a

[coreboot] Re: System gcc requirements

2020-11-09 Thread Nico Huber
On 10.11.20 00:38, Peter Stuge wrote: > Branden Waldner wrote: >> Is there an expected minimal system gcc version and if so, is it >> documented? I couldn't find it noted anywhere. I don't think it's documented. As you already noticed, we depend on a 3rdparty library (vboot), so we actually don't

[coreboot] Re: System gcc requirements

2020-11-09 Thread Clay Daniels
On Mon, Nov 9, 2020 at 5:38 PM Peter Stuge wrote: > Branden Waldner wrote: > > Is there an expected minimal system gcc version and if so, is it > > documented? I couldn't find it noted anywhere. > > There's the crossgcc tool and make target to create a known-working > toolchain for building

[coreboot] Re: System gcc requirements

2020-11-09 Thread Peter Stuge
Branden Waldner wrote: > Is there an expected minimal system gcc version and if so, is it > documented? I couldn't find it noted anywhere. There's the crossgcc tool and make target to create a known-working toolchain for building coreboot. //Peter ___

[coreboot] System gcc requirements

2020-11-09 Thread Branden Waldner
I recently looked in to why I couldn't build coreboot on one of my systems any longer and I think I found the cause. It looks like vboot uses features not available in gcc 6 on Debian Stretch. I actually did manage to get it to build and work by commenting out the offending gcc warning flags and

[coreboot] Re: Is HP ProLiant DL360e Gen8 supported in Coreboot?

2020-11-09 Thread Angel Pons
Hi, On Mon, Nov 9, 2020 at 6:42 PM wrote: > > Hello! I'm trying to find if my hardware supports Coreboot. I found 1 table > which is retired, second that is probably not retired and then current > documentation that doesn't seem to say as much. So, sorry if I missed it. > Will Coreboot work

[coreboot] Is HP ProLiant DL360e Gen8 supported in Coreboot?

2020-11-09 Thread jjs8
Hello! I'm trying to find if my hardware supports Coreboot. I found 1 table which is retired, second that is probably not retired and then current documentation that doesn't seem to say as much. So, sorry if I missed it. Will Coreboot work with HP ProLiant DL360e Gen8? Flashrom worked ok but

[coreboot] Re: IRQ routing: how to do the mainboard_picr_data/_intr_data structures?

2020-11-09 Thread Mike Banon
Dear Naresh, please check the attached archive for these files (and tell if there's anything else I need to show) On Thu, Nov 5, 2020 at 8:08 PM Naresh G. Solanki wrote: > > Can you give following output with coreboot and OEM bios. > lspci -vvvk > dmesg > cat /proc/interrupt > > > On Thu, 5 Nov,