]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
x86: Move asm/arch-coreboot/tables.h to a common place
authorBin Meng <bmeng.cn@gmail.com>
Sun, 28 Feb 2016 06:57:55 +0000 (22:57 -0800)
committerBin Meng <bmeng.cn@gmail.com>
Thu, 17 Mar 2016 02:27:21 +0000 (10:27 +0800)
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>
arch/x86/cpu/coreboot/sdram.c
arch/x86/cpu/coreboot/tables.c
arch/x86/include/asm/arch-coreboot/sysinfo.h
arch/x86/include/asm/coreboot_tables.h [moved from arch/x86/include/asm/arch-coreboot/tables.h with 100% similarity]
drivers/video/coreboot_fb.c

index 32f595d537b04d2b508f7b6e9532909027f94d6b..7115e7a151f331276af7290b9692771e90ab9d2b 100644 (file)
@@ -9,7 +9,6 @@
 #include <common.h>
 #include <asm/e820.h>
 #include <asm/arch/sysinfo.h>
-#include <asm/arch/tables.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
index 2b12b19ba27750f41eca97201d1f41f5fabfda5c..543e51d96adecc1eaf681e44f5cb3294546c8e01 100644 (file)
@@ -10,7 +10,6 @@
 #include <common.h>
 #include <net.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
index 2d5724503c17794258f9585ebc3c74e197f732e3..629088d49e0ec637b5241783f56b5c5c9358f035 100644 (file)
@@ -9,7 +9,7 @@
 #ifndef _COREBOOT_SYSINFO_H
 #define _COREBOOT_SYSINFO_H
 
-#include <asm/arch/tables.h>
+#include <asm/coreboot_tables.h>
 
 /* Maximum number of memory range definitions */
 #define SYSINFO_MAX_MEM_RANGES 32
index 4790ef1fdc0604efe181c27289d4d47131144cce..feb5463f4783f2c741491b458f5bebf78261aa25 100644 (file)
@@ -7,7 +7,6 @@
  */
 
 #include <common.h>
-#include <asm/arch/tables.h>
 #include <asm/arch/sysinfo.h>
 #include <vbe.h>
 #include <video_fb.h>