summaryrefslogtreecommitdiffstats
path: root/src/build
diff options
context:
space:
mode:
authorAdam Muhle <armuhle@us.ibm.com>2013-04-26 10:07:20 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-05-15 12:57:32 -0500
commit722ff9bff1f0d7830ef166822e32500accc421f9 (patch)
treea20c45f23d8433cf70cc73898177318b0da57d20 /src/build
parentcdf07e157ef6173e5b4d1f3f39556ffad2884d0e (diff)
downloadtalos-hostboot-722ff9bff1f0d7830ef166822e32500accc421f9.tar.gz
talos-hostboot-722ff9bff1f0d7830ef166822e32500accc421f9.zip
AVP OCC Enable & Procedure Refresh
Refreshed OCC Procedures Enabled OCC in AVP mode for all processors Merged SLW and OCC to common HOMER image RTC:50987 Change-Id: I08d9128dfcb572367c145ee0296a48292584a480 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4340 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/build')
-rwxr-xr-xsrc/build/tools/verify-commit2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/tools/verify-commit b/src/build/tools/verify-commit
index 4029c0441..fc6002407 100755
--- a/src/build/tools/verify-commit
+++ b/src/build/tools/verify-commit
@@ -124,7 +124,7 @@ sub verifyFileLine
if (length($line) > 80)
{
# Allow trace statements to slide.
- if (($line =~ m/TRAC[DSF]/) ||
+ if (($line =~ m/TRAC[DSFU]/) ||
($line =~m/TS_FAIL/) ||
($line =~m/printk/) ||
($line =~ m/FAPI_(INF|IMP|ERR|DBG|SCAN)/))
OpenPOWER on IntegriCloud