[coreboot] Re: Installing coreboot with SeaBIOS

2021-11-07 Thread Nicholas
Step 4 simply builds coreinfo by itself, the original step 5 simply adds the output of step 4 to the coreboot image. There shouldn't be an issue if you just continue on with the other steps.

[coreboot] Re: Installing coreboot with SeaBIOS

2021-11-07 Thread bernd...@web.de
Hi. As I'm onStep 5 - Configure the build > Check your configuration (optional step):right now and already made the previous steps, I can't skip step 4 anymore. I already made step 4.Do I need to delete the current installation and start over or is step 4 no problem and I could just go on with step

[coreboot] Re: How to enable SERIRQ reliably?

2021-11-07 Thread Naresh G. Solanki
Since the hang happens in Linux, can you in some way get Linux kernel log to understand the cause like soft lockup or panic message. Also are you saying irrespective of serirq enable/disable, hang is seen? UART works properly in coreboot stages? On Mon, 8 Nov, 2021, 1:02 pm Lance Zhao, wrote:

[coreboot] Re: How to enable SERIRQ reliably?

2021-11-07 Thread Lance Zhao
https://review.coreboot.org/c/coreboot/+/29398 Have similar implementation on braswell, so as long as sc_init get executed in ramstage the serial irq mode programming shall be working. Zhiwen Zheng 于2021年11月6日周六 下午6:29写道: > I add the following code to sc_init() in southcluster.c to enable SERIRQ

[coreboot] Re: Installing coreboot with SeaBIOS

2021-11-07 Thread Nicholas
Hello! To change the payload to SeaBIOS instead of coreinfo, skip step 4, and in step 5 under "Select the payload" you would select SeaBIOS in the "Add a payload" menu, and then exit and build as usual. Then when you run qemu in step 8, you should see SeaBIOS instead of coreinfo. Once you are fam

[coreboot] Installing coreboot with SeaBIOS

2021-11-07 Thread bernd...@web.de
 Hi. I go through this tutorial: https://doc.coreboot.org/tutorial/part1.html I'm on Step 5 - Configure the build > Check your configuration (optional step): I entered $ make savedefconfig $ cat defconfig I have changed my mind. Now I'd like to install SeaBIOS instead of coreinfo. What do I n

[coreboot] Re: Installing OpenBIOS/coreboot

2021-11-07 Thread awokd via coreboot
bernd...@web.de: What do you recommend to use instead if I'd like to replace my current BIOS? Should I install coreinfo and carry on with https://doc.coreboot.org/tutorial/part1.html? Should I use SeaBIOS and is there a tutorial for SeaBIOS, too? Continuing with the tutorial link and choosing

[coreboot] Re: Installing OpenBIOS/coreboot

2021-11-07 Thread bernd...@web.de
Hi. Meanwhile the OpenBIOS (project) people informed me about the complexity of installing OpenBIOS (e.g. it won't work without writing code). Therefore OpenBIOS isn't an option for me anymore.What do you recommend to use instead if I'd like to replace my current BIOS? Should I install coreinfo and

[coreboot] Re: Installing OpenBIOS/coreboot

2021-11-07 Thread Nico Huber
On 02.11.21 14:49, bernd...@web.de wrote: > Thanks for your reply and preventing me to go any further in the wrong > direction. > > I've made it absolutely clear from the very start of the thread (see email > subject lines) that I'd like to install coreboot with OpenBIOS. Well, I hope you are sur

[coreboot] Re: Another year, another blob?

2021-11-07 Thread Nico Huber
Hi again, originally, I was hoping for a more comprehensive discussion about possible solutions for the friction created by late, undiscussed additions of blob-support code. Alas, that didn't happen, and my own proposal below was misunderstood. So I'll try now to provide some rationale. First of

[coreboot] Re: Another year, another blob?

2021-11-07 Thread Nico Huber
On 07.11.21 00:15, Martin Roth wrote: > > Nov 6, 2021, 05:49 by nic...@gmx.de: > >> On 05.11.21 19:39, Patrick Georgi via coreboot wrote: >> >>> It [coreboot] would be dead: while there are still a few folks carefully >>> maintaining >>> i945 and GM45 in this reality, I'm not sure they would have

[coreboot] Re: Weird thoughts about blobs (was Re: Re: Another year, another blob?)

2021-11-07 Thread Nico Huber
On 07.11.21 00:11, Martin Roth wrote: > Nov 6, 2021, 05:21 by nic...@gmx.de: > >> On 05.11.21 18:15, Martin Roth via coreboot wrote: >> >>> Nov 4, 2021, 05:24 by pmen...@molgen.mpg.de: >>> On 20.10.21 14:24, Nico Huber wrote: > My proposal: > How about we set up some guidelines ho