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

Hi Tom,
This includes a fix to acpi madt table, and fixes to card detect pin configuration of the SD controller on BayTrail SoC.
The following changes since commit 6b3943f1b04be60f147ee540fbd72c4c7ea89f80:
siemens,am33x: add draco etamin board (2016-06-09 13:53:13 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-x86.git master
for you to fetch changes up to 9769e05bcf79939bad23a719982dd1f85a110f3c:
x86: broadwell: gpio: Remove the codes to set up pin control (2016-06-12 12:19:35 +0800)
---------------------------------------------------------------- Bin Meng (8): x86: ich6_gpio: Output return value of syscon_get_by_driver_data() x86: baytrail: Add 'reg' property in the pinctrl node x86: baytrail: Change fsp, emmc-boot-mode to "auto" x86: baytrail: Configure card detect pin of the SD controller x86: Update x86-pinctrl driver device-tree-bindings doc x86: Enable regmap and syscon for coreboot and qemu-x86 x86: Probe pinctrl driver in cpu_init_r() x86: broadwell: gpio: Remove the codes to set up pin control
George McCollister (1): x86: acpi: Fix madt lapic generation
arch/x86/cpu/cpu.c | 5 +++++ arch/x86/dts/bayleybay.dts | 22 +++++++++++++++++++++- arch/x86/dts/conga-qeval20-qa3-e3845.dts | 18 +++++++++++++++++- arch/x86/dts/minnowmax.dts | 18 +++++++++++++++++- arch/x86/lib/acpi_table.c | 12 ++++++------ configs/coreboot-x86_defconfig | 2 ++ configs/qemu-x86_defconfig | 2 ++ doc/device-tree-bindings/gpio/intel,x86-pinctrl.txt | 16 ++++++++-------- drivers/gpio/intel_broadwell_gpio.c | 7 ------- drivers/gpio/intel_ich6_gpio.c | 5 ----- 10 files changed, 78 insertions(+), 29 deletions(-)
Regards, Bin

On Sun, Jun 12, 2016 at 12:38:56PM +0800, Bin Meng wrote:
Hi Tom,
This includes a fix to acpi madt table, and fixes to card detect pin configuration of the SD controller on BayTrail SoC.
The following changes since commit 6b3943f1b04be60f147ee540fbd72c4c7ea89f80:
siemens,am33x: add draco etamin board (2016-06-09 13:53:13 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-x86.git master
for you to fetch changes up to 9769e05bcf79939bad23a719982dd1f85a110f3c:
x86: broadwell: gpio: Remove the codes to set up pin control (2016-06-12 12:19:35 +0800)
Applied to u-boot/master, thanks!
participants (2)
-
Bin Meng
-
Tom Rini