Hi Mario,
SeaBIOS supports eMMC, but it's a bit hacky. For eMMC in ACPI mode you have to add files containing the address of the eMMC to the cbfs. No idea, if eMMC in PCI mode works out-of-box.
cbfstool coreboot.rom add -n etc/sdcard0 -f /tmp/sdcard0 -t raw cbfstool coreboot.rom add -n etc/sdcard1 -f /tmp/sdcard1 -t raw
Best, lynxis
PS. Tested on a baytrail based chromebook.
On Mon, 11 Jan 2016 08:29:48 +0000 "Scheithauer, Mario" Mario.Scheithauer@siemens.com wrote:
Hello Together,
I play with coreboot and SeaBIOS on a BayTrail platform. We have an 8GB eMMC flash on the board. With that combination I can boot a Lubuntu. It seems that the current version of SeaBIOS does not support High-speed eMMC. Could someone say something about that? Are there some activities to expand sdcard.c for eMMC bus initialisation?
I would be grateful for any information.
Thanks, Mario