Skip to content

Commit

Permalink
Merge pull request #289 from firesim/linux-rng-init-fix
Browse files Browse the repository at this point in the history
rng init fix: update firesim/linux submodule + update linux-config to use Kconfig options
  • Loading branch information
raghav-g13 authored Oct 11, 2023
2 parents 8abff82 + fb35e2a commit 9782698
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions boards/chipyard/base-workloads/br-base/linux-config
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,6 @@ CONFIG_RISCV_ROCC=y
CONFIG_STACKPROTECTOR_PER_TASK=y
CONFIG_TOOLCHAIN_HAS_ZICBOM=y
CONFIG_TOOLCHAIN_HAS_ZIHINTPAUSE=y
CONFIG_OVERRIDE_RNG_ENTROPY=y
CONFIG_OVERRIDE_RNG_ENTROPY_VALUE=256

2 changes: 1 addition & 1 deletion boards/default/linux
2 changes: 2 additions & 0 deletions boards/firechip/base-workloads/br-base/linux-config
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,6 @@ CONFIG_STACKPROTECTOR_PER_TASK=y
CONFIG_TOOLCHAIN_HAS_ZICBOM=y
CONFIG_TOOLCHAIN_HAS_ZIHINTPAUSE=y
# CONFIG_RISCV_PMU is not set
CONFIG_OVERRIDE_RNG_ENTROPY=y
CONFIG_OVERRIDE_RNG_ENTROPY_VALUE=256

2 changes: 2 additions & 0 deletions boards/firechip/base-workloads/fedora-base/linux-config
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,6 @@ CONFIG_RISCV_ROCC=y
CONFIG_STACKPROTECTOR_PER_TASK=y
CONFIG_TOOLCHAIN_HAS_ZICBOM=y
CONFIG_TOOLCHAIN_HAS_ZIHINTPAUSE=y
CONFIG_OVERRIDE_RNG_ENTROPY=y
CONFIG_OVERRIDE_RNG_ENTROPY_VALUE=256

2 changes: 2 additions & 0 deletions boards/prototype/base-workloads/br-base/linux-config
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,6 @@ CONFIG_INITRAMFS_ROOT_UID=0
# CONFIG_SPI_SN_F_OSPI is not set
# CONFIG_SSIF_IPMI_BMC is not set
CONFIG_RISCV_ROCC=y
CONFIG_OVERRIDE_RNG_ENTROPY=y
CONFIG_OVERRIDE_RNG_ENTROPY_VALUE=256

0 comments on commit 9782698

Please sign in to comment.