From 16b7ae64103797b0ecab1dbb7c45df23b14810b9 Mon Sep 17 00:00:00 2001 From: Stewart Smith Date: Mon, 3 Jun 2019 14:50:50 +1000 Subject: Remove POWER7 and POWER7+ support It's been a good long while since either OPAL POWER7 user touched a machine, and even longer since they'd have been okay using an old version rather than tracking master. There's also been no testing of OPAL on POWER7 systems for an awfully long time, so it's pretty safe to assume that it's very much bitrotted. It also saves a whole 14kb of xz compressed payload space. Signed-off-by: Stewart Smith Enthusiasticly-Acked-by: Oliver O'Halloran Signed-off-by: Stewart Smith --- include/mem-map.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include/mem-map.h') diff --git a/include/mem-map.h b/include/mem-map.h index fa5cacb..fc535e5 100644 --- a/include/mem-map.h +++ b/include/mem-map.h @@ -94,11 +94,8 @@ #define SPIRA_HEAP_BASE (SKIBOOT_BASE + 0x01200000) #define SPIRA_HEAP_SIZE 0x00800000 -/* This is our PSI TCE table. It's 16K entries on P7 and 256K - * entries on P8 - */ +/* This is our PSI TCE table. It's 256K entries on P8 */ #define PSI_TCE_TABLE_BASE (SKIBOOT_BASE + 0x01a00000) -#define PSI_TCE_TABLE_SIZE_P7 0x00020000UL #define PSI_TCE_TABLE_SIZE_P8 0x00200000UL /* Total size of the above area -- cgit v1.1