[coreboot] Re: Questions of GSoC 2019 Project

2019-03-28 Thread Patrick Georgi via coreboot
Am Do., 28. März 2019 um 08:48 Uhr schrieb Asami Doi : > > We have all the MIPS architecture code in > > coreboot, but it's falling into complete disrepair because the only > > supported board is some old aborted Google project that nobody has > > hardware for anymore. > However, I couldn't find

[coreboot] Re: Questions of GSoC 2019 Project

2019-03-28 Thread Asami Doi
Hello Mike, Thank you for your response. I could run coreboot.rom on QEMU by the command you told me. > Maybe there's already some environment at least for MIPS, please > check the mailing list archives. I checked the mailing list archives and found the email. (

[coreboot] Re: Questions of GSoC 2019 Project

2019-03-24 Thread Mike Banon
Good day, Asami! Yes, you could debug your coreboot.rom under QEMU, here's a command that I'm using to run a special i386 coreboot build at QEMU : qemu-system-i386 -L . -m 256 -localtime -vga vmware -net nic,model=rtl8139 -net user -soundhw ac97 -usb -device usb-tablet -bios ./build/coreboot.rom