Jérémy Compostella has posted comments on this change. ( https://review.coreboot.org/c/libhwbase/+/69854 )
Change subject: hw-debug: Ensure global variable default are zeros and in .bss ......................................................................
Patch Set 1:
(1 comment)
File debug/hw-debug.adb:
https://review.coreboot.org/c/libhwbase/+/69854/comment/4fafe753_f116b2e5 PS1, Line 26: Not_Start_Of_Line : Boolean; @Nico and @Angel,
I am considering a few things: 1. renaming `Not_Start_Of_Line` with `Middle_Of_Line` 2. Add both `hw__debug__middle_of_line` and `hw__debug__register_write_delay_nanoseconds` in https://review.coreboot.org/c/coreboot/+/70276/2/src/arch/x86/car.ld#76
What do you think ?