summaryrefslogtreecommitdiffstats
path: root/src/drivers/pc80/rtc
Commit message (Expand)AuthorAgeFilesLines
* src/[arch-lib]: change "unsigned" to "unsigned int"Martin Roth2019-10-271-2/+2
* 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-222-4/+13
* drivers/pc80: Remove some __PRE_RAM__ and __SMM__Kyösti Mälkki2019-09-131-6/+4
* drivers/pc80/rtc/mc146818rtc_boot: Use size_t for lengthElyes HAOUAS2019-07-021-1/+1
* 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-083-15/+15
* 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
* Port cmos.default handling to C environment bootblockNico Huber2017-07-263-32/+81
* drivers/pc80/rtc: Build for bootblock and postcar stages tooNico Huber2017-07-261-4/+5
* src/drivers: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-132-4/+4
* drivers/pc80/rtc: Rename mc146818rtc_early.c -> _romcc.cNico Huber2017-05-133-3/+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
* Build system: Update HAVE_CMOS_DEFAULTMartin Roth2016-11-281-0/+2
* 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
* Makefiles: update cbfs types from bare numbers to valuesMartin Roth2016-09-211-1/+1
* rtc: Do checksum check for all bytesStefan Reinauer2016-05-061-2/+3
* kbuild: Allow drivers to fit src/drivers/[X]/[Y]/ schemeStefan Reinauer2016-04-194-0/+523