the following patch was just integrated into master: commit f8b90e4622533947dbc21c55b21ea932eb7420c7 Author: David Hendricks dhendrix@chromium.org Date: Tue Nov 12 17:24:42 2013 -0800
board_status.sh: add support for non-fatal commands
This adds cmd_nonfatal() for commands which are considered non-essential and can be expected to fail safely. This can be used, for example, to gather data that is generated when using non-standard utilities or coreboot config options.
Change-Id: Ie43944d2eb73f9aae1c30c3a204cfc413e11d286 Signed-off-by: David Hendricks dhendrix@chromium.org Reviewed-on: http://review.coreboot.org/4049 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich rminnich@gmail.com
See http://review.coreboot.org/4049 for details.
-gerrit