Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ 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/).

## 2.7.7 - 2026-03-30

### Added

- dts-scripts: extend ME operation mode detection by parsing HFSTS1 bits 19:16
via coreboot logs and checking coreboot logs for CSE operating mode. Fixes
<https://github.com/Dasharo/dasharo-issues/issues/853>.
- pre-commit: autoupdate hooks.

### Fixed

- dts-scripts: call function "sync_clocks" before dumping and sending HCL. If
clocks are not synced the "mc" might fail on sending HCL.
- dts-scripts: avoid duplicate network wait message in FUM flow. Fixes
<https://github.com/Dasharo/dasharo-issues/issues/1219>.

## 2.7.6 - 2026-03-02

### Changed
Expand Down
2 changes: 1 addition & 1 deletion meta-dts-distro/conf/distro/dts-distro.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ DISTRO = "dts-distro"

# distro name
DISTRO_NAME = "Dasharo Tools Suite"
DISTRO_VERSION = "2.7.6"
DISTRO_VERSION = "2.7.7"
SDK_VENDOR = "-dtssdk"

MAINTAINER = "3mdeb Sp. z o. o. <contact@3mdeb.com>"
Expand Down
2 changes: 1 addition & 1 deletion meta-dts-distro/recipes-dts/dts-scripts/dts-scripts_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSES/Apache-2.0.txt;md5=c846ebb396f8b174b10ded477
PV = "0.1+git${SRCPV}"

SRC_URI = "git://github.com/Dasharo/dts-scripts;protocol=https;branch=main"
SRCREV = "4b0cc017efa7c895b9169f79f999c9278163eec6"
SRCREV = "6dd5a1c94cd898e144bfff7946dabac39a3b9c9a"

S = "${WORKDIR}/git"

Expand Down
Loading