FENG Yu Ning wrote:
An area can be covered by multiple MTRRs. As long as at least one MTRR covering the area is "uncachable", everything is OK.
If I understood correctly, Paul could do
echo "base=0x1ffc0000 size=0x40000 type=uncachable" >| /proc/mtrr
and then try flashrom again.
Am I right?
Flash is at top of 4GB so I think it should be
echo "base=0xfffc0000 size=0x40000 type=uncachable" >| /proc/mtrr
//Peter