summaryrefslogtreecommitdiff
path: root/src/drivers/pc80
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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