summaryrefslogtreecommitdiffstats
path: root/src/drivers/pc80
Commit message (Expand)AuthorAgeFilesLines
* 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
* drivers/pc80: Add ACPI description.Vladimir Serbinenko2013-12-141-0/+51
* pc80/mc146818rtc: Return an error code rather than an integerAlexandru Gagniuc2013-11-251-23/+25
* RTC: Skip rtc_init() in S3 resume pathStefan Reinauer2013-11-251-10/+11
* Rename cpu/x86/car.h to arch/early_variables.hStefan Reinauer2013-10-131-1/+1
* drivers: Fix spellingMartin Roth2013-07-103-3/+3
* pc80/tpm: allow for cache-as-ram migrationAaron Durbin2013-05-161-2/+2
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-013-3/+3
* RTC: Use the correct index when setting the default monthDave Frodin2013-02-191-1/+1
* Extend CBFS to support arbitrary ROM source media.Hung-Te Lin2013-01-301-2/+4
* build system: Treat cmos.default as text filePatrick Georgi2012-11-301-1/+1
OpenPOWER on IntegriCloud