[ci] re-enable entropy and pwrmgr smoke tests
Signed-off-by: Timothy Chen <timothytim@google.com>
diff --git a/hw/ip/otp_ctrl/data/otp_ctrl_img_dev.hjson b/hw/ip/otp_ctrl/data/otp_ctrl_img_dev.hjson
index 44f2368..5260c66 100644
--- a/hw/ip/otp_ctrl/data/otp_ctrl_img_dev.hjson
+++ b/hw/ip/otp_ctrl/data/otp_ctrl_img_dev.hjson
@@ -62,7 +62,7 @@
},
{
name: "EN_ENTROPY_SRC_FW_READ",
- value: false,
+ value: true,
},
],
}
diff --git a/hw/ip/otp_ctrl/data/otp_ctrl_img_rma.hjson b/hw/ip/otp_ctrl/data/otp_ctrl_img_rma.hjson
index 5c4e9ca..9bd2ad8 100644
--- a/hw/ip/otp_ctrl/data/otp_ctrl_img_rma.hjson
+++ b/hw/ip/otp_ctrl/data/otp_ctrl_img_rma.hjson
@@ -62,7 +62,7 @@
},
{
name: "EN_ENTROPY_SRC_FW_READ",
- value: false,
+ value: true,
},
{
name: "EN_ENTROPY_SRC_FW_OVER",
diff --git a/test/systemtest/earlgrey/config.py b/test/systemtest/earlgrey/config.py
index c89ad7b..4fc78c1 100644
--- a/test/systemtest/earlgrey/config.py
+++ b/test/systemtest/earlgrey/config.py
@@ -65,10 +65,10 @@
"name": "rv_plic_smoketest",
"targets": ["sim_verilator", "fpga_cw310"],
},
- # TODO(#6656): AST is not instantiated in chip_earlgrey_verilator.
- # {
- # "name": "pwrmgr_smoketest",
- # },
+ {
+ "name": "pwrmgr_smoketest",
+ "targets": ["sim_verilator"],
+ },
{
"name": "rstmgr_smoketest",
"targets": ["sim_verilator", "fpga_cw310", "fpga_nexysvideo"],
@@ -90,11 +90,10 @@
# "name": "csrng_smoketest",
# "targets": ["sim_verilator", "fpga_cw310"],
# },
- # TODO(lowrisc/opentitan#8114):
- # {
- # "name": "entropy_src_smoketest",
- # "targets": ["sim_verilator", "fpga_cw310"],
- # },
+ {
+ "name": "entropy_src_smoketest",
+ "targets": ["sim_verilator", "fpga_cw310"],
+ },
{
"name": "kmac_smoketest",
"targets": ["sim_verilator", "fpga_cw310"],