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

Reading List

Ideas

  • get a working system with CONFIG_FIT_SIGNATURE in uboot. make sandbox_config
  • do some stuff to make and test a signed FIT. See vboot_test.sh
  • can QEMU emulate high assurance boot? No.
  • how to boot a disk image through uboot? qemu -sd sd.img -kernel u-boot.elf ...
  • can uboot load a verified initrd, embedded in the FIT? ???
  • how to verify disk integrity? dm-verity
  • how to sign userland? signelf
  • how to execute only signed userland? ???

Clone this wiki locally