[doc] Move all non-security D2 IP to D2S
This mves all non-security IP currently at D2 to D2S.
All of these IPs only have one standardized countermeasure,
and that is the end-to-end bus integrity.
These IPs therefore technically have one countermeasure even though
these are not security IPs. This is reflected in the Hjson, and
in the Hjson checklist (SEC_CM_ASSETS_LISTED and
SEC_CM_IMPLEMENTED).
However, since these IPs are not security IPs, no further RTL and
security reviews are required (SEC_CM_RTL_REVIEWED,
SEC_CM_COUNCIL_REVIEWED).
Signed-off-by: Michael Schaffner <msf@opentitan.org>
diff --git a/hw/ip/sysrst_ctrl/doc/checklist.md b/hw/ip/sysrst_ctrl/doc/checklist.md
index d4274ff..1cc2cae 100644
--- a/hw/ip/sysrst_ctrl/doc/checklist.md
+++ b/hw/ip/sysrst_ctrl/doc/checklist.md
@@ -75,10 +75,10 @@
Type | Item | Resolution | Note/Collaterals
--------------|------------------------------|-------------|------------------
-Security | [SEC_CM_ASSETS_LISTED][] | Not Started |
-Security | [SEC_CM_IMPLEMENTED][] | Not Started |
-Security | [SEC_CM_RTL_REVIEWED][] | Not Started |
-Security | [SEC_CM_COUNCIL_REVIEWED][] | Not Started |
+Security | [SEC_CM_ASSETS_LISTED][] | Done |
+Security | [SEC_CM_IMPLEMENTED][] | Done |
+Security | [SEC_CM_RTL_REVIEWED][] | N/A |
+Security | [SEC_CM_COUNCIL_REVIEWED][] | N/A | This block only contains the bus-integrity CM.
[SEC_CM_ASSETS_LISTED]: {{<relref "/doc/project/checklist.md#sec_cm_assets_listed" >}}
[SEC_CM_IMPLEMENTED]: {{<relref "/doc/project/checklist.md#sec_cm_implemented" >}}