[U-Boot] [PATCH 01/12] x86: Move asm/arch-coreboot/tables.h to a common place
Bin Meng
bmeng.cn at gmail.com
Mon Feb 29 08:30:53 CET 2016
On Mon, Feb 29, 2016 at 12:19 PM, Simon Glass <sjg at chromium.org> wrote:
> 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>
applied to u-boot-x86/next, thanks!
More information about the U-Boot
mailing list