-
Notifications
You must be signed in to change notification settings - Fork 20
Secure Boot
ckuethe edited this page Jan 1, 2015
·
17 revisions
- http://boundarydevices.com/secure-boot-on-i-mx6-nitrogen6x-boards/
- http://cache.freescale.com/files/32bit/doc/app_note/AN4581.pdf
- http://bunniefoo.com/novena/IMX6DQ6SDLSRM_security.pdf
- http://www.denx-cs.de/doku/?q=m28verifiedboot
- http://lwn.net/Articles/571031/
- https://github.com/ckuethe/uboot-denx/tree/master/doc/uImage.FIT
- http://events.linuxfoundation.org/sites/events/files/slides/elce-2014.pdf
- http://www.denx.de/wiki/pub/U-Boot/MiniSummitELCE2013/U-Boot_verified_RSA_boot_flow_on_arm_target.pdf
- uboot: make vexpress_ca9x4_config
- uboot: add "#define CONFIG_RSA" to vexpress_common.h
- uboot: make menuconfig # enable FIT images with signature checking
- uboot: env CROSS_COMPILE=arm-linux-gnueabihf- make -j4
- uboot: do some stuff to make a signed FIT ...
- qemu: how to emulate high assurance boot with code signing in qemu?
- qemu: how to boot a disk image through uboot?
- linux/uboot: build small verified initrd, embedded in the FIT?
- linux: how to verify disk integrity?
- linux: how to sign userland?
- linux: how to execute only signed userland?