index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
option.h
Age
Commit message (
Expand
)
Author
2021-05-28
option: Turn CMOS option backend into choice
Angel Pons
2021-05-26
option: Decouple API from CMOS backend
Angel Pons
2021-05-26
option.h: Correct `get_uint_option` return type
Angel Pons
2021-05-06
drivers/pc80/rtc/option.c: Constrain API to integer values
Angel Pons
2021-05-06
src: Retype option API to use unsigned integers
Angel Pons
2021-04-23
option.h: Drop type-unsafe {get,set}_option() API
Angel Pons
2021-04-21
option.h: Introduce {get,set}_int_option() functions
Angel Pons
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-04-05
src/include: Use SPDX for GPL-2.0-only files
Angel Pons
2020-01-10
drivers/pc80/rtc: Move sanitize_cmos()
Kyösti Mälkki
2020-01-09
drivers/pc80/rtc: Separate {get|set}_option() prototypes
Kyösti Mälkki
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2017-07-13
src/include: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2014-03-04
option: Add arch-agnostic get_option()
Kyösti Mälkki