Skip to content

Commit 839f238

Browse files
authored
Merge pull request #327 from Dasharo/dts-v277
Add release artifacts for v2.7.7
2 parents e59f362 + 788853e commit 839f238

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
44

55
The 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

meta-dts-distro/conf/distro/dts-distro.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ DISTRO = "dts-distro"
44

55
# distro name
66
DISTRO_NAME = "Dasharo Tools Suite"
7-
DISTRO_VERSION = "2.7.6"
7+
DISTRO_VERSION = "2.7.7"
88
SDK_VENDOR = "-dtssdk"
99

1010
MAINTAINER = "3mdeb Sp. z o. o. <contact@3mdeb.com>"

0 commit comments

Comments
 (0)