Aaron Durbin has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35827 )
Change subject: drivers/pc80/rtc: Cache cmos_layout.bin region device ......................................................................
Patch Set 3:
(1 comment)
https://review.coreboot.org/c/coreboot/+/35827/3/src/drivers/pc80/rtc/mc1468... File src/drivers/pc80/rtc/mc146818rtc.c:
https://review.coreboot.org/c/coreboot/+/35827/3/src/drivers/pc80/rtc/mc1468... PS3, Line 278: rdev = car_get_ptr(layout_rdev_p);
(I guess I should start a discussion about declaring `const` what can […]
Thanks for the response. I agree about the lack of const-ness in general, but I think in this particular case, rdev reqs, it's not directly applicable. In this particular patch it's definitely not the correct way to approach the problem.