Gitiles
Code Review
Sign In
review.coreboot.org
/
coreboot
/
7837c203d615fce03c6d89d99ba9a746619e49d4
/
src
/
drivers
/
pc80
/
rtc
/
mc146818rtc.c
fea2429
security/vboot: Move vboot2 to security kconfig section
by Philipp Deppenwiese
· 6 years ago
9fde0d7
vboot: remove init_vbnv_cmos()
by Aaron Durbin
· 6 years ago
32c27c2
src/drivers: add IS_ENABLED() around Kconfig symbol references
by Martin Roth
· 6 years ago
c3da3fe
drivers/pc80/rtc: Rename mc146818rtc_early.c -> _romcc.c
by Nico Huber
· 6 years ago
0e7a93f
drivers/pc80/rtc: Check cmos checksum BEFORE reading cmos value
by Martin Roth
· 6 years ago
7ce1a75
pc80: Move set_boot_successful()
by Kyösti Mälkki
· 6 years ago
f8a274a
rtc: Force negative edge on SET after battery replacement
by Marshall Dawson
· 7 years ago
5a043fe
rtc: Check update-in-progress bit
by Marshall Dawson
· 7 years ago
24850cc
rtc: Do checksum check for all bytes
by Stefan Reinauer
· 7 years ago
86ddd73
kbuild: Allow drivers to fit src/drivers/[X]/[Y]/ scheme
by Stefan Reinauer
· 7 years ago
[Renamed (90%) from src/drivers/pc80/mc146818rtc.c]
7b22d84
drivers/pc80: Add optional spinlock for nvram CBFS access
by Timothy Pearson
· 8 years ago
a73b931
tree: drop last paragraph of GPL copyright header
by Patrick Georgi
· 8 years ago
899d13d
cbfs: new API and better program loading
by Aaron Durbin
· 8 years ago
b890a12
Remove address from GPLv2 headers
by Patrick Georgi
· 8 years ago
a8b03da
drivers/pc80/mc146818rtc: Enable RTC reset on power loss
by Werner Zeh
· 8 years ago
f20c6e8
nvram: Add option to reset NVRAM to default parameters on every boot
by Timothy Pearson
· 8 years ago
b5669ba
drivers/pc80/mc146818rtc: Reduce superfluous preprocessor use
by Alexandru Gagniuc
· 8 years ago
03abaee21
drivers/pc80/mc146818rtc: Assume we always have ALTCENTURY
by Gabe Black
· 9 years ago
3cc685f
rtc: Add an RTC API, and implement it for x86.
by Marc Jones
· 8 years ago
c36af7b
Replace includes of build.h with version.h
by Kyösti Mälkki
· 9 years ago
b3f08c6
cmos: Rename the CMOS related functions.
by Gabe Black
· 9 years ago
9d9eb1e
PC80 RTC: Use acpi_is_wakeup_s3()
by Kyösti Mälkki
· 9 years ago
7312c54
add rtc_init() to romstage
by Martin Roth
· 9 years ago
0af61b6
lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_content
by Vladimir Serbinenko
· 9 years ago
d7134e0
pc80/mc146818rtc: Return an error code rather than an integer
by Alexandru Gagniuc
· 10 years ago
86ce7f9
RTC: Skip rtc_init() in S3 resume path
by Stefan Reinauer
· 10 years ago
5688979
drivers: Fix spelling
by Martin Roth
· 10 years ago
832452a
RTC: Use the correct index when setting the default month
by Dave Frodin
· 10 years ago
6fe0cab
Extend CBFS to support arbitrary ROM source media.
by Hung-Te Lin
· 10 years ago
feadfb7
If cmos is invalid, always set the rtc date and time
by Stefan Reinauer
· 11 years ago
dd76bc0
Remove duplicate defines from mc146818rtc.c
by Marc Jones
· 11 years ago
0e6d0ed
mc146818rtc: Remove the hyphen to build on NetBSD and Darwin
by Zheng Bao
· 11 years ago
094920d
mc146818rtc: Update the Day of Week in CMOS in the right way.
by Zheng Bao
· 11 years ago
4b1610d
RTC: Don't clear pending interrupt in resume path
by Duncan Laurie
· 11 years ago
5c103aa
RTC: Write build date in BCD when clearing RTC CMOS
by Duncan Laurie
· 11 years ago
fa90fd4
rtc: erase CMOS memory after power failure
by Vincent Palatin
· 11 years ago
fc1b9ee
rtc: force mc146818 register D to a correct value
by Vincent Palatin
· 11 years ago
a1e6a9c
RTC: Add a routine to check if the CMOS date is valid
by zbao
· 11 years ago
ae5e11d
Move top level pc80 directory to drivers/
by Stefan Reinauer
· 11 years ago
[Renamed from src/pc80/mc146818rtc.c]
ea5c2b6
Fix checksum calculation both in romstage and ramstage.
by Stefan Reinauer
· 12 years ago
d87dfc0
Fix our CMOS checksum algorithm so it matches what /dev/nvram expects
by Stefan Reinauer
· 12 years ago
1babddb
rework RTC driver output to make it more consistent.
by Stefan Reinauer
· 12 years ago
d29e5bb
CMOS: add set_option()
by Sven Schnelle
· 12 years ago
5ccbbd9
Typo. s,CMOS_COMPONENT,CBFS_COMPONENT,.
by Patrick Georgi
· 12 years ago
cef3b89
Report if cmos_layout.bin can't be found when it should.
by Patrick Georgi
· 12 years ago
2447937
Move option table (cmos.layout's binary representation)
by Patrick Georgi
· 12 years ago
10ec0fe
- Fix race condition in option_table.h generation by moving the include
by Stefan Reinauer
· 13 years ago
e448eba
Revert 5762. It silently broke a lot of boards because abuild was broken.
by Myles Watson
· 13 years ago
c3fad56
Fix race condition in option_table.h generation by moving the include statement
by Stefan Reinauer
· 13 years ago
eb50c7d
Re-integrate "USE_OPTION_TABLE" code.
by Edwin Beasant
· 13 years ago
14e2277
Since some people disapprove of white space cleanups mixed in regular commits
by Stefan Reinauer
· 13 years ago
8e726b7
Don't include option_table.h every time we include mc146818rtc.h, that was a
by Stefan Reinauer
· 13 years ago
b5828d7
This patch drops the coreboot CMOS checksum ranges from Kconfig because
by Stefan Reinauer
· 13 years ago
c02b4fc
printk_foo -> printk(BIOS_FOO, ...)
by Stefan Reinauer
· 13 years ago
2549d52
fix minor warnings in RTC code when HAVE_OPTION_TABLE is disabled.
by Stefan Reinauer
· 13 years ago
2fbbea0
RTC: Don't drop the alpha specific code but get it in shape for our Kconfig scheme.
by Stefan Reinauer
· 13 years ago
ea92185
Add few missing prototypes, and remove few unused (thus lonelly) variables.
by Maciej Pijanka
· 14 years ago
ea67d47
A (hypothetical southbridge) component might provide functionality that is not
by Stefan Reinauer
· 14 years ago
3fe6b70
Add const to get rid of some warnings when passing quoted strings.
by Myles Watson
· 14 years ago
0867062
This patch unifies the use of config options in v2 to all start with CONFIG_
by Stefan Reinauer
· 14 years ago
a9c5ea0
Revert "CMOS: Add set_option and rework get_option."
by Luc Verhaegen
· 14 years ago
9ceae90
CMOS: Add set_option and rework get_option.
by Luc Verhaegen
· 14 years ago
73d5daa
* Allow coreboot to use the full 256 bytes of CMOS memory
by Stefan Reinauer
· 14 years ago
ca374d4
rename linuxbios_* files, too.
by Stefan Reinauer
· 15 years ago
8cbc475
Don't write to CMOS when HAVE_OPTION_TABLE = 0.
by Steven J. Magnani
· 18 years ago
84a8028
fixed indentation
by Li-Ta Lo
· 18 years ago
23e2e18
cleanup code to remove warnings
by Greg Watson
· 19 years ago
8ca8d76
- Initial checkin of the freebios2 tree
by Eric Biederman
· 20 years ago