From eee6a7fa28566e1745319d608fcf4667bae57206 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Tue, 24 Sep 2013 01:36:08 -0700 Subject: am335x: Add some code for manipulating GPIOs Add code for manipulating the GPIOs on the am335x. The API is patterned after the one used for the Exynos SOCs. Change-Id: I275317304bd0682f348f72f1c77ed5613065af3f Signed-off-by: Gabe Black Reviewed-on: https://review.coreboot.org/3942 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/cpu/ti/am335x/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cpu/ti/am335x/Makefile.inc') diff --git a/src/cpu/ti/am335x/Makefile.inc b/src/cpu/ti/am335x/Makefile.inc index f07564eaf5..3bfb0fe964 100644 --- a/src/cpu/ti/am335x/Makefile.inc +++ b/src/cpu/ti/am335x/Makefile.inc @@ -1,6 +1,7 @@ bootblock-y += bootblock.c bootblock-y += bootblock_media.c bootblock-y += dmtimer.c +bootblock-y += gpio.c bootblock-y += pinmux.c romstage-y += nand.c -- cgit v1.2.3