summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/picasso/include
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2021-03-05 00:13:16 +0100
committerFelix Held <felix-coreboot@felixheld.de>2021-03-06 18:40:33 +0000
commit21c46c089ca7116fc52f756103cb2d2193b738e1 (patch)
tree9cca99341aa6ec84ee01388a0ca2d599db3d2b46 /src/soc/amd/picasso/include
parent0c057c21e57e01a223d6f38c83d5e75a8e23b2ab (diff)
downloadcoreboot-21c46c089ca7116fc52f756103cb2d2193b738e1.tar.gz
coreboot-21c46c089ca7116fc52f756103cb2d2193b738e1.tar.bz2
coreboot-21c46c089ca7116fc52f756103cb2d2193b738e1.zip
soc/amd/picasso: move APOB NV cache to common code
Also rename mrc_cache to apob_cache. BUG=b:181766974 Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I4877b05443452c7409006c1656e9d574e93150a0 Reviewed-on: https://review.coreboot.org/c/coreboot/+/51267 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Raul Rangel <rrangel@chromium.org>
Diffstat (limited to 'src/soc/amd/picasso/include')
-rw-r--r--src/soc/amd/picasso/include/soc/mrc_cache.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/soc/amd/picasso/include/soc/mrc_cache.h b/src/soc/amd/picasso/include/soc/mrc_cache.h
deleted file mode 100644
index c7fcedbdd997..000000000000
--- a/src/soc/amd/picasso/include/soc/mrc_cache.h
+++ /dev/null
@@ -1,9 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-or-later */
-
-#ifndef AMD_PICASSO_MRC_CACHE_H
-#define AMD_PICASSO_MRC_CACHE_H
-
-void *soc_fill_mrc_cache(void);
-void soc_update_mrc_cache(void);
-
-#endif /* AMD_PICASSO_MRC_CACHE_H */