summaryrefslogtreecommitdiff
path: root/src/drivers/pc80
AgeCommit message (Expand)Author
2019-11-22drivers/pc80/rtc: Remove CMOS spinlockKyösti Mälkki
2019-11-21drivers/pc80/tpm: Replace __RAMSTAGE_ guardsKyösti Mälkki
2019-11-05drivers/pc80: Remove UDELAY_TIMER2Kyösti Mälkki
2019-11-05drivers/pc80: Remove UDELAY_IOKyösti Mälkki
2019-11-03cpu/x86/tsc: Flip and rename TSC_CONSTANT_RATE to UNKNOWN_TSC_RATEKyösti Mälkki
2019-11-02cpu/x86: Move calibrate_tsc_with_pit() to drivers/pc80Kyösti Mälkki
2019-10-27src/[arch-lib]: change "unsigned" to "unsigned int"Martin Roth
2019-10-27src: Use 'include <boot/coreboot_tables.h>' when appropriateElyes HAOUAS
2019-10-23drivers/pc80/rtc: Avoid searching for cmos_layout.bin on each get/set_optionArthur Heymans
2019-10-22AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS fileMartin Roth
2019-09-13drivers/pc80: Remove some __PRE_RAM__ and __SMM__Kyösti Mälkki
2019-07-08drivers/pc80: Move UDELAY_IO and UDELAY_TIMER2Kyösti Mälkki
2019-07-02drivers/pc80/rtc/mc146818rtc_boot: Use size_t for lengthElyes HAOUAS
2019-06-27drivers/pc80/tpm: add support for TPM emulator SwTPM 2.0 moduleTsung Ho Wu
2019-05-29src/{device,drivers}: Add missing 'include <types.h>'Elyes HAOUAS
2019-05-06Fix code that would trip -Wtype-limitsJulius Werner
2019-04-05drivers/pc80/rtc/mc146818rtc.c: Reset RTC time on RTC power failureFrans Hendriks
2019-03-25Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)Julius Werner
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-03-04device/mmio.h: Add include file for MMIO opsKyösti Mälkki
2019-02-08drivers/keyboard: Fix spelling of *interface*Paul Menzel
2019-01-23src/drivers: Remove needless '&' on function pointersElyes HAOUAS
2018-11-09drivers/*/tpm: Add postcar targetPhilipp Deppenwiese
2018-10-29src/drivers/pc80/tpm/tis.c: Dont use port value when invalid.Frans Hendriks
2018-10-23src: Remove unneeded whitespaceElyes HAOUAS
2018-08-28src/drivers/pc80/pc: Remove unneeded includeElyes HAOUAS
2018-08-20drivers/pc80/rtc: do not warn if CMOS options are unavailableStefan Tauner
2018-08-11drivers/pc80/tpm: add support for SLB9665 TPM2.0 moduleKamil Wcislo
2018-08-10src/drivers: Fix typoElyes HAOUAS
2018-07-09src/{device,drivers}: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS
2018-07-03drivers/pc80/vga: Fix coding styleElyes HAOUAS
2018-06-28vboot: Fix linking error with USE_OPTION_TABLE enabledPatrick Rudolph
2018-06-04security/tpm: Unify the coreboot TPM software stackPhilipp Deppenwiese
2018-05-13drivers/pc80/tpm: get ioport from pnp recordsKevin Cody-Little
2018-04-16drivers/pc80/tpm: Add some optional delay to tis_readresponse()Bill XIE
2018-01-18security/tpm: Change TPM naming for different layers.Philipp Deppenwiese
2018-01-18security/tpm: Move tpm TSS and TSPI layer to security sectionPhilipp Deppenwiese
2017-12-14drivers/pc80/tpm: Remove unused ACPI opregionDuncan Laurie
2017-10-22security/vboot: Move vboot2 to security kconfig sectionPhilipp Deppenwiese
2017-09-20vboot: remove init_vbnv_cmos()Aaron Durbin
2017-09-14device: acpi_name() should take a const struct deviceAaron Durbin
2017-07-28src/drivers: Fix checkpatch warning: no spaces at the start of a lineMartin Roth
2017-07-26Port cmos.default handling to C environment bootblockNico Huber
2017-07-26drivers/pc80/rtc: Build for bootblock and postcar stages tooNico Huber
2017-07-13src/drivers: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2017-05-22Kconfig: Move and clean up CONFIG_VGANico Huber
2017-05-13drivers/pc80/rtc: Rename mc146818rtc_early.c -> _romcc.cNico Huber
2017-05-05drivers/pc80/tpm: Fix missing tis_close() functionPhilipp Deppenwiese
2017-04-24*.asl: Remove obsolete reference to TPM ASL filePatrick Rudolph
2017-02-22acpi: Add ACPI_ prefix to IRQ enum and struct namesFurquan Shaikh