summaryrefslogtreecommitdiffstats
path: root/src/drivers/pc80
Commit message (Expand)AuthorAgeFilesLines
* drivers: Add SPDX license headers to Kconfig filesMartin Roth2024-02-184-0/+8
* drivers/pc80/tpm: probe for TPM family of a deviceSergii Dmytruk2024-02-071-25/+79
* include/device/device.h: Remove CHIP_NAME() macroNicholas Sudsgaard2024-01-311-1/+1
* driver/parade to /driver/wwan: Rename Makefiles from .inc to .mkMartin Roth2024-01-244-0/+0
* drivers/pc80/rtc/option.c: Reset only CMOS range covered by checksumBill XIE2023-11-131-2/+5
* security/tpm/: turn tis_{init,open} into tis_probeSergii Dmytruk2023-11-131-6/+23
* console/spkmodem: Make it work for bootblockArthur Heymans2023-11-071-0/+1
* drivers/pc80/rtc/option.c: Stop resetting CMOS during s3 resumeBill XIE2023-10-231-1/+3
* drivers/pc80/pc: Split up PS/2 keyboard/mouse ACPI definitionsJonathon Hall2023-10-023-32/+35
* treewide: convert to tpm_result_tJon Murphy2023-09-281-88/+85
* treewide: convert to %#x hex printsJon Murphy2023-09-281-4/+4
* drivers/pc80/tpm: Rename tis_probe to tis_initJon Murphy2023-09-181-14/+3
* drivers/pc80/tpm: Silence warnings when CONFIG_TPM is unsetArthur Heymans2023-09-151-0/+7
* drivers/pc80/vga/vga_io: Remove unnecessary parenthesesElyes Haouas2023-09-071-3/+3
* drivers/pc80/rtc: Hide bank register ports from menuArthur Heymans2023-08-111-2/+2
* drivers: Add SPDX license headers to MakefilesMartin Roth2023-08-064-0/+8
* drivers/pc80/tpm: Add Infineon SLB9672 IDTim Crawford2023-07-171-0/+1
* pc80/tpm: Use newer function for resource declarationsArthur Heymans2023-07-121-1/+1
* commonlib/console/post_code.h: Change post code prefix to POSTCODElilacious2023-06-231-3/+3
* drivers/pc80/rtc/mc146818rtc.c: Add Kconfig for RTC CMOS base addressesJonathon Hall2023-05-082-4/+12
* drivers/pc80/rtc/option.c: Allow CMOS defaults to extend to bank 1Jonathon Hall2023-05-081-1/+2
* vga: Change the arguments of vga_write_text to support extended ASCIIHsuan Ting Chen2023-04-281-1/+3
* drivers/pc80/pc/Makefile: use all_x86 make targetFelix Held2023-04-041-5/+1
* vga: Fix the support of extended ASCIIHsuan Ting Chen2023-02-211-1/+1
* pc80/i8254: Add speaker beep functionMichał Żygowski2023-02-151-0/+22
* drivers/pc80/vga: Add legacy VGA romstage supportJeremy Compostella2023-01-072-0/+10
* drivers/pc80/vga: Add API to write multi-line video messageSubrata Banik2023-01-021-7/+39
* drivers/pc80/vga: Add NULL check for `vga_line_write()`Subrata Banik2022-12-261-0/+3
* Revert "security/tpm/: turn tis_{init,open} into tis_probe"Sergii Dmytruk2022-12-231-21/+21
* Revert "drivers/pc80/tpm: probe for TPM family of a device"Sergii Dmytruk2022-12-231-78/+24
* drivers/pc80/tpm: probe for TPM family of a deviceSergii Dmytruk2022-12-211-24/+78
* security/tpm/: turn tis_{init,open} into tis_probeSergii Dmytruk2022-12-211-21/+21
* drivers/pc80/vga: Fix coding style issuesJeremy Compostella2022-12-121-7/+7
* security/tpm: remove tis_close()Sergii Dmytruk2022-12-051-52/+14
* src/drivers: Remove unnecessary space after castsElyes Haouas2022-11-222-10/+10
* src/drivers: Clean up includesElyes Haouas2022-10-262-2/+3
* 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