[coreboot] Does the mrc.bin extracted from BayTrail-M chromebox work with BayTrail-D celeron J1900

2021-11-04 Thread Zhiwen Zheng
Hi, I am trying to add a mainboard using celeron J1900 to coreboot-4.14, the serial console output stops after entering the MRC. The mrc.bin I used is extracted from Mrchromebox's roms for baytrail based chromebooks. ___ coreboot mailing list -- corebo

[coreboot] Re: Does the mrc.bin extracted from BayTrail-M chromebox work with BayTrail-D celeron J1900

2021-11-04 Thread Simon Newton
Hi there Yes it does. Rename mrc.bin to mrc.elf Regards On Thu, 4 Nov 2021 at 08:45, Zhiwen Zheng wrote: > Hi, > > I am trying to add a mainboard using celeron J1900 to coreboot-4.14, the > serial console output stops after entering the MRC. The mrc.bin I used is > extracted from Mrchromebox'

[coreboot] Re: Does the mrc.bin extracted from BayTrail-M chromebox work with BayTrail-D celeron J1900

2021-11-04 Thread Zhiwen Zheng
Now the raminit passed, thank you very much. On Thu, 4 Nov 2021 08:56:49 + Simon Newton wrote: > Hi there > Yes it does. Rename mrc.bin to mrc.elf > > Regards > > > > On Thu, 4 Nov 2021 at 08:45, Zhiwen Zheng wrote: > > > Hi, > > > > I am trying to add a mainboard using celeron J1900 t

[coreboot] Re: Does the mrc.bin extracted from BayTrail-M chromebox work with BayTrail-D celeron J1900

2021-11-04 Thread Angel Pons
Hello, On Thu, Nov 4, 2021 at 8:58 AM Simon Newton wrote: > > Hi there > Yes it does. Rename mrc.bin to mrc.elf Yes, the latest Bay Trail MRC binaries are ELF files, so their entry point is not at the beginning of the file. MRC's position in flash needs to be adjusted accordingly using the data

[coreboot] Re: Another year, another blob?

2021-11-04 Thread Paul Menzel
Dear Nico, On 20.10.21 14:24, Nico Huber wrote: a recent yet-another-blob occurrence reminded me that I wanted to write about the matter for a long time. Every few months, it seems (if not, more often), a new blob is introduced to coreboot. Alas, this is often hidden to the last minute, creat