summaryrefslogtreecommitdiffstats
path: root/src/drivers/pc80/pc
Commit message (Expand)AuthorAgeFilesLines
* src/drivers: Drop unneeded empty linesElyes HAOUAS2020-09-213-6/+0
* src: Drop unused <cpu/x86/tsc.h> includeElyes HAOUAS2020-07-141-1/+0
* drivers/pc80/pc/i8259c: Drop dead codeAngel Pons2020-07-091-14/+0
* src/*: Update makefiles to exclude x86 code from psp-verstageMartin Roth2020-06-231-1/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-116-6/+0
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-061-11/+1
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-061-2/+1
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-021-1/+1
* mainboard/lenovo: Use the original hardware ids for keyboard/pointingdalao2020-04-142-2/+15
* src/drivers: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-065-61/+10
* 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