From bde26c043d969529a4b93e095d6bb7a1d03254a3 Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Sun, 7 Oct 2018 18:39:50 -0400 Subject: Restructure Coreboot project configs directory Moving the board-specific directories into projects/coreboot/configs/ and removing the payload-specific directories (depthcharge, seabios) will allow for better management of Coreboot configs for each board. Instead of having a config for each payload, there will be at most two main configs (textmode, corebootfb) for each board. Selecting a default payload will be reimplemented in a subsequent commit. --- projects/coreboot/configs/depthcharge/nyan/arch | 1 - projects/coreboot/configs/depthcharge/nyan/big/config | 7 ------- projects/coreboot/configs/depthcharge/nyan/blaze/config | 12 ------------ projects/coreboot/configs/depthcharge/nyan/ec | 1 - projects/coreboot/configs/depthcharge/nyan/targets | 2 -- 5 files changed, 23 deletions(-) delete mode 100644 projects/coreboot/configs/depthcharge/nyan/arch delete mode 100644 projects/coreboot/configs/depthcharge/nyan/big/config delete mode 100644 projects/coreboot/configs/depthcharge/nyan/blaze/config delete mode 100644 projects/coreboot/configs/depthcharge/nyan/ec delete mode 100644 projects/coreboot/configs/depthcharge/nyan/targets (limited to 'projects/coreboot/configs/depthcharge/nyan') diff --git a/projects/coreboot/configs/depthcharge/nyan/arch b/projects/coreboot/configs/depthcharge/nyan/arch deleted file mode 100644 index fb05f39d..00000000 --- a/projects/coreboot/configs/depthcharge/nyan/arch +++ /dev/null @@ -1 +0,0 @@ -arm diff --git a/projects/coreboot/configs/depthcharge/nyan/big/config b/projects/coreboot/configs/depthcharge/nyan/big/config deleted file mode 100644 index 41b4eeeb..00000000 --- a/projects/coreboot/configs/depthcharge/nyan/big/config +++ /dev/null @@ -1,7 +0,0 @@ -CONFIG_VENDOR_GOOGLE=y -CONFIG_BOARD_GOOGLE_NYAN_BIG=y -CONFIG_CHROMEOS=y -CONFIG_PAYLOAD_ELF=y -CONFIG_PAYLOAD_FILE="$(obj)/../depthcharge-nyan-big/depthcharge.elf" -CONFIG_EC_GOOGLE_CHROMEEC_FIRMWARE_EXTERNAL=y -CONFIG_EC_GOOGLE_CHROMEEC_FIRMWARE_FILE="$(obj)/../cros-ec-nyan-big/ec.RW.bin" diff --git a/projects/coreboot/configs/depthcharge/nyan/blaze/config b/projects/coreboot/configs/depthcharge/nyan/blaze/config deleted file mode 100644 index 10814c6e..00000000 --- a/projects/coreboot/configs/depthcharge/nyan/blaze/config +++ /dev/null @@ -1,12 +0,0 @@ -CONFIG_VENDOR_GOOGLE=y -CONFIG_BOARD_GOOGLE_NYAN_BLAZE=y -CONFIG_CHROMEOS=y -CONFIG_PAYLOAD_ELF=y -CONFIG_PAYLOAD_FILE="$(obj)/../depthcharge-nyan-blaze/depthcharge.elf" -CONFIG_EC_GOOGLE_CHROMEEC_FIRMWARE_EXTERNAL=y -CONFIG_EC_GOOGLE_CHROMEEC_FIRMWARE_FILE="$(obj)/../cros-ec-nyan-blaze/ec.RW.bin" -CONFIG_GBB_FLAG_ENABLE_ALTERNATE_OS=y -CONFIG_GBB_FLAG_FORCE_DEV_SWITCH_ON=y -CONFIG_GBB_FLAG_FORCE_DEV_BOOT_USB=y -CONFIG_GBB_FLAG_DISABLE_FW_ROLLBACK_CHECK=y -CONFIG_GBB_FLAG_DISABLE_EC_SOFTWARE_SYNC=y diff --git a/projects/coreboot/configs/depthcharge/nyan/ec b/projects/coreboot/configs/depthcharge/nyan/ec deleted file mode 100644 index 903761a1..00000000 --- a/projects/coreboot/configs/depthcharge/nyan/ec +++ /dev/null @@ -1 +0,0 @@ -cros-ec diff --git a/projects/coreboot/configs/depthcharge/nyan/targets b/projects/coreboot/configs/depthcharge/nyan/targets deleted file mode 100644 index 419aafc5..00000000 --- a/projects/coreboot/configs/depthcharge/nyan/targets +++ /dev/null @@ -1,2 +0,0 @@ -big -blaze -- cgit v1.2.3-70-g09d2