* [edk2-devel] Generating FSP Bin File from .bsf File
@ 2024-12-27 5:38 Kuldeep Rana via groups.io
2024-12-27 8:59 ` memristor2 via groups.io
0 siblings, 1 reply; 7+ messages in thread
From: Kuldeep Rana via groups.io @ 2024-12-27 5:38 UTC (permalink / raw)
To: devel
Hello!
We are currently working on a project where we need to create an FSP
(Firmware Support Package) using EDK2. We have the corresponding .bsf
file, and we would like to know how to generate the FSP bin file from
it. Once the FSP bin is created, we intend to integrate it into our
project.
Could you kindly provide guidance or references on how to generate the
FSP bin file from the .bsf file? If you need any additional
information from our side, please don't hesitate to ask.
Thank you in advance for your help!
Best Regards,
Kuldeep Singh Rana
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#120935): https://edk2.groups.io/g/devel/message/120935
Mute This Topic: https://groups.io/mt/110301666/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [edk2-devel] Generating FSP Bin File from .bsf File
2024-12-27 5:38 [edk2-devel] Generating FSP Bin File from .bsf File Kuldeep Rana via groups.io
@ 2024-12-27 8:59 ` memristor2 via groups.io
2024-12-27 11:34 ` Ashraf Ali S via groups.io
0 siblings, 1 reply; 7+ messages in thread
From: memristor2 via groups.io @ 2024-12-27 8:59 UTC (permalink / raw)
To: devel
Hello Kuldeep,
FSP binaries are proprietary resources provided by Intel you can access them by signing a CNDA with Intel or by using the publicized FSP binaries in the Intel FSP's GitHub repo at gitHub.com/Intel/fsp. Have in mind not all Intel platforms have their FSPs publicized. Also the bsf files do not generate FSP binaries they are just a means for patching the FSP configuration regions inside those binaries.
The IntelFsp2Pkg in the edk2 repo is just a sample package for the APIs used in the FSP binaries which has to be ported for each platform differently which also needs proprietary resources, about the silicon, provided by Intel. For further information please refer to the "Intel® Firmware Support Package External Architecture Specification" and "A Tour Beyond BIOS Using the Intel® Firmware Support Package"
Sent with Proton Mail secure email.
On Friday, December 27th, 2024 at 9:08 AM, Kuldeep Rana via groups.io <ranakuldeep726=gmail.com@groups.io> wrote:
> Hello!
>
> We are currently working on a project where we need to create an FSP
> (Firmware Support Package) using EDK2. We have the corresponding .bsf
> file, and we would like to know how to generate the FSP bin file from
> it. Once the FSP bin is created, we intend to integrate it into our
> project.
>
> Could you kindly provide guidance or references on how to generate the
> FSP bin file from the .bsf file? If you need any additional
> information from our side, please don't hesitate to ask.
>
> Thank you in advance for your help!
>
>
>
> Best Regards,
> Kuldeep Singh Rana
>
>
>
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#120936): https://edk2.groups.io/g/devel/message/120936
Mute This Topic: https://groups.io/mt/110301666/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [edk2-devel] Generating FSP Bin File from .bsf File
2024-12-27 8:59 ` memristor2 via groups.io
@ 2024-12-27 11:34 ` Ashraf Ali S via groups.io
2024-12-30 5:30 ` Kuldeep Rana via groups.io
0 siblings, 1 reply; 7+ messages in thread
From: Ashraf Ali S via groups.io @ 2024-12-27 11:34 UTC (permalink / raw)
To: devel@edk2.groups.io, memristor2@proton.me
Hi
I think you need to generate the FSP binary with your BSF.
BSF file contains the configuration data of the FSP.
FSP : https://github.com/intel/FSP/tree/master
Tool : https://github.com/tianocore/edk2/tree/master/IntelFsp2Pkg/Tools
Thanks.,
S, Ashraf Ali
-----Original Message-----
From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of memristor2 via groups.io
Sent: Friday, December 27, 2024 2:29 PM
To: devel@edk2.groups.io
Subject: Re: [edk2-devel] Generating FSP Bin File from .bsf File
Hello Kuldeep,
FSP binaries are proprietary resources provided by Intel you can access them by signing a CNDA with Intel or by using the publicized FSP binaries in the Intel FSP's GitHub repo at gitHub.com/Intel/fsp. Have in mind not all Intel platforms have their FSPs publicized. Also the bsf files do not generate FSP binaries they are just a means for patching the FSP configuration regions inside those binaries.
The IntelFsp2Pkg in the edk2 repo is just a sample package for the APIs used in the FSP binaries which has to be ported for each platform differently which also needs proprietary resources, about the silicon, provided by Intel. For further information please refer to the "Intel® Firmware Support Package External Architecture Specification" and "A Tour Beyond BIOS Using the Intel® Firmware Support Package"
Sent with Proton Mail secure email.
On Friday, December 27th, 2024 at 9:08 AM, Kuldeep Rana via groups.io <ranakuldeep726=gmail.com@groups.io> wrote:
> Hello!
>
> We are currently working on a project where we need to create an FSP
> (Firmware Support Package) using EDK2. We have the corresponding .bsf
> file, and we would like to know how to generate the FSP bin file from
> it. Once the FSP bin is created, we intend to integrate it into our
> project.
>
> Could you kindly provide guidance or references on how to generate the
> FSP bin file from the .bsf file? If you need any additional
> information from our side, please don't hesitate to ask.
>
> Thank you in advance for your help!
>
>
>
> Best Regards,
> Kuldeep Singh Rana
>
>
>
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#120937): https://edk2.groups.io/g/devel/message/120937
Mute This Topic: https://groups.io/mt/110301666/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [edk2-devel] Generating FSP Bin File from .bsf File
2024-12-27 11:34 ` Ashraf Ali S via groups.io
@ 2024-12-30 5:30 ` Kuldeep Rana via groups.io
2024-12-30 15:03 ` Ashraf Ali S via groups.io
0 siblings, 1 reply; 7+ messages in thread
From: Kuldeep Rana via groups.io @ 2024-12-30 5:30 UTC (permalink / raw)
To: devel, ashraf.ali.s
Hello S, Ashraf Ali,
Thank you so much for providing the documents. I have checked and
studied the IntelFsp2Pkg. We are working on the BirchStream. We have
only the BirchStream.bsf file. How we can generate the birchstream.fd
binary file using EDK2(open source). Should we require another file
to generate the binary file? I checked some FspBinPkg. They contain
some folders, For example WhitelyFspBinPkg contain Docs, Include,
Library, UefiDrivers, fsp.bsf, Fsp.fd, and some .dsc.
Could you please suggest and provide the reference to generate the fsp
bin package?
Thank you so much.
Best Regards,
Kuldeep Singh Rana
On Fri, Dec 27, 2024 at 7:34 PM Ashraf Ali S via groups.io
<ashraf.ali.s=intel.com@groups.io> wrote:
>
> Hi
>
> I think you need to generate the FSP binary with your BSF.
> BSF file contains the configuration data of the FSP.
>
> FSP : https://github.com/intel/FSP/tree/master
> Tool : https://github.com/tianocore/edk2/tree/master/IntelFsp2Pkg/Tools
>
> Thanks.,
> S, Ashraf Ali
>
> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of memristor2 via groups.io
> Sent: Friday, December 27, 2024 2:29 PM
> To: devel@edk2.groups.io
> Subject: Re: [edk2-devel] Generating FSP Bin File from .bsf File
>
> Hello Kuldeep,
> FSP binaries are proprietary resources provided by Intel you can access them by signing a CNDA with Intel or by using the publicized FSP binaries in the Intel FSP's GitHub repo at gitHub.com/Intel/fsp. Have in mind not all Intel platforms have their FSPs publicized. Also the bsf files do not generate FSP binaries they are just a means for patching the FSP configuration regions inside those binaries.
> The IntelFsp2Pkg in the edk2 repo is just a sample package for the APIs used in the FSP binaries which has to be ported for each platform differently which also needs proprietary resources, about the silicon, provided by Intel. For further information please refer to the "Intel® Firmware Support Package External Architecture Specification" and "A Tour Beyond BIOS Using the Intel® Firmware Support Package"
>
>
>
>
> Sent with Proton Mail secure email.
>
> On Friday, December 27th, 2024 at 9:08 AM, Kuldeep Rana via groups.io <ranakuldeep726=gmail.com@groups.io> wrote:
>
> > Hello!
> >
> > We are currently working on a project where we need to create an FSP
> > (Firmware Support Package) using EDK2. We have the corresponding .bsf
> > file, and we would like to know how to generate the FSP bin file from
> > it. Once the FSP bin is created, we intend to integrate it into our
> > project.
> >
> > Could you kindly provide guidance or references on how to generate the
> > FSP bin file from the .bsf file? If you need any additional
> > information from our side, please don't hesitate to ask.
> >
> > Thank you in advance for your help!
> >
> >
> >
> > Best Regards,
> > Kuldeep Singh Rana
> >
> >
> >
>
>
>
>
>
>
>
>
>
>
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#120938): https://edk2.groups.io/g/devel/message/120938
Mute This Topic: https://groups.io/mt/110301666/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [edk2-devel] Generating FSP Bin File from .bsf File
2024-12-30 5:30 ` Kuldeep Rana via groups.io
@ 2024-12-30 15:03 ` Ashraf Ali S via groups.io
2024-12-31 8:27 ` Kuldeep Rana via groups.io
0 siblings, 1 reply; 7+ messages in thread
From: Ashraf Ali S via groups.io @ 2024-12-30 15:03 UTC (permalink / raw)
To: Kuldeep Rana, devel@edk2.groups.io
HI
You can’t generate the FSP binary unless you have the FSP source code.
Thanks.,
S, Ashraf Ali
-----Original Message-----
From: Kuldeep Rana <ranakuldeep726@gmail.com>
Sent: Monday, December 30, 2024 11:00 AM
To: devel@edk2.groups.io; S, Ashraf Ali <ashraf.ali.s@intel.com>
Subject: Re: [edk2-devel] Generating FSP Bin File from .bsf File
Hello S, Ashraf Ali,
Thank you so much for providing the documents. I have checked and studied the IntelFsp2Pkg. We are working on the BirchStream. We have only the BirchStream.bsf file. How we can generate the birchstream.fd binary file using EDK2(open source). Should we require another file to generate the binary file? I checked some FspBinPkg. They contain some folders, For example WhitelyFspBinPkg contain Docs, Include, Library, UefiDrivers, fsp.bsf, Fsp.fd, and some .dsc.
Could you please suggest and provide the reference to generate the fsp bin package?
Thank you so much.
Best Regards,
Kuldeep Singh Rana
On Fri, Dec 27, 2024 at 7:34 PM Ashraf Ali S via groups.io <ashraf.ali.s=intel.com@groups.io> wrote:
>
> Hi
>
> I think you need to generate the FSP binary with your BSF.
> BSF file contains the configuration data of the FSP.
>
> FSP : https://github.com/intel/FSP/tree/master
> Tool :
> https://github.com/tianocore/edk2/tree/master/IntelFsp2Pkg/Tools
>
> Thanks.,
> S, Ashraf Ali
>
> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of
> memristor2 via groups.io
> Sent: Friday, December 27, 2024 2:29 PM
> To: devel@edk2.groups.io
> Subject: Re: [edk2-devel] Generating FSP Bin File from .bsf File
>
> Hello Kuldeep,
> FSP binaries are proprietary resources provided by Intel you can access them by signing a CNDA with Intel or by using the publicized FSP binaries in the Intel FSP's GitHub repo at gitHub.com/Intel/fsp. Have in mind not all Intel platforms have their FSPs publicized. Also the bsf files do not generate FSP binaries they are just a means for patching the FSP configuration regions inside those binaries.
> The IntelFsp2Pkg in the edk2 repo is just a sample package for the APIs used in the FSP binaries which has to be ported for each platform differently which also needs proprietary resources, about the silicon, provided by Intel. For further information please refer to the "Intel® Firmware Support Package External Architecture Specification" and "A Tour Beyond BIOS Using the Intel® Firmware Support Package"
>
>
>
>
> Sent with Proton Mail secure email.
>
> On Friday, December 27th, 2024 at 9:08 AM, Kuldeep Rana via groups.io <ranakuldeep726=gmail.com@groups.io> wrote:
>
> > Hello!
> >
> > We are currently working on a project where we need to create an FSP
> > (Firmware Support Package) using EDK2. We have the corresponding
> > .bsf file, and we would like to know how to generate the FSP bin
> > file from it. Once the FSP bin is created, we intend to integrate it
> > into our project.
> >
> > Could you kindly provide guidance or references on how to generate
> > the FSP bin file from the .bsf file? If you need any additional
> > information from our side, please don't hesitate to ask.
> >
> > Thank you in advance for your help!
> >
> >
> >
> > Best Regards,
> > Kuldeep Singh Rana
> >
> >
> >
>
>
>
>
>
>
>
>
>
>
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#120940): https://edk2.groups.io/g/devel/message/120940
Mute This Topic: https://groups.io/mt/110301666/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [edk2-devel] Generating FSP Bin File from .bsf File
2024-12-30 15:03 ` Ashraf Ali S via groups.io
@ 2024-12-31 8:27 ` Kuldeep Rana via groups.io
2024-12-31 9:10 ` Ashraf Ali S via groups.io
0 siblings, 1 reply; 7+ messages in thread
From: Kuldeep Rana via groups.io @ 2024-12-31 8:27 UTC (permalink / raw)
To: devel, ashraf.ali.s
[-- Attachment #1: Type: text/plain, Size: 4687 bytes --]
hi,
Thank you for your response. We are working on a birch stream
processor. We have source code. I am attaching a folder comparison
picture for your reference. I am studying the whitelyFspBinPkg . I
have some questions:
1. How can we generate the fsp.fd by edk2 if I have the source code?
In the attached file, we have created the fsp.fd by AMI.
2. If there are any standard rules or tutorial for generating fsp.fd
in EDk2 then please provide. I have studied the above paper and link
for creating an fsp bin.
If you require more information please let me know.
Thank you so much,
Wish you a very very happy new year!
Best Regards,
Kuldeep Singh Rana
On Mon, Dec 30, 2024 at 11:03 PM Ashraf Ali S via groups.io
<ashraf.ali.s=intel.com@groups.io> wrote:
>
> HI
>
> You can’t generate the FSP binary unless you have the FSP source code.
>
> Thanks.,
> S, Ashraf Ali
>
> -----Original Message-----
> From: Kuldeep Rana <ranakuldeep726@gmail.com>
> Sent: Monday, December 30, 2024 11:00 AM
> To: devel@edk2.groups.io; S, Ashraf Ali <ashraf.ali.s@intel.com>
> Subject: Re: [edk2-devel] Generating FSP Bin File from .bsf File
>
> Hello S, Ashraf Ali,
> Thank you so much for providing the documents. I have checked and studied the IntelFsp2Pkg. We are working on the BirchStream. We have only the BirchStream.bsf file. How we can generate the birchstream.fd binary file using EDK2(open source). Should we require another file to generate the binary file? I checked some FspBinPkg. They contain some folders, For example WhitelyFspBinPkg contain Docs, Include, Library, UefiDrivers, fsp.bsf, Fsp.fd, and some .dsc.
>
> Could you please suggest and provide the reference to generate the fsp bin package?
>
> Thank you so much.
>
> Best Regards,
> Kuldeep Singh Rana
>
> On Fri, Dec 27, 2024 at 7:34 PM Ashraf Ali S via groups.io <ashraf.ali.s=intel.com@groups.io> wrote:
> >
> > Hi
> >
> > I think you need to generate the FSP binary with your BSF.
> > BSF file contains the configuration data of the FSP.
> >
> > FSP : https://github.com/intel/FSP/tree/master
> > Tool :
> > https://github.com/tianocore/edk2/tree/master/IntelFsp2Pkg/Tools
> >
> > Thanks.,
> > S, Ashraf Ali
> >
> > -----Original Message-----
> > From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of
> > memristor2 via groups.io
> > Sent: Friday, December 27, 2024 2:29 PM
> > To: devel@edk2.groups.io
> > Subject: Re: [edk2-devel] Generating FSP Bin File from .bsf File
> >
> > Hello Kuldeep,
> > FSP binaries are proprietary resources provided by Intel you can access them by signing a CNDA with Intel or by using the publicized FSP binaries in the Intel FSP's GitHub repo at gitHub.com/Intel/fsp. Have in mind not all Intel platforms have their FSPs publicized. Also the bsf files do not generate FSP binaries they are just a means for patching the FSP configuration regions inside those binaries.
> > The IntelFsp2Pkg in the edk2 repo is just a sample package for the APIs used in the FSP binaries which has to be ported for each platform differently which also needs proprietary resources, about the silicon, provided by Intel. For further information please refer to the "Intel® Firmware Support Package External Architecture Specification" and "A Tour Beyond BIOS Using the Intel® Firmware Support Package"
> >
> >
> >
> >
> > Sent with Proton Mail secure email.
> >
> > On Friday, December 27th, 2024 at 9:08 AM, Kuldeep Rana via groups.io <ranakuldeep726=gmail.com@groups.io> wrote:
> >
> > > Hello!
> > >
> > > We are currently working on a project where we need to create an FSP
> > > (Firmware Support Package) using EDK2. We have the corresponding
> > > .bsf file, and we would like to know how to generate the FSP bin
> > > file from it. Once the FSP bin is created, we intend to integrate it
> > > into our project.
> > >
> > > Could you kindly provide guidance or references on how to generate
> > > the FSP bin file from the .bsf file? If you need any additional
> > > information from our side, please don't hesitate to ask.
> > >
> > > Thank you in advance for your help!
> > >
> > >
> > >
> > > Best Regards,
> > > Kuldeep Singh Rana
> > >
> > >
> > >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
>
>
>
>
>
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#120942): https://edk2.groups.io/g/devel/message/120942
Mute This Topic: https://groups.io/mt/110301666/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
[-- Attachment #2: Screenshot 2024-12-31 161048.png --]
[-- Type: image/png, Size: 53515 bytes --]
[-- Attachment #3: Screenshot 2024-12-31 161028.png --]
[-- Type: image/png, Size: 37788 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [edk2-devel] Generating FSP Bin File from .bsf File
2024-12-31 8:27 ` Kuldeep Rana via groups.io
@ 2024-12-31 9:10 ` Ashraf Ali S via groups.io
0 siblings, 0 replies; 7+ messages in thread
From: Ashraf Ali S via groups.io @ 2024-12-31 9:10 UTC (permalink / raw)
To: Kuldeep Rana, devel@edk2.groups.io
HI
The Snapshot provided doesn’t contain the source code.
FMMT -v Fsp.fd
You will see many drivers. Those driver you cant build without having the source.
I'm trying to understand, do you need to modify the UPDs from BSF file?
Thanks.,
S, Ashraf Ali
-----Original Message-----
From: Kuldeep Rana <ranakuldeep726@gmail.com>
Sent: Tuesday, December 31, 2024 1:58 PM
To: devel@edk2.groups.io; S, Ashraf Ali <ashraf.ali.s@intel.com>
Subject: Re: [edk2-devel] Generating FSP Bin File from .bsf File
hi,
Thank you for your response. We are working on a birch stream processor. We have source code. I am attaching a folder comparison picture for your reference. I am studying the whitelyFspBinPkg . I have some questions:
1. How can we generate the fsp.fd by edk2 if I have the source code?
In the attached file, we have created the fsp.fd by AMI.
2. If there are any standard rules or tutorial for generating fsp.fd in EDk2 then please provide. I have studied the above paper and link for creating an fsp bin.
If you require more information please let me know.
Thank you so much,
Wish you a very very happy new year!
Best Regards,
Kuldeep Singh Rana
On Mon, Dec 30, 2024 at 11:03 PM Ashraf Ali S via groups.io <ashraf.ali.s=intel.com@groups.io> wrote:
>
> HI
>
> You can’t generate the FSP binary unless you have the FSP source code.
>
> Thanks.,
> S, Ashraf Ali
>
> -----Original Message-----
> From: Kuldeep Rana <ranakuldeep726@gmail.com>
> Sent: Monday, December 30, 2024 11:00 AM
> To: devel@edk2.groups.io; S, Ashraf Ali <ashraf.ali.s@intel.com>
> Subject: Re: [edk2-devel] Generating FSP Bin File from .bsf File
>
> Hello S, Ashraf Ali,
> Thank you so much for providing the documents. I have checked and studied the IntelFsp2Pkg. We are working on the BirchStream. We have only the BirchStream.bsf file. How we can generate the birchstream.fd binary file using EDK2(open source). Should we require another file to generate the binary file? I checked some FspBinPkg. They contain some folders, For example WhitelyFspBinPkg contain Docs, Include, Library, UefiDrivers, fsp.bsf, Fsp.fd, and some .dsc.
>
> Could you please suggest and provide the reference to generate the fsp bin package?
>
> Thank you so much.
>
> Best Regards,
> Kuldeep Singh Rana
>
> On Fri, Dec 27, 2024 at 7:34 PM Ashraf Ali S via groups.io <ashraf.ali.s=intel.com@groups.io> wrote:
> >
> > Hi
> >
> > I think you need to generate the FSP binary with your BSF.
> > BSF file contains the configuration data of the FSP.
> >
> > FSP : https://github.com/intel/FSP/tree/master
> > Tool :
> > https://github.com/tianocore/edk2/tree/master/IntelFsp2Pkg/Tools
> >
> > Thanks.,
> > S, Ashraf Ali
> >
> > -----Original Message-----
> > From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of
> > memristor2 via groups.io
> > Sent: Friday, December 27, 2024 2:29 PM
> > To: devel@edk2.groups.io
> > Subject: Re: [edk2-devel] Generating FSP Bin File from .bsf File
> >
> > Hello Kuldeep,
> > FSP binaries are proprietary resources provided by Intel you can access them by signing a CNDA with Intel or by using the publicized FSP binaries in the Intel FSP's GitHub repo at gitHub.com/Intel/fsp. Have in mind not all Intel platforms have their FSPs publicized. Also the bsf files do not generate FSP binaries they are just a means for patching the FSP configuration regions inside those binaries.
> > The IntelFsp2Pkg in the edk2 repo is just a sample package for the APIs used in the FSP binaries which has to be ported for each platform differently which also needs proprietary resources, about the silicon, provided by Intel. For further information please refer to the "Intel® Firmware Support Package External Architecture Specification" and "A Tour Beyond BIOS Using the Intel® Firmware Support Package"
> >
> >
> >
> >
> > Sent with Proton Mail secure email.
> >
> > On Friday, December 27th, 2024 at 9:08 AM, Kuldeep Rana via groups.io <ranakuldeep726=gmail.com@groups.io> wrote:
> >
> > > Hello!
> > >
> > > We are currently working on a project where we need to create an
> > > FSP (Firmware Support Package) using EDK2. We have the
> > > corresponding .bsf file, and we would like to know how to generate
> > > the FSP bin file from it. Once the FSP bin is created, we intend
> > > to integrate it into our project.
> > >
> > > Could you kindly provide guidance or references on how to generate
> > > the FSP bin file from the .bsf file? If you need any additional
> > > information from our side, please don't hesitate to ask.
> > >
> > > Thank you in advance for your help!
> > >
> > >
> > >
> > > Best Regards,
> > > Kuldeep Singh Rana
> > >
> > >
> > >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
>
>
>
>
>
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#120943): https://edk2.groups.io/g/devel/message/120943
Mute This Topic: https://groups.io/mt/110301666/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-12-31 9:10 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-27 5:38 [edk2-devel] Generating FSP Bin File from .bsf File Kuldeep Rana via groups.io
2024-12-27 8:59 ` memristor2 via groups.io
2024-12-27 11:34 ` Ashraf Ali S via groups.io
2024-12-30 5:30 ` Kuldeep Rana via groups.io
2024-12-30 15:03 ` Ashraf Ali S via groups.io
2024-12-31 8:27 ` Kuldeep Rana via groups.io
2024-12-31 9:10 ` Ashraf Ali S via groups.io
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox