From 42e6856436e6ee1f9b8ae1039ac5a0921e001377 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Tue, 9 Jun 2015 13:55:51 -0500 Subject: stage_cache: use cbmem init hooks Instead of having the chipset code make the approrpiate calls at the appropriate places use the cbmem init hooks to take the appropriate action. That way no chipset code needs to be changed in order to support the external stage cache. Change-Id: If74e6155ae86646bde02b2e1b550ade92b8ba9bb Signed-off-by: Aaron Durbin Reviewed-on: http://review.coreboot.org/10481 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/include/stage_cache.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/include/stage_cache.h') diff --git a/src/include/stage_cache.h b/src/include/stage_cache.h index bde53307ae..5a4c16a5e7 100644 --- a/src/include/stage_cache.h +++ b/src/include/stage_cache.h @@ -29,10 +29,6 @@ enum { STAGE_REFCODE, }; -/* Create an empty stage cache. */ -void stage_cache_create_empty(void); -/* Recover existing stage cache. */ -void stage_cache_recover(void); /* Cache the loaded stage provided according to the parameters. */ void stage_cache_add(int stage_id, struct prog *stage); /* Load the cached stage at given location returning the stage entry point. */ -- cgit v1.2.3