[coreboot] Free coreboot training! - and how you can help it

2021-05-20 Thread Mike Banon
This summer, free & open-source OpenSecurityTraining website - will be relaunched as OpenSecurityTraining2 ( https://x.ost.fyi/ ) with even higher quality free training courses! Since Piotr Król volunteered as a content provider for coreboot-related topics, we at 3mdeb developed a new "Architecture

[coreboot] Re: failure cherry-picking patches from https://review.coreboot.org/coreboot

2021-05-20 Thread Aaron Durbin via coreboot
On Wed, May 19, 2021 at 6:25 PM Bensaid, Selma wrote: > Hi, > > We are observing since 3 days instabilities while cherry-picking patches > from coreboot.org: > > git fetch https://review.coreboot.org/coreboot refs/changes/40/52140/3 && > git cherry-pick FETCH_HEAD > > fatal: The remote end hung u

[coreboot] Re: failure cherry-picking patches from https://review.coreboot.org/coreboot

2021-05-20 Thread Peter Stuge
Aaron Durbin via coreboot wrote: > > We are observing since 3 days instabilities while cherry-picking patches > > from coreboot.org: > > > > git fetch https://review.coreboot.org/coreboot refs/changes/40/52140/3 && > > git cherry-pick FETCH_HEAD > > > > fatal: The remote end hung up unexpectedly >

[coreboot] asus/p2b - not enough space in cbfs for default build since i440bx bootblock console enable

2021-05-20 Thread Branden Waldner
When testing the latest coreboot code before the 4.14 release, I found I couldn't build a working image with the default (or what I usually use) config for the asus/p2b. I figured out that it failed to build with an error of not enough space in cbfs after the merge to enable bootblock console for i

[coreboot] Re: failure cherry-picking patches from https://review.coreboot.org/coreboot

2021-05-20 Thread Bensaid, Selma
Thanks Peter and Aaaron! For more context we observe this failure on our local coreboot hosted in GitHub (Intel Org). Cherry-picking from coreboot.org worked well until few days ago, where the failure showed up. Looking into the logs (that I cannot attach) and if I understand well while fetching

[coreboot] Re: asus/p2b - not enough space in cbfs for default build since i440bx bootblock console enable

2021-05-20 Thread Paul Menzel
Dear Branden, Am 21.05.21 um 05:36 schrieb Branden Waldner: When testing the latest coreboot code before the 4.14 release, I found I couldn't build a working image with the default (or what I usually use) config for the asus/p2b. I figured out that it failed to build with an error of not enough

[coreboot] Re: asus/p2b - not enough space in cbfs for default build since i440bx bootblock console enable

2021-05-20 Thread Arthur Heymans
Hi Thanks for sharing your findings. THe flash is 256K big, which is quite small these days. When building coreboot with default settings but without a payload I find that there is 69K empty space left for payloads. Some future developments I have been working on might give a bit more breathing s

[coreboot] Re: failure cherry-picking patches from https://review.coreboot.org/coreboot

2021-05-20 Thread Aaron Durbin via coreboot
On Thu, May 20, 2021 at 11:05 PM Bensaid, Selma wrote: > Thanks Peter and Aaaron! > For more context we observe this failure on our local coreboot hosted in > GitHub (Intel Org). Cherry-picking from coreboot.org worked well until > few days ago, where the failure showed up. > Looking into the log