x86: Move asm/arch-coreboot/tables.h to a common place
Move asm/arch-coreboot/tables.h to asm/coreboot_tables.h so that coreboot table definitions can be used by other x86 builds. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
f8a4826383
commit
f1d6fda6d3
|
|
@ -9,7 +9,6 @@
|
||||||
#include <common.h>
|
#include <common.h>
|
||||||
#include <asm/e820.h>
|
#include <asm/e820.h>
|
||||||
#include <asm/arch/sysinfo.h>
|
#include <asm/arch/sysinfo.h>
|
||||||
#include <asm/arch/tables.h>
|
|
||||||
|
|
||||||
DECLARE_GLOBAL_DATA_PTR;
|
DECLARE_GLOBAL_DATA_PTR;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,6 @@
|
||||||
#include <common.h>
|
#include <common.h>
|
||||||
#include <net.h>
|
#include <net.h>
|
||||||
#include <asm/arch/sysinfo.h>
|
#include <asm/arch/sysinfo.h>
|
||||||
#include <asm/arch/tables.h>
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This needs to be in the .data section so that it's copied over during
|
* This needs to be in the .data section so that it's copied over during
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
#ifndef _COREBOOT_SYSINFO_H
|
#ifndef _COREBOOT_SYSINFO_H
|
||||||
#define _COREBOOT_SYSINFO_H
|
#define _COREBOOT_SYSINFO_H
|
||||||
|
|
||||||
#include <asm/arch/tables.h>
|
#include <asm/coreboot_tables.h>
|
||||||
|
|
||||||
/* Maximum number of memory range definitions */
|
/* Maximum number of memory range definitions */
|
||||||
#define SYSINFO_MAX_MEM_RANGES 32
|
#define SYSINFO_MAX_MEM_RANGES 32
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,6 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common.h>
|
#include <common.h>
|
||||||
#include <asm/arch/tables.h>
|
|
||||||
#include <asm/arch/sysinfo.h>
|
#include <asm/arch/sysinfo.h>
|
||||||
#include <vbe.h>
|
#include <vbe.h>
|
||||||
#include <video_fb.h>
|
#include <video_fb.h>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue