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

Does xboot require proprietary blobs for Exynos4412? #19

Closed
herbsmn opened this issue Sep 13, 2019 · 4 comments
Closed

Does xboot require proprietary blobs for Exynos4412? #19

herbsmn opened this issue Sep 13, 2019 · 4 comments

Comments

@herbsmn
Copy link
Contributor

herbsmn commented Sep 13, 2019

Hello,

All u-boot ports for the Exynos4412 that I have seen require a proprietary blob for BL1, and many of them also require a proprietary blob for BL2. I'm not seeing any blobs in your 4412 code. Is this because a proprietary blob isn't needed?

-herbsmn

@herbsmn
Copy link
Contributor Author

herbsmn commented Sep 13, 2019

@jianjunjiang
Copy link
Member

XBOOT just as a bl1 and no bl2, bl3..., The key code
/* Copyself to link address */ adr r0, _start ldr r1, =_start cmp r0, r1 beq 1f bl sys_copyself 1: nop

mk4412 just a fix header tool for irom booting

@herbsmn
Copy link
Contributor Author

herbsmn commented Nov 27, 2019

I don't understand your response. Can you say more about this?

@herbsmn
Copy link
Contributor Author

herbsmn commented Jan 7, 2020

Can you please say more, @jerryjianjun?

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