summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorSteve McIntyre <steve@einval.com>2021-03-23 23:49:46 +0000
committerSteve McIntyre <steve@einval.com>2021-03-23 23:49:46 +0000
commit031e5cce385d3f96b1caa1d53495332a7eb03749 (patch)
treeb4988dfbd191b2242b9294e24075b39a608b1155 /TODO
parent7bf7a6d0852382bb645119b18df3ff461aaba247 (diff)
downloadefi-boot-shim-upstream/15.3.tar.gz
efi-boot-shim-upstream/15.3.zip
New upstream version 15.3upstream/15.3
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 6 insertions, 3 deletions
diff --git a/TODO b/TODO
index bdfab075..d7c73344 100644
--- a/TODO
+++ b/TODO
@@ -22,11 +22,14 @@
- make debuginfo paths configurable
- make arch dependent names configurable
- Make it easier to avoid CryptPem
-- Make an easy strip+implant tool for our embedded cert lists
- Post process full path names out of __FILE__ / __BASE_FILE__ entries in
the string table :/
-- Make build.log an artifact of building.
-- KEK for Mok. (koike expressed an interest in working on this.)
+- Reproducible builds:
+ - Make build.log an artifact of building.
+ - KEK for Mok. (koike expressed an interest in working on this.)
+ - Reorder builds to take hashes of mm, fb and insert those in shim
+ instead of ephemeral certs
+ - Make an easy strip+implant tool for our embedded cert lists
- Detection of fallback.efi boot loops
- Some tablet devices seem to always boot the fallback path, ignoring
boot variables, so we need to detect that.