Paidipeddi Pridhiviraj

Results 61 comments of Paidipeddi Pridhiviraj

``` / # cat /sys/firmware/opal/msglog | grep -i STB [ 71.254280957,6] MEM: parsing reserved memory from node /ibm,hostboot/reserved-memory [ 75.394363524,3] STB: container NOT VERIFIED, resource_id=4 secureboot not yet initialized [...

``` diff --git a/core/fast-reboot.c b/core/fast-reboot.c index 0fe16cc..86408f6 100644 --- a/core/fast-reboot.c +++ b/core/fast-reboot.c @@ -30,6 +30,8 @@ #include #include #include +#include "libstb/trustedboot.h" +#include "libstb/tpm_chip.h" /* Flag tested by the OPAL entry...

After discussing with @stewart-ibm in internal slack we decided not to do tpm_init again, instead we are not un-registering the tpm chips. Send the fix to the mailing list https://lists.ozlabs.org/pipermail/skiboot/2018-March/010730.html...

After having a working V2 in place, but this really needs testing with fast-reboot torture testcase.

Sent a working V2 https://lists.ozlabs.org/pipermail/skiboot/2018-March/010738.html and survived 100 reboots.

Not sure this one is a OPAL or kernel issue. Just raised here to inform, and some one can confirm whether these warnings will result in other problems, where the...

@cclaudio The skiboot is pretty latest `v5.9-240-g081882690163`. So FYI, this issue is in P8 systems where i guess it will be ibm,secureboot-v1 not the v2. And also as you said,...

Even on a P9 system(p9dsu.pnor which built from upstream op-build in local mode) observed the verify fails when we flash a unsigned PNOR image. ``` [root@ltc-boston-xxx ~]# cat /sys/firmware/opal/msglog |...

``` 1. Build a unsigned PNOR image. 2. Flash it on to the system. 3. Check the DT properties of STB / # cd /proc/device-tree/ibm,secureboot/ /sys/firmware/devicetree/base/ibm,secureboot # lsprop . compatible...