Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using LMS for secure boot in ARM Xilinx Zynq board #97

Open
graziadonghia opened this issue Nov 11, 2024 · 1 comment
Open

Using LMS for secure boot in ARM Xilinx Zynq board #97

graziadonghia opened this issue Nov 11, 2024 · 1 comment

Comments

@graziadonghia
Copy link

I am trying to enable secure boot on ARM Zynq board. By studying the boot sequence of the board we found out that it is possible to authenticate with PQC only the partitions starting from the FSBL (since the CSU and PMU are ROM immutable code). The idea is to authenticate the firmware through LMS integrated starting from the FSBL. I read your work about enabling secure boot with PQC and I think it might be interesting to take a look to the repo you provide in the article where the implementation is shown. Unfortunately the URL does not show the repo. Is it possible to retrieve it somewhere else? Do you have any suggestion about this integration?

@aewag
Copy link
Member

aewag commented Nov 11, 2024

Unfortunately, only the LMS library is publicly released. But IIUC this should be sufficient for your usecase, if software-only is sufficiently fast.

Do you have specific questions about integration?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants