[U-Boot] Please pull u-boot-x86

Hi Tom,
The following changes since commit ee8b25fa354da7cfaafe0e6781e873c74c29bbad:
Prepare v2016.05-rc2 (2016-04-21 09:37:33 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-x86.git testing
for you to fetch changes up to 7b63b1832b6e7671c4009bc084045a19cd86c87c:
x86: Correct typo of Miao Yan's email address (2016-04-22 11:26:32 +0800)
---------------------------------------------------------------- Bin Meng (2): x86: qemu: Drop our own ACPI implementation x86: Correct typo of Miao Yan's email address
arch/x86/cpu/qemu/Makefile | 3 - arch/x86/cpu/qemu/acpi.c | 176 --------------------------------------- arch/x86/cpu/qemu/acpi/cpu-hotplug.asl | 80 ------------------ arch/x86/cpu/qemu/acpi/dbug.asl | 25 ------ arch/x86/cpu/qemu/acpi/hpet.asl | 31 ------- arch/x86/cpu/qemu/acpi/isa.asl | 102 ----------------------- arch/x86/cpu/qemu/acpi/pci-crs.asl | 61 -------------- arch/x86/cpu/qemu/dsdt.asl | 412 ------------------------------------------------------------------------------------------ arch/x86/cpu/qemu/fw_cfg.c | 2 +- 9 files changed, 1 insertion(+), 891 deletions(-) delete mode 100644 arch/x86/cpu/qemu/acpi.c delete mode 100644 arch/x86/cpu/qemu/acpi/cpu-hotplug.asl delete mode 100644 arch/x86/cpu/qemu/acpi/dbug.asl delete mode 100644 arch/x86/cpu/qemu/acpi/hpet.asl delete mode 100644 arch/x86/cpu/qemu/acpi/isa.asl delete mode 100644 arch/x86/cpu/qemu/acpi/pci-crs.asl delete mode 100644 arch/x86/cpu/qemu/dsdt.asl
Regards, Bin

On Fri, Apr 22, 2016 at 12:08 PM, Bin Meng bmeng.cn@gmail.com wrote:
Hi Tom,
The following changes since commit ee8b25fa354da7cfaafe0e6781e873c74c29bbad:
Prepare v2016.05-rc2 (2016-04-21 09:37:33 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-x86.git testing
Sorry, this should be:
git://git.denx.de/u-boot-x86.git master
Both testing and master point to the same HEAD.
Regards, Bin

On Fri, Apr 22, 2016 at 12:08:20PM +0800, Bin Meng wrote:
Hi Tom,
The following changes since commit ee8b25fa354da7cfaafe0e6781e873c74c29bbad:
Prepare v2016.05-rc2 (2016-04-21 09:37:33 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-x86.git testing
for you to fetch changes up to 7b63b1832b6e7671c4009bc084045a19cd86c87c:
x86: Correct typo of Miao Yan's email address (2016-04-22 11:26:32 +0800)
Applied to u-boot/master, thanks!
participants (2)
-
Bin Meng
-
Tom Rini