Go to file
2016-08-05 12:25:35 -04:00
build porting Makefile to use a modular build system for each package 2016-08-02 19:25:47 -04:00
config Add cdroms to Linux config, support 4.7 kernels 2016-08-05 12:25:00 -04:00
initrd add no-real-mode to Xen parameters 2016-08-05 12:25:35 -04:00
modules allow linux 4.7 to be selected 2016-08-05 12:24:16 -04:00
packages ignore fetched files 2016-08-02 21:24:15 -04:00
patches update the 4.6.3 patch to make the xen build reproducible on at least one machine 2016-08-04 18:08:27 -04:00
.gitignore ignore created directories in initrd 2016-08-02 21:54:10 -04:00
Makefile touch all files, including symlinks to reset the date for reproducible builds 2016-08-04 18:07:36 -04:00
populate-lib temp var for destination library 2016-08-02 21:21:56 -04:00
README.md Build and bundle the patched xen 4.6.3 kernel 2016-08-03 18:10:44 -04:00

Heads boot ROM motd

Heads: the other side of TAILS

Heads is a configuration for laptops that tries to bring more security to commodity hardware. Among its goals are:

  • Use free software on the boot path
  • Move the root of trust into hardware (or at least the ROM bootblock)
  • Measure and attest to the state of the firmware
  • Measure and verify all filesystems

Flashing Heads into the boot ROM

NOTE: It is a work in progress and not yet ready for users. If you're interested in contributing, please get in touch. Installation requires disassembly of your laptop or server, external SPI flash programmers, possible risk of destruction and significant frustration.


Components:

  • CoreBoot
  • Linux
  • busybox
  • kexec
  • tpmtotp
  • QubesOS (Xen)

Notes:

  • Building coreboot's cross compilers can take a while.
  • Currently only tested in Qemu and on a Thinkpad x230
  • Booting Qubes requires patching Xen's real mode startup code; see patches/xen-4.6.3.patch and add no-real-mode to start of the Xen command line.