Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
example from parsing System76 Lemp10 image: ``` == IFD == BIOS region not found: invalid FV length (is greater than the data length): 211669285660000467 > 9199616 ME region not found: invalid FV length (is greater than the data length): 211669285660000467 > 9199616 GBE region not found: invalid FV length (is greater than the data length): 211669285660000467 > 9199616 PTT region not found: invalid FV length (is greater than the data length): 211669285660000467 > 9199616 EC region not found: invalid FV length (is greater than the data length): 211669285660000467 > 9199616 ucode region not found: invalid FV length (is greater than the data length): 211669285660000467 > 9199616 == FIT == { "Address": 15420327944232370193, "Size": 0, "Reserved": 5, "Version": { "maj": 255, "min": 255 }, "Type": 127, "IsChecksumValid": true, "Checksum": 255 } ``` Something is odd here. Signed-off-by: Daniel Maslowski <[email protected]>
- Loading branch information