├── CONTRIBUTING.md ├── LICENSE.md ├── QUICKSTART.md ├── README.md ├── blueprints ├── AMD_Grub_Late_Launch.md ├── AMD_Landing_Zone.md ├── AMD_coreboot_DRTM_payload.md ├── Linux_Late_Launch.md ├── Measured_Secure_Boot.md ├── README.md └── TXT_Grub_Late_Launch.md ├── documentation ├── Architecture.md ├── CI_infrastracture.md ├── CI_jobs.md ├── DevelopersGuide.md ├── FAQ.md ├── Glossary.md ├── Late_Launch_Overview.md ├── README.md ├── UseCases.md ├── gitlab_CI.md ├── gitlab_runner.md └── images │ ├── Arch_Flow.png │ ├── Arch_Flow.xml │ ├── Architectural_Flow.png │ ├── Architectural_Flow.xml │ ├── SoftwareArch.png │ ├── SoftwareArch.xml │ └── registered_local_runner.png ├── presentations ├── PSEC-2018.pdf └── README.md ├── references ├── AMD64-Architecture-Programmers-Manual_Volume-2_Ch15.27.pdf ├── README.md ├── intel-txt-preliminary-architecture.pdf └── intel-txt-software-development-guide.pdf ├── roadmap └── Roadmap.pdf ├── specifications └── secure-launch-specification.rst └── steering-committee └── Community-Meeting-June17-2021.md /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrenchBoot/documentation/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrenchBoot/documentation/HEAD/LICENSE.md -------------------------------------------------------------------------------- /QUICKSTART.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrenchBoot/documentation/HEAD/QUICKSTART.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrenchBoot/documentation/HEAD/README.md -------------------------------------------------------------------------------- /blueprints/AMD_Grub_Late_Launch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrenchBoot/documentation/HEAD/blueprints/AMD_Grub_Late_Launch.md -------------------------------------------------------------------------------- /blueprints/AMD_Landing_Zone.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrenchBoot/documentation/HEAD/blueprints/AMD_Landing_Zone.md -------------------------------------------------------------------------------- /blueprints/AMD_coreboot_DRTM_payload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrenchBoot/documentation/HEAD/blueprints/AMD_coreboot_DRTM_payload.md -------------------------------------------------------------------------------- /blueprints/Linux_Late_Launch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrenchBoot/documentation/HEAD/blueprints/Linux_Late_Launch.md -------------------------------------------------------------------------------- /blueprints/Measured_Secure_Boot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrenchBoot/documentation/HEAD/blueprints/Measured_Secure_Boot.md -------------------------------------------------------------------------------- /blueprints/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrenchBoot/documentation/HEAD/blueprints/README.md -------------------------------------------------------------------------------- /blueprints/TXT_Grub_Late_Launch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrenchBoot/documentation/HEAD/blueprints/TXT_Grub_Late_Launch.md -------------------------------------------------------------------------------- /documentation/Architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrenchBoot/documentation/HEAD/documentation/Architecture.md -------------------------------------------------------------------------------- /documentation/CI_infrastracture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrenchBoot/documentation/HEAD/documentation/CI_infrastracture.md -------------------------------------------------------------------------------- /documentation/CI_jobs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrenchBoot/documentation/HEAD/documentation/CI_jobs.md -------------------------------------------------------------------------------- /documentation/DevelopersGuide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrenchBoot/documentation/HEAD/documentation/DevelopersGuide.md -------------------------------------------------------------------------------- /documentation/FAQ.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrenchBoot/documentation/HEAD/documentation/FAQ.md -------------------------------------------------------------------------------- /documentation/Glossary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrenchBoot/documentation/HEAD/documentation/Glossary.md -------------------------------------------------------------------------------- /documentation/Late_Launch_Overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrenchBoot/documentation/HEAD/documentation/Late_Launch_Overview.md -------------------------------------------------------------------------------- /documentation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrenchBoot/documentation/HEAD/documentation/README.md -------------------------------------------------------------------------------- /documentation/UseCases.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrenchBoot/documentation/HEAD/documentation/UseCases.md -------------------------------------------------------------------------------- /documentation/gitlab_CI.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrenchBoot/documentation/HEAD/documentation/gitlab_CI.md -------------------------------------------------------------------------------- /documentation/gitlab_runner.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrenchBoot/documentation/HEAD/documentation/gitlab_runner.md -------------------------------------------------------------------------------- /documentation/images/Arch_Flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrenchBoot/documentation/HEAD/documentation/images/Arch_Flow.png -------------------------------------------------------------------------------- /documentation/images/Arch_Flow.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrenchBoot/documentation/HEAD/documentation/images/Arch_Flow.xml -------------------------------------------------------------------------------- /documentation/images/Architectural_Flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrenchBoot/documentation/HEAD/documentation/images/Architectural_Flow.png -------------------------------------------------------------------------------- /documentation/images/Architectural_Flow.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrenchBoot/documentation/HEAD/documentation/images/Architectural_Flow.xml -------------------------------------------------------------------------------- /documentation/images/SoftwareArch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrenchBoot/documentation/HEAD/documentation/images/SoftwareArch.png -------------------------------------------------------------------------------- /documentation/images/SoftwareArch.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrenchBoot/documentation/HEAD/documentation/images/SoftwareArch.xml -------------------------------------------------------------------------------- /documentation/images/registered_local_runner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrenchBoot/documentation/HEAD/documentation/images/registered_local_runner.png -------------------------------------------------------------------------------- /presentations/PSEC-2018.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrenchBoot/documentation/HEAD/presentations/PSEC-2018.pdf -------------------------------------------------------------------------------- /presentations/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrenchBoot/documentation/HEAD/presentations/README.md -------------------------------------------------------------------------------- /references/AMD64-Architecture-Programmers-Manual_Volume-2_Ch15.27.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrenchBoot/documentation/HEAD/references/AMD64-Architecture-Programmers-Manual_Volume-2_Ch15.27.pdf -------------------------------------------------------------------------------- /references/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrenchBoot/documentation/HEAD/references/README.md -------------------------------------------------------------------------------- /references/intel-txt-preliminary-architecture.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrenchBoot/documentation/HEAD/references/intel-txt-preliminary-architecture.pdf -------------------------------------------------------------------------------- /references/intel-txt-software-development-guide.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrenchBoot/documentation/HEAD/references/intel-txt-software-development-guide.pdf -------------------------------------------------------------------------------- /roadmap/Roadmap.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrenchBoot/documentation/HEAD/roadmap/Roadmap.pdf -------------------------------------------------------------------------------- /specifications/secure-launch-specification.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrenchBoot/documentation/HEAD/specifications/secure-launch-specification.rst -------------------------------------------------------------------------------- /steering-committee/Community-Meeting-June17-2021.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrenchBoot/documentation/HEAD/steering-committee/Community-Meeting-June17-2021.md --------------------------------------------------------------------------------