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/veyron/minnie/config | 7 +++++++ projects/coreboot/configs/veyron/minnie/ec | 1 + 2 files changed, 8 insertions(+) create mode 100644 projects/coreboot/configs/veyron/minnie/config create mode 100644 projects/coreboot/configs/veyron/minnie/ec (limited to 'projects/coreboot/configs/veyron/minnie') diff --git a/projects/coreboot/configs/veyron/minnie/config b/projects/coreboot/configs/veyron/minnie/config new file mode 100644 index 00000000..fc6125fa --- /dev/null +++ b/projects/coreboot/configs/veyron/minnie/config @@ -0,0 +1,7 @@ +CONFIG_VENDOR_GOOGLE=y +CONFIG_BOARD_GOOGLE_VEYRON_MINNIE=y +CONFIG_CHROMEOS=y +CONFIG_PAYLOAD_ELF=y +CONFIG_PAYLOAD_FILE="$(obj)/../depthcharge-veyron-minnie/depthcharge.elf" +CONFIG_EC_GOOGLE_CHROMEEC_FIRMWARE_EXTERNAL=y +CONFIG_EC_GOOGLE_CHROMEEC_FIRMWARE_FILE="$(obj)/../cros-ec-veyron-minnie/ec.RW.bin" diff --git a/projects/coreboot/configs/veyron/minnie/ec b/projects/coreboot/configs/veyron/minnie/ec new file mode 100644 index 00000000..903761a1 --- /dev/null +++ b/projects/coreboot/configs/veyron/minnie/ec @@ -0,0 +1 @@ +cros-ec -- cgit v1.2.3-70-g09d2