tree: 6774914b54f0bffc5ce3ab445563580e8433355d [path history] [tgz]
  1. 32/
  2. 64/
  3. armv/
  4. drivers/
  5. cpuid.c
  6. linker.lds
  7. psci.c
  8. README.md
  9. scu.c
  10. smp_boot.c
  11. sys_boot.c
elfloader-tool/src/arch-arm/README.md

The elfloader Kconfig isn‘t accessable in most of the top-level Kconfigs. Therefore, there are two ways to use the hashing algorithms: 1. CONFIG_HASH_INSTRUCTIONS=y in your defconfig CONFIG_HASH_SHA (optional - remove if you want to md5 hash) 2. Include the elf-loader’s Kconfig under a new menu in your top-level Kconfig like this:

     menu "Tools"
       source "tools/elfloader/Kconfig"
     endmenu

Either one of these options will allow the user to select the hashing process.

Please note, this process will add boottime, as hashing a very long file tends to take some time.