]> git.ozlabs.org Git - petitboot/commit
Display VERSION partition info on BMC machines
authorSamuel Mendoza-Jonas <sam.mj@au1.ibm.com>
Tue, 8 Dec 2015 23:32:41 +0000 (10:32 +1100)
committerSam Mendoza-Jonas <sam@mendozajonas.com>
Tue, 9 Feb 2016 02:40:15 +0000 (13:40 +1100)
commitd974c3c39237c8e94bb3a51d3511d18dea01043e
treeb20a31ea0911c0d6cd1c6340620ecdf78ab9c0e6
parentaaeba8e515e6b3416718b7feac985f01fb948b8f
Display VERSION partition info on BMC machines

On supported platforms read the VERSION partition on startup and display
the available versions strings in the System Information screen.

This adds a skeleton hostboot.c to support possible additional BMC
platform support.

Signed-off-by: Sam Mendoza-Jonas <sam@mendozajonas.com>
discover/Makefile.am
discover/hostboot.c [new file with mode: 0644]
discover/hostboot.h [new file with mode: 0644]
discover/platform-powerpc.c
lib/pb-protocol/pb-protocol.c
lib/types/types.h
ui/ncurses/nc-sysinfo.c