summaryrefslogtreecommitdiffstats
path: root/src/drivers/pc80/rtc/option.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/pc80/rtc/option.c: Reset only CMOS range covered by checksumBill XIE2023-11-131-2/+5
* drivers/pc80/rtc/option.c: Stop resetting CMOS during s3 resumeBill XIE2023-10-231-1/+3
* drivers/pc80/rtc/option.c: Allow CMOS defaults to extend to bank 1Jonathon Hall2023-05-081-1/+2
* treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner2022-02-071-2/+2
* option: Decouple API from CMOS backendAngel Pons2021-05-261-2/+13
* drivers/pc80/rtc/option.c: Constrain API to integer valuesAngel Pons2021-05-061-11/+11
* drivers/pc80/rtc: Factor out CMOS entry lookupAngel Pons2021-04-251-30/+20
* cbfs: Introduce cbfs_ro_map() and cbfs_ro_load()Julius Werner2020-12-031-52/+19
* cbfs: Simplify load/map API names, remove type argumentsJulius Werner2020-12-021-2/+1
* src/drivers: Drop unneeded empty linesElyes HAOUAS2020-09-211-1/+0
* Remove MAYBE_STATIC_BSS and ENV_STAGE_HAS_BSS_SECTIONKyösti Mälkki2020-05-261-1/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/drivers: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-061-12/+2
* drivers/pc80/rtc: Always load cmos.default if measured boot is enabledBill XIE2020-04-011-15/+15
* treewide: Capitalize 'CMOS'Elyes HAOUAS2020-02-241-1/+1
* drivers/pc80/rtc: Move sanitize_cmos()Kyösti Mälkki2020-01-101-0/+28
* drivers/pc80/rtc: Separate {get|set}_option() supportKyösti Mälkki2020-01-091-0/+235