From f96d9051c2b39544300d35f64ce92502e1e230c0 Mon Sep 17 00:00:00 2001 From: Julius Werner Date: Fri, 16 Aug 2019 15:35:39 -0700 Subject: Remove MIPS architecture The MIPS architecture port has been added 5+ years ago in order to support a Chrome OS project that ended up going nowhere. No other board has used it since and nobody is still willing or has the expertise and hardware to maintain it. We have decided that it has become too much of a mainenance burden and the chance of anyone ever reviving it seems too slim at this point. This patch eliminates all MIPS code and MIPS-specific hacks. Change-Id: I5e49451cd055bbab0a15dcae5f53e0172e6e2ebe Signed-off-by: Julius Werner Reviewed-on: https://review.coreboot.org/c/coreboot/+/34919 Reviewed-by: Arthur Heymans Reviewed-by: Hung-Te Lin Tested-by: build bot (Jenkins) --- payloads/libpayload/configs/defconfig-mips | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 payloads/libpayload/configs/defconfig-mips (limited to 'payloads/libpayload/configs') diff --git a/payloads/libpayload/configs/defconfig-mips b/payloads/libpayload/configs/defconfig-mips deleted file mode 100644 index 4a0a914ac3..0000000000 --- a/payloads/libpayload/configs/defconfig-mips +++ /dev/null @@ -1,6 +0,0 @@ -CONFIG_LP_ARCH_MIPS=y -CONFIG_LP_COREBOOT_VIDEO_CONSOLE=y -CONFIG_LP_PC_KEYBOARD=y -CONFIG_LP_TIMER_IMG_PISTACHIO=y -# CONFIG_LP_USB_EHCI is not set -# CONFIG_LP_USB_XHCI is not set -- cgit v1.2.3