summaryrefslogtreecommitdiffstats
path: root/src/drivers/pc80/rtc/mc146818rtc.c
Commit message (Expand)AuthorAgeFilesLines
* src: Use 'include <boot/coreboot_tables.h>' when appropriateElyes HAOUAS2019-10-271-1/+0
* drivers/pc80/rtc: Avoid searching for cmos_layout.bin on each get/set_optionArthur Heymans2019-10-231-5/+7
* AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS fileMartin Roth2019-10-221-4/+0
* drivers/pc80: Remove some __PRE_RAM__ and __SMM__Kyösti Mälkki2019-09-131-6/+4
* src/{device,drivers}: Add missing 'include <types.h>'Elyes HAOUAS2019-05-291-1/+1
* Fix code that would trip -Wtype-limitsJulius Werner2019-05-061-0/+3
* drivers/pc80/rtc/mc146818rtc.c: Reset RTC time on RTC power failureFrans Hendriks2019-04-051-1/+2
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-10/+10
* drivers/pc80/rtc: do not warn if CMOS options are unavailableStefan Tauner2018-08-201-1/+1
* vboot: Fix linking error with USE_OPTION_TABLE enabledPatrick Rudolph2018-06-281-12/+58
* security/vboot: Move vboot2 to security kconfig sectionPhilipp Deppenwiese2017-10-221-2/+2
* vboot: remove init_vbnv_cmos()Aaron Durbin2017-09-201-3/+31
* src/drivers: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-131-1/+1
* drivers/pc80/rtc: Rename mc146818rtc_early.c -> _romcc.cNico Huber2017-05-131-0/+11
* drivers/pc80/rtc: Check cmos checksum BEFORE reading cmos valueMartin Roth2017-01-261-4/+4
* pc80: Move set_boot_successful()Kyösti Mälkki2016-12-131-0/+34
* rtc: Force negative edge on SET after battery replacementMarshall Dawson2016-11-171-5/+8
* rtc: Check update-in-progress bitMarshall Dawson2016-11-171-0/+2
* rtc: Do checksum check for all bytesStefan Reinauer2016-05-061-2/+3
* kbuild: Allow drivers to fit src/drivers/[X]/[Y]/ schemeStefan Reinauer2016-04-191-0/+400