From f634abbdb45ddc42010268bd584176cfc917af20 Mon Sep 17 00:00:00 2001 From: Alex Mikhalevich <2990126+alexmikhalevich@users.noreply.github.com> Date: Mon, 12 Jun 2023 19:31:26 -0300 Subject: [PATCH] feat: bump kernel version to v6.1.33 --- CHANGELOG.md | 2 ++ build.mk | 2 +- configs/debug-linux-config | 1 + configs/default-linux-config | 1 + shasumfile | 2 +- 5 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fc8271..484ffaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/build.mk b/build.mk index 6072f23..8d9f4e3 100644 --- a/build.mk +++ b/build.mk @@ -110,7 +110,7 @@ run-selftest: # 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) \ diff --git a/configs/debug-linux-config b/configs/debug-linux-config index 561cf3c..a8b8044 100644 --- a/configs/debug-linux-config +++ b/configs/debug-linux-config @@ -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 diff --git a/configs/default-linux-config b/configs/default-linux-config index baf8f18..d1b23e1 100644 --- a/configs/default-linux-config +++ b/configs/default-linux-config @@ -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 diff --git a/shasumfile b/shasumfile index d7d37cc..5f6bf8a 100644 --- a/shasumfile +++ b/shasumfile @@ -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