-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fixes loading initramfs into EFI memory region, leading to errors "efi_free_pool: illegal free". Which may be the cause for these bootloops: armbian#7883 (comment) See also: https://lore.kernel.org/all/d3f3fc7f-b29a-4503-9fe0-97468bbe1f71@gmx.de/
RK3328 board with dwc2-otg and dwc3-host run into "multiple definition of 'dm_usb_gadget_handle_interrupts'" See https://lore.kernel.org/u-boot/7805b8d0-fb7c-41d5-8d74-f85dfd40233a@kwiboo.se/
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 please rebase your branch to eliminate the extra upstream commits shown in the PR |
Closing and resending, as lots of unrelated commits somehow ended up in this PR |
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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?
Checklist: