aboutsummaryrefslogtreecommitdiff
path: root/projects/coreboot/coreboot-helper
diff options
context:
space:
mode:
Diffstat (limited to 'projects/coreboot/coreboot-helper')
-rwxr-xr-xprojects/coreboot/coreboot-helper8
1 files changed, 8 insertions, 0 deletions
diff --git a/projects/coreboot/coreboot-helper b/projects/coreboot/coreboot-helper
index 8a528fa5..d32ccb67 100755
--- a/projects/coreboot/coreboot-helper
+++ b/projects/coreboot/coreboot-helper
@@ -25,10 +25,18 @@ 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" "$@"
}
+coreboot_variant_config_path() {
+ project_file_path "$project" "$CONFIGS" "$VARIANTS/$board" "$@"
+}
+
coreboot_ec_check() {
project_file_test "$project" "$CONFIGS" "$EC" "$@"
}