diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-11-18 15:21:34 -0800 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2016-01-16 19:12:02 +0100 |
commit | c5dfdc5992cf1d9ec6b6e5b4f24a7d2fab85b024 (patch) | |
tree | 01c090384d38877d2c21adab6712cae80bd7270d /src/mainboard/google | |
parent | 67ea2fb449fffa122e5144d3594ee0492d7285be (diff) | |
download | coreboot-c5dfdc5992cf1d9ec6b6e5b4f24a7d2fab85b024.tar.xz |
mainboard: Drop abuild.disabled files for Skylake boards
Make sure the latest & greatest Intel targets actually
build in our build system.
intel/sklrvp is still failing for reasons unrelated to the rest
of the skylake boards. Leaving that disabled for now.
Change-Id: Ie784628a57257cea30e5e47074648198b884f6db
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/12857
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/google')
-rw-r--r-- | src/mainboard/google/chell/abuild.disabled | 2 | ||||
-rw-r--r-- | src/mainboard/google/glados/abuild.disabled | 2 | ||||
-rw-r--r-- | src/mainboard/google/lars/abuild.disabled | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/src/mainboard/google/chell/abuild.disabled b/src/mainboard/google/chell/abuild.disabled deleted file mode 100644 index 7d1725ac44..0000000000 --- a/src/mainboard/google/chell/abuild.disabled +++ /dev/null @@ -1,2 +0,0 @@ -Successful builds for this board require the Skylake FSP binary and header files -along with the Skylake microcode files from Intel. diff --git a/src/mainboard/google/glados/abuild.disabled b/src/mainboard/google/glados/abuild.disabled deleted file mode 100644 index 7d1725ac44..0000000000 --- a/src/mainboard/google/glados/abuild.disabled +++ /dev/null @@ -1,2 +0,0 @@ -Successful builds for this board require the Skylake FSP binary and header files -along with the Skylake microcode files from Intel. diff --git a/src/mainboard/google/lars/abuild.disabled b/src/mainboard/google/lars/abuild.disabled deleted file mode 100644 index 7d1725ac44..0000000000 --- a/src/mainboard/google/lars/abuild.disabled +++ /dev/null @@ -1,2 +0,0 @@ -Successful builds for this board require the Skylake FSP binary and header files -along with the Skylake microcode files from Intel. |