From e80a1b1690d9d70e14cd7aa0b99fa317ac33b4e4 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Fri, 5 Jun 2020 09:51:30 -0600 Subject: soc/amd/picasso: remove save/restore MTRRs around FSP-M AGESA FSP-M implementation is now not updating MTRRs out from under the caller. As such, remove the save/restore of MTRRs from the FSP-M call. BUG=b:155426691 Change-Id: I14f3b18dd373ce17957ef3857920e1c4e2901bbe Signed-off-by: Aaron Durbin Reviewed-on: https://review.coreboot.org/c/coreboot/+/42104 Tested-by: build bot (Jenkins) Reviewed-by: Raul Rangel Reviewed-by: Furquan Shaikh Reviewed-by: Felix Held --- src/soc/amd/picasso/include/soc/mtrr.h | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/soc/amd/picasso/include/soc/mtrr.h (limited to 'src/soc/amd/picasso/include') diff --git a/src/soc/amd/picasso/include/soc/mtrr.h b/src/soc/amd/picasso/include/soc/mtrr.h deleted file mode 100644 index 8746e184ea..0000000000 --- a/src/soc/amd/picasso/include/soc/mtrr.h +++ /dev/null @@ -1,9 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ - -#ifndef __PICASSO_MTRR_H__ -#define __PICASSO_MTRR_H__ - -void picasso_save_mtrrs(void); -void picasso_restore_mtrrs(void); - -#endif /* __PICASSO_MTRR_H__ */ -- cgit v1.2.3