Searched refs:tpm (Results 1 – 23 of 23) sorted by relevance
| /rk3399_rockchip-uboot/drivers/tpm/ |
| H A D | Kconfig | 21 The usual tpm operations and the 'tpm' command can be used to talk 30 The usual tpm operations and the 'tpm' command can be used to talk 54 The usual tpm operations and the 'tpm' command can be used to talk 65 available using the 'tpm' command, too. 72 The usual tpm operations and the 'tpm' command can be used to talk 81 The usual tpm operations and the 'tpm' command can be used to talk 90 The functionality is available via the 'tpm' command as well. 98 The functionality is available via the 'tpm' command as well. 105 The functionality is available via the 'tpm' command as well.
|
| H A D | tpm_tis_sandbox.c | 144 struct tpm_state *tpm = dev_get_priv(dev); in sandbox_tpm_xfer() local 196 memcpy(&tpm->nvdata[seq], sendbuf + 22, length); in sandbox_tpm_xfer() 226 sizeof(uint32_t), &tpm->nvdata[seq], length); in sandbox_tpm_xfer() 257 struct tpm_state *tpm = dev_get_priv(dev); in sandbox_tpm_probe() local 259 memcpy(tpm, &g_state, sizeof(*tpm)); in sandbox_tpm_probe()
|
| H A D | Makefile | 6 obj-$(CONFIG_TPM) += tpm-uclass.o
|
| H A D | tpm-uclass.c | 128 UCLASS_DRIVER(tpm) = {
|
| /rk3399_rockchip-uboot/arch/x86/dts/ |
| H A D | chromebox_panther.dts | 82 tpm {
|
| H A D | chromebook_link.dts | 486 tpm {
|
| H A D | chromebook_samus.dts | 618 tpm {
|
| /rk3399_rockchip-uboot/arch/sandbox/dts/ |
| H A D | sandbox.dts | 237 tpm { 238 compatible = "google,sandbox-tpm";
|
| /rk3399_rockchip-uboot/drivers/ |
| H A D | Kconfig | 103 source "drivers/tpm/Kconfig"
|
| H A D | Makefile | 109 obj-y += tpm/
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | rk3288-veyron.dtsi | 469 tpm: tpm@20 { label 800 tpm { 801 tpm_int_h: tpm-int-h {
|
| H A D | exynos5800-peach-pi.dts | 97 tpm@20 {
|
| H A D | imx7ulp.dtsi | 197 tpm5: tpm@40260000 { 198 compatible = "fsl,imx7ulp-tpm";
|
| H A D | exynos5420-peach-pit.dts | 224 tpm@20 {
|
| H A D | exynos5250-snow.dts | 225 tpm@20 {
|
| H A D | tegra124-nyan.dtsi | 88 tpm@20 {
|
| H A D | exynos5250-spring.dts | 64 tpm@20 {
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | Makefile | 43 obj-$(CONFIG_TPM) += tpm.o
|
| H A D | Kconfig | 136 and a sandbox TPM is provided for testing purposes. Use the 'tpm'
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | Makefile | 142 obj-$(CONFIG_CMD_TPM) += tpm.o
|
| H A D | tpm.c | 899 U_BOOT_CMD(tpm, CONFIG_SYS_MAXARGS, 1, do_tpm,
|
| H A D | Kconfig | 1479 bool "Enable the 'tpm' command" 1483 range of commands if provided - see 'tpm help' for details. The 1488 bool "Enable the 'tpm test' command"
|
| /rk3399_rockchip-uboot/doc/uImage.FIT/ |
| H A D | signature.txt | 533 - Roll-back protection using a TPM is done using the tpm command. This can
|