x86: Add some log categories

Add categories for i8259 and bios files, so that log statements have the
right category.
This commit is contained in:
Simon Glass
2024-11-10 15:12:08 -07:00
parent eac76060ec
commit a6d6b8b7be
3 changed files with 7 additions and 0 deletions

View File

@@ -5,6 +5,9 @@
* Copyright (C) 2007 Advanced Micro Devices, Inc.
* Copyright (C) 2009-2010 coresystems GmbH
*/
#define LOG_CATEGRORY LOGC_ARCH
#include <compiler.h>
#include <bios_emul.h>
#include <irq_func.h>

View File

@@ -7,6 +7,8 @@
* Copyright (C) 2007-2009 coresystems GmbH
*/
#define LOG_CATEGRORY LOGC_ARCH
#include <log.h>
#include <asm/pci.h>
#include "bios_emul.h"

View File

@@ -13,6 +13,8 @@
* Programmable Interrupt Controllers.
*/
#define LOG_CATEGORY UCLASS_IRQ
#include <log.h>
#include <asm/io.h>
#include <asm/i8259.h>