secureboot.c (3eb66e91a25497065c5322b1268cbc3953642227) | secureboot.c (4febfb8dd08b6f8bafc19f3f9e382a477425b578) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 |
|
1/* 2 * Secure boot handling. 3 * 4 * Copyright (C) 2013,2014 Linaro Limited 5 * Roy Franz <roy.franz@linaro.org 6 * Copyright (C) 2013 Red Hat, Inc. 7 * Mark Salter <msalter@redhat.com> | 2/* 3 * Secure boot handling. 4 * 5 * Copyright (C) 2013,2014 Linaro Limited 6 * Roy Franz <roy.franz@linaro.org 7 * Copyright (C) 2013 Red Hat, Inc. 8 * Mark Salter <msalter@redhat.com> |
8 * 9 * This file is part of the Linux kernel, and is made available under the 10 * terms of the GNU General Public License version 2. | |
11 */ 12#include <linux/efi.h> 13#include <asm/efi.h> 14 15#include "efistub.h" 16 17/* BIOS variables */ 18static const efi_guid_t efi_variable_guid = EFI_GLOBAL_VARIABLE_GUID; --- 65 unchanged lines hidden --- | 9 */ 10#include <linux/efi.h> 11#include <asm/efi.h> 12 13#include "efistub.h" 14 15/* BIOS variables */ 16static const efi_guid_t efi_variable_guid = EFI_GLOBAL_VARIABLE_GUID; --- 65 unchanged lines hidden --- |