index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
drivers
/
crb
Age
Commit message (
Expand
)
Author
2024-04-26
drivers/crb: Disable device if CRB TPM not present
Michał Żygowski
2024-04-25
drivers/crb: Check for PTT before attempting to initialize CRB TPM
Michał Żygowski
2024-04-16
security/tpm: support compiling in multiple TPM drivers
Sergii Dmytruk
2024-04-15
drivers/crb: use crb_tpm_ prefix instead of tpm2_
Sergii Dmytruk
2024-03-28
security/tpm: replace CONFIG(TPMx) checks with runtime check
Sergii Dmytruk
2024-03-28
security/tpm: resolve conflicts in TSS implementations
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-01-31
include/device/device.h: Remove CHIP_NAME() macro
Nicholas Sudsgaard
2024-01-24
driver/acpi to /driver/gfx: Rename Makefiles from .inc to .mk
Martin Roth
2023-11-13
security/tpm/: turn tis_{init,open} into tis_probe
Sergii Dmytruk
2023-09-28
treewide: convert to tpm_result_t
Jon Murphy
2023-09-18
drivers/tpm: Make temp test value naming consistent
Jon Murphy
2023-09-18
drivers/crb: Update error message
Jon Murphy
2023-08-06
drivers: Add SPDX license headers to Makefiles
Martin Roth
2022-12-23
Revert "security/tpm/: turn tis_{init,open} into tis_probe"
Sergii Dmytruk
2022-12-21
security/tpm/: turn tis_{init,open} into tis_probe
Sergii Dmytruk
2022-12-05
security/tpm: remove tis_close()
Sergii Dmytruk
2022-10-05
drivers/crb: Initialize Intel PTT control area
Michał Żygowski
2022-09-30
drivers/crb: Add SMBIOS hook to generate type 43 TPM Device
Michał Żygowski
2022-07-17
drivers: Get rid of unnecessary blank lines {before,after} brace
Elyes HAOUAS
2022-07-14
commonlib: Substitude macro "__unused" in compiler.h
Bill XIE
2022-06-23
drivers/crb: Generate TPM PPI ACPI code
Michał Żygowski
2022-04-21
tpm: Refactor TPM Kconfig dimensions
Jes B. Klinke
2021-10-05
src/acpi to src/lib: Fix spelling errors
Martin Roth
2020-12-10
drivers/crb/tpm: Fix compilation on x86_64
Patrick Rudolph
2020-09-21
src/drivers: Drop unneeded empty lines
Elyes HAOUAS
2020-08-18
src: Remove unused 'include <delay.h>'
Elyes HAOUAS
2020-05-11
treewide: Convert more license headers to SPDX style
Patrick Georgi
2020-05-11
treewide: Remove "this file is part of" lines
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-10
Replace DEVICE_NOOP with noop_(set|read)_resources
Nico Huber
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-01-09
acpi: Be more ACPI compliant when generating _UID
Patrick Rudolph
2019-12-04
Change all clrsetbits_leXX() to clrsetbitsXX()
Julius Werner
2019-11-29
security/tpm: Drop CAR_GLOBAL_MIGRATION support
Arthur Heymans
2019-11-21
drivers/crb: Replace __RAMSTAGE_ guards
Kyösti Mälkki
2019-10-22
AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS file
Martin Roth
2019-08-06
drivers/crb: Add support for PTT
Christian Walter
2019-07-31
drivers/crb: Add CRB driver for TPM2 support
Christian Walter