Age | Commit message (Expand) | Author |
2024-08-06 | drivers/{crb,pc80/tpm}: Drop conflicting tpm_config_t typedef | Michał Żygowski |
2024-07-23 | drivers/pc80/rtc/mc146818rtc: Add assertion of bank selection for AMD | Yu-Ping Wu |
2024-07-18 | drivers/pc80/rtc/mc146818rtc: Use macros for CMOS addresses | Yu-Ping Wu |
2024-04-26 | drivers/pc80/tpm: Disable device if TPM not present | Michał Żygowski |
2024-04-16 | security/tpm: support compiling in multiple TPM drivers | Sergii Dmytruk |
2024-03-28 | security/tpm: replace CONFIG(TPMx) checks with runtime check | Sergii Dmytruk |
2024-03-28 | security/tpm: make tis_probe() return tpm_family | Sergii Dmytruk |
2024-02-18 | drivers: Add SPDX license headers to Kconfig files | Martin Roth |
2024-02-07 | drivers/pc80/tpm: probe for TPM family of a device | Sergii Dmytruk |
2024-01-31 | include/device/device.h: Remove CHIP_NAME() macro | Nicholas Sudsgaard |
2024-01-24 | driver/parade to /driver/wwan: Rename Makefiles from .inc to .mk | Martin Roth |
2023-11-13 | drivers/pc80/rtc/option.c: Reset only CMOS range covered by checksum | Bill XIE |
2023-11-13 | security/tpm/: turn tis_{init,open} into tis_probe | Sergii Dmytruk |
2023-11-07 | console/spkmodem: Make it work for bootblock | Arthur Heymans |
2023-10-23 | drivers/pc80/rtc/option.c: Stop resetting CMOS during s3 resume | Bill XIE |
2023-10-02 | drivers/pc80/pc: Split up PS/2 keyboard/mouse ACPI definitions | Jonathon Hall |
2023-09-28 | treewide: convert to tpm_result_t | Jon Murphy |
2023-09-28 | treewide: convert to %#x hex prints | Jon Murphy |
2023-09-18 | drivers/pc80/tpm: Rename tis_probe to tis_init | Jon Murphy |
2023-09-15 | drivers/pc80/tpm: Silence warnings when CONFIG_TPM is unset | Arthur Heymans |
2023-09-07 | drivers/pc80/vga/vga_io: Remove unnecessary parentheses | Elyes Haouas |
2023-08-11 | drivers/pc80/rtc: Hide bank register ports from menu | Arthur Heymans |
2023-08-06 | drivers: Add SPDX license headers to Makefiles | Martin Roth |
2023-07-17 | drivers/pc80/tpm: Add Infineon SLB9672 ID | Tim Crawford |
2023-07-12 | pc80/tpm: Use newer function for resource declarations | Arthur Heymans |
2023-06-23 | commonlib/console/post_code.h: Change post code prefix to POSTCODE | lilacious |
2023-05-08 | drivers/pc80/rtc/mc146818rtc.c: Add Kconfig for RTC CMOS base addresses | Jonathon Hall |
2023-05-08 | drivers/pc80/rtc/option.c: Allow CMOS defaults to extend to bank 1 | Jonathon Hall |
2023-04-28 | vga: Change the arguments of vga_write_text to support extended ASCII | Hsuan Ting Chen |
2023-04-04 | drivers/pc80/pc/Makefile: use all_x86 make target | Felix Held |
2023-02-21 | vga: Fix the support of extended ASCII | Hsuan Ting Chen |
2023-02-15 | pc80/i8254: Add speaker beep function | Michał Żygowski |
2023-01-07 | drivers/pc80/vga: Add legacy VGA romstage support | Jeremy Compostella |
2023-01-02 | drivers/pc80/vga: Add API to write multi-line video message | Subrata Banik |
2022-12-26 | drivers/pc80/vga: Add NULL check for `vga_line_write()` | Subrata Banik |
2022-12-23 | Revert "security/tpm/: turn tis_{init,open} into tis_probe" | Sergii Dmytruk |
2022-12-23 | Revert "drivers/pc80/tpm: probe for TPM family of a device" | Sergii Dmytruk |
2022-12-21 | drivers/pc80/tpm: probe for TPM family of a device | Sergii Dmytruk |
2022-12-21 | security/tpm/: turn tis_{init,open} into tis_probe | Sergii Dmytruk |
2022-12-12 | drivers/pc80/vga: Fix coding style issues | Jeremy Compostella |
2022-12-05 | security/tpm: remove tis_close() | Sergii Dmytruk |
2022-11-22 | src/drivers: Remove unnecessary space after casts | Elyes Haouas |
2022-10-26 | src/drivers: Clean up includes | Elyes Haouas |
2022-07-17 | drivers: Get rid of unnecessary blank lines {before,after} brace | Elyes HAOUAS |
2022-06-22 | device/resource: Add _kb postfix for resource allocators | Kyösti Mälkki |
2022-04-21 | tpm: Refactor TPM Kconfig dimensions | Jes B. Klinke |
2022-03-23 | drivers/pc80/tpm/tis.c: Use fixed TPM ACPI path | Michał Kopeć |
2022-02-07 | treewide: Remove "ERROR: "/"WARN: " prefixes from log messages | Julius Werner |
2021-10-25 | drivers/pc80/tpm: Use '%u' as printf formatter for unsigned variables | Werner Zeh |
2021-10-25 | drivers/pc80/tpm: Use stopwatch for timeout-loops | Werner Zeh |
2021-10-13 | drivers/pc80/tpm: Fix wrong debug message | Werner Zeh |
2021-08-23 | include/bcd: move bcd code to commonlib/bsd/include | Ricardo Quesada |
2021-07-23 | drivers/pc80/rtc: Make use of alt-century byte configurable | Nico Huber |
2021-05-30 | drivers/pc80/mc146818rtc: Check date and time for sanity | Werner Zeh |
2021-05-26 | Add Kconfig TPM | Kyösti Mälkki |
2021-05-26 | option: Decouple API from CMOS backend | Angel Pons |
2021-05-06 | drivers/pc80/rtc/option.c: Constrain API to integer values | Angel Pons |
2021-05-06 | security/tpm: Add option to init TPM in bootblock | Arthur Heymans |
2021-04-25 | drivers/pc80/rtc: Factor out CMOS entry lookup | Angel Pons |
2020-12-03 | cbfs: Introduce cbfs_ro_map() and cbfs_ro_load() | Julius Werner |
2020-12-02 | cbfs: Simplify load/map API names, remove type arguments | Julius Werner |
2020-11-22 | drivers/tpm: Move PPI stub | Patrick Rudolph |
2020-09-30 | drivers/pc80/rtc: Fix linking verstage (and use `all` target) | Nico Huber |
2020-09-21 | src/drivers: Drop unneeded empty lines | Elyes HAOUAS |
2020-08-18 | src: Remove unused '<option.h>' | Elyes HAOUAS |
2020-07-26 | src: Change BOOL CONFIG_ to CONFIG() in comments & strings | Martin Roth |
2020-07-14 | src: Drop unused <cpu/x86/tsc.h> include | Elyes HAOUAS |
2020-07-09 | drivers/pc80/pc/i8259c: Drop dead code | Angel Pons |
2020-07-05 | drivers/pc80/tpm: Remove support code if TPM is disabled | Kyösti Mälkki |
2020-07-05 | drivers/pc80/tpm/tis: Add x86_64 support | Patrick Rudolph |
2020-07-04 | drivers/pc80/tpm: Remove LPC_TPM | Kyösti Mälkki |
2020-06-23 | src/*: Update makefiles to exclude x86 code from psp-verstage | Martin Roth |
2020-06-21 | src: Substitute `__FUNCTION__` with `__func__` | Angel Pons |
2020-06-15 | Makefile.inc: Remove all-y with CONFIG_ARCH_xx guards | Martin Roth |
2020-06-02 | src: Remove unused '#include <cbfs.h>' | Elyes HAOUAS |
2020-05-26 | Remove MAYBE_STATIC_BSS and ENV_STAGE_HAS_BSS_SECTION | Kyösti Mälkki |
2020-05-18 | src: Remove unused 'include <string.h>' | Elyes HAOUAS |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-05-09 | src/: Replace GPL boilerplate with SPDX headers | Patrick Georgi |
2020-05-06 | treewide: replace GPLv2 long form headers with SPDX header | Patrick Georgi |
2020-05-06 | treewide: Move "is part of the coreboot project" line in its own comment | Patrick Georgi |
2020-05-02 | acpi: Move ACPI table support out of arch/x86 (3/5) | Furquan Shaikh |
2020-04-28 | device: Constify struct device * parameter to acpi_fill_ssdt() | Furquan Shaikh |
2020-04-20 | drivers/pc80/rtc: Reorganize prototypes | Kyösti Mälkki |
2020-04-20 | drivers/pc80/rtc: Move CMOS_POST_BANK_x definitions | Kyösti Mälkki |
2020-04-20 | drivers/pc80/rtc: Drop CMOS_POST_EXTRA option | Kyösti Mälkki |
2020-04-20 | drivers/pc80/rtc: Clean up post_log_path() | Kyösti Mälkki |
2020-04-20 | drivers/elog,pc80: Move cmos_post_log() | Kyösti Mälkki |
2020-04-18 | drivers/pc80/rtc: Turn comment into warning message | Nico Huber |
2020-04-14 | mainboard/lenovo: Use the original hardware ids for keyboard/pointing | dalao |
2020-04-07 | drivers/pc80/tpm/tis.c: change the _HID and _CID for TPM2 device | Michał Żygowski |
2020-04-06 | src/drivers: Use SPDX for GPL-2.0-only files | Angel Pons |
2020-04-02 | Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator` | Nico Huber |
2020-04-01 | drivers/pc80/rtc: Always load cmos.default if measured boot is enabled | Bill XIE |
2020-02-24 | treewide: Capitalize 'CMOS' | Elyes HAOUAS |
2020-01-14 | drivers/pc80/rtc: Clean up some POST_CODE_EXTRA use | Kyösti Mälkki |
2020-01-10 | console/post: Move cmos_post_code() under pc80/rtc | Kyösti Mälkki |
2020-01-10 | drivers/pc80/rtc: Enable normal/fallback without USE_OPTION_TABLE | Kyösti Mälkki |
2020-01-10 | drivers/pc80/rtc: Move sanitize_cmos() | Kyösti Mälkki |
2020-01-09 | drivers/pc80/rtc: Separate {get|set}_option() support | Kyösti Mälkki |