1
1
# Dasharo Trustworthy Computing
2
2
3
- [ https://dasharo.com/ ] ( https://dasharo.com/ )
3
+ [ https://dasharo.com ] ( https://dasharo.com )
4
4
5
5
Talos II support in coreboot
6
6
7
7
## v0.2.0
8
- release date TBD
9
8
10
9
### Release Changelog
11
10
\
12
11
** Added:**
13
- * Building skiboot image
14
- * Including skiboot as payload
12
+ * Added building of skiboot image
13
+ * Included skiboot as payload
14
+ * Added flattened device-tree
15
+ * Added Continuous Integration
15
16
16
17
** Known issues:**
17
18
* Only one CPU core is started
@@ -25,7 +26,12 @@ Verifying SHA256 sum
25
26
26
27
### Release statistics
27
28
28
- TBD
29
+ TBD update after all PR's are done
30
+
31
+ Since romstage release: \
32
+ <span style =" color :yellow " >12</span > files were changed \
33
+ <span style =" color :lightgreen " >1702</span > lines of code were added \
34
+ <span style =" color :orangered " >3</span > lines of code were removed
29
35
30
36
### Hardware configuration
31
37
@@ -116,9 +122,9 @@ In order to build coreboot image, follow the steps below:
116
122
1 . Clone the coreboot repository:
117
123
118
124
```
119
- git clone [email protected] :3mdeb/coreboot.git -b TBD_BRANCH_NAME
125
+ git clone [email protected] :3mdeb/coreboot.git -b TBD_TAG_NAME
120
126
# or HTTPS alternatively
121
- git clone https://github.com/3mdeb/coreboot.git -b TBD_BRANCH_NAME
127
+ git clone https://github.com/3mdeb/coreboot.git -b TBD_TAG_NAME
122
128
```
123
129
` talos_2_support_ramstage ` - ramstage devlopment branch - merge requests should go here.\
124
130
` squashed_talos_2_support ` - upstream branch, can be regularly pushed with force.\
0 commit comments