index
:
coreboot
2560p
820g2
autoport-hsw
broadwell_refcode
e6230
e7240_bdw
haswell-mrc
hp820g1
hp9480m
mec1322
Some coreboot project code with my work
vimacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
pc80
/
mc146818rtc.h
Age
Commit message (
Expand
)
Author
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-01-27
src: Fix the warning "type 'hex' are always defined"
Elyes HAOUAS
2017-07-26
Port cmos.default handling to C environment bootblock
Nico Huber
2017-07-13
src/include: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2017-05-13
drivers/pc80/rtc: Rename mc146818rtc_early.c -> _romcc.c
Nico Huber
2017-03-13
src/include: Wrap lines at 80 columns
Lee Leahy
2017-03-12
src/include: Remove braces for single statements
Lee Leahy
2017-03-12
src/include: Remove spaces before tabs
Lee Leahy
2017-03-09
src/include: Fix unsigned warnings
Lee Leahy
2017-01-06
arch/x86: fix cmos post logging in non romcc bootblock
Aaron Durbin
2016-11-17
rtc: Check update-in-progress bit
Marshall Dawson
2016-09-20
src/include: Add space around operators
Elyes HAOUAS
2016-08-18
pc80/mc146818rtc.h: Replace leftover macro token
Antonello Dettori
2016-04-19
kbuild: Allow drivers to fit src/drivers/[X]/[Y]/ scheme
Stefan Reinauer
2015-11-03
drivers/pc80: Rework normal / fallback selector code
Timothy Pearson
2015-07-12
Verify Kconfigs symbols are not zero for hex and int type symbols
Martin Roth
2015-02-06
drivers/pc80/mc146818rtc: Reduce superfluous preprocessor use
Alexandru Gagniuc
2014-12-30
drivers/pc80/mc146818rtc: Assume we always have ALTCENTURY
Gabe Black
2014-10-22
cmos: Rename the CMOS related functions.
Gabe Black
2014-06-29
include/pc80/mc146818rtc.h: Inconsequential, comment ifdef maze
Edward O'Callaghan
2014-06-25
pc80/mc146818rtc.h: Has X86 specific inlines without guards
Edward O'Callaghan
2014-06-25
include/pc80/mc146818rtc.h: Move include to top of file
Edward O'Callaghan
2014-04-20
drivers/elog: Fix implicit function declaration issue
Edward O'Callaghan
2013-11-26
Log device path into CMOS during probe stages
Duncan Laurie
2013-11-26
Extend CMOS POST code logging to store extra data
Duncan Laurie
2013-11-25
pc80/mc146818rtc: Return an error code rather than an integer
Alexandru Gagniuc
2013-07-11
include: Fix spelling
Martin Roth
2013-05-10
Drop prototype guarding for romcc
Stefan Reinauer
2012-11-19
mc146818rtc: disable RTC before writing to nvram
Patrick Georgi
2012-11-09
mc146818rtc: Remove the hyphen to build on NetBSD and Darwin
Zheng Bao
2012-11-08
Log unexpected post code from the previous boot
Duncan Laurie
2012-11-08
Add support for storing POST codes in CMOS
Duncan Laurie
2012-11-07
RTC: Write build date in BCD when clearing RTC CMOS
Duncan Laurie
2012-08-02
RTC: Add a routine to check if the CMOS date is valid
zbao
2012-07-24
RTC: Add defines for standard clock offsets
Duncan Laurie
2012-04-27
Move top level pc80 directory to drivers/
Stefan Reinauer
2012-03-28
Add cmos helper functions for reading/writing a dword
Duncan Laurie
2011-12-13
Fix CMOS handling for non-USE_OPTION_TABLE configuration
Patrick Georgi
2011-06-15
CMOS: add set_option()
Sven Schnelle
2011-05-10
Change read_option() to a macro that wraps some API uglyness
Patrick Georgi
2010-09-25
- Fix race condition in option_table.h generation by moving the include
Stefan Reinauer
2010-09-02
Revert 5762. It silently broke a lot of boards because abuild was broken.
Myles Watson
2010-09-01
Fix race condition in option_table.h generation by moving the include statement
Stefan Reinauer
2010-07-06
Re-integrate "USE_OPTION_TABLE" code.
Edwin Beasant
2010-03-29
Don't include option_table.h every time we include mc146818rtc.h, that was a
Stefan Reinauer
2010-03-29
- include option_table.h when it is created, and that's HAVE_OPTION_TABLE
Stefan Reinauer
2010-03-29
This patch drops the coreboot CMOS checksum ranges from Kconfig because
Stefan Reinauer
2009-10-09
Add const to get rid of some warnings when passing quoted strings.
Myles Watson
2009-06-30
This patch unifies the use of config options in v2 to all start with CONFIG_
Stefan Reinauer
2009-06-03
Revert "CMOS: Add set_option and rework get_option."
Luc Verhaegen
[next]