summaryrefslogtreecommitdiffstats
path: root/src/drivers/pc80/pc
Commit message (Expand)AuthorAgeFilesLines
* src/: Remove g_ prefixes and _g suffixes from variablesPatrick Georgi2019-12-021-7/+7
* drivers/pc80/pc/i8254.c: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans2019-11-291-12/+7
* drivers/pc80: Remove UDELAY_TIMER2Kyösti Mälkki2019-11-052-23/+0
* drivers/pc80: Remove UDELAY_IOKyösti Mälkki2019-11-053-33/+0
* cpu/x86/tsc: Flip and rename TSC_CONSTANT_RATE to UNKNOWN_TSC_RATEKyösti Mälkki2019-11-031-0/+23
* cpu/x86: Move calibrate_tsc_with_pit() to drivers/pc80Kyösti Mälkki2019-11-022-1/+83
* src/[arch-lib]: change "unsigned" to "unsigned int"Martin Roth2019-10-271-1/+1
* AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS fileMartin Roth2019-10-227-14/+26
* drivers/pc80: Move UDELAY_IO and UDELAY_TIMER2Kyösti Mälkki2019-07-081-1/+13
* Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)Julius Werner2019-03-251-1/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-1/+1
* drivers/keyboard: Fix spelling of *interface*Paul Menzel2019-02-081-2/+2
* src/drivers/pc80/pc: Remove unneeded includeElyes HAOUAS2018-08-282-2/+0
* src/drivers: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-131-1/+1
* kbuild: Allow drivers to fit src/drivers/[X]/[Y]/ schemeStefan Reinauer2016-04-199-0/+837