summaryrefslogtreecommitdiffstats
path: root/src/include/option.h
Commit message (Expand)AuthorAgeFilesLines
* option: Turn CMOS option backend into choiceAngel Pons2021-05-281-3/+3
* option: Decouple API from CMOS backendAngel Pons2021-05-261-14/+12
* option.h: Correct `get_uint_option` return typeAngel Pons2021-05-261-1/+1
* drivers/pc80/rtc/option.c: Constrain API to integer valuesAngel Pons2021-05-061-4/+4
* src: Retype option API to use unsigned integersAngel Pons2021-05-061-3/+3
* option.h: Drop type-unsafe {get,set}_option() APIAngel Pons2021-04-231-17/+8
* option.h: Introduce {get,set}_int_option() functionsAngel Pons2021-04-211-0/+11
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/include: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-051-12/+2
* drivers/pc80/rtc: Move sanitize_cmos()Kyösti Mälkki2020-01-101-0/+2
* drivers/pc80/rtc: Separate {get|set}_option() prototypesKyösti Mälkki2020-01-091-9/+28
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-1/+1
* src/include: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-131-1/+1
* option: Add arch-agnostic get_option()Kyösti Mälkki2014-03-041-0/+19