summaryrefslogtreecommitdiffstats
path: root/src/include/pc80
Commit message (Expand)AuthorAgeFilesLines
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-5/+5
* src: Fix the warning "type 'hex' are always defined"Elyes HAOUAS2019-01-271-1/+1
* src: Add missing include <stdint.h>Elyes HAOUAS2018-10-301-0/+2
* Port cmos.default handling to C environment bootblockNico Huber2017-07-261-0/+7
* src/include: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-131-4/+4
* Kconfig: Move and clean up CONFIG_VGANico Huber2017-05-221-4/+0
* drivers/pc80/rtc: Rename mc146818rtc_early.c -> _romcc.cNico Huber2017-05-131-1/+1
* src/include: Wrap lines at 80 columnsLee Leahy2017-03-131-2/+5
* src/include: Remove braces for single statementsLee Leahy2017-03-121-4/+2
* src/include: Remove spaces before tabsLee Leahy2017-03-122-2/+2
* src/include: Fix unsigned warningsLee Leahy2017-03-091-1/+2
* arch/x86: fix cmos post logging in non romcc bootblockAaron Durbin2017-01-061-0/+29
* rtc: Check update-in-progress bitMarshall Dawson2016-11-171-0/+10
* src/include: Add space around operatorsElyes HAOUAS2016-09-201-1/+1
* pc80/mc146818rtc.h: Replace leftover macro tokenAntonello Dettori2016-08-181-2/+0
* kbuild: Allow drivers to fit src/drivers/[X]/[Y]/ schemeStefan Reinauer2016-04-191-1/+1
* drivers/pc80: Add PS/2 mouse presence detectTimothy Pearson2016-02-011-1/+4
* drivers/pc80: Rework normal / fallback selector codeTimothy Pearson2015-11-031-0/+2
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-314-16/+0
* Verify Kconfigs symbols are not zero for hex and int type symbolsMartin Roth2015-07-121-2/+2
* Remove address from GPLv2 headersPatrick Georgi2015-05-214-4/+4
* drivers/pc80/mc146818rtc: Reduce superfluous preprocessor useAlexandru Gagniuc2015-02-061-11/+3
* drivers/pc80/mc146818rtc: Assume we always have ALTCENTURYGabe Black2014-12-301-4/+1
* cmos: Rename the CMOS related functions.Gabe Black2014-10-221-2/+2
* tpm: Clean up I2C TPM driverStefan Reinauer2014-09-101-29/+0
* include/pc80/mc146818rtc.h: Inconsequential, comment ifdef mazeEdward O'Callaghan2014-06-291-2/+2
* pc80/mc146818rtc.h: Has X86 specific inlines without guardsEdward O'Callaghan2014-06-252-1/+6
* include/pc80/mc146818rtc.h: Move include to top of fileEdward O'Callaghan2014-06-251-1/+1
* PIC i8259: Move #defines and functions to i8259.hMike Loptien2014-06-111-1/+65
* src/*: Remove the last remnants of struct keyboardEdward O'Callaghan2014-05-131-4/+0
* src/drivers/pc80: Remove empty struct keyboardEdward O'Callaghan2014-05-131-1/+1
* drivers/elog: Fix implicit function declaration issueEdward O'Callaghan2014-04-201-0/+2
* Log device path into CMOS during probe stagesDuncan Laurie2013-11-261-0/+2
* Extend CMOS POST code logging to store extra dataDuncan Laurie2013-11-261-0/+9
* pc80/mc146818rtc: Return an error code rather than an integerAlexandru Gagniuc2013-11-251-5/+10
* include: Fix spellingMartin Roth2013-07-111-1/+1
* Drop prototype guarding for romccStefan Reinauer2013-05-102-4/+0
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-014-4/+4
* mc146818rtc: disable RTC before writing to nvramPatrick Georgi2012-11-191-1/+30
* mc146818rtc: Remove the hyphen to build on NetBSD and DarwinZheng Bao2012-11-091-2/+0
* Log unexpected post code from the previous bootDuncan Laurie2012-11-081-0/+4
* Add support for storing POST codes in CMOSDuncan Laurie2012-11-081-0/+19
* RTC: Write build date in BCD when clearing RTC CMOSDuncan Laurie2012-11-071-0/+2
* RTC: Add a routine to check if the CMOS date is validzbao2012-08-021-0/+5
* RTC: Add defines for standard clock offsetsDuncan Laurie2012-07-241-0/+12
* Move top level pc80 directory to drivers/Stefan Reinauer2012-04-271-1/+1
* Add TPM support to corebootStefan Reinauer2012-03-301-0/+29
* Add cmos helper functions for reading/writing a dwordDuncan Laurie2012-03-281-0/+16
* Fix CMOS handling for non-USE_OPTION_TABLE configurationPatrick Georgi2011-12-131-2/+1
* Enable/fix compilation of i8254 code in ram stage.Stefan Reinauer2011-10-131-2/+3