LongSoft / UEFITool

UEFI firmware image viewer and editor
BSD 2-Clause "Simplified" License
4.36k stars 629 forks source link

Need splits PAD for multibody pad #252

Closed slavonnet closed 2 years ago

slavonnet commented 2 years ago

Need convert pad to list if pads (regions) ifs insude more than one type of dats

Now pad can

If pad have more than 1 region need to add sublist with region and type information

I think is bloker issue. You look to pad and think that its one object but inside you have 3+

NikolajSchlej commented 2 years ago

None of the cases you mentioned are compliant to UEFI specification, that clearly states that PAD files must be filled by volume's erase polarity bit, and any data in those PAD files should make them into RAW files instead. The fact that we need to build non-empty PAD files properly in new_engine is known, and anticipated for, and old engine is not supported at this point, so this is certainly not a blocker of any kind.