Patrick Georgi 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:
(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.
CB:37412
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
CB:37412
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?
CB:37413