[coreboot] Re: Does PCI driver code belong in coreboot (ARM)?

2021-12-07 Thread Paul Menzel
Dear Julius, Am 06.12.21 um 23:42 schrieb Julius Werner: If I remember correctly, coreboot’s goal to only do minimal hardware initialization originally meant, that the payload/OS does PCI initialization. FWIW, coreboot does do device initialization for things that are only needed by the paylo

[coreboot] Re: Does PCI driver code belong in coreboot (ARM)?

2021-12-07 Thread Julius Werner
> But, currently, selecting Google Asurada in Kconfig (`make menuconfig`), > display initialization cannot be disabled, and I do not see a way to > disable USB init either. That's a fair point, I think that's just not implemented because nobody needed it yet. Display init is already globally guard

[coreboot] Re: spkmodem output

2021-12-07 Thread Peter Stuge
Keith Emery wrote: > To verify that spkmodem.c is not the source of the issue. I decided I > would try to part off the code from the console, and then compile it. > Producing a wav file that I could then manually interpret, certify as > good, and use to fix or replace spkmodem-recv. My efforts h

[coreboot] FOSDEM'22 Open Source Firmware, BMC and Bootloader devroom CFP

2021-12-07 Thread Mike Banon
Dear friends, on behalf of 3mdeb I invite you to participate in "FOSDEM'22 Open Source Firmware, BMC and Bootloader" online devroom! It will take place on 5th February (Saturday), however - the talk proposals should be submitted before 24th December UTC, so it is time to act. The devroom will focu

[coreboot] Re: spkmodem output

2021-12-07 Thread Nicholas
On Tue, Dec 7, 2021 at 10:00 AM Peter Stuge wrote: > What if you build coreboot for emulation/qemu with spkmodem console? Does > QEMU produce actual sound? I don't know whether QEMU has a speaker output. To add to this, QEMU will produce tones with the spkmodem console if you add "-soundhw pcspk"

[coreboot] Re: spkmodem output

2021-12-07 Thread Martin Roth via coreboot
I spoke with Phcoder (the original author) about this ages ago, and he recommended not actually playing sound with it, but using it with an audio cable between the output device and input device.  I assume you'd be able to use it at a much higher speed that way. Martin Dec 7, 2021, 10:37 by ni