1
1
serial --unit =0 --speed =115200 --word =8 --parity =no --stop =1
2
+ set debug =linux,relocator,multiboot,multiboot_loader,slaunch
2
3
terminal_output console serial
3
4
terminal_input console serial
4
5
default =boot
5
6
timeout =5
6
7
7
- menuentry ' boot' {
8
+ insmod multiboot2
9
+ insmod slaunch
10
+
11
+ menuentry ' Boot Linux normally' {
12
+ echo ' Loading Linux ...'
8
13
linux /bzImage-initramfs-genericx86-64.bin rootwait root =LABEL =root rootfstype =ext4 console =ttyS0,115200 earlyprintk =serial,ttyS0,115200
9
14
}
10
15
11
- menuentry ' slaunch-boot' {
16
+ menuentry ' Boot Linux with DRTM' {
17
+ echo ' Enabling slaunch ...'
12
18
slaunch
19
+ echo ' Loading ACMs ...'
13
20
slaunch_module /skl.bin
14
21
slaunch_module /acm/ADL_SINIT_v1_18_16_20230427_REL_NT_O1.PW_signed.bin
15
22
slaunch_module /acm/BDW_SINIT_20190708_1.3.2_PW.bin
@@ -21,5 +28,34 @@ menuentry 'slaunch-boot'{
21
28
slaunch_module /acm/SKL_KBL_AML_SINIT_20211019_PRODUCTION_REL_NT_O1_1.10.0.bin
22
29
slaunch_module /acm/SNB_IVB_SINIT_20190708_PW.bin
23
30
slaunch_module /acm/TGL_SINIT_v1_14_46_20220819_REL_NT_O1.PW_signed.bin
31
+ echo ' Loading Linux ...'
24
32
linux /bzImage-initramfs-genericx86-64.bin rootwait root =LABEL =root rootfstype =ext4 console =ttyS0,115200 earlyprintk =serial,ttyS0,115200
25
33
}
34
+
35
+ menuentry ' Boot Xen normally' {
36
+ echo ' Loading Xen ...'
37
+ multiboot2 /xen placeholder console =tty0 console =ttyS0,115200 dom0_mem =min:512M dom0_mem =max:4096M ucode =scan smt =off gnttab_max_frames =2048 gnttab_max_maptrack_frames =4096 loglvl =all guest_loglvl =all com1 =115200,8n1 console =com1 no-real-mode edd =off
38
+ echo ' Loading Linux ...'
39
+ module2 /bzImage rootwait root =LABEL =root rootfstype =ext4 console =ttyS0,115200 earlyprintk =serial,ttyS0,115200
40
+ }
41
+
42
+ menuentry ' Boot Xen with DRTM' {
43
+ echo ' Enabling slaunch ...'
44
+ slaunch
45
+ echo ' Loading ACMs ...'
46
+ slaunch_module /skl.bin
47
+ slaunch_module /acm/ADL_SINIT_v1_18_16_20230427_REL_NT_O1.PW_signed.bin
48
+ slaunch_module /acm/BDW_SINIT_20190708_1.3.2_PW.bin
49
+ slaunch_module /acm/CFL_SINIT_20221220_PRODUCTION_REL_NT_O1_1.10.1_signed.bin
50
+ slaunch_module /acm/CML_RKL_S_SINIT_v1.13.33_REL_NT_O1.PW_signed.bin
51
+ slaunch_module /acm/CML_S_SINIT_1_13_33_REL_NT_O1.PW_signed.bin
52
+ slaunch_module /acm/CMLSTGP_SINIT_v1_14_46_20220819_REL_NT_O1.PW_signed.bin
53
+ slaunch_module /acm/RKLS_SINIT_v1_14_46_20220819_REL_NT_O1.PW_signed.bin
54
+ slaunch_module /acm/SKL_KBL_AML_SINIT_20211019_PRODUCTION_REL_NT_O1_1.10.0.bin
55
+ slaunch_module /acm/SNB_IVB_SINIT_20190708_PW.bin
56
+ slaunch_module /acm/TGL_SINIT_v1_14_46_20220819_REL_NT_O1.PW_signed.bin
57
+ echo ' Loading Xen ...'
58
+ multiboot2 /xen placeholder console =tty0 console =ttyS0,115200 dom0_mem =min:512M dom0_mem =max:4096M ucode =scan smt =off gnttab_max_frames =2048 gnttab_max_maptrack_frames =4096 loglvl =all guest_loglvl =all com1 =115200,8n1 console =com1 no-real-mode edd =off
59
+ echo ' Loading Linux ...'
60
+ module2 /bzImage rootwait root =LABEL =root rootfstype =ext4 console =ttyS0,115200 earlyprintk =serial,ttyS0,115200
61
+ }
0 commit comments