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
/
drivers
/
pc80
Age
Commit message (
Expand
)
Author
2020-05-02
acpi: Move ACPI table support out of arch/x86 (3/5)
Furquan Shaikh
2020-04-28
device: Constify struct device * parameter to acpi_fill_ssdt()
Furquan Shaikh
2020-04-20
drivers/pc80/rtc: Reorganize prototypes
Kyösti Mälkki
2020-04-20
drivers/pc80/rtc: Move CMOS_POST_BANK_x definitions
Kyösti Mälkki
2020-04-20
drivers/pc80/rtc: Drop CMOS_POST_EXTRA option
Kyösti Mälkki
2020-04-20
drivers/pc80/rtc: Clean up post_log_path()
Kyösti Mälkki
2020-04-20
drivers/elog,pc80: Move cmos_post_log()
Kyösti Mälkki
2020-04-18
drivers/pc80/rtc: Turn comment into warning message
Nico Huber
2020-04-14
mainboard/lenovo: Use the original hardware ids for keyboard/pointing
dalao
2020-04-07
drivers/pc80/tpm/tis.c: change the _HID and _CID for TPM2 device
Michał Żygowski
2020-04-06
src/drivers: Use SPDX for GPL-2.0-only files
Angel Pons
2020-04-02
Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`
Nico Huber
2020-04-01
drivers/pc80/rtc: Always load cmos.default if measured boot is enabled
Bill XIE
2020-02-24
treewide: Capitalize 'CMOS'
Elyes HAOUAS
2020-01-14
drivers/pc80/rtc: Clean up some POST_CODE_EXTRA use
Kyösti Mälkki
2020-01-10
console/post: Move cmos_post_code() under pc80/rtc
Kyösti Mälkki
2020-01-10
drivers/pc80/rtc: Enable normal/fallback without USE_OPTION_TABLE
Kyösti Mälkki
2020-01-10
drivers/pc80/rtc: Move sanitize_cmos()
Kyösti Mälkki
2020-01-09
drivers/pc80/rtc: Separate {get|set}_option() support
Kyösti Mälkki
2020-01-09
drivers/pc80/rtc: Separate {get|set}_option() prototypes
Kyösti Mälkki
2020-01-09
drivers/pc80/rtc: Remove duplicate cmos_chksum_valid()
Kyösti Mälkki
2020-01-09
acpi: Be more ACPI compliant when generating _UID
Patrick Rudolph
2020-01-07
drivers/pc80/rtc: Refactor some USE_OPTION_TABLE
Kyösti Mälkki
2020-01-07
drivers/pc80/rtc: Refactor clear_cmos variable
Kyösti Mälkki
2020-01-07
drivers/pc80/rtc: Clean up some inlined functions
Kyösti Mälkki
2020-01-02
drivers/pc80/mc146818rtc: Remove read_option_lowlevel()
Kyösti Mälkki
2019-12-20
{drivers,southbridge}: Replace min() with MIN()
Elyes HAOUAS
2019-12-20
drivers/pc80: Move normal/fallback mechanism outside __ROMCC__
Kyösti Mälkki
2019-12-02
src/: Remove g_ prefixes and _g suffixes from variables
Patrick Georgi
2019-11-29
drivers/pc80/pc/i8254.c: Drop CAR_GLOBAL_MIGRATION support
Arthur Heymans
2019-11-29
security/tpm: Drop CAR_GLOBAL_MIGRATION support
Arthur Heymans
2019-11-22
drivers/pc80/rtc: Remove CMOS spinlock
Kyösti Mälkki
2019-11-21
drivers/pc80/tpm: Replace __RAMSTAGE_ guards
Kyösti Mälkki
2019-11-05
drivers/pc80: Remove UDELAY_TIMER2
Kyösti Mälkki
2019-11-05
drivers/pc80: Remove UDELAY_IO
Kyösti Mälkki
2019-11-03
cpu/x86/tsc: Flip and rename TSC_CONSTANT_RATE to UNKNOWN_TSC_RATE
Kyösti Mälkki
2019-11-02
cpu/x86: Move calibrate_tsc_with_pit() to drivers/pc80
Kyösti Mälkki
2019-10-27
src/[arch-lib]: change "unsigned" to "unsigned int"
Martin Roth
2019-10-27
src: Use 'include <boot/coreboot_tables.h>' when appropriate
Elyes HAOUAS
2019-10-23
drivers/pc80/rtc: Avoid searching for cmos_layout.bin on each get/set_option
Arthur Heymans
2019-10-22
AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS file
Martin Roth
2019-09-13
drivers/pc80: Remove some __PRE_RAM__ and __SMM__
Kyösti Mälkki
2019-07-08
drivers/pc80: Move UDELAY_IO and UDELAY_TIMER2
Kyösti Mälkki
2019-07-02
drivers/pc80/rtc/mc146818rtc_boot: Use size_t for length
Elyes HAOUAS
2019-06-27
drivers/pc80/tpm: add support for TPM emulator SwTPM 2.0 module
Tsung Ho Wu
2019-05-29
src/{device,drivers}: Add missing 'include <types.h>'
Elyes HAOUAS
2019-05-06
Fix code that would trip -Wtype-limits
Julius Werner
2019-04-05
drivers/pc80/rtc/mc146818rtc.c: Reset RTC time on RTC power failure
Frans Hendriks
2019-03-25
Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)
Julius Werner
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
[next]