Skip to content

Commit

Permalink
new: fwts results of the Apple MacBook Pro 11,1 - 13 inches - late 2015
Browse files Browse the repository at this point in the history
Merge branch 'topic-mbp-results'
  • Loading branch information
Julio Guerra committed Feb 17, 2016
2 parents 8bf7a1c + 9283065 commit f530718
Show file tree
Hide file tree
Showing 11 changed files with 25,689 additions and 1 deletion.
1 change: 1 addition & 0 deletions apple/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Apple boards
1 change: 1 addition & 0 deletions apple/macbookpro11_1/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Apple MacBook Pro 11,1 Laptops
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Overview

MacBook Pro Retina, 13 inches, late 2013.

This is output captured by fwts on Wed Feb 17 10:20:29 2016.

fwts, Version V16.01.00, 2016-01-13 08:23:12
Version: Linux version 4.2.0-18-generic (buildd@lgw01-55) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #22~14.04.1-Ubuntu SMP Fri Nov 6 22:20:11 UTC 2015
Signature: Ubuntu 4.2.0-18.22~14.04.1-generic 4.2.3

| Test |Pass |Fail |Abort|Warn |Skip |Info |
|----------------|-----|-----|-----|-----|-----|-----|
| Total: | 843| 252| 3| 24| 209| 10|


# Important Firmware Settings

Apple's firmware implements UEFI and comes with a predefined set of settings specially suited for its
OSX.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scripts/fwtr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fwtr_sanitize_path_() {
gawk '{ \
l = tolower($0); \
gsub(/ /, "-", l); \
gsub(/\//, "_", l); \
gsub(/[\/,]/, "_", l); \
print l; \
}' <<EOF
$@
Expand Down
4 changes: 4 additions & 0 deletions scripts/lib/awk/fwts/bios_info.awk
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ function to_vendor_id(vendor)
vendor = tolower(vendor);

switch (vendor) {
# Apple Inc.
case /apple/:
return "apple";

# Phoenix Technologies Ltd.
case /phoenix/:
return "phoenix"
Expand Down

0 comments on commit f530718

Please sign in to comment.