Ben Chuang has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45062 )
Change subject: drivers/genesyslogic/gl9755: Add driver for Genesys Logic GL9755 ......................................................................
Patch Set 6:
(1 comment)
https://review.coreboot.org/c/coreboot/+/45062/5/src/drivers/genesyslogic/gl... File src/drivers/genesyslogic/gl9755/gl9755.c:
https://review.coreboot.org/c/coreboot/+/45062/5/src/drivers/genesyslogic/gl... PS5, Line 15: printk(BIOS_INFO, "GL9755: init\n");
Yes, it is a debug print. I will change the log level to `BIOS_DEBUG'. […]
Hi Angel, There are two line about `BIOS_INFO' in ecam0_init() refers to (https://github.com/coreboot/coreboot/blob/master/src/soc/cavium/cn81xx/ecam0...) (https://github.com/coreboot/coreboot/blob/master/src/soc/cavium/cn81xx/ecam0...). Do I need to modify these, too?