From 8c8e2b7e4c5f1e6a543ce67cf8b47e9feb1bac50 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Wed, 14 Oct 2015 10:08:10 -0500 Subject: arm64: remove secmon It's been decided to only support ARM Trusted Firmware for any EL3 monitor. That means any SoC that requires PSCI needs to add its support for ATF otherwise multi-processor bring up won't work. Change-Id: Ic931dbf5eff8765f4964374910123a197148f0ff Signed-off-by: Aaron Durbin Reviewed-on: http://review.coreboot.org/11897 Tested-by: build bot (Jenkins) Reviewed-by: Julius Werner --- src/console/Makefile.inc | 4 ---- src/console/init.c | 2 -- 2 files changed, 6 deletions(-) (limited to 'src/console') diff --git a/src/console/Makefile.inc b/src/console/Makefile.inc index a5f4318734..b236578ea0 100644 --- a/src/console/Makefile.inc +++ b/src/console/Makefile.inc @@ -21,7 +21,3 @@ romstage-y += die.c bootblock-$(CONFIG_BOOTBLOCK_CONSOLE) += vtxprintf.c printk.c bootblock-$(CONFIG_BOOTBLOCK_CONSOLE) += init.c console.c bootblock-$(CONFIG_BOOTBLOCK_CONSOLE) += die.c - -secmon-y += vtxprintf.c printk.c -secmon-y += init.c console.c -secmon-y += die.c diff --git a/src/console/init.c b/src/console/init.c index ed1f056c68..7e7c5acdd7 100644 --- a/src/console/init.c +++ b/src/console/init.c @@ -53,8 +53,6 @@ void console_init(void) "ramstage" #elif ENV_VERSTAGE "verstage" -#elif ENV_SECMON - "secmon" #else "UNKNOWN" #endif -- cgit v1.2.3