summaryrefslogtreecommitdiffstats
path: root/src/drivers/pc80
Commit message (Expand)AuthorAgeFilesLines
* src/{device,drivers}: Add missing 'include <types.h>'Elyes HAOUAS2019-05-291-1/+1
* Fix code that would trip -Wtype-limitsJulius Werner2019-05-061-0/+3
* drivers/pc80/rtc/mc146818rtc.c: Reset RTC time on RTC power failureFrans Hendriks2019-04-051-1/+2
* Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)Julius Werner2019-03-251-1/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-085-23/+23
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-1/+1
* drivers/keyboard: Fix spelling of *interface*Paul Menzel2019-02-081-2/+2
* src/drivers: Remove needless '&' on function pointersElyes HAOUAS2019-01-231-4/+4
* drivers/*/tpm: Add postcar targetPhilipp Deppenwiese2018-11-091-0/+1
* src/drivers/pc80/tpm/tis.c: Dont use port value when invalid.Frans Hendriks2018-10-291-1/+3
* src: Remove unneeded whitespaceElyes HAOUAS2018-10-231-1/+1
* src/drivers/pc80/pc: Remove unneeded includeElyes HAOUAS2018-08-282-2/+0
* drivers/pc80/rtc: do not warn if CMOS options are unavailableStefan Tauner2018-08-201-1/+1
* drivers/pc80/tpm: add support for SLB9665 TPM2.0 moduleKamil Wcislo2018-08-111-1/+2
* src/drivers: Fix typoElyes HAOUAS2018-08-101-1/+1
* src/{device,drivers}: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS2018-07-091-4/+4
* drivers/pc80/vga: Fix coding styleElyes HAOUAS2018-07-031-249/+249
* vboot: Fix linking error with USE_OPTION_TABLE enabledPatrick Rudolph2018-06-281-12/+58
* security/tpm: Unify the coreboot TPM software stackPhilipp Deppenwiese2018-06-043-290/+5
* drivers/pc80/tpm: get ioport from pnp recordsKevin Cody-Little2018-05-131-1/+3
* drivers/pc80/tpm: Add some optional delay to tis_readresponse()Bill XIE2018-04-162-0/+17
* security/tpm: Change TPM naming for different layers.Philipp Deppenwiese2018-01-183-5/+5
* security/tpm: Move tpm TSS and TSPI layer to security sectionPhilipp Deppenwiese2018-01-183-8/+2
* drivers/pc80/tpm: Remove unused ACPI opregionDuncan Laurie2017-12-141-29/+0
* security/vboot: Move vboot2 to security kconfig sectionPhilipp Deppenwiese2017-10-221-2/+2
* vboot: remove init_vbnv_cmos()Aaron Durbin2017-09-201-3/+31
* device: acpi_name() should take a const struct deviceAaron Durbin2017-09-141-1/+1
* src/drivers: Fix checkpatch warning: no spaces at the start of a lineMartin Roth2017-07-282-4/+4
* Port cmos.default handling to C environment bootblockNico Huber2017-07-263-32/+81
* drivers/pc80/rtc: Build for bootblock and postcar stages tooNico Huber2017-07-261-4/+5
* src/drivers: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-133-5/+5
* Kconfig: Move and clean up CONFIG_VGANico Huber2017-05-221-0/+4
* drivers/pc80/rtc: Rename mc146818rtc_early.c -> _romcc.cNico Huber2017-05-133-3/+11
* drivers/pc80/tpm: Fix missing tis_close() functionPhilipp Deppenwiese2017-05-051-1/+3
* *.asl: Remove obsolete reference to TPM ASL filePatrick Rudolph2017-04-241-0/+0
* acpi: Add ACPI_ prefix to IRQ enum and struct namesFurquan Shaikh2017-02-221-6/+6
* src/drivers/pc80: Update vga_font_8x16.c to be non-binaryMartin Roth2017-02-201-129/+129
* drivers/pc80/tpm: Update default acpi pathTobias Diedrich2017-02-141-1/+1
* drivers/pc80/rtc: Check cmos checksum BEFORE reading cmos valueMartin Roth2017-01-261-4/+4
* drivers/pc80/tpm: Set default TPM acpi path if unsetPhilipp Deppenwiese2016-12-161-2/+4
* pc80: Move set_boot_successful()Kyösti Mälkki2016-12-131-0/+34
* Build system: Update HAVE_CMOS_DEFAULTMartin Roth2016-11-281-0/+2
* driver/pc80/tpm: Runtime generate ACPI table for TPM driverNaresh G Solanki2016-11-242-220/+247
* rtc: Force negative edge on SET after battery replacementMarshall Dawson2016-11-171-5/+8
* rtc: Check update-in-progress bitMarshall Dawson2016-11-171-0/+2
* drivers/pc80/tpm: Select TPM device name based on Kconfig optionSubrata Banik2016-11-141-0/+4
* Kconfig: Update default hex values to start with 0xMartin Roth2016-10-021-1/+1
* Makefiles: update cbfs types from bare numbers to valuesMartin Roth2016-09-211-1/+1
* src/drivers: Capitalize CPU, RAM and ACPIElyes HAOUAS2016-07-311-1/+1
* rtc: Do checksum check for all bytesStefan Reinauer2016-05-061-2/+3