-
Notifications
You must be signed in to change notification settings - Fork 20
Secure Boot
ckuethe edited this page Jan 6, 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://community.freescale.com/docs/DOC-96451
- https://community.freescale.com/docs/DOC-96409
- https://community.freescale.com/thread/264827
- https://github.com/ckuethe/uboot-denx/tree/master/doc/uImage.FIT
- https://github.com/ckuethe/uboot-denx/blob/master/doc/README.mxc_hab
- https://github.com/ckuethe/uboot-denx/blob/master/doc/README.odroid
- http://www.phoronix.com/scan.php?page=news_item&px=MTI3NTY
- http://www.jukie.net/~bart/elfpgp/
- http://blog.codenoise.com/signelf-digitally-signing-elf-binaries
- http://lwn.net/Articles/532778/
- http://www.edlangley.co.uk/blog/2014/06/rescuing-bricked-secure-mode-i.mx6/
- 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
- https://github.com/rabeeh/android-imx6-kitkat/blob/master/platform/external/linux-test.git/0328-ENGR00217417-MX6-Provide-Secure-Boot-releated-config.patch
- https://github.com/rabeeh/android-imx6-kitkat/blob/master/platform/external/linux-test.git/0376-ENGR00000000-secure-boot-add-support-for-V2012-Secur.patch
- 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?