Discussion:
[coreboot] Supported Mainboard in coreboot is missing because of using LATE_CBMEM_INIT
j***@goat.si
2018-11-25 16:31:22 UTC
Permalink
Hello. I got a MSI MS6178 mainboard for coreboot based on the official
wiki page https://www.coreboot.org/Board:msi/ms6178

I have followed the wiki to build coreboot but the board is missing in
make menuconfig here: https://www.coreboot.org/Build_HOWTO

Then i find https://review.coreboot.org/c/coreboot/+/23300

Thus i run 'git checkout tags/4.7'

But when trying to build a image i got following error:

Cloning into 'seabios'...
fatal: https://review.coreboot.org/p/seabios.git/info/refs not valid: is
this a git repository?
Makefile:18: recipe for target 'seabios' failed


Could someone fix the MSI MS6178 mainboard so that it can be used with
the recent coreboot?

Thanks!
--
coreboot mailing list: ***@coreboot.org
https://mail.coreboot.org/mailman/listinfo/coreboot
Arthur Heymans
2018-11-25 18:08:27 UTC
Permalink
Hello. I got a MSI MS6178 mainboard for coreboot based on the official wiki page
https://www.coreboot.org/Board:msi/ms6178
I have followed the wiki to build coreboot but the board is missing in make
menuconfig here: https://www.coreboot.org/Build_HOWTO
Then i find https://review.coreboot.org/c/coreboot/+/23300
Thus i run 'git checkout tags/4.7'
Cloning into 'seabios'...
fatal: https://review.coreboot.org/p/seabios.git/info/refs not valid: is this a
git repository?
Makefile:18: recipe for target 'seabios' failed
You can try to build the payload separately.
Could someone fix the MSI MS6178 mainboard so that it can be used with the
recent coreboot?
That would require that platform (i810) to have early cbmem init.
Thanks!
--
==============
Arthur Heymans
--
coreboot mailing list: ***@coreboot.org
https://mail.coreboot.org/mailman/listinfo/coreboot
Loading...