aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/pc80
AgeCommit message (Expand)Author
2023-07-12pc80/tpm: Use newer function for resource declarationsArthur Heymans
2023-06-23commonlib/console/post_code.h: Change post code prefix to POSTCODElilacious
2023-05-08drivers/pc80/rtc/mc146818rtc.c: Add Kconfig for RTC CMOS base addressesJonathon Hall
2023-05-08drivers/pc80/rtc/option.c: Allow CMOS defaults to extend to bank 1Jonathon Hall
2023-04-28vga: Change the arguments of vga_write_text to support extended ASCIIHsuan Ting Chen
2023-04-04drivers/pc80/pc/Makefile: use all_x86 make targetFelix Held
2023-02-21vga: Fix the support of extended ASCIIHsuan Ting Chen
2023-02-15pc80/i8254: Add speaker beep functionMichał Żygowski
2023-01-07drivers/pc80/vga: Add legacy VGA romstage supportJeremy Compostella
2023-01-02drivers/pc80/vga: Add API to write multi-line video messageSubrata Banik
2022-12-26drivers/pc80/vga: Add NULL check for `vga_line_write()`Subrata Banik
2022-12-23Revert "security/tpm/: turn tis_{init,open} into tis_probe"Sergii Dmytruk
2022-12-23Revert "drivers/pc80/tpm: probe for TPM family of a device"Sergii Dmytruk
2022-12-21drivers/pc80/tpm: probe for TPM family of a deviceSergii Dmytruk
2022-12-21security/tpm/: turn tis_{init,open} into tis_probeSergii Dmytruk
2022-12-12drivers/pc80/vga: Fix coding style issuesJeremy Compostella
2022-12-05security/tpm: remove tis_close()Sergii Dmytruk
2022-11-22src/drivers: Remove unnecessary space after castsElyes Haouas
2022-10-26src/drivers: Clean up includesElyes Haouas
2022-07-17drivers: Get rid of unnecessary blank lines {before,after} braceElyes HAOUAS
2022-06-22device/resource: Add _kb postfix for resource allocatorsKyösti Mälkki
2022-04-21tpm: Refactor TPM Kconfig dimensionsJes B. Klinke
2022-03-23drivers/pc80/tpm/tis.c: Use fixed TPM ACPI pathMichał Kopeć
2022-02-07treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner
2021-10-25drivers/pc80/tpm: Use '%u' as printf formatter for unsigned variablesWerner Zeh
2021-10-25drivers/pc80/tpm: Use stopwatch for timeout-loopsWerner Zeh
2021-10-13drivers/pc80/tpm: Fix wrong debug messageWerner Zeh
2021-08-23include/bcd: move bcd code to commonlib/bsd/includeRicardo Quesada
2021-07-23drivers/pc80/rtc: Make use of alt-century byte configurableNico Huber
2021-05-30drivers/pc80/mc146818rtc: Check date and time for sanityWerner Zeh
2021-05-26Add Kconfig TPMKyösti Mälkki
2021-05-26option: Decouple API from CMOS backendAngel Pons
2021-05-06drivers/pc80/rtc/option.c: Constrain API to integer valuesAngel Pons
2021-05-06security/tpm: Add option to init TPM in bootblockArthur Heymans
2021-04-25drivers/pc80/rtc: Factor out CMOS entry lookupAngel Pons
2020-12-03cbfs: Introduce cbfs_ro_map() and cbfs_ro_load()Julius Werner
2020-12-02cbfs: Simplify load/map API names, remove type argumentsJulius Werner
2020-11-22drivers/tpm: Move PPI stubPatrick Rudolph
2020-09-30drivers/pc80/rtc: Fix linking verstage (and use `all` target)Nico Huber
2020-09-21src/drivers: Drop unneeded empty linesElyes HAOUAS
2020-08-18src: Remove unused '<option.h>'Elyes HAOUAS
2020-07-26src: Change BOOL CONFIG_ to CONFIG() in comments & stringsMartin Roth
2020-07-14src: Drop unused <cpu/x86/tsc.h> includeElyes HAOUAS
2020-07-09drivers/pc80/pc/i8259c: Drop dead codeAngel Pons
2020-07-05drivers/pc80/tpm: Remove support code if TPM is disabledKyösti Mälkki
2020-07-05drivers/pc80/tpm/tis: Add x86_64 supportPatrick Rudolph
2020-07-04drivers/pc80/tpm: Remove LPC_TPMKyösti Mälkki
2020-06-23src/*: Update makefiles to exclude x86 code from psp-verstageMartin Roth
2020-06-21src: Substitute `__FUNCTION__` with `__func__`Angel Pons
2020-06-15Makefile.inc: Remove all-y with CONFIG_ARCH_xx guardsMartin Roth
2020-06-02src: Remove unused '#include <cbfs.h>'Elyes HAOUAS
2020-05-26Remove MAYBE_STATIC_BSS and ENV_STAGE_HAS_BSS_SECTIONKyösti Mälkki
2020-05-18src: Remove unused 'include <string.h>'Elyes HAOUAS
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-09src/: Replace GPL boilerplate with SPDX headersPatrick 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-05-02acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh
2020-04-28device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh
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/pc80/rtc: Drop CMOS_POST_EXTRA optionKyösti Mälkki
2020-04-20drivers/pc80/rtc: Clean up post_log_path()Kyösti Mälkki
2020-04-20drivers/elog,pc80: Move cmos_post_log()Kyösti Mälkki
2020-04-18drivers/pc80/rtc: Turn comment into warning messageNico Huber
2020-04-14mainboard/lenovo: Use the original hardware ids for keyboard/pointingdalao
2020-04-07drivers/pc80/tpm/tis.c: change the _HID and _CID for TPM2 deviceMichał Żygowski
2020-04-06src/drivers: Use SPDX for GPL-2.0-only filesAngel Pons
2020-04-02Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber
2020-04-01drivers/pc80/rtc: Always load cmos.default if measured boot is enabledBill XIE
2020-02-24treewide: Capitalize 'CMOS'Elyes HAOUAS
2020-01-14drivers/pc80/rtc: Clean up some POST_CODE_EXTRA useKyösti Mälkki
2020-01-10console/post: Move cmos_post_code() under pc80/rtcKyösti Mälkki
2020-01-10drivers/pc80/rtc: Enable normal/fallback without USE_OPTION_TABLEKyösti Mälkki
2020-01-10drivers/pc80/rtc: Move sanitize_cmos()Kyösti Mälkki
2020-01-09drivers/pc80/rtc: Separate {get|set}_option() supportKyö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-09acpi: Be more ACPI compliant when generating _UIDPatrick Rudolph
2020-01-07drivers/pc80/rtc: Refactor some USE_OPTION_TABLEKyösti Mälkki
2020-01-07drivers/pc80/rtc: Refactor clear_cmos variableKyösti Mälkki
2020-01-07drivers/pc80/rtc: Clean up some inlined functionsKyösti Mälkki
2020-01-02drivers/pc80/mc146818rtc: Remove read_option_lowlevel()Kyösti Mälkki
2019-12-20{drivers,southbridge}: Replace min() with MIN()Elyes HAOUAS
2019-12-20drivers/pc80: Move normal/fallback mechanism outside __ROMCC__Kyösti Mälkki
2019-12-02src/: Remove g_ prefixes and _g suffixes from variablesPatrick Georgi
2019-11-29drivers/pc80/pc/i8254.c: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans
2019-11-29security/tpm: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans
2019-11-22drivers/pc80/rtc: Remove CMOS spinlockKyösti Mälkki
2019-11-21drivers/pc80/tpm: Replace __RAMSTAGE_ guardsKyösti Mälkki
2019-11-05drivers/pc80: Remove UDELAY_TIMER2Kyösti Mälkki
2019-11-05drivers/pc80: Remove UDELAY_IOKyösti Mälkki
2019-11-03cpu/x86/tsc: Flip and rename TSC_CONSTANT_RATE to UNKNOWN_TSC_RATEKyösti Mälkki
2019-11-02cpu/x86: Move calibrate_tsc_with_pit() to drivers/pc80Kyösti Mälkki
2019-10-27src/[arch-lib]: change "unsigned" to "unsigned int"Martin Roth
2019-10-27src: Use 'include <boot/coreboot_tables.h>' when appropriateElyes HAOUAS
2019-10-23drivers/pc80/rtc: Avoid searching for cmos_layout.bin on each get/set_optionArthur Heymans
2019-10-22AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS fileMartin Roth
2019-09-13drivers/pc80: Remove some __PRE_RAM__ and __SMM__Kyösti Mälkki
2019-07-08drivers/pc80: Move UDELAY_IO and UDELAY_TIMER2Kyösti Mälkki