Software Archive
Read-only legacy content
17061 Discussions

Amberlake build support

Jon-xelex
New Contributor I
2,155 Views

Hi,

I followed the instructions from the following webpage to build the KabylakeRvp3 board successfully with this command

python build_bios.py -p KabylakeRvp3

edk2-platforms/Readme.md at master · tianocore/edk2-platforms · GitHub

 

I tried to build the package with the AmberLake FSP by this command

build -a IA32 -a X64 -n 5 -t VS2015x86 -b DEBUG -p KabylakeOpenBoardPkg\KabylakeRvp3\OpenBoardPkg.dsc -y Kaby.report

but saw some error messages as shown below

generating FVLATESILICON FV
#######
Generate Region at Offset 0x190000
Region Size = 0x1E0000
Region Name = FV

Generating FVUEFIBOOT FV

Generating FVUEFIBOOTUNCOMPACT FV
#######
Generate Region at Offset 0x370000
Region Size = 0x180000
Region Name = FV

Generating FVPOSTMEMORY FV

Generating FVPOSTMEMORYUNCOMPACT FV
###########
Generate Region at Offset 0x4F0000
Region Size = 0xA0000
Region Name = FV

Generating FVMICROCODE FV
#
Generate Region at Offset 0x590000
Region Size = 0x60000


build.py...
: error 000E: File/directory not found in workspace
c:\minnow\AmberLakeFspBinPkg/Fsp_Rebased_S.fd


build.py...
: error 7000: Failed to execute command


- Failed -
Build end time: 21:45:03, Jul.12 2020
Build total time: 00:02:51

Could you help to give me some suggestions to make progresses?

Sincerely,

Jon

0 Kudos
1 Reply
Jon-xelex
New Contributor I
2,136 Views

Hi,

It appears, for some reason, the FSP directory is not correct.

It is supposed to be at

c:\minnow\FSP\AmberLakeFspBinPkg/Fsp_Rebased_S.fd

instead of

c:\minnow\AmberLakeFspBinPkg/Fsp_Rebased_S.fd

I already have C:\minnow\FSM in my PACKAGES_PATH

Could you give me some suggestions to try? 

Thanks

Jon 

0 Kudos
Reply