aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/pc80/rtc/mc146818rtc.c
AgeCommit message (Expand)Author
2020-08-18src: Remove unused '<option.h>'Elyes HAOUAS
2020-07-26src: Change BOOL CONFIG_ to CONFIG() in comments & stringsMartin Roth
2020-06-02src: Remove unused '#include <cbfs.h>'Elyes HAOUAS
2020-05-18src: Remove unused 'include <string.h>'Elyes HAOUAS
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-02acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh
2020-04-06src/drivers: Use SPDX for GPL-2.0-only filesAngel Pons
2020-02-24treewide: Capitalize 'CMOS'Elyes HAOUAS
2020-01-09drivers/pc80/rtc: Separate {get|set}_option() supportKyösti Mälkki
2020-01-09drivers/pc80/rtc: Separate {get|set}_option() prototypesKyösti Mälkki
2020-01-09drivers/pc80/rtc: Remove duplicate cmos_chksum_valid()Kyösti Mälkki
2020-01-07drivers/pc80/rtc: Refactor clear_cmos variableKyösti Mälkki
2020-01-07drivers/pc80/rtc: Clean up some inlined functionsKyösti Mälkki
2020-01-02drivers/pc80/mc146818rtc: Remove read_option_lowlevel()Kyösti Mälkki
2019-11-22drivers/pc80/rtc: Remove CMOS spinlockKyösti Mälkki
2019-10-27src: Use 'include <boot/coreboot_tables.h>' when appropriateElyes HAOUAS
2019-10-23drivers/pc80/rtc: Avoid searching for cmos_layout.bin on each get/set_optionArthur Heymans
2019-10-22AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS fileMartin Roth
2019-09-13drivers/pc80: Remove some __PRE_RAM__ and __SMM__Kyösti Mälkki
2019-05-29src/{device,drivers}: Add missing 'include <types.h>'Elyes HAOUAS
2019-05-06Fix code that would trip -Wtype-limitsJulius Werner
2019-04-05drivers/pc80/rtc/mc146818rtc.c: Reset RTC time on RTC power failureFrans Hendriks
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2018-08-20drivers/pc80/rtc: do not warn if CMOS options are unavailableStefan Tauner
2018-06-28vboot: Fix linking error with USE_OPTION_TABLE enabledPatrick Rudolph
2017-10-22security/vboot: Move vboot2 to security kconfig sectionPhilipp Deppenwiese
2017-09-20vboot: remove init_vbnv_cmos()Aaron Durbin
2017-07-13src/drivers: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2017-05-13drivers/pc80/rtc: Rename mc146818rtc_early.c -> _romcc.cNico Huber
2017-01-26drivers/pc80/rtc: Check cmos checksum BEFORE reading cmos valueMartin Roth
2016-12-13pc80: Move set_boot_successful()Kyösti Mälkki
2016-11-17rtc: Force negative edge on SET after battery replacementMarshall Dawson
2016-11-17rtc: Check update-in-progress bitMarshall Dawson
2016-05-06rtc: Do checksum check for all bytesStefan Reinauer
2016-04-19kbuild: Allow drivers to fit src/drivers/[X]/[Y]/ schemeStefan Reinauer