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

Hi Tom,
The following changes since commit ca833ca9579b29c5667ea2fa7a9d3f89f1599a94:
Merge git://git.denx.de/u-boot-rockchip (2018-01-03 12:27:12 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-x86.git
for you to fetch changes up to 5d8c4ebd95e23a606a40a73920b8d7d096a91d37:
x86: tangier: Add Bluetooth to ACPI table (2018-01-08 16:52:25 +0800)
---------------------------------------------------------------- Andy Shevchenko (2): x86: tangier: Use actual GPIO hardware numbers x86: tangier: Add Bluetooth to ACPI table
Tom Rini (1): x86: Move commands from under arch/x86 to cmd/x86/
arch/x86/include/asm/arch-tangier/acpi/southcluster.asl | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++----- arch/x86/lib/Makefile | 1 - arch/x86/lib/fsp/Makefile | 1 - cmd/Makefile | 2 ++ cmd/x86/Makefile | 6 ++++++ arch/x86/lib/fsp/cmd_fsp.c => cmd/x86/fsp.c | 0 arch/x86/lib/cmd_mtrr.c => cmd/x86/mtrr.c | 0 7 files changed, 64 insertions(+), 7 deletions(-) create mode 100644 cmd/x86/Makefile rename arch/x86/lib/fsp/cmd_fsp.c => cmd/x86/fsp.c (100%) rename arch/x86/lib/cmd_mtrr.c => cmd/x86/mtrr.c (100%)
Regards, Bin

On Mon, Jan 08, 2018 at 05:01:24PM +0800, Bin Meng wrote:
Hi Tom,
The following changes since commit ca833ca9579b29c5667ea2fa7a9d3f89f1599a94:
Merge git://git.denx.de/u-boot-rockchip (2018-01-03 12:27:12 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-x86.git
for you to fetch changes up to 5d8c4ebd95e23a606a40a73920b8d7d096a91d37:
x86: tangier: Add Bluetooth to ACPI table (2018-01-08 16:52:25 +0800)
Applied to u-boot/master, thanks!
participants (2)
-
Bin Meng
-
Tom Rini