From 0fce215ebc61a162e95e745d42eb87849cd0b85d Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Tue, 9 Oct 2018 18:32:12 -0400 Subject: Allow multiple config files when building Coreboot The base configuration for a given board can be overriden by config files (also named "config") placed into target-specific subdirectories. These additional configurations are read and passed to make as arguments, overriding their counterparts in the base config file; consquently, commented lines should not be added to these configs. R400/T400/T500/W500 ROMs may now be built for 4/8/16mb flash chip sizes. --- projects/coreboot/coreboot-helper | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'projects/coreboot/coreboot-helper') diff --git a/projects/coreboot/coreboot-helper b/projects/coreboot/coreboot-helper index ad696a16..d32ccb67 100755 --- a/projects/coreboot/coreboot-helper +++ b/projects/coreboot/coreboot-helper @@ -25,6 +25,10 @@ coreboot_arch() { project_file_contents "$project" "$CONFIGS" "$ARCH" "$@" } +coreboot_config() { + project_file_contents_herit "$project" "$CONFIGS" "$CONFIG" "$@" +} + coreboot_config_path() { project_file_path "$project" "$CONFIGS" "$CONFIG" "$@" } -- cgit v1.2.3-70-g09d2