summaryrefslogtreecommitdiffstats
path: root/images.hpp
Commit message (Collapse)AuthorAgeFilesLines
* Use separated images for fixed flash layoutLei YU2018-07-261-4/+0
| | | | | | | | | | | | For fixed flash layout code update, it was using the whole image-bmc. For future features like image verification during boot, it needs to use separated images and separated keys. So change the image-bmc to separated images. Change-Id: I6cc56f82c786125bb4386af5ea1d931afed7901d Tested: Do code update on Romulus without issue. Signed-off-by: Lei YU <mine260309@gmail.com>
* Refactor of bmcImagesLei YU2018-07-171-0/+23
bmcImages were in image_verify.hpp but it is used not only in image verification, but elsewhere. Move it into a more generic header file, images.hpp, so it makes more clear that users of bmcImages include images.hpp instead of image_verify.hpp Tested: Verify the code pass the build. Change-Id: If9adf315eee9047d9d08ab93ed7c0ff3c97f7a1e Signed-off-by: Lei YU <mine260309@gmail.com>
OpenPOWER on IntegriCloud