From cc5193604f1b2fcd6659888df22a1a6e06635482 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Sun, 3 Nov 2019 08:24:48 +0200 Subject: cpu/ti/am335x: Extend monotonic timer to early stages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It is actually all completely broken, dmtimer.c is not really implemented. Change-Id: Ifb3f624930c9ef663fae30cd5ddcb1d3d46f06b1 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/36593 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/cpu/ti/am335x/Makefile.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/cpu/ti') diff --git a/src/cpu/ti/am335x/Makefile.inc b/src/cpu/ti/am335x/Makefile.inc index d3ef9701e8..e1a3b9c7b9 100644 --- a/src/cpu/ti/am335x/Makefile.inc +++ b/src/cpu/ti/am335x/Makefile.inc @@ -3,9 +3,12 @@ bootblock-y += bootblock_media.c bootblock-y += dmtimer.c bootblock-y += gpio.c bootblock-y += pinmux.c +bootblock-y += monotonic_timer.c romstage-y += nand.c romstage-y += cbmem.c +romstage-y += dmtimer.c +romstage-y += monotonic_timer.c ramstage-y += dmtimer.c ramstage-y += monotonic_timer.c -- cgit v1.2.3