[Skiboot] [PATCH 6/7] mambo: Add SKIBOOT_SIMCONF for additional	configuration
    Michael Neuling 
    mikey at neuling.org
       
    Tue Oct 20 15:49:03 AEDT 2015
    
    
  
Add ability to add additional configuration information using the
SKIBOOT_SIMCONF environment variable.
Signed-off-by: Michael Neuling <mikey at neuling.org>
---
 external/mambo/skiboot.tcl | 4 ++++
 1 file changed, 4 insertions(+)
diff --git a/external/mambo/skiboot.tcl b/external/mambo/skiboot.tcl
index 6ac9e1a..906bc33 100644
--- a/external/mambo/skiboot.tcl
+++ b/external/mambo/skiboot.tcl
@@ -79,6 +79,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
 
 #
-- 
2.1.4
    
    
More information about the Skiboot
mailing list