[U-Boot] [PATCH 01/12] x86: Move asm/arch-coreboot/tables.h to a common place
Simon Glass
sjg at chromium.org
Mon Feb 29 05:19:16 CET 2016
On 27 February 2016 at 23:57, Bin Meng <bmeng.cn at gmail.com> wrote:
> 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 at gmail.com>
> ---
>
> arch/x86/cpu/coreboot/sdram.c | 1 -
> arch/x86/cpu/coreboot/tables.c | 1 -
> arch/x86/include/asm/arch-coreboot/sysinfo.h | 2 +-
> arch/x86/include/asm/{arch-coreboot/tables.h => coreboot_tables.h} | 0
> drivers/video/coreboot_fb.c | 1 -
> 5 files changed, 1 insertion(+), 4 deletions(-)
> rename arch/x86/include/asm/{arch-coreboot/tables.h => coreboot_tables.h} (100%)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list