File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
meta-dts-distro/conf/distro Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
66
7+ ## 2.7.7 - 2026-03-30
8+
9+ ### Added
10+
11+ - dts-scripts: extend ME operation mode detection by parsing HFSTS1 bits 19:16
12+ via coreboot logs and checking coreboot logs for CSE operating mode. Fixes
13+ < https://github.com/Dasharo/dasharo-issues/issues/853 > .
14+ - pre-commit: autoupdate hooks.
15+
16+ ### Fixed
17+
18+ - dts-scripts: call function "sync_clocks" before dumping and sending HCL. If
19+ clocks are not synced the "mc" might fail on sending HCL.
20+ - dts-scripts: avoid duplicate network wait message in FUM flow. Fixes
21+ < https://github.com/Dasharo/dasharo-issues/issues/1219 > .
22+
723## 2.7.6 - 2026-03-02
824
925### Changed
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ DISTRO = "dts-distro"
44
55# distro name
66DISTRO_NAME = "Dasharo Tools Suite"
7- DISTRO_VERSION = "2.7.6 "
7+ DISTRO_VERSION = "2.7.7 "
88SDK_VENDOR = "-dtssdk"
99
1010MAINTAINER = "3mdeb Sp. z o. o. <contact@3mdeb.com>"
You can’t perform that action at this time.
0 commit comments