Patrick Georgi has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37190 )
Change subject: soc/intel/common/cache_as_ram.S: Add macro to find a free MTRR ......................................................................
Patch Set 3:
(1 comment)
looks mostly reasonable, just that one cmp $1, %eax...
https://review.coreboot.org/c/coreboot/+/37190/3/src/soc/intel/common/block/... File src/soc/intel/common/block/cpu/car/cache_as_ram.S:
https://review.coreboot.org/c/coreboot/+/37190/3/src/soc/intel/common/block/... PS3, Line 142: cmp $1, %eax this test looks odd and isn't really specified as valid output of find_free_mtrr (its comment also defines what's going on in ebx and ecx but nothing about eax)