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
/
pc80
/
mc146818rtc.c
Age
Commit message (
Expand
)
Author
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-04-27
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2010-03-29
Don't include option_table.h every time we include mc146818rtc.h, that was a
Stefan Reinauer
2010-03-29
This patch drops the coreboot CMOS checksum ranges from Kconfig because
Stefan Reinauer
2010-03-22
printk_foo -> printk(BIOS_FOO, ...)
Stefan Reinauer
2010-03-17
fix minor warnings in RTC code when HAVE_OPTION_TABLE is disabled.
Stefan Reinauer
2010-01-16
RTC: Don't drop the alpha specific code but get it in shape for our Kconfig s...
Stefan Reinauer
2009-10-27
Add few missing prototypes, and remove few unused (thus lonelly) variables.
Maciej Pijanka
2009-10-24
A (hypothetical southbridge) component might provide functionality that is not
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
2009-06-03
CMOS: Add set_option and rework get_option.
Luc Verhaegen
2009-04-22
* Allow coreboot to use the full 256 bytes of CMOS memory
Stefan Reinauer
2008-01-18
rename linuxbios_* files, too.
Stefan Reinauer
2005-09-12
Don't write to CMOS when HAVE_OPTION_TABLE = 0.
Steven J. Magnani
2005-01-07
fixed indentation
Li-Ta Lo
2004-03-26
cleanup code to remove warnings
Greg Watson
2003-04-22
- Initial checkin of the freebios2 tree
Eric Biederman