From ece2e5c052d685a170986ba4198d7590a78cacaa Mon Sep 17 00:00:00 2001 From: Adam Joseph Date: Tue, 20 Dec 2022 02:36:16 -0800 Subject: [PATCH] add links --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index dccd98c..16c2f84 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,11 @@ See [doc/architecture.md](doc/architecture.md). * `nixpkgs` was chosen because it is *policy-free software*: it doesn't force any policy decisions on its dependees. `nixpkgs` also has amazing support for [cross-compilation](https://github.com/NixOS/nixpkgs/blob/master/doc/stdenv/cross-compilation.chapter.md); once you've used it you'll never want to deal with cross compilers any other way, ever again. +## Related Links + +- [Google Working To Remove MINIX-Based ME From Intel Platforms](https://www.tomshardware.com/news/google-removing-minix-management-engine-intel,35876.html) +- Hugo Landau's [interesting idea for implementing write-protect-until-next-power-off](https://www.devever.net/~hl/secureboot) using discrete components. + ## License Everything in this repository is licensed under the GNU General Public License, version 2 or later (at your option).