Re: [PATCH v3 1/2] pc: add parser for OVMF reset block

2021-02-04 Thread Dr. David Alan Gilbert
* James Bottomley (j...@linux.ibm.com) wrote: > OVMF is developing a mechanism for depositing a GUIDed table just > below the known location of the reset vector. The table goes > backwards in memory so all entries are of the form > > |len| > > Where is arbtrary size and type, is a uint16_t and

[PATCH v3 1/2] pc: add parser for OVMF reset block

2021-02-04 Thread James Bottomley
OVMF is developing a mechanism for depositing a GUIDed table just below the known location of the reset vector. The table goes backwards in memory so all entries are of the form |len| Where is arbtrary size and type, is a uint16_t and describes the entire length of the entry from the beginning