Skip to content

Commit

Permalink
Update toolchain to 0.13.0
Browse files Browse the repository at this point in the history
This update enables compressed instructions
  • Loading branch information
vfusco committed Feb 10, 2023
1 parent 3e46336 commit 1aaf945
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push]
env:
KERNEL_VERSION: 5.15.63-ctsi-1
RISCV_PK_VERSION: 1.0.0-ctsi-1
TOOLCHAIN_VERSION: 0.12.0
TOOLCHAIN_VERSION: 0.13.0
jobs:
build:
runs-on: ubuntu-22.04
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed
- Tuned default kernel config for faster boot time
- Updated toolchain to v0.13.0
- Enabled compressed instructions (RISC-V C extension)

## [0.14.0] - 2022-11-17
### Changed
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

TAG ?= devel
TOOLCHAIN_DOCKER_REPOSITORY ?= cartesi/toolchain
TOOLCHAIN_TAG ?= 0.12.0
TOOLCHAIN_TAG ?= 0.13.0
KERNEL_VERSION ?= 5.15.63-ctsi-1
KERNEL_SRCPATH := dep/linux-${KERNEL_VERSION}.tar.gz
RISCV_PK_VERSION ?= 1.0.0-ctsi-1
Expand Down
2 changes: 1 addition & 1 deletion configs/debug-linux-config
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ CONFIG_CMODEL_MEDANY=y
CONFIG_MAXPHYSMEM_128GB=y
# CONFIG_SMP is not set
CONFIG_TUNE_GENERIC=y
# CONFIG_RISCV_ISA_C is not set
CONFIG_RISCV_ISA_C=y

#
# supported PMU type
Expand Down
2 changes: 1 addition & 1 deletion configs/default-linux-config
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CONFIG_IKCONFIG_PROC=y
CONFIG_NAMESPACES=y
CONFIG_EMBEDDED=y
CONFIG_SOC_VIRT=y
# CONFIG_RISCV_ISA_C is not set
CONFIG_RISCV_ISA_C=y
CONFIG_FPU=y
CONFIG_HZ_100=y
CONFIG_CMDLINE="earlyprintk"
Expand Down

0 comments on commit 1aaf945

Please sign in to comment.