From 29b566d21a079d974dfc44f057611c98c234540d Mon Sep 17 00:00:00 2001 From: Huaqi Fang <578567190@qq.com> Date: Fri, 1 Nov 2024 17:50:46 +0800 Subject: [PATCH] doc: doc EnableSUCCM calling requirement in changelog Signed-off-by: Huaqi Fang <578567190@qq.com> --- doc/source/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index 7536400f..91382f74 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -13,6 +13,10 @@ This is version ``0.7.1`` of Nuclei SDK which is still in development. - Fix Cache CCM related API compile fail using c++ compiler +* SoC + + - Only call ``EnableSUCCM`` in ``_premain_init`` process when CCM present and S/U mode present defined in auto generated cpufeature.h + * Misc - Fix various typos found in source code and doc