summaryrefslogtreecommitdiffstats
path: root/src/drivers/pc80
Commit message (Expand)AuthorAgeFilesLines
* 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
* src/drivers/pc80: Remove empty struct keyboardEdward O'Callaghan2014-05-131-1/+1
* drivers/pc80/Kconfig: Do not init PS/2 keyboard if GRUB 2 is chosen as payloadPaul Menzel2014-05-021-2/+2
* drivers/pc80/Kconfig: Do not init PS/2 keyboard if SeaBIOS is chosen as payloadPaul Menzel2014-05-021-1/+2
* drivers/pc80/Kconfig: Mention that GRUB 2 is able to init PS/2 keyboardPaul Menzel2014-05-021-1/+1
* Get rid of HAVE_INIT_TIMER config optionFurquan Shaikh2014-04-261-0/+4
* spkmodem: Move under drivers/pc80Kyösti Mälkki2014-02-062-1/+132
* pc80/keyboard: Ignore interface test failure.Vladimir Serbinenko2014-01-261-9/+18
* keyboard.c: fix coding style with indentAndrew Wu2014-01-231-45/+55
* lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_contentVladimir Serbinenko2014-01-121-2/+2
* tpm: provide explicit tpm register accessAaron Durbin2013-12-211-100/+164
* Remove PS/2 keyboard initialization on resume from S3Martin Roth2013-12-211-0/+9
OpenPOWER on IntegriCloud