efi_loader: use LOGC_EFI consistently
The log category should be LOGC_EFI all over the EFI sub-system. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
This commit is contained in:
@@ -28,6 +28,8 @@
|
||||
* iPXE uses the simple file protocol to load Grub or the Linux Kernel.
|
||||
*/
|
||||
|
||||
#define LOG_CATEGORY LOGC_EFI
|
||||
|
||||
#include <blk.h>
|
||||
#include <dm.h>
|
||||
#include <efi_driver.h>
|
||||
|
@@ -17,6 +17,8 @@
|
||||
* controllers.
|
||||
*/
|
||||
|
||||
#define LOG_CATEGORY LOGC_EFI
|
||||
|
||||
#include <dm.h>
|
||||
#include <efi_driver.h>
|
||||
#include <log.h>
|
||||
|
@@ -5,6 +5,8 @@
|
||||
* Copyright (C) 2018, Bin Meng <bmeng.cn@gmail.com>
|
||||
*/
|
||||
|
||||
#define LOG_CATEGORY LOGC_EFI
|
||||
|
||||
#include <efi_loader.h>
|
||||
#include <log.h>
|
||||
#include <mapmem.h>
|
||||
|
@@ -5,6 +5,8 @@
|
||||
* Copyright (c) 2016 Alexander Graf
|
||||
*/
|
||||
|
||||
#define LOG_CATEGORY LOGC_EFI
|
||||
|
||||
#include <bootm.h>
|
||||
#include <div64.h>
|
||||
#include <dm/device.h>
|
||||
|
@@ -5,6 +5,8 @@
|
||||
* Copyright (C) 2022 Arm Ltd.
|
||||
*/
|
||||
|
||||
#define LOG_CATEGORY LOGC_EFI
|
||||
|
||||
#include <efi_loader.h>
|
||||
#include <log.h>
|
||||
#include <efi_api.h>
|
||||
|
@@ -5,6 +5,8 @@
|
||||
* Copyright (c) 2017 Heinrich Schuchardt
|
||||
*/
|
||||
|
||||
#define LOG_CATEGORY LOGC_EFI
|
||||
|
||||
#include <blk.h>
|
||||
#include <efi_loader.h>
|
||||
#include <malloc.h>
|
||||
|
@@ -5,6 +5,8 @@
|
||||
* Copyright (c) 2017 Leif Lindholm
|
||||
*/
|
||||
|
||||
#define LOG_CATEGORY LOGC_EFI
|
||||
|
||||
#include <efi_loader.h>
|
||||
|
||||
const efi_guid_t efi_guid_device_path_utilities_protocol =
|
||||
|
@@ -5,6 +5,8 @@
|
||||
* Copyright (c) 2020 Heinrich Schuchardt
|
||||
*/
|
||||
|
||||
#define LOG_CATEGORY LOGC_EFI
|
||||
|
||||
#include <efi_dt_fixup.h>
|
||||
#include <efi_loader.h>
|
||||
#include <efi_rng.h>
|
||||
|
@@ -5,6 +5,8 @@
|
||||
* Copyright (C) 2021 Arm Ltd.
|
||||
*/
|
||||
|
||||
#define LOG_CATEGORY LOGC_EFI
|
||||
|
||||
#include <efi_loader.h>
|
||||
#include <log.h>
|
||||
#include <efi_api.h>
|
||||
|
@@ -6,6 +6,8 @@
|
||||
* Written by Simon Glass <sjg@chromium.org>
|
||||
*/
|
||||
|
||||
#define LOG_CATEGORY LOGC_EFI
|
||||
|
||||
#include <efi_loader.h>
|
||||
#include <env.h>
|
||||
#include <errno.h>
|
||||
|
@@ -5,6 +5,8 @@
|
||||
* Copyright (c) 2017 Rob Clark
|
||||
*/
|
||||
|
||||
#define LOG_CATEGORY LOGC_EFI
|
||||
|
||||
#include <charset.h>
|
||||
#include <efi_loader.h>
|
||||
#include <log.h>
|
||||
|
@@ -6,6 +6,8 @@
|
||||
* Author: AKASHI Takahiro
|
||||
*/
|
||||
|
||||
#define LOG_CATEGORY LOGC_EFI
|
||||
|
||||
#include <charset.h>
|
||||
#include <dfu.h>
|
||||
#include <efi_loader.h>
|
||||
|
@@ -5,6 +5,8 @@
|
||||
* Copyright (c) 2016 Alexander Graf
|
||||
*/
|
||||
|
||||
#define LOG_CATEGORY LOGC_EFI
|
||||
|
||||
#include <dm.h>
|
||||
#include <efi_loader.h>
|
||||
#include <log.h>
|
||||
|
@@ -4,6 +4,7 @@
|
||||
*/
|
||||
|
||||
#define LOG_CATEGORY LOGC_EFI
|
||||
|
||||
#include <bootm.h>
|
||||
#include <env.h>
|
||||
#include <image.h>
|
||||
|
@@ -6,6 +6,8 @@
|
||||
* Copyright (c) 2018 AKASHI Takahiro, Linaro Limited
|
||||
*/
|
||||
|
||||
#define LOG_CATEGORY LOGC_EFI
|
||||
|
||||
#include <efi_loader.h>
|
||||
#include <malloc.h>
|
||||
#include <asm/unaligned.h>
|
||||
|
@@ -10,6 +10,8 @@
|
||||
* the Makefile.
|
||||
*/
|
||||
|
||||
#define LOG_CATEGORY LOGC_EFI
|
||||
|
||||
#include <efi_loader.h>
|
||||
|
||||
const efi_guid_t efi_guid_hii_config_routing_protocol
|
||||
|
@@ -7,6 +7,8 @@
|
||||
* IP4_CONFIG2_PROTOCOL
|
||||
*/
|
||||
|
||||
#define LOG_CATEGORY LOGC_EFI
|
||||
|
||||
#include <charset.h>
|
||||
#include <efi_loader.h>
|
||||
#include <image.h>
|
||||
|
@@ -4,6 +4,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#define LOG_CATEGORY LOGC_EFI
|
||||
|
||||
#include <efi_loader.h>
|
||||
#include <image.h>
|
||||
#include <malloc.h>
|
||||
|
@@ -4,6 +4,7 @@
|
||||
*/
|
||||
|
||||
#define LOG_CATEGORY LOGC_EFI
|
||||
|
||||
#include <efi_loader.h>
|
||||
#include <efi_load_initrd.h>
|
||||
#include <efi_variable.h>
|
||||
|
@@ -15,6 +15,8 @@
|
||||
* Reset(): EfiSimpleNetworkInitialized -> EfiSimpleNetworkInitialized
|
||||
*/
|
||||
|
||||
#define LOG_CATEGORY LOGC_EFI
|
||||
|
||||
#include <efi_loader.h>
|
||||
#include <dm.h>
|
||||
#include <linux/sizes.h>
|
||||
|
@@ -7,6 +7,7 @@
|
||||
*/
|
||||
|
||||
#define LOG_CATEGORY LOGC_EFI
|
||||
|
||||
#include <efi_loader.h>
|
||||
#include <efi_variable.h>
|
||||
#include <log.h>
|
||||
|
@@ -5,6 +5,8 @@
|
||||
* Copyright (c) 2018 Heinrich Schuchardt
|
||||
*/
|
||||
|
||||
#define LOG_CATEGORY LOGC_EFI
|
||||
|
||||
#include <malloc.h>
|
||||
#include <efi_dt_fixup.h>
|
||||
#include <efi_loader.h>
|
||||
|
@@ -5,6 +5,8 @@
|
||||
* Copyright (c) 2016 Alexander Graf
|
||||
*/
|
||||
|
||||
#define LOG_CATEGORY LOGC_EFI
|
||||
|
||||
#include <command.h>
|
||||
#include <cpu_func.h>
|
||||
#include <dm.h>
|
||||
|
@@ -4,6 +4,8 @@
|
||||
* Copyright (c) 2019 Linaro Limited, Author: AKASHI Takahiro
|
||||
*/
|
||||
|
||||
#define LOG_CATEGORY LOGC_EFI
|
||||
|
||||
#include <charset.h>
|
||||
#include <efi_loader.h>
|
||||
#include <efi_variable.h>
|
||||
|
@@ -5,6 +5,8 @@
|
||||
* Copyright (c) 2020 AKASHI Takahiro, Linaro Limited
|
||||
*/
|
||||
|
||||
#define LOG_CATEGORY LOGC_EFI
|
||||
|
||||
#include <charset.h>
|
||||
#include <efi_loader.h>
|
||||
#include <malloc.h>
|
||||
|
@@ -8,6 +8,7 @@
|
||||
*/
|
||||
|
||||
#define LOG_CATEGORY LOGC_EFI
|
||||
|
||||
#include <dm.h>
|
||||
#include <efi_loader.h>
|
||||
#include <efi_variable.h>
|
||||
|
@@ -5,6 +5,8 @@
|
||||
* Copyright (c) 2018 Heinrich Schuchardt <xypron.glpk@gmx.de>
|
||||
*/
|
||||
|
||||
#define LOG_CATEGORY LOGC_EFI
|
||||
|
||||
#include <charset.h>
|
||||
#include <cp1250.h>
|
||||
#include <cp437.h>
|
||||
|
@@ -5,6 +5,8 @@
|
||||
* Copyright (c) 2020 Linaro Limited, Author: AKASHI Takahiro
|
||||
*/
|
||||
|
||||
#define LOG_CATEGORY LOGC_EFI
|
||||
|
||||
#include <efi_loader.h>
|
||||
#include <efi_variable.h>
|
||||
#include <stdlib.h>
|
||||
|
@@ -5,6 +5,8 @@
|
||||
* Copyright (c) 2020, Heinrich Schuchardt
|
||||
*/
|
||||
|
||||
#define LOG_CATEGORY LOGC_EFI
|
||||
|
||||
#include <efi_loader.h>
|
||||
#include <efi_variable.h>
|
||||
#include <u-boot/crc.h>
|
||||
|
@@ -10,6 +10,8 @@
|
||||
* Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
|
||||
*/
|
||||
|
||||
#define LOG_CATEGORY LOGC_EFI
|
||||
|
||||
#if CONFIG_IS_ENABLED(ARM_FFA_TRANSPORT)
|
||||
#include <arm_ffa.h>
|
||||
#endif
|
||||
|
@@ -5,6 +5,8 @@
|
||||
* Copyright (c) 2017 Heinrich Schuchardt
|
||||
*/
|
||||
|
||||
#define LOG_CATEGORY LOGC_EFI
|
||||
|
||||
#include <efi_loader.h>
|
||||
|
||||
/* Conversion factor from seconds to multiples of 100ns */
|
||||
|
Reference in New Issue
Block a user