Xilinx / bootgen

bootgen source code
Other
34 stars 42 forks source link

Use correct execution state for AArch64/ILP32 #8

Closed KinseyMoore closed 3 years ago

KinseyMoore commented 3 years ago

Check for non-ARM machine code when setting execution state since ELF32 can contain both ARMv7/AArch32 code as well as AArch64 code using the ILP32 data model.

Closes #7

kalvdans commented 3 years ago

Seems correct according to the beta information about ILP32 in https://developer.arm.com/documentation/ihi0056/g/ !

KinseyMoore commented 3 years ago

What does this need to proceed to a merge? Is there anything I still need to do?

sadanandmutyala commented 3 years ago

@KinseyMoore, we'll merge this patch along with other 2021.1 changes that are in pipeline. This is likely to happen in May

RamyaDarapuneni commented 3 years ago

This is merged, hence closing.