Add support for writing bootinfo_sd.bin to the protective MBR bootcode
(sector zero) are of the SD card for BananaPiF3 boards.
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Change-Id: I88b88aa34604f70ec6343ef26a8b535361c4f872
{"size": 64, "name": "reserved1"},
{"size": 125, "name": "reserved2"},
]
+ raw_binary_table = [
+ {"name": "bootinfo_sd",
+ "start_sector": 0, # part of protective MBR (bootcode)
+ "binaries": "bootinfo_sd.bin", },
+ ]
def __init__(self, device, args):
self.user_partition = 7