This series fixes up link (Chromebook Pixel) to support more useful config options and enables the Chrome OS EC.
There is already an EC driver but it has a small bug and needs to be enabled in the config and device tree. The full series is available at: http://git.denx.de/u-boot-dm.git in branch 'ec-working'. Simon Glass (10): x86: config: Enable dhcp on link x86: Add device tree information for Chrome OS EC x86: dts: Add device tree compatible string for Intel IPC x86: cros_ec: Update LPC driver for new cros_ec header x86: cros_ec: Enable cros_ec for link doc: Remove note about auto-complete not working with hush x86: link: Tidy up the command lines options x86: config: link: Display the board model on the screen x86: Enable FIT, ELF on coreboot net: Display the size when tftpboot finishes README | 4 ---- arch/x86/dts/link.dts | 18 ++++++++++++++++++ board/chromebook-x86/coreboot/Makefile | 2 +- board/chromebook-x86/coreboot/coreboot.c | 16 ++++++++++++++++ drivers/misc/cros_ec_lpc.c | 4 ++-- include/configs/coreboot.h | 22 ++++++++++++++++++---- include/fdtdec.h | 1 + lib/fdtdec.c | 1 + net/tftp.c | 2 ++ 9 files changed, 59 insertions(+), 11 deletions(-) create mode 100644 board/chromebook-x86/coreboot/coreboot.c -- 2.1.0.rc2.206.gedb03e5 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot