/openbmc/qemu/backends/tpm/ |
H A D | tpm_int.h | ca64b086 Fri Jun 12 03:54:44 CDT 2020 Philippe Mathieu-Daudé <philmd@redhat.com> tpm: Move backend code under the 'backends/' directory TPM subsytem is split into backends (see commit f4ede81eed2) and frontends (see i.e. 3676bc69b35). Keep the emulated hardware 'frontends' under hw/tpm/, but move the backends in the backends/tpm/ directory. Suggested-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-id: 20200612085444.8362-13-philmd@redhat.com Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
|
H A D | Kconfig | ca64b086 Fri Jun 12 03:54:44 CDT 2020 Philippe Mathieu-Daudé <philmd@redhat.com> tpm: Move backend code under the 'backends/' directory TPM subsytem is split into backends (see commit f4ede81eed2) and frontends (see i.e. 3676bc69b35). Keep the emulated hardware 'frontends' under hw/tpm/, but move the backends in the backends/tpm/ directory. Suggested-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-id: 20200612085444.8362-13-philmd@redhat.com Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
|
H A D | trace-events | ca64b086 Fri Jun 12 03:54:44 CDT 2020 Philippe Mathieu-Daudé <philmd@redhat.com> tpm: Move backend code under the 'backends/' directory TPM subsytem is split into backends (see commit f4ede81eed2) and frontends (see i.e. 3676bc69b35). Keep the emulated hardware 'frontends' under hw/tpm/, but move the backends in the backends/tpm/ directory. Suggested-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-id: 20200612085444.8362-13-philmd@redhat.com Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
|
H A D | tpm_ioctl.h | ca64b086 Fri Jun 12 03:54:44 CDT 2020 Philippe Mathieu-Daudé <philmd@redhat.com> tpm: Move backend code under the 'backends/' directory TPM subsytem is split into backends (see commit f4ede81eed2) and frontends (see i.e. 3676bc69b35). Keep the emulated hardware 'frontends' under hw/tpm/, but move the backends in the backends/tpm/ directory. Suggested-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-id: 20200612085444.8362-13-philmd@redhat.com Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
|
H A D | tpm_util.c | ca64b086 Fri Jun 12 03:54:44 CDT 2020 Philippe Mathieu-Daudé <philmd@redhat.com> tpm: Move backend code under the 'backends/' directory TPM subsytem is split into backends (see commit f4ede81eed2) and frontends (see i.e. 3676bc69b35). Keep the emulated hardware 'frontends' under hw/tpm/, but move the backends in the backends/tpm/ directory. Suggested-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-id: 20200612085444.8362-13-philmd@redhat.com Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
|
H A D | tpm_passthrough.c | ca64b086 Fri Jun 12 03:54:44 CDT 2020 Philippe Mathieu-Daudé <philmd@redhat.com> tpm: Move backend code under the 'backends/' directory TPM subsytem is split into backends (see commit f4ede81eed2) and frontends (see i.e. 3676bc69b35). Keep the emulated hardware 'frontends' under hw/tpm/, but move the backends in the backends/tpm/ directory. Suggested-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-id: 20200612085444.8362-13-philmd@redhat.com Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
|
H A D | tpm_emulator.c | ca64b086 Fri Jun 12 03:54:44 CDT 2020 Philippe Mathieu-Daudé <philmd@redhat.com> tpm: Move backend code under the 'backends/' directory TPM subsytem is split into backends (see commit f4ede81eed2) and frontends (see i.e. 3676bc69b35). Keep the emulated hardware 'frontends' under hw/tpm/, but move the backends in the backends/tpm/ directory. Suggested-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-id: 20200612085444.8362-13-philmd@redhat.com Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
|
/openbmc/qemu/backends/ |
H A D | Kconfig | ca64b086 Fri Jun 12 03:54:44 CDT 2020 Philippe Mathieu-Daudé <philmd@redhat.com> tpm: Move backend code under the 'backends/' directory TPM subsytem is split into backends (see commit f4ede81eed2) and frontends (see i.e. 3676bc69b35). Keep the emulated hardware 'frontends' under hw/tpm/, but move the backends in the backends/tpm/ directory. Suggested-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-id: 20200612085444.8362-13-philmd@redhat.com Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
|
/openbmc/qemu/tests/qtest/ |
H A D | tpm-emu.c | ca64b086 Fri Jun 12 03:54:44 CDT 2020 Philippe Mathieu-Daudé <philmd@redhat.com> tpm: Move backend code under the 'backends/' directory TPM subsytem is split into backends (see commit f4ede81eed2) and frontends (see i.e. 3676bc69b35). Keep the emulated hardware 'frontends' under hw/tpm/, but move the backends in the backends/tpm/ directory. Suggested-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-id: 20200612085444.8362-13-philmd@redhat.com Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
|
/openbmc/qemu/hw/tpm/ |
H A D | Kconfig | ca64b086 Fri Jun 12 03:54:44 CDT 2020 Philippe Mathieu-Daudé <philmd@redhat.com> tpm: Move backend code under the 'backends/' directory TPM subsytem is split into backends (see commit f4ede81eed2) and frontends (see i.e. 3676bc69b35). Keep the emulated hardware 'frontends' under hw/tpm/, but move the backends in the backends/tpm/ directory. Suggested-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-id: 20200612085444.8362-13-philmd@redhat.com Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
|
H A D | trace-events | ca64b086 Fri Jun 12 03:54:44 CDT 2020 Philippe Mathieu-Daudé <philmd@redhat.com> tpm: Move backend code under the 'backends/' directory TPM subsytem is split into backends (see commit f4ede81eed2) and frontends (see i.e. 3676bc69b35). Keep the emulated hardware 'frontends' under hw/tpm/, but move the backends in the backends/tpm/ directory. Suggested-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-id: 20200612085444.8362-13-philmd@redhat.com Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
|
/openbmc/qemu/docs/specs/ |
H A D | tpm.rst | ca64b086 Fri Jun 12 03:54:44 CDT 2020 Philippe Mathieu-Daudé <philmd@redhat.com> tpm: Move backend code under the 'backends/' directory TPM subsytem is split into backends (see commit f4ede81eed2) and frontends (see i.e. 3676bc69b35). Keep the emulated hardware 'frontends' under hw/tpm/, but move the backends in the backends/tpm/ directory. Suggested-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-id: 20200612085444.8362-13-philmd@redhat.com Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
|
/openbmc/qemu/ |
H A D | Makefile | ca64b086 Fri Jun 12 03:54:44 CDT 2020 Philippe Mathieu-Daudé <philmd@redhat.com> tpm: Move backend code under the 'backends/' directory TPM subsytem is split into backends (see commit f4ede81eed2) and frontends (see i.e. 3676bc69b35). Keep the emulated hardware 'frontends' under hw/tpm/, but move the backends in the backends/tpm/ directory. Suggested-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-id: 20200612085444.8362-13-philmd@redhat.com Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
|