Skip to content

Commit 24d1cd3

Browse files
Merge pull request #161 from FrameworkComputer/intel-core-ultra-example
EXAMPLES: Add intel core ultra
2 parents bff2536 + 22e39c2 commit 24d1cd3

File tree

1 file changed

+70
-1
lines changed

1 file changed

+70
-1
lines changed

EXAMPLES.md

Lines changed: 70 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Check firmware versions
44

5-
### BIOS (Mainboard, UEFI, EC, PD)
5+
### BIOS (Mainboard, UEFI, EC, PD, Retimer)
66

77
Example on Framework 13 AMD Ryzen AI 300 Series:
88

@@ -23,6 +23,25 @@ PD Controllers
2323
[...]
2424
```
2525

26+
Example on Framework 13 Intel Core Ultra Series 1:
27+
28+
```
29+
> framework_tool --versions
30+
Mainboard Hardware
31+
Type: Laptop 13 (AMD Ryzen AI 300 Series)
32+
Revision: MassProduction
33+
UEFI BIOS
34+
Version: 03.03
35+
Release Date: 10/07/2024
36+
EC Firmware
37+
Build version: marigold-3.0.3-278d300 2024-10-04 03:03:58 marigold1@ip-172-26-3-226
38+
Current image: RO
39+
PD Controllers
40+
Right (01): 0.0.08 (MainFw)
41+
Left (23): 0.0.08 (MainFw)
42+
[...]
43+
```
44+
2645
### Camera (Framework 12, Framework 13, Framework 16)
2746

2847
Example on Framework 12:
@@ -135,6 +154,56 @@ CSME
135154
[...]
136155
```
137156

157+
### Firmware Version using ESRT (BIOS, Retimer, CSME)
158+
159+
All systems have at least an entry for BIOS. Intel systems also have CSME and some Retimers.
160+
161+
Example on Framework 13 Intel Core Ultra Series 1:
162+
163+
```
164+
> sudo framework_tool --esrt
165+
ESRT Table
166+
ResourceCount: 4
167+
ResourceCountMax: 4
168+
ResourceVersion: 1
169+
ESRT Entry 0
170+
GUID: BDFFCE36-809C-4FA6-AECC-54536922F0E0
171+
GUID: MtlRetimer23
172+
Type: DeviceFirmware
173+
Version: 0x270 (624)
174+
Min FW Version: 0x0 (0)
175+
Capsule Flags: 0x0
176+
Last Attempt Version: 0x270 (624)
177+
Last Attempt Status: Success
178+
ESRT Entry 1
179+
GUID: 32D8D677-EEBC-4947-8F8A-0693A45240E5
180+
GUID: MtlCsme
181+
Type: DeviceFirmware
182+
Version: 0x85D (2141)
183+
Min FW Version: 0x3E8 (1000)
184+
Capsule Flags: 0x0
185+
Last Attempt Version: 0x0 (0)
186+
Last Attempt Status: Success
187+
ESRT Entry 2
188+
GUID: C57FD615-2AC9-4154-BF34-4DC715344408
189+
GUID: MtlRetimer01
190+
Type: DeviceFirmware
191+
Version: 0x270 (624)
192+
Min FW Version: 0x0 (0)
193+
Capsule Flags: 0x0
194+
Last Attempt Version: 0x270 (624)
195+
Last Attempt Status: Success
196+
ESRT Entry 3
197+
GUID: 72CECB9B-2B37-5EC2-A9FF-C739AABAADF3
198+
GUID: MtlBios
199+
Type: SystemFirmware
200+
Version: 0x303 (771)
201+
Min FW Version: 0x303 (771)
202+
Capsule Flags: 0x0
203+
Last Attempt Version: 0x303 (771)
204+
Last Attempt Status: Success
205+
```
206+
138207
## Check input deck status
139208

140209
### On Framework 12

0 commit comments

Comments
 (0)