On 23.01.2018 19:26, Collin L. Walling wrote:
Read the stage2 boot loader data block-by-block. We scan the
current block for the string "zIPL" to detect the start of the
boot menu banner. We then load the adjacent blocks (previous
block and next block) to account for the possibility of menu
data spanning multiple blocks.
Signed-off-by: Collin L. Walling <address@hidden>
---
pc-bios/s390-ccw/bootmap.c | 94 +++++++++++++++++++++++++++++++++++++++++++---
pc-bios/s390-ccw/bootmap.h | 1 +
pc-bios/s390-ccw/menu.c | 5 +++
pc-bios/s390-ccw/menu.h | 1 +
4 files changed, 96 insertions(+), 5 deletions(-)
Looks good to me now!
Reviewed-by: Thomas Huth <address@hidden>