commit | 5409e87789f5e565ac96c0b0e9b10bca96f9f107 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Fri Dec 03 07:21:44 2021 -0600 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Mon Dec 06 23:40:58 2021 -0600 |
tree | 3fedad289bfa75ebb02c027021a97c3869c0f929 | |
parent | 94fc70cb0b2eb943fe3bd2fbe74bcca466f07531 [diff] |
PHAL: devtree file based attribute override support This commits enables the file based devtree attribute override attributes tool enabled feature to export attribute to override file during "attributes write" command. During devtree re-initiaization service execution, enabled to import attribute override file based data to the devtree. User can also manually create attribute override file by creating cronus attribute override format file. Example: target = k0 ATTR_FREQ_PAU_MHZ u32 0x000008ca Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I21335c0c81249f4d60b235ea204d0e90420fd29c
Contains procedures that interact with the OpenPower nest chipset.
To build this package, do the following steps: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To build with phal feature: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} --enable-phal --enable-openfsi 3. make To clean the repository run `./bootstrap.sh clean`.