soc/baytrail: Use microcode from the blobs repository

Remove the blobs from the coreboot tree and get them from
3rdparty.

Change-Id: I0798091530be9654d7e073839b4efeb3f9c0302c
Signed-off-by: Marc Jones <marc.jones@se-eng.com>
Reviewed-on: http://review.coreboot.org/9694
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
This commit is contained in:
Marc Jones
2015-04-07 16:37:44 -06:00
parent a3383fb1b2
commit 195a3f7373
3 changed files with 1 additions and 16322 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,3 @@
unsigned microcode[] = { unsigned microcode[] = {
#include "M0C3067_0000031E.h" #include "../../../../../3rdparty/soc/intel/baytrail/microcode_blob.h"
#include "M0C30678_00000816.h"
}; };