Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump kernel version to v6.1.33 #19

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- Updated Linux Kernel to v6.1.33-ctsi-1

## [0.17.0] - 2023-08-14
### Added
Expand Down
2 changes: 1 addition & 1 deletion build.mk
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ run-selftest:

alexmikhalevich marked this conversation as resolved.
Show resolved Hide resolved
# clone (for non CI environment)
# ------------------------------------------------------------------------------
clone: LINUX_BRANCH ?= linux-5.15.63-ctsi-y
clone: LINUX_BRANCH ?= linux-6.1.33-ctsi-y
clone: RISCV_PK_BRANCH ?= v1.0.0-ctsi-1
clone:
git clone --depth 1 --branch $(LINUX_BRANCH) \
Expand Down
1 change: 1 addition & 0 deletions configs/debug-linux-config
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ CONFIG_RISCV=y
CONFIG_ARCH_MMAP_RND_BITS_MIN=18
CONFIG_ARCH_MMAP_RND_BITS_MAX=24
CONFIG_RISCV_SBI=y
CONFIG_RISCV_SBI_V01=y
CONFIG_MMU=y
CONFIG_ZONE_DMA32=y
CONFIG_VA_BITS=39
Expand Down
1 change: 1 addition & 0 deletions configs/default-linux-config
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ CONFIG_VIRTIO_NET=y
# CONFIG_SERIO is not set
CONFIG_SERIAL_EARLYCON_RISCV_SBI=y
CONFIG_HVC_RISCV_SBI=y
CONFIG_RISCV_SBI_V01=y
# CONFIG_HW_RANDOM is not set
# CONFIG_RANDOM_TRUST_BOOTLOADER is not set
# CONFIG_HWMON is not set
Expand Down
2 changes: 1 addition & 1 deletion shasumfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
e8d4d1882632eac7fd8e433b4eb4db014fd56e645fdad3b89be7d1ca4f20ca07 linux-5.15.63-ctsi-2.tar.gz
df9fc29214ed3595425976888137226b571946c86cd1ddee5cdb5afd744785b4 linux-6.1.33-ctsi-1.tar.gz
9a873345b9914940e7bf03a167da823910c8a2acadd818b780ffbd1a3edcc4c5 riscv-pk-1.0.0-ctsi-1.tar.gz
Loading