Hi Daoud, This page might help: https://www.coreboot.org/Lesson1
Martin On Thu, Apr 14, 2016 at 2:24 AM, Gerd Hoffmann <[email protected]> wrote: > On Do, 2016-04-14 at 10:01 +0200, daoud yessine wrote: >> What should I tap to run qemu with coreboot ? > > CONFIG_VENDOR_EMULATION=y > CONFIG_BOARD_EMULATION_QEMU_X86_I440FX=y > > (for -M q35 you need CONFIG_BOARD_EMULATION_QEMU_X86_Q35=y instead). > >> And Is there a graphical option to activate in qemu ? > > qemu stdvga will work just fine. Use ... > > CONFIG_FRAMEBUFFER_KEEP_VESA_MODE=y > > ... to get a coreboot framebuffer. Use ... > > CONFIG_DRIVERS_EMULATION_QEMU_BOCHS_XRES=1024 > CONFIG_DRIVERS_EMULATION_QEMU_BOCHS_YRES=768 > > ... to set the preferred resolution. > > HTH, > Gerd > > > -- > coreboot mailing list: [email protected] > https://www.coreboot.org/mailman/listinfo/coreboot -- coreboot mailing list: [email protected] https://www.coreboot.org/mailman/listinfo/coreboot

