Advertisement
captmicro

secure boot system

Dec 31st, 2012
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. ==================================================================================================
  2. === BOOT ORDER ===================================================================================
  3. ==================================================================================================
  4.  
  5. -----------------------------------------
  6. | boot0 |
  7. | load and verify metaldr |----------|
  8. ----------------------------------------- |
  9. | |
  10. | -------------
  11. | | key store |
  12. | -------------
  13. | |
  14. ----------------------------------------- |
  15. | metaldr |----------|
  16. | load and verify all system modules |
  17. -----------------------------------------
  18. |
  19. | -----------------------------------------
  20. | | debugger |
  21. |------->| monitor metaldr |
  22. | -----------------------------------------
  23. |
  24. | -----------------------------------------
  25. | | hypervisor |
  26. |------->| execute and verify all module actions |
  27. | -----------------------------------------
  28. |
  29.  
  30. ==================================================================================================
  31. === DETAILS ======================================================================================
  32. ==================================================================================================
  33.  
  34. boot0
  35. load metaldr into memory
  36. verify hash of metaldr
  37. pass control to metaldr
  38.  
  39. metaldr
  40. load bootfs image into memory
  41. verify hash of bootfs image decryption key
  42. decrypt bootfs image
  43. load all modules the bootfs image contains
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement