Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmikhalevich committed Nov 29, 2023
1 parent 91c55f6 commit 91ea8f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Bump kernel version to 6.5.9
- Replace BBL with OpenSBI to support hypervisor
- Move kernel configs to the linux repo

## [0.18.0] - 2023-10-10
### Changed
- Enabled trust bootloader rng and hugetlbfs support
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ $(OPENSBI_SRCPATH): | $(DEP_DIR)
wget -O $@ https://github.com/cartesi/opensbi/archive/refs/heads/$(OPENSBI_BRANCH).tar.gz

clean:
rm -f $(HEADERS) $(IMAGE) $(LINUX) $(SELFTEST)
rm -f $(HEADERS) $(IMAGE) $(LINUX) $(LINUX_ELF) $(SELFTEST)

depclean: clean
rm -f \
Expand Down

0 comments on commit 91ea8f3

Please sign in to comment.