Attention is currently required from: Eric Lai, Kapil Porwal, Pranava Y N, Subrata Banik.
Hello Eric Lai, Jérémy Compostella, Kapil Porwal, Pranava Y N, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/84236?usp=email
to look at the new patch set (#4).
Change subject: soc/intel/cmn/block/cpu: Simplify calculation of non-eviction ways ......................................................................
soc/intel/cmn/block/cpu: Simplify calculation of non-eviction ways
The calculation of non-eviction ways (used for cache-as-ram configuration) has been simplified by removing conditional move instructions and directly adding the remainder to the quotient.
This achieves the same ceiling operation but with potentially improved efficiency (less instructions).
No functional changes are expected.
TEST=Able to build and boot google/rex.
Change-Id: I7cf5ff19ec440d049edc3bf52c660dea96b1f08a Signed-off-by: Subrata Banik subratabanik@google.com --- M src/soc/intel/common/block/cpu/car/cache_as_ram.S 1 file changed, 5 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/36/84236/4