summaryrefslogtreecommitdiffstats
path: root/src/drivers/pc80
Commit message (Expand)AuthorAgeFilesLines
* 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
* tpm: Only expose base address Kconfig option when enabledPatrick Georgi2015-04-131-0/+1
* tpm: Remove error message for unknown resource typeDuncan Laurie2015-04-101-3/+0
* tpm: Add ramstage driver and interrupt configurationDuncan Laurie2015-04-105-0/+257
* tpm: Move the LPC TPM driver to a subdirectoryDuncan Laurie2015-04-105-10/+11
* kconfig: drop intermittend forwarder filesStefan Reinauer2015-04-071-0/+4
* drivers/pc80/mc146818rtc_early: Honor Kconfig reboot count clear settingTimothy Pearson2015-03-291-4/+4
* drivers/pc80/mc146818rtc: Enable RTC reset on power lossWerner Zeh2015-02-231-1/+1
* nvram: Add option to reset NVRAM to default parameters on every bootTimothy Pearson2015-02-161-0/+3
* drivers/pc80/mc146818rtc: Reduce superfluous preprocessor useAlexandru Gagniuc2015-02-062-49/+54
* drivers/pc80/mc146818rtc: Assume we always have ALTCENTURYGabe Black2014-12-301-17/+13
* rtc: Add an RTC API, and implement it for x86.Marc Jones2014-12-303-23/+77
* Replace includes of build.h with version.hKyösti Mälkki2014-11-202-9/+7
* cmos: Rename the CMOS related functions.Gabe Black2014-10-221-70/+72
* tpm: Clean up I2C TPM driverStefan Reinauer2014-09-101-1/+1
* drivers: Add I2C TPM driver to corebootStefan Reinauer2014-08-102-2/+2
* drivers: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-083-4/+0
* stdlib: Drop duplicates of min() and max()Kyösti Mälkki2014-07-011-2/+0
* drivers/pc80/mc146818rtc_early.c: Silence unused func complaintsEdward O'Callaghan2014-06-291-2/+2
* PC80 RTC: Use acpi_is_wakeup_s3()Kyösti Mälkki2014-06-211-6/+1
* PS2 keyboard: Use acpi_is_wakeup_s3()Kyösti Mälkki2014-06-211-5/+1
* PIC i8259: Move #defines and functions to i8259.hMike Loptien2014-06-111-36/+39
* add rtc_init() to romstageMartin Roth2014-05-292-1/+4
* drivers/pc80/Kconfig: Revert PS/2 initialization defaultsPatrick Georgi2014-05-231-1/+0
* drivers/pc80/Kconfig: simplify PS/2 selection rulesPatrick Georgi2014-05-151-1/+1