commit | a0fa15bbb1c8f395222b66b5072729ff41fb6ee4 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Fri Nov 06 14:42:24 2020 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Nov 11 09:07:29 2020 -0500 |
tree | 07c1e483f2585f561450dc83fec159e575abf9fd | |
parent | c8f22502e913bce278b8670682315ca39d0a8592 [diff] |
build: add support for meson Mostly a direct port from the current autotools implementation, except configurability for several variables is dropped because they are unused: SOFTWARE_OBJPATH, IMG_DIR, MANIFEST_FILE, PUBLICKEY_FILE_NAME, HASH_FILE_NAME, PNOR_SIGNED_IMAGE_CONF_PATH, SIGNATURE_FILE_EXT, ACTIVE_PNOR_MAX_ALLOWED, PNOR_VERSION_PARTITION Change-Id: I3929518b786600435ae48484f63633c52a65d1f9 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
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 this package, do the following steps: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To clean the repository run `./bootstrap.sh clean`.