History log of /openbmc/openpower-proc-control/ext_interface.hpp (Results 1 – 2 of 2)
Revision Date Author Comments
# d8dd9b25 19-Aug-2017 Andrew Geissler <andrewg@us.ibm.com>

Convert over to uint32_t for AttemptsLeft

I missed the fact that the type for the reboot attempts property
changed when code was refactored to the new
xyz.openbmc_project.Control.Boo

Convert over to uint32_t for AttemptsLeft

I missed the fact that the type for the reboot attempts property
changed when code was refactored to the new
xyz.openbmc_project.Control.Boot.RebootAttempts object

Resolves openbmc/openbmc#2178

Change-Id: I297d427b6fa5b9dc0077aab437548d53603c835f
Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>

show more ...


# 2548c7a3 18-May-2017 Andrew Geissler <andrewg@us.ibm.com>

Set SBE seeprom boot side

The default side for the SBE to boot from is side 0, which
is indicated by a 0 in bit 17 of cfam 0x2808.

When the boot count goes to 1 (the last before

Set SBE seeprom boot side

The default side for the SBE to boot from is side 0, which
is indicated by a 0 in bit 17 of cfam 0x2808.

When the boot count goes to 1 (the last before giving up), the
start_host logic will switch over to side 1 for the SBE to
boot from.

Resolves openbmc/openbmc#1467

Change-Id: I61aa22939baa4cde38c8716429b6ca55f7c850bd
Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>

show more ...