Skip to content

kassane/zwid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zwid

Utilities for embedding CoSWID tags in EFI binaries - written on Zig

Introduction

Software Identification (SWID) tags provide an extensible XML-based structure to identify and describe individual software components, patches, and installation bundles. SWID tag representations can be too large for devices with network and storage constraints.

CoSWID supports a similar set of semantics and features as SWID tags, as well as new semantics that allow us to describe additional types of information, all in a more memory efficient format.

We wanted to write up some text recommending a particular tool to be integrated into the tianocore build process, but they all are not exactly awesome:

Installing

Requires: zig v0.10.0

Commands:

$> zig build run -D{Options: debug|release-fast|release-safe|release-small} -- path/firmware.bin

About

[WIP] Utilities for embedding CoSWID tags in EFI binaries - written on Zig

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages