2 @(parent := architecture_support)
3 def x86_configurations():
8 def x86_bl_mb() -> bool:
12 def x86_bl_mb2() -> bool:
13 when (x86_bl is "mb2")
15 @"Use SSE2/3/4 extension"
16 def x86_enable_sse_feature() -> bool:
18 Config whether to allow using SSE feature for certain
25 def x86_bl() -> "mb" | "mb2":
27 Select the bootloader interface
30 mb: multiboot compliance
31 mb2: multiboot2 compliance
32 none: do not use any interface