Hello Kyösti Mälkki, HAOUAS Elyes, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/32291
to look at the new patch set (#2).
Change subject: nb/via/vx900: Ensure memory size and base are in range ......................................................................
nb/via/vx900: Ensure memory size and base are in range
We need to ensure uma_memory_size and uma_memory_base stay within a 32-bit address range. Both of these variables are 64 bits wide, so it is simplest to use 64 bit math when doing the bit shifts and then check if they are in range after.
Change-Id: Idd180f31e8cff797a6499b12bc685daa993aae05 Signed-off-by: Jacob Garber jgarber1@ualberta.ca Found-by: Coverity CID 1229665, 1229666 --- M src/northbridge/via/vx900/northbridge.c 1 file changed, 9 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/91/32291/2