Skip to content

v0.1.1

Compare
Choose a tag to compare
@dehanj dehanj released this 28 Mar 14:12
· 8 commits to main since this release
v0.1.1
3b2810b

This is a minor release correcting a mistake and syncing with the
latest HW release, TK1-24.03.

Note: There is a possibility that this update may impact the generated
CDI for an app that relies on this library. It is recommended to
always check for potential CDI changes for each specific app with
every update. If the generated CDI does change, and if applicable, it
should be clearly communicated to end users to prevent unintentional
changes to their identity.

Changes:

  • Update memory map, tk1_mem.h, to match the latest TK1-24.03 release.
  • Default to tkey-builder:4 for the podman target
  • Default to have QEMU debug enabled in tkey-libs. Mistakenly removed
    in previous release.
  • Revise readme accordingly

Full changelog:
v0.1.0...v0.1.1

Using the provided binary libraries provides in the tar file might be problematic if you're using an older LLVM linker. You might get something like:

ld.lld: error: /src/../tkey-libs/libcommon.a(led.o): Unknown attribute kind (86) (Producer: 'LLVM16.0.6' Reader: 'LLVM 15.0.6')

If you get this error, upgrade your lld or use our ghcr.io/tillitis/tkey-builder:4 OCI image.