Attention is currently required from: Julius Werner.
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/69743 )
Change subject: arch/arm/eabi_compat.c: Add eabi_clrX and eabi_memcyX ......................................................................
Patch Set 3:
(5 comments)
File src/arch/arm/eabi_compat.c:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-163919): https://review.coreboot.org/c/coreboot/+/69743/comment/413e820e_7ff9bf82 PS3, Line 29: __attribute((alias ("__aeabi_memcpy"))); space prohibited between function name and open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-163919): https://review.coreboot.org/c/coreboot/+/69743/comment/11de851e_44b00a46 PS3, Line 32: __attribute((alias ("__aeabi_memcpy"))); space prohibited between function name and open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-163919): https://review.coreboot.org/c/coreboot/+/69743/comment/ccb71614_1569f37e PS3, Line 49: __attribute((alias ("__aeabi_memclr"))); space prohibited between function name and open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-163919): https://review.coreboot.org/c/coreboot/+/69743/comment/229fbfba_c99f5c22 PS3, Line 52: __attribute((alias ("__aeabi_memclr"))); space prohibited between function name and open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-163919): https://review.coreboot.org/c/coreboot/+/69743/comment/a96f381e_98d2d2e3 PS3, Line 58: __aeabi_memset (dest, n, 0); space prohibited between function name and open parenthesis '('