Hi,

Super it works, thanks!!

One more question, I am still trying to port Broadwell-DE in U-boot as bare 
metal boot-loader. Could you please tell me what are the files that I have to 
port from Coreboot/src/soc/intel/fsp_broadwell_de? And are there any files I 
can re-use from U-Boot/arch/x86/broadwell? (I think that Broadwell and 
Broadwell-DE should share some things).

If you would like to review what I have done so far, I can give you the link of 
my gitlab repo.
Thanks in advance!

Sent with [ProtonMail](https://protonmail.com) Secure Email.

> -------- Original Message --------
> Subject: Re: [U-Boot] Include FSP in u-boot.rom
> Local Time: November 8, 2017 12:16 AM
> UTC Time: November 7, 2017 11:16 PM
> From: bmeng...@gmail.com
> To: vnktux <vnk...@protonmail.com>, Simon Glass <s...@chromium.org>
> u-boot@lists.denx.de <u-boot@lists.denx.de>
>
> Hi,
>
> On Wed, Nov 8, 2017 at 7:13 AM, Bin Meng bmeng...@gmail.com wrote:
>
>> Hi,
>> On Tue, Nov 7, 2017 at 10:13 PM, vnktux vnk...@protonmail.com wrote:
>>
>>> Hi guys,
>>> I need to generate a u-boot.rom image of exactly 8Mb that include only 
>>> fsp.bin and vga.bin. The reason is because in my company we will use an 
>>> Intel tool that already contain descriptor and intel ME for our platform.
>>> Has been already 1 week that I am struggling to do this, if I specify the 
>>> build command BUILD_ROM=y u-boot keep asking for descriptor, fsp and 
>>> me.bin. And anyway if I give all the blobs in imput the building doesnt 
>>> succed and it complain that the rom file is bigger than my flash (which is 
>>> impossible since fsp=1.5Mb, vga=400Kb, me=8Mb, and the selected flash size 
>>> is 16Mb).
>>> Can someone please help me with this?
>>
>> Don't set BUILD_ROM=y and you should be able to generate a u-boot.rom
>> with FSP and VGA images.
>>
>> Sorry, just woke up.. I wanted to say:
>>
>> Don't set CONFIG_HAVE_INTEL_ME and you should be able to generate a
>> u-boot.rom with FSP and VGA images.
>>
>> Regards,
>> Bin
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to