summaryrefslogtreecommitdiffstats
path: root/src/drivers/pc80
Commit message (Expand)AuthorAgeFilesLines
* 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
* kbuild: Allow drivers to fit src/drivers/[X]/[Y]/ schemeStefan Reinauer2016-04-1915-73/+92
* northbridge/intel/i440bx: Unify UDELAY selectionStefan Reinauer2016-03-101-0/+1
* tpm/acpi/tpm.asl: Only include tpm.asl if tpm is enabledMartin Roth2016-03-051-1/+5
* tree wide: Convert "if (CONFIG_.*_TPM.*)" to "if (IS_ENABLED(...))"Denis 'GNUtoo' Carikli2016-02-262-3/+3
* acpi/tpm: Gracefully handle missing TPM module.Tobias Diedrich2016-02-181-15/+24
* drivers/pc80: Add PS/2 mouse presence detectTimothy Pearson2016-02-011-23/+78
* drivers/pc80: Add optional spinlock for nvram CBFS accessTimothy Pearson2015-12-181-2/+23
* Remove #ifdef checks on Kconfig symbolsMartin Roth2015-12-062-8/+0
* drivers/pc80: Rework normal / fallback selector codeTimothy Pearson2015-11-031-27/+29
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-3114-52/+0
* tpm: acpi: Add support for TPM PIRQDuncan Laurie2015-10-272-8/+30
* x86: add standalone verstage supportAaron Durbin2015-10-141-0/+1
* tpm: acpi: Make _CRS method serializedDuncan Laurie2015-09-281-1/+1
* drivers/pc80: Do not initialize PS2 keyboard by defaultAlexandru Gagniuc2015-09-091-1/+1
* drivers/pc80/tpm: Set "Found TPM" message to BIOS_INFO levelDuncan Laurie2015-09-081-1/+1
* drivers/pc80/i8254.c: Indent with GNU indent 2.2.11Paul Menzel2015-08-091-11/+11
* Fix Kconfig whitespace.Martin Roth2015-06-071-4/+4
* tpm: Add dummy _DSM to make Bitlocker happy.Vladimir Serbinenko2015-06-021-0/+92
* cbfs: new API and better program loadingAaron Durbin2015-06-021-4/+4
* TPM: Add Infineon SLB9670 SPI TPM supportWenkai Du2015-06-021-0/+1
* tpm: Add Infineon TPM 1.2 supportSubrata2015-05-291-0/+1
* tpm: Fix multiple device supportSubrata2015-05-291-0/+1
* Deactivate TPMVladimir Serbinenko2015-05-273-5/+31
* Move TPM code out of chromeosVladimir Serbinenko2015-05-273-1/+260
* Hide TPM_TIS_BASE_ADDRESSVladimir Serbinenko2015-05-231-1/+1
* Remove address from GPLv2 headersPatrick Georgi2015-05-2113-18/+13
* kbuild: Use wildcard for driver subdirectoriesStefan Reinauer2015-05-071-0/+4
* rtc: add config flag to denote rtc API availabilityPatrick Georgi2015-04-221-0/+1
* Unify byte order macros and clrsetbitsJulius Werner2015-04-211-1/+0
* arm(64): Manually clean up the mess left by write32() transitionJulius Werner2015-04-211-4/+0
* arm(64): Globally replace writel(v, a) with write32(a, v)Julius Werner2015-04-211-11/+11