summaryrefslogtreecommitdiffstats
path: root/src/drivers/pc80/rtc/mc146818rtc_boot.c
Commit message (Expand)AuthorAgeFilesLines
* src/drivers: Clean up includesElyes Haouas2022-10-261-2/+2
* src: Remove unused '<option.h>'Elyes HAOUAS2020-08-181-1/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* drivers/pc80/rtc: Turn comment into warning messageNico Huber2020-04-181-3/+3
* src/drivers: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-061-12/+2
* drivers/pc80/rtc: Enable normal/fallback without USE_OPTION_TABLEKyösti Mälkki2020-01-101-1/+1
* drivers/pc80/rtc: Move sanitize_cmos()Kyösti Mälkki2020-01-101-27/+1
* drivers/pc80/rtc: Remove duplicate cmos_chksum_valid()Kyösti Mälkki2020-01-091-17/+4
* drivers/pc80/rtc: Refactor some USE_OPTION_TABLEKyösti Mälkki2020-01-071-7/+2
* drivers/pc80/rtc: Clean up some inlined functionsKyösti Mälkki2020-01-071-14/+6
* drivers/pc80: Move normal/fallback mechanism outside __ROMCC__Kyösti Mälkki2019-12-201-10/+58
* drivers/pc80/rtc/mc146818rtc_boot: Use size_t for lengthElyes HAOUAS2019-07-021-1/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-4/+4
* Port cmos.default handling to C environment bootblockNico Huber2017-07-261-0/+78