[coreboot] Re: spkmodem output

2021-12-06 Thread Keith Emery
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 however were once again stu

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

2021-12-06 Thread 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 payload in other cases too: we've been doing display and USB

[coreboot] Re: GA-B75M-D3H Black Screen

2021-12-06 Thread Moisés Simón
El 6 de diciembre de 2021 16:51:48 UTC, Paul Menzel escribió: >Dear Moisés, > > >Am 06.12.21 um 17:21 schrieb Moisés Simón: > >> I was using got version yesterday. > >Please always give the git commit hash, so it’s unambiguous. > I was on commit 9eb7070bc4 >> But today I have tested with 4.15

[coreboot] Re: GA-B75M-D3H Black Screen

2021-12-06 Thread Paul Menzel
Dear Moisés, Am 06.12.21 um 17:21 schrieb Moisés Simón: I was using got version yesterday. Please always give the git commit hash, so it’s unambiguous. But today I have tested with 4.15 and same problem. I can test with an early version even do a git bisect if needed. Do you have a revis

[coreboot] Re: GA-B75M-D3H Black Screen

2021-12-06 Thread Moisés Simón
Hi Paul, sorry for the pastebin. I was using got version yesterday. But today I have tested with 4.15 and same problem. I can test with an early version even do a git bisect if needed. Regards El 6 de diciembre de 2021 14:55:42 UTC, Paul Menzel escribió: >Dear Moisés, > > >Am 06.12.21 um 15

[coreboot] Support status ASUS P8C WS & Supermicro X9SAE

2021-12-06 Thread Stéphane Delaunay via coreboot
Hi everyone,   I'm looking at the board list again currently for a Home-NAS/Nextcloud build that supports both ECC RAM and has multiple SATA3 ports. Since the system will be connected to the outside permanently, I also want to reduce obscure remote management firmware as much as feasible. I've

[coreboot] Re: GA-B75M-D3H Black Screen

2021-12-06 Thread Paul Menzel
Dear Moisés, Am 06.12.21 um 15:28 schrieb Moisés Simón: Im trying to install coreboot on ga-b75m-d3h. I always get a black screen (no beeping). I have included vgabios.bin, tried VGA text mod , libgfxinit... Still no screen output. I have installed coreboot on thinkpads before. Not suere what

[coreboot] GA-B75M-D3H Black Screen

2021-12-06 Thread Moisés Simón
Hi, Im trying to install coreboot on ga-b75m-d3h. I always get a black screen (no beeping). I have included vgabios.bin, tried VGA text mod , libgfxinit... Still no screen output. I have installed coreboot on thinkpads before. Not suere what the problem here is. I have tried flashing internall

[coreboot] Re: spkmodem output

2021-12-06 Thread Keith Emery
I've looked at the wave forms in audacity, and tried to manually figure out if it made any sense. I think at one point I got a 'S.P.K.' which now having located and read the code that actually generates the tones. Is consistent with it's startup sequence of trying to say 'SPEAKER'. However spkm

[coreboot] Re: spkmodem output

2021-12-06 Thread Nicholas
On Sat, Dec 4, 2021 at 10:26 PM Keith Emery wrote: > spkmodem-recv software. If the CPU is running coreboot as fast as > possible while receiving those instructions from a relatively slow SPI > bus. Is it possible that I've somehow overclocked the SPI bus, leading > to a mismatch in the baud rates

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

2021-12-06 Thread Keith Emery
On a semi related topic, a significant issue exists in the absence of a one stop shop debug option that works universally on all x86 platforms. The lack of universality means that people can only realistically work on boards for which they can get a reliable debug output. That massively narrows

[coreboot] Re: spkmodem output

2021-12-06 Thread Peter Stuge
Keith Emery wrote: > When I enable spkmodem in the coreboot config, I get output from the PC > speaker. But spkmodem-recv interprets the tones as consistent gibberish. > The output is consistent with a mismatch in the baud rates, but there > appears no apparent way to select anything different i

[coreboot] Re: Add memory support for mb/apple: MacBook Air 5,2 (A1466)

2021-12-06 Thread Peter Stuge
Mariusz Grabarczyk wrote: > I would like to have memory support added for mb/apple: > MacBook Air 5,2 (A1466) Just a note that A1466 is not a particularly stable identifier, it would probably be better to use the actual mainboard part number. //Peter _

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

2021-12-06 Thread Angel Pons
Hi list, On Mon, Dec 6, 2021 at 7:37 AM Jianjun Wang wrote: > > On Sat, 2021-12-04 at 20:53 +0800, Hung-Te Lin wrote: > > On Wed, Dec 1, 2021 at 10:08 PM Patrick Georgi > > wrote: > > > 1. Dezember 2021 12:06, "Paul Menzel" > > > schrieb: > > > > If I remember correctly, coreboot’s goal to only