From 5f85fb4bc95b753a2f7d042db7dc2644ca1e8c49 Mon Sep 17 00:00:00 2001 From: Caleb <11879229+calebofearth@users.noreply.github.com> Date: Wed, 3 Jul 2024 09:06:38 -0700 Subject: [PATCH] [DOCS] Update formatting in Release Notes for 1.1 (#552) * Line break after bug fix descriptions * PR hyperlinks --- Release_Notes.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Release_Notes.md b/Release_Notes.md index edbcfcbe5..752fb3e8a 100644 --- a/Release_Notes.md +++ b/Release_Notes.md @@ -27,7 +27,7 @@ _*Last Update: 2024/07/02*_ - Update zeroize assertions - Add X check assertions to all register files - New assertions and firmware tests for LMS accelerator - - Formal Verification (#493): + - Formal Verification [#493](https://github.com/chipsalliance/caliptra-rtl/pull/493): - ECC Montgomery updated to recent changes - SHA512\_masked update to entropy instead of LFSR - SHA256 LMS extension verified @@ -58,13 +58,13 @@ _*Last Update: 2024/07/02*_ - Update HW\_REV\_ID bit-map and configure value to 1.1 #### Bug Fixes #### -[RTL] Add connection for JTAG TDO enable signal #415 #425 -[ENTROPY\_SRC] Entropy source sfifo signal unable to exit reset #503 #506 -[PV] Async reset condition missing for `nonce_offset_i` #339 #444 #483 -[HMAC] Fixed leakage issue in HMAC #325 #429 -[KV] Resolve a potential vulnerability in Key Vault usage #528 -[JTAG] VeeR JTAG access only with debug unlocked; Caliptra JTAG access with debug unlocked or manufacturing #528 -[JTAG] Enable JTAG interface to be used while boot FSM is halted at breakpoint #541 +[RTL] Add connection for JTAG TDO enable signal [#415](https://github.com/chipsalliance/caliptra-rtl/issues/415) [#425](https://github.com/chipsalliance/caliptra-rtl/pull/425)
+[ENTROPY\_SRC] Entropy source sfifo signal unable to exit reset [#503](https://github.com/chipsalliance/caliptra-rtl/issues/503) [#506](https://github.com/chipsalliance/caliptra-rtl/pull/506)
+[PV] Async reset condition missing for `nonce_offset_i` [#339](https://github.com/chipsalliance/caliptra-rtl/issues/339) [#444](https://github.com/chipsalliance/caliptra-rtl/issues/444) [#483](https://github.com/chipsalliance/caliptra-rtl/pull/483)
+[HMAC] Fixed leakage issue in HMAC [#325](https://github.com/chipsalliance/caliptra-rtl/pull/325) [#429](https://github.com/chipsalliance/caliptra-rtl/pull/429)
+[KV] Resolve a potential vulnerability in Key Vault usage [#528](https://github.com/chipsalliance/caliptra-rtl/pull/528)
+[JTAG] VeeR JTAG access only with debug unlocked; Caliptra JTAG access with debug unlocked or manufacturing [#528](https://github.com/chipsalliance/caliptra-rtl/pull/528)
+[JTAG] Enable JTAG interface to be used while boot FSM is halted at breakpoint [#541](https://github.com/chipsalliance/caliptra-rtl/pull/541) ## Previous Releases ##