From da7a7473949b433808841019efa4672729116324 Mon Sep 17 00:00:00 2001 From: Ivan Griffin Date: Tue, 1 Oct 2024 10:46:39 +0100 Subject: [PATCH] chore: version/CHANGELOG update for v2024.09 Updating version and CHANGELOG.md for v2024.09 release. Signed-off-by: Ivan Griffin --- CHANGELOG.md | 23 +++++++++++++++++++++++ application/hart0/hss_init.c | 2 +- include/hss_version.h | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64d236a0..507fac36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,29 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## 2024.09 + +### Added + + Not applicable for this release. + +### Changed + + * HSS: healthmon: Ensure that health monitoring monitor arrays are board/design specific + + * HSS: README: update command to program Video Kit + + * HSS: build: include DIE and PACKAGE arguments for MPFS Video Kit + + +### Fixed + + * HSS: ymodem: Ensuring watchdog doesn't fire if YMODEM is running. + + * HSS: boot: Fixing some build errors when CONFIG_SERVICE_BOOT is not enabled. + + * HSS: build: ensure -fwhole-program optimizations are not enabled when strong stack protection is enabled. + ## 2024.06 ### Added diff --git a/application/hart0/hss_init.c b/application/hart0/hss_init.c index a326cda8..fcef11a2 100644 --- a/application/hart0/hss_init.c +++ b/application/hart0/hss_init.c @@ -202,7 +202,7 @@ bool HSS_E51_Banner(void) #endif " / BOARD=" STR(BOARD) "\n" - "(c) Copyright 2017-2022 Microchip FPGA Embedded Systems Solutions.\n\n" + "(c) Copyright 2017-2024 Microchip FPGA Embedded Systems Solutions.\n\n" "incorporating OpenSBI - version %d.%d\n" "(c) Copyright 2019-2022 Western Digital Corporation.\n\n", HSS_VERSION_MAJOR, HSS_VERSION_MINOR, HSS_VERSION_PATCH, diff --git a/include/hss_version.h b/include/hss_version.h index 1c9af3fb..11077890 100644 --- a/include/hss_version.h +++ b/include/hss_version.h @@ -40,7 +40,7 @@ extern "C" { #define HSS_VERSION_MAJOR 0 #define HSS_VERSION_MINOR 99 -#define HSS_VERSION_PATCH 41 +#define HSS_VERSION_PATCH 42 #ifndef VENDOR_STRING # define VENDOR_STRING "dev-build"