Aamir Bohra has posted comments on this change. ( https://review.coreboot.org/19001 )
Change subject: soc/intel/skylake: Clean up serialio header file. ......................................................................
Patch Set 1:
(6 comments)
https://review.coreboot.org/#/c/19001/1/src/soc/intel/skylake/bootblock/i2c.... File src/soc/intel/skylake/bootblock/i2c.c:
PS1, Line 25: #include <soc/i2c.h>
watch out for alphabetic order
Oops.Done.
https://review.coreboot.org/#/c/19001/1/src/soc/intel/skylake/include/soc/i2... File src/soc/intel/skylake/include/soc/i2c.h:
PS1, Line 19: #define I2C_RESET 0x204
I2C_SOFT_RESET
Done.revised as per EDS.
PS1, Line 20: #define I2C_RESET_EN (3 << 0)
what is this 3 mean?
Done
https://review.coreboot.org/#/c/19001/1/src/soc/intel/skylake/include/soc/ua... File src/soc/intel/skylake/include/soc/uart.h:
PS1, Line 22: #define UART_CLK_N_VAL 0xc35 : #define UART_CLK_M_VAL 0x30
move this macros below, lets have all bit definition intact
Done
PS1, Line 27: #define UART_RESET 0x204
-same
Done
PS1, Line 28: #define UART_RESET_EN (3 << 0)
-same
Done