Re: [PATCH v10a 1/9] powerpc: detect the secure boot mode of the system

2019-11-14 Thread Michael Ellerman
On Tue, 2019-11-05 at 23:00:22 UTC, Eric Richter wrote: > From: Nayna Jain > > This patch defines a function to detect the secure boot state of a > PowerNV system. > > The PPC_SECURE_BOOT config represents the base enablement of secure boot > for powerpc. > > Signed-off-by: Nayna Jain > Signed

[PATCH v10a 1/9] powerpc: detect the secure boot mode of the system

2019-11-05 Thread Eric Richter
From: Nayna Jain This patch defines a function to detect the secure boot state of a PowerNV system. The PPC_SECURE_BOOT config represents the base enablement of secure boot for powerpc. Signed-off-by: Nayna Jain Signed-off-by: Eric Richter --- v10a: - moved get_ppc_fw_sb_node to this patch -