From 74060163c97a6f1568535a507d64755fd8d6424f Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Mon, 8 Oct 2018 01:20:49 -0400 Subject: Consolidate R400/T400/T500/W500 Coreboot configs The goal here is to have fewer full configuration files. By consolidating the T400 board configs (and board variants such as the R400/T500/W500) into at most two base configs we can rely on separate target-specific configs (e.g., for different flash sizes) to override our default values given in projects/coreboot/configs/t400/config File contents of the new configs located at projects/coreboot/t400/variants/ are now supplied to make as command-line arguments, overriding the same configurations in the base config. The T400 file is included as an example of which configurations need to be overriden by a variant for a proper SMBIOS name to be used. Configs allowing for different ROM chip sizes other than the default are reimplemented in a subsequent commit. The following are no longer valid targets when building Coreboot: r400_16mb r400_8mb r400_4mb t400_16mb t400_8mb t400_4mb t500_16mb t500_8mb t500_4mb w500_16mb w500_8mb w500_4mb --- projects/coreboot/configs/w500_4mb/arch | 1 - 1 file changed, 1 deletion(-) delete mode 100644 projects/coreboot/configs/w500_4mb/arch (limited to 'projects/coreboot/configs/w500_4mb/arch') diff --git a/projects/coreboot/configs/w500_4mb/arch b/projects/coreboot/configs/w500_4mb/arch deleted file mode 100644 index 5a9a476a..00000000 --- a/projects/coreboot/configs/w500_4mb/arch +++ /dev/null @@ -1 +0,0 @@ -i386 -- cgit v1.2.3-70-g09d2