summaryrefslogtreecommitdiffstats
path: root/src/drivers/pc80/rtc
Commit message (Expand)AuthorAgeFilesLines
* drivers: Add SPDX license headers to Kconfig filesMartin Roth2024-02-181-0/+2
* driver/parade to /driver/wwan: Rename Makefiles from .inc to .mkMartin Roth2024-01-241-0/+0
* drivers/pc80/rtc/option.c: Reset only CMOS range covered by checksumBill XIE2023-11-131-2/+5
* drivers/pc80/rtc/option.c: Stop resetting CMOS during s3 resumeBill XIE2023-10-231-1/+3
* drivers/pc80/rtc: Hide bank register ports from menuArthur Heymans2023-08-111-2/+2
* drivers: Add SPDX license headers to MakefilesMartin Roth2023-08-061-0/+2
* commonlib/console/post_code.h: Change post code prefix to POSTCODElilacious2023-06-231-3/+3
* drivers/pc80/rtc/mc146818rtc.c: Add Kconfig for RTC CMOS base addressesJonathon Hall2023-05-082-4/+12
* drivers/pc80/rtc/option.c: Allow CMOS defaults to extend to bank 1Jonathon Hall2023-05-081-1/+2
* src/drivers: Clean up includesElyes Haouas2022-10-261-2/+2
* drivers: Get rid of unnecessary blank lines {before,after} braceElyes HAOUAS2022-07-171-1/+0
* treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner2022-02-071-2/+2
* 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-232-7/+19
* drivers/pc80/mc146818rtc: Check date and time for sanityWerner Zeh2021-05-301-4/+13
* option: Decouple API from CMOS backendAngel Pons2021-05-261-2/+13
* drivers/pc80/rtc/option.c: Constrain API to integer valuesAngel Pons2021-05-061-11/+11
* drivers/pc80/rtc: Factor out CMOS entry lookupAngel Pons2021-04-251-30/+20
* cbfs: Introduce cbfs_ro_map() and cbfs_ro_load()Julius Werner2020-12-031-52/+19
* cbfs: Simplify load/map API names, remove type argumentsJulius Werner2020-12-021-2/+1
* drivers/pc80/rtc: Fix linking verstage (and use `all` target)Nico Huber2020-09-301-21/+6
* src/drivers: Drop unneeded empty linesElyes HAOUAS2020-09-211-1/+0
* src: Remove unused '<option.h>'Elyes HAOUAS2020-08-182-2/+0
* src: Change BOOL CONFIG_ to CONFIG() in comments & stringsMartin Roth2020-07-261-1/+1
* Makefile.inc: Remove all-y with CONFIG_ARCH_xx guardsMartin Roth2020-06-151-3/+15
* src: Remove unused '#include <cbfs.h>'Elyes HAOUAS2020-06-021-1/+0
* Remove MAYBE_STATIC_BSS and ENV_STAGE_HAS_BSS_SECTIONKyösti Mälkki2020-05-261-1/+1
* src: Remove unused 'include <string.h>'Elyes HAOUAS2020-05-181-1/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-114-4/+0
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-021-1/+1
* drivers/pc80/rtc: Reorganize prototypesKyösti Mälkki2020-04-201-0/+1
* drivers/pc80/rtc: Move CMOS_POST_BANK_x definitionsKyösti Mälkki2020-04-201-0/+28
* drivers/pc80/rtc: Drop CMOS_POST_EXTRA optionKyösti Mälkki2020-04-201-11/+4
* drivers/pc80/rtc: Clean up post_log_path()Kyösti Mälkki2020-04-201-16/+10
* drivers/elog,pc80: Move cmos_post_log()Kyösti Mälkki2020-04-201-16/+11
* 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-064-49/+8
* drivers/pc80/rtc: Always load cmos.default if measured boot is enabledBill XIE2020-04-011-15/+15
* treewide: Capitalize 'CMOS'Elyes HAOUAS2020-02-242-3/+3
* drivers/pc80/rtc: Clean up some POST_CODE_EXTRA useKyösti Mälkki2020-01-141-35/+29
* console/post: Move cmos_post_code() under pc80/rtcKyösti Mälkki2020-01-102-0/+145
* 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-102-27/+29
* drivers/pc80/rtc: Separate {get|set}_option() supportKyösti Mälkki2020-01-093-228/+238
* 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-093-22/+9
* drivers/pc80/rtc: Refactor some USE_OPTION_TABLEKyösti Mälkki2020-01-071-7/+2
* 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-072-18/+25
* drivers/pc80/mc146818rtc: Remove read_option_lowlevel()Kyösti Mälkki2020-01-021-12/+0