aboutsummaryrefslogtreecommitdiff
path: root/coreboot
blob: 1db39a44661f57c2ffe0d795e21c0a4d5dddb494 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
tree 92948f600e359e3447b90676d415bbbedddb5cb3
parent 77d5e7481b56ac396e02e73259d1fb414b375470
author Felix Singer <migy@darmstadt.ccc.de> 1547531403 +0100
committer Martin Roth <martinroth@google.com> 1555889745 +0000

drivers/intel/fsp2_0: Set basename for FSP binaries

Since there is no standardized naming scheme for the
FSP binaries, the option USE_FSP_REPO can't be used
on some platforms, because some of the filenames differ
and the build process awaits "Fsp_*.fd" as filename.

As a workaround, add the option -n to SplitFspBin.py,
which defines the basename.

Change-Id: Idc684ad00033ffafd1090fc32b23549ce9603b4f
Signed-off-by: Felix Singer <migy@darmstadt.ccc.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/30930
Reviewed-by: Subrata Banik <subrata.banik@intel.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>