Skip to content

Commit 6d05c85

Browse files
author
Igor Bagnucki
committed
Update changelog
1 parent 270acde commit 6d05c85

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ project has been initiated and is sponsored by Insurgo Technologies Libres/Open
1010
Technologies. The development process is open and anyone can join. See
1111
[How to help and contribute](#how-to-help-and-contribute) section.
1212

13+
If you are interested in released coreboot images, check out the [releases](releases.md).
14+
1315
To start working on the project, see the [project introduction](devnotes/documentation.md).
1416

1517
## Repository overview

Diff for: releases/0.2.0.ramstage.md

+13-7
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
# Dasharo Trustworthy Computing
22

3-
[https://dasharo.com/](https://dasharo.com/)
3+
[https://dasharo.com](https://dasharo.com)
44

55
Talos II support in coreboot
66

77
## v0.2.0
8-
release date TBD
98

109
### Release Changelog
1110
\
1211
**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
1516

1617
**Known issues:**
1718
* Only one CPU core is started
@@ -25,7 +26,12 @@ Verifying SHA256 sum
2526

2627
### Release statistics
2728

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
2935

3036
### Hardware configuration
3137

@@ -116,9 +122,9 @@ In order to build coreboot image, follow the steps below:
116122
1. Clone the coreboot repository:
117123

118124
```
119-
git clone [email protected]:3mdeb/coreboot.git -b TBD_BRANCH_NAME
125+
git clone [email protected]:3mdeb/coreboot.git -b TBD_TAG_NAME
120126
# 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
122128
```
123129
`talos_2_support_ramstage` - ramstage devlopment branch - merge requests should go here.\
124130
`squashed_talos_2_support` - upstream branch, can be regularly pushed with force.\

0 commit comments

Comments
 (0)