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

mksklipad50: Switch to u-boot v2025.01 #7922

Closed
wants to merge 38 commits into from
Closed

Conversation

torte71
Copy link
Contributor

@torte71 torte71 commented Mar 7, 2025

Description

With current rockchip64 u-boot (v2022.07), the initramfs is loaded into EFI memory region leading to efi_free_pool: illegal free errors.
There is a good chance, that this is the cause for these bootloops in recent images, as the bootloop starts exactly at/within these error messages.

How Has This Been Tested?

  • Successful local build of "standard support" images (bookworm-minimal, noble-minimal, noble-server)
  • Generated images work correctly (no EFI errors, no other obvious problems)

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • My changes generate no new warnings

glneo and others added 19 commits March 10, 2025 13:29
Declare separate LinuxFamily as par rpardini suggestion. Temporary until PB2 reaches mainline.

Co-authored-by: Ricardo Pardini <ricardo@pardini.net>
* Create rk3588-orangepi-5-ultra.dts

* Create orangepi5-ultra.csc

* fixups

* add notes

* fix u-boot compilation

* Update to v7 patch series

https://patchwork.kernel.org/project/linux-arm-kernel/cover/20250222193332.1761-1-honyuenkwun@gmail.com/

* Update rk3588-orangepi-5-ultra.dts

While I don't fully understand either the `kernel-dtb` command nor the dt syntax itself for some reason the `nophandles` version stripped more than actually phandles. Lets see what happens this way.

* Delete patch/kernel/integrate-6.15/0001-tools-Makefile-remove-pci-target.patch

* disable OPTEE

armbian@c81f89c
@torte71 torte71 requested review from PanderMusubi, teknoid, a team and hzyitc as code owners March 10, 2025 12:36
@github-actions github-actions bot added BSP Board Support Packages GitHub GitHub-related changes like labels, templates, ... size/large PR with 250 lines or more and removed size/medium PR with more then 50 and less then 250 lines labels Mar 10, 2025
@lanefu
Copy link
Member

lanefu commented Mar 10, 2025

@torte71 please rebase your branch to eliminate the extra upstream commits shown in the PR

@torte71
Copy link
Contributor Author

torte71 commented Mar 10, 2025

Closing and resending, as lots of unrelated commits somehow ended up in this PR
(rebasing just made it worse)

@torte71 torte71 closed this Mar 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BSP Board Support Packages GitHub GitHub-related changes like labels, templates, ... Hardware Hardware related like kernel, U-Boot, ... Needs review Seeking for review Patches Patches related to kernel, U-Boot, ... size/large PR with 250 lines or more
Development

Successfully merging this pull request may close these issues.