Kyösti Mälkki has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37358 )
Change subject: src/: Remove g_ prefixes and _g suffixes from variables ......................................................................
Patch Set 6: Code-Review+2
(3 comments)
https://review.coreboot.org/c/coreboot/+/37358/6/src/soc/intel/common/block/... File src/soc/intel/common/block/cse/cse.c:
https://review.coreboot.org/c/coreboot/+/37358/6/src/soc/intel/common/block/... PS6, Line 149: /* Reach PCI config space to get BAR in case CAR global not available */ Talk about CAR global should be dropped with followup.
https://review.coreboot.org/c/coreboot/+/37358/6/src/soc/intel/common/block/... PS6, Line 157: /* Reach PCI config space to get BAR in case CAR global not available */ again
https://review.coreboot.org/c/coreboot/+/37358/6/src/soc/nvidia/tegra124/i2c... File src/soc/nvidia/tegra124/i2c.c:
https://review.coreboot.org/c/coreboot/+/37358/6/src/soc/nvidia/tegra124/i2c... PS6, Line 53: unsigned int num_i2c_buses = ARRAY_SIZE(tegra_i2c_info); const with followup?