summaryrefslogtreecommitdiffstats
path: root/src/drivers/pc80
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up KconfigStefan Reinauer2012-11-161-0/+8
* Drop Kconfig.deprecated_optionsStefan Reinauer2012-11-161-0/+16
* If cmos is invalid, always set the rtc date and timeStefan Reinauer2012-11-121-2/+2
* Remove duplicate defines from mc146818rtc.cMarc Jones2012-11-121-68/+0
* mc146818rtc: Remove the hyphen to build on NetBSD and DarwinZheng Bao2012-11-091-4/+4
* mc146818rtc: Update the Day of Week in CMOS in the right way.Zheng Bao2012-11-091-1/+1
* RTC: Don't clear pending interrupt in resume pathDuncan Laurie2012-11-081-0/+15
* RTC: Write build date in BCD when clearing RTC CMOSDuncan Laurie2012-11-071-4/+4
* rtc: add explicit dependency on build.hVincent Palatin2012-11-071-0/+3
* rtc: erase CMOS memory after power failureVincent Palatin2012-11-071-14/+20
* rtc: force mc146818 register D to a correct valueVincent Palatin2012-11-071-0/+2
* Fix CONFIG_ use in i8254.cStefan Reinauer2012-11-071-1/+1
* RTC: Add a routine to check if the CMOS date is validzbao2012-08-021-8/+35
* Fix TPM driver to work with multiple vendor TPMsStefan Reinauer2012-05-011-10/+75
* Move top level pc80 directory to drivers/Stefan Reinauer2012-04-2715-0/+6843