index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
drivers
/
pc80
Commit message (
Expand
)
Author
Age
Files
Lines
*
drivers/pc80/rtc: Clean up some POST_CODE_EXTRA use
Kyösti Mälkki
2020-01-14
1
-35
/
+29
*
console/post: Move cmos_post_code() under pc80/rtc
Kyösti Mälkki
2020-01-10
2
-0
/
+145
*
drivers/pc80/rtc: Enable normal/fallback without USE_OPTION_TABLE
Kyösti Mälkki
2020-01-10
1
-1
/
+1
*
drivers/pc80/rtc: Move sanitize_cmos()
Kyösti Mälkki
2020-01-10
2
-27
/
+29
*
drivers/pc80/rtc: Separate {get|set}_option() support
Kyösti Mälkki
2020-01-09
3
-228
/
+238
*
drivers/pc80/rtc: Separate {get|set}_option() prototypes
Kyösti Mälkki
2020-01-09
1
-2
/
+3
*
drivers/pc80/rtc: Remove duplicate cmos_chksum_valid()
Kyösti Mälkki
2020-01-09
3
-22
/
+9
*
acpi: Be more ACPI compliant when generating _UID
Patrick Rudolph
2020-01-09
1
-1
/
+1
*
drivers/pc80/rtc: Refactor some USE_OPTION_TABLE
Kyösti Mälkki
2020-01-07
1
-7
/
+2
*
drivers/pc80/rtc: Refactor clear_cmos variable
Kyösti Mälkki
2020-01-07
1
-10
/
+6
*
drivers/pc80/rtc: Clean up some inlined functions
Kyösti Mälkki
2020-01-07
2
-18
/
+25
*
drivers/pc80/mc146818rtc: Remove read_option_lowlevel()
Kyösti Mälkki
2020-01-02
1
-12
/
+0
*
{drivers,southbridge}: Replace min() with MIN()
Elyes HAOUAS
2019-12-20
1
-2
/
+2
*
drivers/pc80: Move normal/fallback mechanism outside __ROMCC__
Kyösti Mälkki
2019-12-20
2
-97
/
+58
*
src/: Remove g_ prefixes and _g suffixes from variables
Patrick Georgi
2019-12-02
1
-7
/
+7
*
drivers/pc80/pc/i8254.c: Drop CAR_GLOBAL_MIGRATION support
Arthur Heymans
2019-11-29
1
-12
/
+7
*
security/tpm: Drop CAR_GLOBAL_MIGRATION support
Arthur Heymans
2019-11-29
1
-4
/
+3
*
drivers/pc80/rtc: Remove CMOS spinlock
Kyösti Mälkki
2019-11-22
1
-21
/
+0
*
drivers/pc80/tpm: Replace __RAMSTAGE_ guards
Kyösti Mälkki
2019-11-21
1
-5
/
+5
*
drivers/pc80: Remove UDELAY_TIMER2
Kyösti Mälkki
2019-11-05
2
-23
/
+0
*
drivers/pc80: Remove UDELAY_IO
Kyösti Mälkki
2019-11-05
3
-33
/
+0
*
cpu/x86/tsc: Flip and rename TSC_CONSTANT_RATE to UNKNOWN_TSC_RATE
Kyösti Mälkki
2019-11-03
1
-0
/
+23
*
cpu/x86: Move calibrate_tsc_with_pit() to drivers/pc80
Kyösti Mälkki
2019-11-02
2
-1
/
+83
*
src/[arch-lib]: change "unsigned" to "unsigned int"
Martin Roth
2019-10-27
3
-4
/
+4
*
src: Use 'include <boot/coreboot_tables.h>' when appropriate
Elyes HAOUAS
2019-10-27
1
-1
/
+0
*
drivers/pc80/rtc: Avoid searching for cmos_layout.bin on each get/set_option
Arthur Heymans
2019-10-23
1
-5
/
+7
*
AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS file
Martin Roth
2019-10-22
16
-35
/
+64
*
drivers/pc80: Remove some __PRE_RAM__ and __SMM__
Kyösti Mälkki
2019-09-13
1
-6
/
+4
*
drivers/pc80: Move UDELAY_IO and UDELAY_TIMER2
Kyösti Mälkki
2019-07-08
1
-1
/
+13
*
drivers/pc80/rtc/mc146818rtc_boot: Use size_t for length
Elyes HAOUAS
2019-07-02
1
-1
/
+1
*
drivers/pc80/tpm: add support for TPM emulator SwTPM 2.0 module
Tsung Ho Wu
2019-06-27
1
-0
/
+8
*
src/{device,drivers}: Add missing 'include <types.h>'
Elyes HAOUAS
2019-05-29
1
-1
/
+1
*
Fix code that would trip -Wtype-limits
Julius Werner
2019-05-06
1
-0
/
+3
*
drivers/pc80/rtc/mc146818rtc.c: Reset RTC time on RTC power failure
Frans Hendriks
2019-04-05
1
-1
/
+2
*
Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)
Julius Werner
2019-03-25
1
-1
/
+1
*
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-08
5
-23
/
+23
*
device/mmio.h: Add include file for MMIO ops
Kyösti Mälkki
2019-03-04
1
-1
/
+1
*
drivers/keyboard: Fix spelling of *interface*
Paul Menzel
2019-02-08
1
-2
/
+2
*
src/drivers: Remove needless '&' on function pointers
Elyes HAOUAS
2019-01-23
1
-4
/
+4
*
drivers/*/tpm: Add postcar target
Philipp Deppenwiese
2018-11-09
1
-0
/
+1
*
src/drivers/pc80/tpm/tis.c: Dont use port value when invalid.
Frans Hendriks
2018-10-29
1
-1
/
+3
*
src: Remove unneeded whitespace
Elyes HAOUAS
2018-10-23
1
-1
/
+1
*
src/drivers/pc80/pc: Remove unneeded include
Elyes HAOUAS
2018-08-28
2
-2
/
+0
*
drivers/pc80/rtc: do not warn if CMOS options are unavailable
Stefan Tauner
2018-08-20
1
-1
/
+1
*
drivers/pc80/tpm: add support for SLB9665 TPM2.0 module
Kamil Wcislo
2018-08-11
1
-1
/
+2
*
src/drivers: Fix typo
Elyes HAOUAS
2018-08-10
1
-1
/
+1
*
src/{device,drivers}: Use "foo *bar" instead of "foo* bar"
Elyes HAOUAS
2018-07-09
1
-4
/
+4
*
drivers/pc80/vga: Fix coding style
Elyes HAOUAS
2018-07-03
1
-249
/
+249
*
vboot: Fix linking error with USE_OPTION_TABLE enabled
Patrick Rudolph
2018-06-28
1
-12
/
+58
*
security/tpm: Unify the coreboot TPM software stack
Philipp Deppenwiese
2018-06-04
3
-290
/
+5
[next]