Re: [PATCH v2 2/5] ieee1275/ibmvtpm: Move initializaton functions to TCG2 driver

2024-11-26 Thread Daniel Kiper
On Mon, Nov 25, 2024 at 05:41:39PM -0500, Stefan Berger wrote: > Move common initialization functions from the ibmvtpm driver module into > the new TCG2 driver that will be turned into a built-in driver soon. The "built-in driver" phrase is confusing here. I think you should say the code will be m

[PATCH v2 2/5] ieee1275/ibmvtpm: Move initializaton functions to TCG2 driver

2024-11-25 Thread Stefan Berger
Move common initialization functions from the ibmvtpm driver module into the new TCG2 driver that will be turned into a built-in driver soon. Already make the functions available to the ibmvtpm driver as public functions and variables. Signed-off-by: Stefan Berger --- grub-core/Makefile.core.def