HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/29852
Change subject: src/vendorcode: [test] Fix invalid hexadecimal number. ......................................................................
src/vendorcode: [test] Fix invalid hexadecimal number.
Change-Id: Ifdef135aa7517477a10657bb01f866ec41f5bdf7 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/vendorcode/amd/pi/00630F01/binaryPI/gcccar.inc 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/52/29852/1
diff --git a/src/vendorcode/amd/pi/00630F01/binaryPI/gcccar.inc b/src/vendorcode/amd/pi/00630F01/binaryPI/gcccar.inc index f444852..f68c9dc 100644 --- a/src/vendorcode/amd/pi/00630F01/binaryPI/gcccar.inc +++ b/src/vendorcode/amd/pi/00630F01/binaryPI/gcccar.inc @@ -523,7 +523,7 @@
LOCAL node_core_f14_exit
- cmp $0x-1, %si # Has node/core already been discovered? + cmp $-1, %si # Has node/core already been discovered? jnz node_core_f14_exit # Br if yes
AMD_CPUID $CPUID_MODEL