-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
rockchip-rk3588: rock-5b current, edge: u-boot: bump to mainline 2024.10-rc3 #7135
base: main
Are you sure you want to change the base?
Conversation
….10-rc3 - ensure ARMV8_CRYPTO is disabled (currently broken) - enable creation of /chosen/kaslr-seed node (to enable Kernel address space layout randomization
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.
Alright. However cannot approve since out of scope. Better let Efe or Fate have a look.
@@ -27,16 +27,39 @@ function post_family_tweaks__rock5b_naming_audios() { | |||
return 0 | |||
} | |||
|
|||
# Mainline u-boot or Kwiboo's tree | |||
# Mainline u-boot tree |
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.
I think it's better idea to add function without branch notation and use if-return in order to avoid code duplication
2024.10 is aleady realesed, shall we move on with it? |
declare -g BOOTDELAY=1 # Wait for UART interrupt to enter UMS/RockUSB mode etc | ||
declare -g BOOTSOURCE="https://github.com/u-boot/u-boot.git" # We ❤️ Mainline tree | ||
declare -g BOOTBRANCH="tag:v2024.10-rc3" # commit:d11a60610e17373331ad17b6c5c31735cf9fffa8 as of 2024-08-20 | ||
declare -g BOOTPATCHDIR="v2024.10-rock5b-radxa" # empty; defconfig changes are done in hook below |
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.
You can use BOOTPATCHDIR="v2024.10", since $BOOTBRANCH/board_$BOARD
gets applied automatically by the patcher for the specific $BOARD ( in this case "v2024.10/board_rock-5b")
Description
Radxa Rock 5B
current
andedge
to mainline 2024.10-rc3ARMV8_CRYPTO
is disabled (currently broken)/chosen/kaslr-seed
node (to enable Kernel address space layout randomization)How Has This Been Tested?
Checklist: