From 14eb43be984cc1f18fd950af9bf162b0104f8458 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Mon, 7 Oct 2013 01:57:42 -0700 Subject: tegra124: Implement the tegra i2c driver. This uses the packet mode of the controller since that allows transfering more data at a time. Change-Id: I8329e5f915123cb55464fc28f7df9f9037b0446d Signed-off-by: Gabe Black Reviewed-on: https://chromium-review.googlesource.com/172402 Reviewed-by: Ronald Minnich Reviewed-by: Julius Werner Reviewed-by: David Hendricks Tested-by: Gabe Black Commit-Queue: Gabe Black (cherry picked from commit 4444cd626a55c8c2486cda6ac9cfece4e53dd0d3) Signed-off-by: Isaac Christensen Reviewed-on: http://review.coreboot.org/6703 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Ronald G. Minnich --- src/soc/nvidia/tegra124/Makefile.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/soc/nvidia/tegra124/Makefile.inc') diff --git a/src/soc/nvidia/tegra124/Makefile.inc b/src/soc/nvidia/tegra124/Makefile.inc index 683d940eb4..d4d16fec2c 100644 --- a/src/soc/nvidia/tegra124/Makefile.inc +++ b/src/soc/nvidia/tegra124/Makefile.inc @@ -2,8 +2,10 @@ CBOOTIMAGE = cbootimage bootblock-y += cbfs.c bootblock-y += clock.c +bootblock-y += i2c.c bootblock-y += monotonic_timer.c bootblock-y += ../tegra/gpio.c +bootblock-y += ../tegra/i2c.c bootblock-y += ../tegra/pingroup.c bootblock-y += ../tegra/pinmux.c bootblock-y += timer.c -- cgit v1.2.3