Jonathon Hall has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/74903 )
Change subject: drivers/pc80/rtc/mc146818rtc.c: Add Kconfig for RTC CMOS base addresses ......................................................................
drivers/pc80/rtc/mc146818rtc.c: Add Kconfig for RTC CMOS base addresses
Configure the CMOS bank I/O base addresses with PC_CMOS_BASE_PORT_BANK* rather than hard-coding as 0x70, 0x72. The defaults remain the same.
Librem Mini v1/v2 has an automatic power-on setting provided by the EC that can be configured in its BRAM bank 1. The RTC uses the PCH CMOS, and it is preferable not to change this in an update, as the RTC would reset. By configuring these addresses, we can use the PCH CMOS bank 0 and the EC BRAM bank 1.
Change-Id: Ie44e5f5191c66f44e2df8ea0ff58a860be88bfcf Signed-off-by: Jonathon Hall jonathon.hall@puri.sm --- M src/drivers/pc80/rtc/Kconfig M src/drivers/pc80/rtc/mc146818rtc.c M src/include/pc80/mc146818rtc.h 3 files changed, 43 insertions(+), 14 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/03/74903/2