summaryrefslogtreecommitdiff
path: root/src/drivers/pc80
AgeCommit message (Expand)Author
2016-07-31src/drivers: Capitalize CPU, RAM and ACPIElyes HAOUAS
2016-05-06rtc: Do checksum check for all bytesStefan Reinauer
2016-04-19kbuild: Allow drivers to fit src/drivers/[X]/[Y]/ schemeStefan Reinauer
2016-03-10northbridge/intel/i440bx: Unify UDELAY selectionStefan Reinauer
2016-03-05tpm/acpi/tpm.asl: Only include tpm.asl if tpm is enabledMartin Roth
2016-02-26tree wide: Convert "if (CONFIG_.*_TPM.*)" to "if (IS_ENABLED(...))"Denis 'GNUtoo' Carikli
2016-02-18acpi/tpm: Gracefully handle missing TPM module.Tobias Diedrich
2016-02-01drivers/pc80: Add PS/2 mouse presence detectTimothy Pearson
2015-12-18drivers/pc80: Add optional spinlock for nvram CBFS accessTimothy Pearson
2015-12-06Remove #ifdef checks on Kconfig symbolsMartin Roth
2015-11-03drivers/pc80: Rework normal / fallback selector codeTimothy Pearson
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-10-27tpm: acpi: Add support for TPM PIRQDuncan Laurie
2015-10-14x86: add standalone verstage supportAaron Durbin
2015-09-28tpm: acpi: Make _CRS method serializedDuncan Laurie
2015-09-09drivers/pc80: Do not initialize PS2 keyboard by defaultAlexandru Gagniuc
2015-09-08drivers/pc80/tpm: Set "Found TPM" message to BIOS_INFO levelDuncan Laurie
2015-08-09drivers/pc80/i8254.c: Indent with GNU indent 2.2.11Paul Menzel
2015-06-07Fix Kconfig whitespace.Martin Roth
2015-06-02tpm: Add dummy _DSM to make Bitlocker happy.Vladimir Serbinenko
2015-06-02cbfs: new API and better program loadingAaron Durbin
2015-06-02TPM: Add Infineon SLB9670 SPI TPM supportWenkai Du
2015-05-29tpm: Add Infineon TPM 1.2 supportSubrata
2015-05-29tpm: Fix multiple device supportSubrata
2015-05-27Deactivate TPMVladimir Serbinenko
2015-05-27Move TPM code out of chromeosVladimir Serbinenko
2015-05-23Hide TPM_TIS_BASE_ADDRESSVladimir Serbinenko
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-05-07kbuild: Use wildcard for driver subdirectoriesStefan Reinauer
2015-04-22rtc: add config flag to denote rtc API availabilityPatrick Georgi
2015-04-21Unify byte order macros and clrsetbitsJulius Werner
2015-04-21arm(64): Manually clean up the mess left by write32() transitionJulius Werner
2015-04-21arm(64): Globally replace writel(v, a) with write32(a, v)Julius Werner
2015-04-13tpm: Only expose base address Kconfig option when enabledPatrick Georgi
2015-04-10tpm: Remove error message for unknown resource typeDuncan Laurie
2015-04-10tpm: Add ramstage driver and interrupt configurationDuncan Laurie
2015-04-10tpm: Move the LPC TPM driver to a subdirectoryDuncan Laurie
2015-04-07kconfig: drop intermittend forwarder filesStefan Reinauer
2015-03-29drivers/pc80/mc146818rtc_early: Honor Kconfig reboot count clear settingTimothy Pearson
2015-02-23drivers/pc80/mc146818rtc: Enable RTC reset on power lossWerner Zeh
2015-02-16nvram: Add option to reset NVRAM to default parameters on every bootTimothy Pearson
2015-02-06drivers/pc80/mc146818rtc: Reduce superfluous preprocessor useAlexandru Gagniuc
2014-12-30drivers/pc80/mc146818rtc: Assume we always have ALTCENTURYGabe Black
2014-12-30rtc: Add an RTC API, and implement it for x86.Marc Jones
2014-11-20Replace includes of build.h with version.hKyösti Mälkki
2014-10-22cmos: Rename the CMOS related functions.Gabe Black
2014-09-10tpm: Clean up I2C TPM driverStefan Reinauer
2014-08-10drivers: Add I2C TPM driver to corebootStefan Reinauer
2014-07-08drivers: Trivial - drop trailing blank lines at EOFEdward O'Callaghan
2014-07-01stdlib: Drop duplicates of min() and max()Kyösti Mälkki