tree: 4c6cc05725705d9ada983b23acb473dbc295d47f [path history] [tgz]
  1. include/
  2. test/
  3. android_boot_image.c
  4. BUILD.gn
  5. gpt_boot_demo.cc
  6. gpt_boot_reference.c
  7. README.md
  8. utils.h
  9. zbi_utils.c
  10. zircon_boot.c
  11. zircon_ramboot.c
  12. zircon_ramboot.h
  13. zircon_vboot.c
  14. zircon_vboot.h
src/firmware/lib/zircon_boot/README.md

Firmware zircon boot

The library contains reference logic for loading/booting OS image according to ABR and verified boot. gpt_boot_reference.c gives a reference implementation on how to use the API in this library to implement firmware for booting Zircon.