summaryrefslogtreecommitdiffstats
path: root/src/drivers/pc80
Commit message (Expand)AuthorAgeFilesLines
* drivers: Get rid of unnecessary blank lines {before,after} braceElyes HAOUAS2022-07-171-1/+0
* device/resource: Add _kb postfix for resource allocatorsKyösti Mälkki2022-06-221-1/+1
* tpm: Refactor TPM Kconfig dimensionsJes B. Klinke2022-04-212-8/+6
* drivers/pc80/tpm/tis.c: Use fixed TPM ACPI pathMichał Kopeć2022-03-231-6/+2
* treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner2022-02-071-2/+2
* drivers/pc80/tpm: Use '%u' as printf formatter for unsigned variablesWerner Zeh2021-10-251-5/+5
* drivers/pc80/tpm: Use stopwatch for timeout-loopsWerner Zeh2021-10-251-17/+19
* drivers/pc80/tpm: Fix wrong debug messageWerner Zeh2021-10-131-1/+1
* include/bcd: move bcd code to commonlib/bsd/includeRicardo Quesada2021-08-231-3/+3
* drivers/pc80/rtc: Make use of alt-century byte configurableNico Huber2021-07-232-7/+19
* drivers/pc80/mc146818rtc: Check date and time for sanityWerner Zeh2021-05-301-4/+13
* Add Kconfig TPMKyösti Mälkki2021-05-261-1/+1
* option: Decouple API from CMOS backendAngel Pons2021-05-261-2/+13
* drivers/pc80/rtc/option.c: Constrain API to integer valuesAngel Pons2021-05-061-11/+11
* security/tpm: Add option to init TPM in bootblockArthur Heymans2021-05-061-0/+1
* drivers/pc80/rtc: Factor out CMOS entry lookupAngel Pons2021-04-251-30/+20
* cbfs: Introduce cbfs_ro_map() and cbfs_ro_load()Julius Werner2020-12-031-52/+19
* cbfs: Simplify load/map API names, remove type argumentsJulius Werner2020-12-021-2/+1
* drivers/tpm: Move PPI stubPatrick Rudolph2020-11-221-122/+6
* drivers/pc80/rtc: Fix linking verstage (and use `all` target)Nico Huber2020-09-301-21/+6
* src/drivers: Drop unneeded empty linesElyes HAOUAS2020-09-214-7/+0
* src: Remove unused '<option.h>'Elyes HAOUAS2020-08-182-2/+0
* src: Change BOOL CONFIG_ to CONFIG() in comments & stringsMartin Roth2020-07-261-1/+1
* 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
* drivers/pc80/tpm: Remove support code if TPM is disabledKyösti Mälkki2020-07-051-2/+3
* drivers/pc80/tpm/tis: Add x86_64 supportPatrick Rudolph2020-07-051-1/+1
* drivers/pc80/tpm: Remove LPC_TPMKyösti Mälkki2020-07-042-14/+9
* src/*: Update makefiles to exclude x86 code from psp-verstageMartin Roth2020-06-231-1/+1
* src: Substitute `__FUNCTION__` with `__func__`Angel Pons2020-06-211-1/+1
* Makefile.inc: Remove all-y with CONFIG_ARCH_xx guardsMartin Roth2020-06-151-3/+15
* 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