Author: phueper Date: 2009-03-14 16:43:42 +0100 (Sat, 14 Mar 2009) New Revision: 4004
Modified: trunk/coreboot-v2/src/config/Options.lb Log: add YABEL Debug Flags to Options Signed-off-by: Pattrick Hueper <[email protected]> Acked-by: Stefan Reinauer <[email protected]> Modified: trunk/coreboot-v2/src/config/Options.lb =================================================================== --- trunk/coreboot-v2/src/config/Options.lb 2009-03-13 17:22:53 UTC (rev 4003) +++ trunk/coreboot-v2/src/config/Options.lb 2009-03-14 15:43:42 UTC (rev 4004) @@ -1087,6 +1087,12 @@ comment "Use Yabel instead of old bios emulator" end +define CONFIG_YABEL_DEBUG_FLAGS + default 0 + export used + comment "YABEL debug flags, for possible values, see util/x86emu/yabel/debug.h" +end + define CONFIG_PCI_OPTION_ROM_RUN_VM86 default 0 export used -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

