aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/pc80
AgeCommit message (Expand)Author
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
2014-06-29drivers/pc80/mc146818rtc_early.c: Silence unused func complaintsEdward O'Callaghan
2014-06-21PC80 RTC: Use acpi_is_wakeup_s3()Kyösti Mälkki
2014-06-21PS2 keyboard: Use acpi_is_wakeup_s3()Kyösti Mälkki
2014-06-11PIC i8259: Move #defines and functions to i8259.hMike Loptien
2014-05-29add rtc_init() to romstageMartin Roth
2014-05-23drivers/pc80/Kconfig: Revert PS/2 initialization defaultsPatrick Georgi
2014-05-15drivers/pc80/Kconfig: simplify PS/2 selection rulesPatrick Georgi
2014-05-13src/drivers/pc80: Remove empty struct keyboardEdward O'Callaghan
2014-05-02drivers/pc80/Kconfig: Do not init PS/2 keyboard if GRUB 2 is chosen as payloadPaul Menzel
2014-05-02drivers/pc80/Kconfig: Do not init PS/2 keyboard if SeaBIOS is chosen as payloadPaul Menzel
2014-05-02drivers/pc80/Kconfig: Mention that GRUB 2 is able to init PS/2 keyboardPaul Menzel
2014-04-26Get rid of HAVE_INIT_TIMER config optionFurquan Shaikh
2014-02-06spkmodem: Move under drivers/pc80Kyösti Mälkki
2014-01-26pc80/keyboard: Ignore interface test failure.Vladimir Serbinenko
2014-01-23keyboard.c: fix coding style with indentAndrew Wu
2014-01-12lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_contentVladimir Serbinenko
2013-12-21tpm: provide explicit tpm register accessAaron Durbin
2013-12-21Remove PS/2 keyboard initialization on resume from S3Martin Roth
2013-12-14drivers/pc80: Add ACPI description.Vladimir Serbinenko
2013-11-25pc80/mc146818rtc: Return an error code rather than an integerAlexandru Gagniuc
2013-11-25RTC: Skip rtc_init() in S3 resume pathStefan Reinauer
2013-10-13Rename cpu/x86/car.h to arch/early_variables.hStefan Reinauer
2013-07-10drivers: Fix spellingMartin Roth
2013-05-16pc80/tpm: allow for cache-as-ram migrationAaron Durbin
2013-03-01GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel
2013-02-19RTC: Use the correct index when setting the default monthDave Frodin
2013-01-30Extend CBFS to support arbitrary ROM source media.Hung-Te Lin
2012-11-30build system: Treat cmos.default as text filePatrick Georgi
2012-11-16Clean up KconfigStefan Reinauer
2012-11-16Drop Kconfig.deprecated_optionsStefan Reinauer
2012-11-12If cmos is invalid, always set the rtc date and timeStefan Reinauer
2012-11-12Remove duplicate defines from mc146818rtc.cMarc Jones
2012-11-09mc146818rtc: Remove the hyphen to build on NetBSD and DarwinZheng Bao
2012-11-09mc146818rtc: Update the Day of Week in CMOS in the right way.Zheng Bao
2012-11-08RTC: Don't clear pending interrupt in resume pathDuncan Laurie
2012-11-07RTC: Write build date in BCD when clearing RTC CMOSDuncan Laurie
2012-11-07rtc: add explicit dependency on build.hVincent Palatin
2012-11-07rtc: erase CMOS memory after power failureVincent Palatin
2012-11-07rtc: force mc146818 register D to a correct valueVincent Palatin
2012-11-07Fix CONFIG_ use in i8254.cStefan Reinauer
2012-08-02RTC: Add a routine to check if the CMOS date is validzbao
2012-05-01Fix TPM driver to work with multiple vendor TPMsStefan Reinauer
2012-04-27Move top level pc80 directory to drivers/Stefan Reinauer