summaryrefslogtreecommitdiffstats
path: root/src/drivers/pc80/rtc/mc146818rtc.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/pc80/rtc/mc146818rtc.c: Add Kconfig for RTC CMOS base addressesJonathon Hall2023-05-081-4/+4
* drivers: Get rid of unnecessary blank lines {before,after} braceElyes HAOUAS2022-07-171-1/+0
* include/bcd: move bcd code to commonlib/bsd/includeRicardo Quesada2021-08-231-3/+3
* drivers/pc80/rtc: Make use of alt-century byte configurableNico Huber2021-07-231-7/+12
* drivers/pc80/mc146818rtc: Check date and time for sanityWerner Zeh2021-05-301-4/+13
* src: Remove unused '<option.h>'Elyes HAOUAS2020-08-181-1/+0
* src: Change BOOL CONFIG_ to CONFIG() in comments & stringsMartin Roth2020-07-261-1/+1
* src: Remove unused '#include <cbfs.h>'Elyes HAOUAS2020-06-021-1/+0
* src: Remove unused 'include <string.h>'Elyes HAOUAS2020-05-181-1/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-021-1/+1
* src/drivers: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-061-12/+2
* treewide: Capitalize 'CMOS'Elyes HAOUAS2020-02-241-2/+2
* drivers/pc80/rtc: Separate {get|set}_option() supportKyösti Mälkki2020-01-091-228/+0
* drivers/pc80/rtc: Separate {get|set}_option() prototypesKyösti Mälkki2020-01-091-2/+3
* drivers/pc80/rtc: Remove duplicate cmos_chksum_valid()Kyösti Mälkki2020-01-091-4/+3
* drivers/pc80/rtc: Refactor clear_cmos variableKyösti Mälkki2020-01-071-10/+6
* drivers/pc80/rtc: Clean up some inlined functionsKyösti Mälkki2020-01-071-4/+19
* drivers/pc80/mc146818rtc: Remove read_option_lowlevel()Kyösti Mälkki2020-01-021-12/+0
* drivers/pc80/rtc: Remove CMOS spinlockKyösti Mälkki2019-11-221-21/+0
* 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