build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/27545 )
Change subject: riscv: save FDT pointer from mscratch to HLS ......................................................................
Patch Set 24:
(2 comments)
https://review.coreboot.org/#/c/27545/24/src/arch/riscv/include/arch/stages.... File src/arch/riscv/include/arch/stages.h:
https://review.coreboot.org/#/c/27545/24/src/arch/riscv/include/arch/stages.... PS24, Line 21: void stage_entry(int hartid, void *fdt) __attribute__((section(".text.stage_entry"))); line over 80 characters
https://review.coreboot.org/#/c/27545/24/src/arch/riscv/include/mcall.h File src/arch/riscv/include/mcall.h:
https://review.coreboot.org/#/c/27545/24/src/arch/riscv/include/mcall.h@59 PS24, Line 59: _Static_assert(sizeof(hls_t) == HLS_SIZE, "HLS_SIZE must equal to sizeof(hls_t)"); line over 80 characters