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 2:
(11 comments)
File src/arch/arm/eabi_compat.c:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-163912): https://review.coreboot.org/c/coreboot/+/69743/comment/439adc5b_1b1ef284 PS2, Line 28: void __aeabi_memcpy4 (void *dest, size_t n) space prohibited between function name and open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-163912): https://review.coreboot.org/c/coreboot/+/69743/comment/66bfa9eb_fafc27cd PS2, Line 29: __attribute((alias ("__aeabi_memcpy"))); space prohibited between function name and open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-163912): https://review.coreboot.org/c/coreboot/+/69743/comment/8ed0aaff_d6bbc7c8 PS2, Line 31: void __aeabi_memcpy8 (void *dest, size_t n) space prohibited between function name and open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-163912): https://review.coreboot.org/c/coreboot/+/69743/comment/6e34809f_37ecc2ce PS2, Line 32: __attribute((alias ("__aeabi_memcpy"))); space prohibited between function name and open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-163912): https://review.coreboot.org/c/coreboot/+/69743/comment/f0b6979d_1d23729e PS2, Line 48: void __aeabi_memclr4 (void *dest, size_t n) space prohibited between function name and open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-163912): https://review.coreboot.org/c/coreboot/+/69743/comment/7bfc87cb_d1469f82 PS2, Line 49: __attribute((alias ("__aeabi_memclr"))); space prohibited between function name and open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-163912): https://review.coreboot.org/c/coreboot/+/69743/comment/829e08ac_67e1af58 PS2, Line 51: void __aeabi_memclr8 (void *dest, size_t n) space prohibited between function name and open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-163912): https://review.coreboot.org/c/coreboot/+/69743/comment/8a15936e_96bac1ca PS2, Line 52: __attribute((alias ("__aeabi_memclr"))); space prohibited between function name and open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-163912): https://review.coreboot.org/c/coreboot/+/69743/comment/e383a303_11924ff3 PS2, Line 55: void __aeabi_memclr (void *dest, size_t n); space prohibited between function name and open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-163912): https://review.coreboot.org/c/coreboot/+/69743/comment/5652f244_277372da PS2, Line 56: void __aeabi_memclr (void *dest, size_t n) space prohibited between function name and open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-163912): https://review.coreboot.org/c/coreboot/+/69743/comment/69df42d5_e8f94b14 PS2, Line 58: __aeabi_memset (dest, n, 0); space prohibited between function name and open parenthesis '('