Attention is currently required from: Lance Zhao, Philipp Hug, Tim Wawrzynczak, ron minnich.
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/74799 )
Change subject: ACPI,SMBIOS : Provide ACPI and SMBIOS supports for RISC-V ......................................................................
Patch Set 1:
(97 comments)
Commit Message:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/f13262fb_43b0e5b4 PS1, Line 8: Possible unwrapped commit description (prefer a maximum 72 chars per line)
File src/acpi/acpi.c:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/7c65454b_5c174d11 PS1, Line 390: static void acpi_create_pptt (acpi_header_t *pptt) space prohibited between function name and open parenthesis '('
File src/arch/riscv/tables.c:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/90c7b8be_ccb64018 PS1, Line 27: unsigned long high_table_pointer, new_high_table_pointer;; Statements terminations use 1 semicolon
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/3b87b001_f364d1ec PS1, Line 34: memset ((void *)high_table_pointer, 0, MAX_SMBIOS_SIZE); space prohibited between function name and open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/8f6606a9_12275582 PS1, Line 64: memset ((void *)high_table_pointer, 0, max_acpi_size); space prohibited between function name and open parenthesis '('
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/b79a816b_7bb20766 PS1, Line 88: const char *config_path[] = { "cfgtables", NULL }; char * array declaration might be better as static const
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/718e33e7_2d214f1c PS1, Line 108: if (smbios_entry) that open brace { should be on the previous line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/6b2c9d68_d647aef7 PS1, Line 121: if (dt) that open brace { should be on the previous line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/95de4d3e_f8b3c417 PS1, Line 128: } trailing whitespace
File src/commonlib/bsd/include/commonlib/bsd/cbmem_id.h:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/927c4d8e_538db37e PS1, Line 104: { CBMEM_ID_FDT, "FDT " }, \ please, no space before tabs
File src/include/acpi/acpi.h:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/8c588d05_ac6507c7 PS1, Line 242: u64 lo; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/0e39612d_af08a113 PS1, Line 243: u64 hi; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/2dc971bf_ac600bd0 PS1, Line 248: struct { please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/02a96d5b_c9546fbf PS1, Line 249: u32 lhxw : 4; code indent should use tabs where possible
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/7bf6ab9b_e733403c PS1, Line 249: u32 lhxw : 4; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/e928832f_a3d17328 PS1, Line 250: u32 hhxw : 3; code indent should use tabs where possible
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/4ce3e583_18baeb38 PS1, Line 250: u32 hhxw : 3; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/09e03cf1_4ac8f479 PS1, Line 251: u32 lhxs : 3; code indent should use tabs where possible
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/a50597d0_3008e60e PS1, Line 251: u32 lhxs : 3; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/f97ec2c1_b41f5c3e PS1, Line 252: u32 hhxs : 5; code indent should use tabs where possible
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/ca013ebe_ba36de79 PS1, Line 252: u32 hhxs : 5; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/7407ce77_b3fbe555 PS1, Line 253: u32 reserved : 17; code indent should use tabs where possible
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/d586af9d_7c6a6ee5 PS1, Line 253: u32 reserved : 17; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/335f5422_27e2f5aa PS1, Line 254: }; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/08250880_023d4045 PS1, Line 255: u32 hart_index; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/232a87a3_493d7b57 PS1, Line 260: struct { please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/d7a60590_4d5d3270 PS1, Line 261: u64 mmu_type : 4; code indent should use tabs where possible
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/e22cdde8_d2240ea5 PS1, Line 261: u64 mmu_type : 4; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/ed142d94_a85ed6ca PS1, Line 262: u64 aia_enabled : 1; code indent should use tabs where possible
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/eb6199ae_778d43eb PS1, Line 262: u64 aia_enabled : 1; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/42423f61_8c10c42c PS1, Line 263: u64 reserved : 59; code indent should use tabs where possible
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/258f632a_e9f92d85 PS1, Line 263: u64 reserved : 59; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/24d4aa31_3f902b45 PS1, Line 264: }; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/cb75095e_75b1536d PS1, Line 265: u64 hart_cap; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/26d965c8_70a7c938 PS1, Line 272: u16 reserved; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/60cc4be6_ddeb5883 PS1, Line 273: u32 flags; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/436f0a09_bdd2410c PS1, Line 274: u32 parent; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/ec200c98_c8c8cfde PS1, Line 275: u32 acpi_processor_id; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/1d057fea_d5e05cd1 PS1, Line 276: u32 num_private_resources; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/04831a3e_2d849f70 PS1, Line 277: u32 private_resources[]; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/7d8f9646_0e2ca24f PS1, Line 283: u16 reserved; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/23e593da_c618e4a3 PS1, Line 284: u32 flags; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/5dcf3931_ed0cc334 PS1, Line 285: u32 next_level_cache; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/29c09f42_91619241 PS1, Line 286: u32 size; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/4495c1b8_5fe1884b PS1, Line 287: u32 num_sets; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/52cd9c40_37e9d4bf PS1, Line 288: u8 associativity; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/268d1a11_ff13aa10 PS1, Line 296: u16 version; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/f9b889b3_b3b7c8ac PS1, Line 303: u64 imsic_addr; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/c348343e_d5a22215 PS1, Line 304: u32 imsic_size; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/2c1e2bd7_ebd14819 PS1, Line 305: u32 num_harts; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/d7838f42_d9726043 PS1, Line 306: u8 cpuId[]; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/253c11c9_38019feb PS1, Line 311: u8 type; \ please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/eb7b4db3_3cd1e198 PS1, Line 311: u8 type; \ Avoid unnecessary line continuations
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/e44b6c69_5880abd0 PS1, Line 312: u8 length; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/9af2539e_3a649112 PS1, Line 313: u8 id; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/a67f4759_6ca394f9 PS1, Line 314: u8 version; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/74d6750f_cad2e957 PS1, Line 315: u8 mode; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/05800740_1a4ccf52 PS1, Line 316: u8 num_sockets; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/e97ab8f8_1e0142bc PS1, Line 317: u16 total_num_harts; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/6851a80b_ddee82b5 PS1, Line 318: u16 num_interrupt_id; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/92ddfc85_3bb2ff1b PS1, Line 319: u16 ext_irq_num; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/58093a80_6e2dd80c PS1, Line 320: u16 ipi_base; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/b873024e_2dbc2182 PS1, Line 321: u16 ipi_count; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/2889c19b_8306158e PS1, Line 322: u32 hart_index; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/d05251bb_a7cfc23d PS1, Line 323: u32 reserved2; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/e87ba1ec_7bb6ef0e PS1, Line 324: AcpiImsicSocket socket_imsic[]; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/8451ed64_4c9f3e3b PS1, Line 329: u64 imsic_addr; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/dfa0d6f7_e73daeed PS1, Line 330: u32 hart_index; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/23832603_f6286ce6 PS1, Line 331: u16 imsic_size; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/5728c542_2259169e PS1, Line 332: u16 num_harts; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/e87b64df_2f2e216f PS1, Line 333: u8 cpuId[]; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/e0bcc74b_b4b76147 PS1, Line 338: u8 type; \ please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/e840a7f7_dd7aecf4 PS1, Line 338: u8 type; \ Avoid unnecessary line continuations
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/d3f9caa9_44ad41c0 PS1, Line 339: u8 length; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/deb8f377_0ebf79a8 PS1, Line 340: u16 global_irq_base; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/134c9cc4_fd1ab674 PS1, Line 341: u16 mode; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/3d897e94_3351553d PS1, Line 342: u16 id; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/700fabb8_216be0a0 PS1, Line 343: u16 num_interrupts; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/7959c3f4_aa231e5a PS1, Line 344: u16 target_imsic; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/a2b3a097_f9ebdb4d PS1, Line 345: u16 reserved; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/21fddbc4_5bf37b45 PS1, Line 346: u16 aplic_size; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/a0b239f4_54306eb8 PS1, Line 347: u64 aplic_addr; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/666f6050_a7c05c54 PS1, Line 348: AcpiAplicImsicInfo imsic_info; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/405586b9_5c3ed665 PS1, Line 353: u8 type; \ please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/47e1f25c_5599f9ef PS1, Line 353: u8 type; \ Avoid unnecessary line continuations
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/35b86c21_b16316b0 PS1, Line 354: u8 length; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/01f75911_0a5fc297 PS1, Line 355: u8 version; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/ef64a828_8bb70ca7 PS1, Line 356: u8 aia_csr_enabled; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/c3b6b01b_c1e627a8 PS1, Line 357: u32 acpi_proc_id; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/72d93f90_90724461 PS1, Line 358: struct Acpi128 hartId; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/5aa34d68_48574266 PS1, Line 366: u16 num_mtimer; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/f51f290f_20427ed9 PS1, Line 367: u16 num_harts; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/9a6ead4a_c13086c9 PS1, Line 368: u32 reserved1; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/5e1b95dc_be19def8 PS1, Line 369: u32 size; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/d9a80ac9_035249c2 PS1, Line 370: u64 base_addr; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/0a35c018_44943a15 PS1, Line 371: u64 time_base_frequency; please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175071): https://review.coreboot.org/c/coreboot/+/74799/comment/72f19ca4_1c0e7f63 PS1, Line 372: struct Acpi128 hartId[]; please, no spaces at the start of a line