Am Do., 28. März 2019 um 08:48 Uhr schrieb Asami Doi d0iasm.pub@gmail.com:
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 where the code relating to "some old aborted Google project".
$ git grep -l ARCH.*MIPS src/soc/ src/soc/imgtec/pistachio/Kconfig
indicates that imgtec/pistachio is the only MIPS chipset we have. (the other chipset directories in src, northbridge and southbridge, are x86 specific, so no need to look in there for MIPS support)
$ git grep -l IMGTEC_PISTACHIO src/mainboard/ src/mainboard/google/urara/Kconfig
indicates that google/urara is the only board in our tree that is using that SoC.
Regards, Patrick