mmc: process host firmware blob files

Invoke the new process-host-firmware subcommand when performing emmc
setup.

Change-Id: I47cf1e4b7139027b22623633caa05081af4ca2a8
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
1 file changed
tree: 51acd4ef4897ec6ec127ac1ad816fd6c0461ce28
  1. m4/
  2. mmc/
  3. static/
  4. test/
  5. ubi/
  6. vpnor/
  7. .clang-format
  8. .gitignore
  9. activation.cpp
  10. activation.hpp
  11. bootstrap.sh
  12. configure.ac
  13. functions.cpp
  14. functions.hpp
  15. generate-tar
  16. generate-ubi
  17. image_verify.cpp
  18. image_verify.hpp
  19. item_updater.cpp
  20. item_updater.hpp
  21. item_updater_main.cpp
  22. LICENSE
  23. MAINTAINERS
  24. Makefile.am
  25. meson.build
  26. meson_options.txt
  27. msl_verify.cpp
  28. msl_verify.hpp
  29. msl_verify_main.cpp
  30. op-pnor-msl.service
  31. openpower-pnor-update@.service
  32. org.open_power.Software.Host.Updater.service
  33. README.md
  34. utils.cpp
  35. utils.hpp
  36. version.cpp
  37. version.hpp
README.md

openpower-pnor-code-mgmt

OpenPower PNOR (Processor NOR) Code Management provides a set of host software management applications for OpenPower systems. The host firmware is stored on the PNOR chip. More information can be found at Software Architecture or Host Code Update

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To clean the repository run `./bootstrap.sh clean`.