Am Do., 28. März 2019 um 08:48 Uhr schrieb Asami Doi <[email protected]>: > > 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 -- Google Germany GmbH, ABC-Str. 19, 20354 Hamburg Registergericht und -nummer: Hamburg, HRB 86891, Sitz der Gesellschaft: Hamburg Geschäftsführer: Paul Manicle, Halimah DeLaine Prado _______________________________________________ coreboot mailing list -- [email protected] To unsubscribe send an email to [email protected]

