Xilinx / bootgen

bootgen source code
Other
34 stars 42 forks source link

zynqmp: bootloader: support binary format #10

Closed ldts closed 3 years ago

ldts commented 3 years ago

This commit allows the generation of a bootable image using a binary bootloader.

the_ROM_image: { [pmufw_image, load=0xffdc0000] pmu.bin [bootloader, destination_cpu=a53-0, load=0xfffc0000] u-boot-spl.bin }

Signed-off-by: Jorge Ramirez-Ortiz jorge@foundries.io

RamyaDarapuneni commented 3 years ago

Thanks Jorge. We will review and try merge this patch in the next release.

ldts commented 3 years ago

@RamyaDarapuneni FYI These changes have been validated fusing the PPK and RSA_EN (SPL booting in authentication mode)

RamyaDarapuneni commented 3 years ago

Sure @ldts , I will merge this with 2021.2 release.

ricardosalveti commented 2 years ago

@RamyaDarapuneni was this issue really merged as part of the 2021.2 release? For me it is still required otherwise I'm unable to boot by target.

RamyaDarapuneni commented 2 years ago

@ricardosalveti This seems to be a miss into the release branch. Would you be able to make changes and boot your case for now?

ricardosalveti commented 2 years ago

@ricardosalveti This seems to be a miss into the release branch. Would be able to make changes and boot your case for now?

It is basically the same change, so I'm fine with my local testing, but should we reopen the issue as it is not yet fixed?

RamyaDarapuneni commented 2 years ago

Sure @ricardosalveti, I am good with re-opening the issue.

ricardosalveti commented 2 years ago

@RamyaDarapuneni I don't think I can reopen it, mind doing so? Thanks!

RamyaDarapuneni commented 2 years ago

Patch merged with 2022.1 Release updates.

ricardosalveti commented 2 years ago

Great, thanks!