-
Notifications
You must be signed in to change notification settings - Fork 6
fix amlogic #18
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
fix amlogic #18
Conversation
Because the qcom_module_defconfig with the deconfig suffix clears the arm64/deconfig configuration [1], causing other manufacturers' SOC to fail to start. [1] https://github.com/radxa/kernel/blob/linux-6.17.1/scripts/kconfig/Makefile#L102 Signed-off-by: Jiali Chen <chenjiali@radxa.com>
|
No linked issues found. Please add the corresponding issues in the pull request description. |
RadxaYuntian
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
另外我们amlogic是用不了embloader启动zboot镜像么,还是什么别的原因用不了embloader,最终必须关闭这个配置?
debian/patches/linux/0002-feat-Radxa-custom-kernel-config.patch
Outdated
Show resolved
Hide resolved
支持启动zboot,但是因为mbr分区系统内无法检测到sdboot启动项,导致rsetup无法设置overlay |
RadxaYuntian
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
squuash
Because the Amlogic bootloader overlaps with the GPT partition table, we can only use MBR partitioning, which results in non-standard EFI support [1]. So disable CONFIG_EFI_ZBOOT to support standard boot. [1] https://applink.feishu.cn/client/message/link/open?token=Ami%2F2XW%2Fg4ADaUUq6ElBC9Y%3D Signed-off-by: Jiali Chen <chenjiali@radxa.com> Co-authored-by: ZHANG Yuntian <yt@radxa.com>
The rockchip overlays in radxa-pkg/radxa-overlays are not compatible with the mainline kernel(> 6.1). Signed-off-by: Jiali Chen <chenjiali@radxa.com>
379d8ce to
ba2e0cf
Compare
|
你可能要PR里也更新一下submodule,不然CI没法编译 |
Signed-off-by: Jiali Chen <chenjiali@radxa.com>
No description provided.