Open chris-oo opened 3 weeks ago
We shouldn't use /dev/mem to read data, and instead should use device tree and reconstruct what we need.
This is easy for the measured information, but harder for the SLIT/PPTT. However, we should be able to reconstruct this information from device tree.
Unfortunately this gets a bit harder with the reserved region #304 . I don't know if we can easily remove some of these binary-only info, since packing them in device tree seems like the wrong thing to do
We shouldn't use /dev/mem to read data, and instead should use device tree and reconstruct what we need.
This is easy for the measured information, but harder for the SLIT/PPTT. However, we should be able to reconstruct this information from device tree.