]> git.ipfire.org Git - people/ms/u-boot.git/commit
x86: qemu: rename qemu/acpi_table.c
authorMiao Yan <yanmiaobest@gmail.com>
Mon, 23 May 2016 02:37:21 +0000 (19:37 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Mon, 23 May 2016 07:18:00 +0000 (15:18 +0800)
commit494ec0d0933784b4d14cfb40380fb77408a8b7ef
treed8e2aa3099bba7f31ded188be6b901014fe7d4df
parenteece493a7ac14f5049a8bd7031ba37e2c6e2460a
x86: qemu: rename qemu/acpi_table.c

Rename qemu/acpi_table.c to qemu/e820.c, because ACPI stuff is moved
to qfw core, this file only contains code for installing e820 table.

Signed-off-by: Miao Yan <yanmiaobest@gmail.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/qemu/Makefile
arch/x86/cpu/qemu/e820.c [moved from arch/x86/cpu/qemu/acpi_table.c with 100% similarity]