diff --git a/CHANGELOG.md b/CHANGELOG.md index 0888816..5c3ac9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Makefile b/Makefile index 8d030a9..27add16 100644 --- a/Makefile +++ b/Makefile @@ -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 \