mbox

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

Message ID CAEUhbmURy_HZsRiYzqzqs3ip=5Pc9VuWJMuqtNStU7oxwPKzDw@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-x86.git testing

Message

Bin Meng April 22, 2016, 4:08 a.m. UTC
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

Comments

Bin Meng April 22, 2016, 4:09 a.m. UTC | #1
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
Tom Rini April 22, 2016, 2:27 p.m. UTC | #2
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!