arch: Add missing #include <commonlib/helpers.h>
ALIGN((a), b) and ALIGN_UP(a, b) needs 'helpers.h' Change-Id: I029c7c5cbb19c7e69997b3d84f929cb61e8e2b23 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/33657 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
parent
db86a35ab6
commit
e2d152c118
|
@ -29,6 +29,7 @@
|
|||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <commonlib/helpers.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include <symbols.h>
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
*/
|
||||
#include <stdlib.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <commonlib/helpers.h>
|
||||
|
||||
/* Return the CPU struct which is at the high memory address of the stack.
|
||||
*/
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
#include <string.h>
|
||||
#include <commonlib/compression.h>
|
||||
#include <commonlib/cbfs_serialized.h>
|
||||
#include <commonlib/helpers.h>
|
||||
#include <lib.h>
|
||||
#include <fit.h>
|
||||
#include <endian.h>
|
||||
|
|
|
@ -44,6 +44,7 @@
|
|||
#include <arch/acpigen.h>
|
||||
#include <device/pci.h>
|
||||
#include <cbmem.h>
|
||||
#include <commonlib/helpers.h>
|
||||
#include <cpu/x86/lapic_def.h>
|
||||
#include <cpu/cpu.h>
|
||||
#include <cbfs.h>
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
#include <arch/acpi.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <cbmem.h>
|
||||
#include <commonlib/helpers.h>
|
||||
#include <fallback.h>
|
||||
#include <timestamp.h>
|
||||
#include <program_loading.h>
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
#include <types.h>
|
||||
#include <string.h>
|
||||
#include <cbmem.h>
|
||||
#include <commonlib/helpers.h>
|
||||
#include <console/console.h>
|
||||
#include <cpu/x86/gdt.h>
|
||||
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
#define ARCH_EARLY_VARIABLES_H
|
||||
|
||||
#include <arch/symbols.h>
|
||||
#include <commonlib/helpers.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#if ENV_CACHE_AS_RAM && !CONFIG(NO_CAR_GLOBAL_MIGRATION)
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
*/
|
||||
#include <console/console.h>
|
||||
#include <arch/pirq_routing.h>
|
||||
#include <commonlib/helpers.h>
|
||||
#include <string.h>
|
||||
#include <device/pci.h>
|
||||
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
#include <memory_info.h>
|
||||
#include <spd.h>
|
||||
#include <cbmem.h>
|
||||
#include <commonlib/helpers.h>
|
||||
#include <device/pci_ids.h>
|
||||
#include <device/pci_def.h>
|
||||
#include <device/pci.h>
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
#include <arch/pirq_routing.h>
|
||||
#include <arch/smp/mpspec.h>
|
||||
#include <arch/acpi.h>
|
||||
#include <commonlib/helpers.h>
|
||||
#include <string.h>
|
||||
#include <cbmem.h>
|
||||
#include <smbios.h>
|
||||
|
|
Loading…
Reference in New Issue