summaryrefslogtreecommitdiffstats
path: root/src/drivers/pc80
Commit message (Expand)AuthorAgeFilesLines
* src: Remove unused '#include <cbfs.h>'Elyes HAOUAS2020-06-021-1/+0
* Remove MAYBE_STATIC_BSS and ENV_STAGE_HAS_BSS_SECTIONKyösti Mälkki2020-05-261-1/+1
* src: Remove unused 'include <string.h>'Elyes HAOUAS2020-05-181-1/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1117-17/+0
* src/: Replace GPL boilerplate with SPDX headersPatrick Georgi2020-05-093-33/+3
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-062-22/+2
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-065-10/+5
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-023-5/+5
* device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh2020-04-281-1/+1
* drivers/pc80/rtc: Reorganize prototypesKyösti Mälkki2020-04-201-0/+1
* drivers/pc80/rtc: Move CMOS_POST_BANK_x definitionsKyösti Mälkki2020-04-201-0/+28
* drivers/pc80/rtc: Drop CMOS_POST_EXTRA optionKyösti Mälkki2020-04-201-11/+4
* drivers/pc80/rtc: Clean up post_log_path()Kyösti Mälkki2020-04-201-16/+10
* drivers/elog,pc80: Move cmos_post_log()Kyösti Mälkki2020-04-201-16/+11
* drivers/pc80/rtc: Turn comment into warning messageNico Huber2020-04-181-3/+3
* mainboard/lenovo: Use the original hardware ids for keyboard/pointingdalao2020-04-142-2/+15
* drivers/pc80/tpm/tis.c: change the _HID and _CID for TPM2 deviceMichał Żygowski2020-04-071-5/+10
* src/drivers: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-0612-146/+24
* Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber2020-04-021-2/+2
* drivers/pc80/rtc: Always load cmos.default if measured boot is enabledBill XIE2020-04-011-15/+15
* treewide: Capitalize 'CMOS'Elyes HAOUAS2020-02-242-3/+3
* drivers/pc80/rtc: Clean up some POST_CODE_EXTRA useKyösti Mälkki2020-01-141-35/+29
* console/post: Move cmos_post_code() under pc80/rtcKyösti Mälkki2020-01-102-0/+145
* drivers/pc80/rtc: Enable normal/fallback without USE_OPTION_TABLEKyösti Mälkki2020-01-101-1/+1
* drivers/pc80/rtc: Move sanitize_cmos()Kyösti Mälkki2020-01-102-27/+29
* drivers/pc80/rtc: Separate {get|set}_option() supportKyösti Mälkki2020-01-093-228/+238
* drivers/pc80/rtc: Separate {get|set}_option() prototypesKyösti Mälkki2020-01-091-2/+3
* drivers/pc80/rtc: Remove duplicate cmos_chksum_valid()Kyösti Mälkki2020-01-093-22/+9
* acpi: Be more ACPI compliant when generating _UIDPatrick Rudolph2020-01-091-1/+1
* drivers/pc80/rtc: Refactor some USE_OPTION_TABLEKyösti Mälkki2020-01-071-7/+2
* drivers/pc80/rtc: Refactor clear_cmos variableKyösti Mälkki2020-01-071-10/+6
* drivers/pc80/rtc: Clean up some inlined functionsKyösti Mälkki2020-01-072-18/+25
* drivers/pc80/mc146818rtc: Remove read_option_lowlevel()Kyösti Mälkki2020-01-021-12/+0
* {drivers,southbridge}: Replace min() with MIN()Elyes HAOUAS2019-12-201-2/+2
* drivers/pc80: Move normal/fallback mechanism outside __ROMCC__Kyösti Mälkki2019-12-202-97/+58
* 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
* security/tpm: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans2019-11-291-4/+3
* drivers/pc80/rtc: Remove CMOS spinlockKyösti Mälkki2019-11-221-21/+0
* drivers/pc80/tpm: Replace __RAMSTAGE_ guardsKyösti Mälkki2019-11-211-5/+5
* 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-273-4/+4
* src: Use 'include <boot/coreboot_tables.h>' when appropriateElyes HAOUAS2019-10-271-1/+0
* drivers/pc80/rtc: Avoid searching for cmos_layout.bin on each get/set_optionArthur Heymans2019-10-231-5/+7
* AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS fileMartin Roth2019-10-2216-35/+64
* drivers/pc80: Remove some __PRE_RAM__ and __SMM__Kyösti Mälkki2019-09-131-6/+4
* drivers/pc80: Move UDELAY_IO and UDELAY_TIMER2Kyösti Mälkki2019-07-081-1/+13