
On Mon, Sep 17, 2018 at 5:39 AM, Bin Meng bmeng.cn@gmail.com wrote:
Hi Tom,
The following changes since commit 2976d3c1504960d3934a7404b0648e dc28b52eb9:
Merge branch 'master' of git://git.denx.de/u-boot-ubi (2018-09-14 13:54:37 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-x86.git
for you to fetch changes up to 6321da5263b513f1d6959fb721c33970405e6d1d:
x86: cpu: add docstring to scu_ipc_command() (2018-09-17 17:35:53 +0800)
Christian Gmeiner (1): x86: drop custom CONFIG_SYS_BAUDRATE_TABLE define
Georgii Staroselskii (5): x86: cpu: introduce scu_ipc_raw_command() x86: tangier: pinmux: add API to configure protected pins x86: dts: edison: configure I2C#6 pins x86: tangier: acpi: add I2C6 node x86: cpu: add docstring to scu_ipc_command()
arch/x86/cpu/tangier/Makefile | 2 +- arch/x86/cpu/tangier/pinmux.c | 194 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++++++++++++++++++++++++++++++++ arch/x86/dts/edison.dts | 22 +++++++++++++ arch/x86/include/asm/arch-tangier/acpi/southcluster.asl | 10 ++++++ arch/x86/include/asm/scu.h | 4 +++ arch/x86/lib/scu.c | 62 ++++++++++++++++++++++++++++++++++ include/configs/x86-common.h | 2 -- 7 files changed, 293 insertions(+), 3 deletions(-) create mode 100644 arch/x86/cpu/tangier/pinmux.c
Applied to u-boot/master, thanks!