| commit | 75912e83445c48de616fdb71dd4d7696beadf48e | [log] [tgz] | 
|---|---|---|
| author | Lakshminarayana R. Kammath <lkammath@in.ibm.com> | Tue Apr 28 07:37:17 2020 -0500 | 
| committer | Lakshminarayana R. Kammath <lkammath@in.ibm.com> | Thu Apr 30 07:22:58 2020 -0500 | 
| tree | 04bf3575703c6d7c1bdf9179886a8b7afdc579e2 | |
| parent | c98bab51d0826daeb8cf5fe1725c0e8932cb1996 [diff] | 
Select primary/secondary BOOT/MEASUREMENT SEEPROM based on boot count
Changes include:
   1) selection of primary/secondary seeprom before booting host
   2) structure name change from PACKED to PACK to avoid conflict with
      attributes_info.H
Tests done :
- Verified the right bit set for Primary Vs Secondary Boot path
- Verified attribute GET/SET working good
Signed-off-by: Lakshminarayana R. Kammath <lkammath@in.ibm.com>
Change-Id: I3017b0e9118119cc0a5e478f262641ce539ac4ff
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`.