aboutsummaryrefslogtreecommitdiff
path: root/external/mambo
diff options
context:
space:
mode:
authorMichael Neuling <mikey@neuling.org>2015-10-20 15:49:03 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-10-21 14:52:22 +1100
commit0960832c0e9be9898a60e0ff0f801bd69a4265e2 (patch)
treefd8dd56c8d96b4fc5d7c72f16ec3159dffb522ca /external/mambo
parent07968d94d0604235c0a0cf39fb7e60f421a0f1f8 (diff)
downloadskiboot-0960832c0e9be9898a60e0ff0f801bd69a4265e2.zip
skiboot-0960832c0e9be9898a60e0ff0f801bd69a4265e2.tar.gz
skiboot-0960832c0e9be9898a60e0ff0f801bd69a4265e2.tar.bz2
mambo: Add SKIBOOT_SIMCONF for additional configuration
Add ability to add additional configuration information using the SKIBOOT_SIMCONF environment variable. Signed-off-by: Michael Neuling <mikey@neuling.org> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'external/mambo')
-rw-r--r--external/mambo/skiboot.tcl4
1 files changed, 4 insertions, 0 deletions
diff --git a/external/mambo/skiboot.tcl b/external/mambo/skiboot.tcl
index c6e3748..2fed917 100644
--- a/external/mambo/skiboot.tcl
+++ b/external/mambo/skiboot.tcl
@@ -81,6 +81,10 @@ if { $env(SIMHOST) == "pegasus" } {
myconf config processor/initial/PVR 0x4b0201
}
+if { [info exists env(SKIBOOT_SIMCONF)] } {
+ source $env(SKIBOOT_SIMCONF)
+}
+
define machine myconf mysim
#