summaryrefslogtreecommitdiff
path: root/soc/intel
Commit message (Collapse)AuthorAgeFilesLines
* Remove execute permission from all binariesAngel Pons2020-10-171-0/+0
| | | | | | | | These files aren't meant to be executed as-is. Most other binaries are not executable, so follow suit. Change-Id: I1eb433037d94af0d0b1539bea9347f503d023aa0 Signed-off-by: Angel Pons <th3fanbus@gmail.com>
* soc/intel/baytrail/microcode.bin: Remove outdated microcodeArthur Heymans2020-07-263-13063/+0
| | | | | | | | | Newer microcode for family 6, model 0x37, stepping 8 can be found in the intel-microcode repo. Only stepping 3, which is presumable a pre-release model remains in 3rdparty/blobs. Change-Id: I619407f64076d7bacbaaa2f03e3875cdd05139e0 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
* soc/intel/quark: Add prebuilt QuarkFsp 2.0 binariesPatrick Georgi2018-10-1128-0/+1315
| | | | | | | | | | | | These are provided for convenience and to improve test coverage of our Quark based board builds. The binaries themselves aren't tested at all, but they're real builds: they may work, or they might kill a kitten every time you try to run them. If in doubt, build yourself: I added instructions. Change-Id: Id2e1a7574437d9f244e3a82c2e48e9645a8805e3 Signed-off-by: Patrick Georgi <pgeorgi@google.com>
* Revert "Remove microcode stored in C-array format"Stefan Reinauer2015-11-278-0/+20792
| | | | | | | | | | | | | | | This reverts commit 832bc6f1f8ffafc5ff397fd95616fdae988f224f. For compliance with our binary policy (*), and to be able to run the scripts producing the blobs without having to pull magic files from magic places, put these "source" files back in. (*) 2. Appropriate license (redistributable) a. The binary must be accompanied by a distribution license. [..] Change-Id: I99792dde209809ed8c90f5081593e38dc3b471b3 Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
* Remove microcode stored in C-array formatAlexandru Gagniuc2015-10-038-20792/+0
| | | | | | | It's all binary now. Change-Id: I1dd897624b498e3707ac65f3cdcef7d857a1e6cf Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
* soc/intel: Store microcode in binary formatAlexandru Gagniuc2015-09-242-0/+0
| | | | | Change-Id: I0020f3dc90e22d0ce443f7d4888272ac805ac84f Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
* microcode: Update Broadwell to MC0306D4_0000001FMarc Jones2015-06-103-769/+961
| | | | | | | | Update the microcde from chromium.org commit: 584219ff73ea4888995f460d2292b1b236f62c28 Change-Id: I87224206436a500e042215a844f0a8d8c042382a Signed-off-by: Marc Jones <marc.jones@se-eng.com>
* microcode: Update Baytrail to M0C30678_000082DMarc Jones2015-06-103-13057/+13057
| | | | | | | | Picked up from chromium.org commit: 1b2f4ca558c29b3bb5b8eb9b7d935ddf84d222ee Change-Id: If597662cce66ff8937a6d310ecdf2bd849e258f2 Signed-off-by: Marc Jones <marc.jones@se-eng.com>
* soc/baytrail: Add Bay Trail microcode to blobs repositoryMarc Jones2015-04-103-0/+16347
| | | | | | | Add the microcode to 3rdparty blobs repository. These are direct copies from the coreboot repository. Change-Id: I25476addd5f507420a1e89ae6d60264312a15038 Signed-off-by: Marc Jones <marc.jones@se-eng.com>
* soc/broadwell: Add Broadwell microcode to blobs repositoryMarc Jones2015-04-105-0/+4253
Add the microcode to 3rdparty blobs repository. These are direct copies from the coreboot repository. Change-Id: I042e5454eabe4d4ae636932cc516e9e5ff3d4d53 Signed-off-by: Marc Jones <marc.jones@se-eng.com>