Skip to content
ckuethe edited this page Jan 1, 2015 · 17 revisions

Reading List

HowTo

  1. uboot: make vexpress_ca9x4_config
  2. uboot: add "#define CONFIG_RSA" to vexpress_common.h
  3. uboot: make menuconfig # enable FIT images with signature checking
  4. uboot: env CROSS_COMPILE=arm-linux-gnueabihf- make -j4
  5. uboot: do some stuff to make a signed FIT ...
  6. qemu: how to emulate high assurance boot with code signing in qemu?
  7. qemu: how to boot a disk image through uboot?
  8. linux/uboot: build small verified initrd, embedded in the FIT?
  9. linux: how to verify disk integrity?
  10. linux: how to sign userland?
  11. linux: how to execute only signed userland?

Clone this wiki locally