Attention is currently required from: Arthur Heymans. Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/51500 )
Change subject: arch/x86/id.S: Fix building with clang ......................................................................
Patch Set 1:
(1 comment)
File src/arch/x86/id.S:
https://review.coreboot.org/c/coreboot/+/51500/comment/1b0648f9_989b593f PS1, Line 15: .long 0xffffffff - ver + 1 /* Reverse offset to the version */ : .long 0xffffffff - vendor + 1 /* Reverse offset to the vendor id */ : .long 0xffffffff - part + 1 /* Reverse offset to the part number */ This also builds for me with GCC (X86_32), so maybe we can use it unconditionally?