Skip to content

Commit

Permalink
chore: version/CHANGELOG update for v2024.09
Browse files Browse the repository at this point in the history
Updating version and CHANGELOG.md for v2024.09 release.

Signed-off-by: Ivan Griffin <[email protected]>
  • Loading branch information
Ivan Griffin committed Oct 1, 2024
1 parent 4053ccf commit da7a747
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion application/hart0/hss_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion include/hss_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit da7a747

Please sign in to comment.