[coreboot] Recent commit c202be7 ( payloads/external/LinuxBoot: Clean up ) breaks " make clean "

2023-07-24 Thread Ivan Ivanov
Good day, friends! After getting this recent commit, doing " make clean " is not possible in a coreboot directory - I get this error now: ~/coreboot$ make clean /bin/sh: 1: go: not found /bin/sh: 1: go: not found /bin/sh: 1: [: -eq: unexpected operator Looks like there's a problem in some script

[coreboot] Re: Recent commit c202be7 ( payloads/external/LinuxBoot: Clean up ) breaks " make clean "

2023-07-24 Thread Maximilian Brune
Good day, Thanks for notifying. It seems I forgot to guard the u-root Makefile and therefore accidently introduced a dependency on go (I probably missed it, since I have go installed). Sorry for the inconvenience. Here is a patch: https://review.coreboot.org/c/coreboot/+/76714 Best regards, Maxim

[coreboot] Custom Splash Screen

2023-07-24 Thread Ahamed Husni
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. Regards, Husni. ___ coreboot ma