From 7f0747562ed43b8461aae6960f2615d2b84b6387 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sun, 29 Sep 2013 06:32:27 -0700 Subject: tegra124: Add a custom bootblock implementation. This implementation is the same as the general one except that it removes all the things that don't work on an ARMv4. Change-Id: I1108a79cc656b26f7d48df20aef3016cf5ae3182 Signed-off-by: Gabe Black Reviewed-on: https://chromium-review.googlesource.com/171019 Reviewed-by: Ronald Minnich Commit-Queue: Gabe Black Tested-by: Gabe Black (cherry picked from commit d1436288d3b025af27a8d28ba94b589940ead504) Signed-off-by: Isaac Christensen Reviewed-on: http://review.coreboot.org/6713 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- src/soc/nvidia/tegra124/Makefile.inc | 4 ++++ 1 file changed, 4 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 9f9009d0b4..c7d56ab114 100644 --- a/src/soc/nvidia/tegra124/Makefile.inc +++ b/src/soc/nvidia/tegra124/Makefile.inc @@ -1,6 +1,10 @@ CBOOTIMAGE = cbootimage +bootblock-c-ccopts += -marm +bootblock-S-ccopts += -marm + bootblock-y += bootblock.c +bootblock-y += bootblock_asm.S bootblock-y += cbfs.c bootblock-y += clock.c bootblock-y += i2c.c -- cgit v1.2.3