summaryrefslogtreecommitdiff
path: root/src/include/pc80
AgeCommit message (Expand)Author
2020-09-14src/include: Drop unneeded empty linesElyes HAOUAS
2020-07-26src/include: Add missing includesElyes HAOUAS
2020-06-06drivers/pc80/rtc: Drop ARCH_X86 guard in headerKyösti Mälkki
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-06treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi
2020-05-06treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi
2020-04-20drivers/pc80/rtc: Reorganize prototypesKyösti Mälkki
2020-04-20drivers/pc80/rtc: Move CMOS_POST_BANK_x definitionsKyösti Mälkki
2020-04-20drivers/elog,pc80: Move cmos_post_log()Kyösti Mälkki
2020-04-05src/include: Use SPDX for GPL-2.0-only filesAngel Pons
2020-03-17src (minus soc and mainboard): Remove copyright noticesPatrick Georgi
2020-01-10drivers/pc80/rtc: Move sanitize_cmos()Kyösti Mälkki
2020-01-09drivers/pc80/rtc: Separate {get|set}_option() prototypesKyösti Mälkki
2020-01-09drivers/pc80/rtc: Remove duplicate cmos_chksum_valid()Kyösti Mälkki
2020-01-07drivers/pc80/rtc: Remove stub for sanitize_cmos()Kyösti Mälkki
2020-01-07drivers/pc80/rtc: Remove stub for cmos_post_init()Kyösti Mälkki
2020-01-07drivers/pc80/rtc: Clean up some headersKyösti Mälkki
2020-01-07drivers/pc80/rtc: Clean up some inlined functionsKyösti Mälkki
2020-01-06drivers/pc80/rtc: Swap cmos_write32() parameter orderKyösti Mälkki
2020-01-02drivers/pc80/mc146818rtc: Remove read_option_lowlevel()Kyösti Mälkki
2019-12-31src: Remove some romcc workaroundsJacob Garber
2019-12-20drivers/pc80: Move normal/fallback mechanism outside __ROMCC__Kyösti Mälkki
2019-11-02cpu/x86: Move calibrate_tsc_with_pit() to drivers/pc80Kyösti Mälkki
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-01-27src: Fix the warning "type 'hex' are always defined"Elyes HAOUAS
2018-10-30src: Add missing include <stdint.h>Elyes HAOUAS
2017-07-26Port cmos.default handling to C environment bootblockNico Huber
2017-07-13src/include: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2017-05-22Kconfig: Move and clean up CONFIG_VGANico Huber
2017-05-13drivers/pc80/rtc: Rename mc146818rtc_early.c -> _romcc.cNico Huber
2017-03-13src/include: Wrap lines at 80 columnsLee Leahy
2017-03-12src/include: Remove braces for single statementsLee Leahy
2017-03-12src/include: Remove spaces before tabsLee Leahy
2017-03-09src/include: Fix unsigned warningsLee Leahy
2017-01-06arch/x86: fix cmos post logging in non romcc bootblockAaron Durbin
2016-11-17rtc: Check update-in-progress bitMarshall Dawson
2016-09-20src/include: Add space around operatorsElyes HAOUAS
2016-08-18pc80/mc146818rtc.h: Replace leftover macro tokenAntonello Dettori
2016-04-19kbuild: Allow drivers to fit src/drivers/[X]/[Y]/ schemeStefan Reinauer
2016-02-01drivers/pc80: Add PS/2 mouse presence detectTimothy Pearson
2015-11-03drivers/pc80: Rework normal / fallback selector codeTimothy Pearson
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-07-12Verify Kconfigs symbols are not zero for hex and int type symbolsMartin Roth
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-02-06drivers/pc80/mc146818rtc: Reduce superfluous preprocessor useAlexandru Gagniuc
2014-12-30drivers/pc80/mc146818rtc: Assume we always have ALTCENTURYGabe Black
2014-10-22cmos: Rename the CMOS related functions.Gabe Black
2014-09-10tpm: Clean up I2C TPM driverStefan Reinauer
2014-06-29include/pc80/mc146818rtc.h: Inconsequential, comment ifdef mazeEdward O'Callaghan
2014-06-25pc80/mc146818rtc.h: Has X86 specific inlines without guardsEdward O'Callaghan