From 87a785b0e219010b9b1600325fd499476cab57ca Mon Sep 17 00:00:00 2001 From: Pierre Guillod Date: Fri, 29 Mar 2024 16:10:17 +0100 Subject: [PATCH] release --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6538001 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# EFI Clock + +EFI application example featuring a binary clock. It uses the [TianoCore](https://www.tianocore.org/)'s [EDK II](https://github.com/tianocore/tianocore.github.io/wiki/EDK-II) development framework. + +## Used EDK II features + +The following functionalities are used: + + - [GOP (Graphics Output Protocol)](https://wiki.osdev.org/GOP) + - TimerLib + +## Pipeline + +[![status-badge](https://ci.slowte.ch/api/badges/9/status.svg)](https://ci.slowte.ch/repos/9) + +A Fedora-based building pipeline provides binariess `.efi` files. It clones and build the toolchain from [TianoCore's toolchain repositories](https://github.com/tianocore). Binaries are released for each tag on the [releases page](https://forge.slowte.ch/uefi/efi-clock/releases). \ No newline at end of file