-
-
Notifications
You must be signed in to change notification settings - Fork 187
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
coreboot version bump from 4.22.01 to 24.02.01 (Q35/ivy/sandy/haswell/librems) #1715
Commits on Jul 10, 2024
-
modules/coreboot: add 24.02.01 version
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
Configuration menu - View commit details
-
Copy full SHA for c964dcf - Browse repository at this point
Copy the full SHA c964dcfView commit details -
boards/*/*.config: bump coreboot 4.22.01 boards config to use 24.02.01
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
Configuration menu - View commit details
-
Copy full SHA for 5414fbc - Browse repository at this point
Copy the full SHA 5414fbcView commit details -
config/coreboot*: bump coreboot 4.22.01 boards config to use 24.02.01
grep -R 24.02.01 boards/ | awk -F "/" {'print $2'} | while read board; do sudo make BOARD=$board coreboot.save_in_oldconfig_format_in_place; done Signed-off-by: Thierry Laurion <insurgo@riseup.net>
Configuration menu - View commit details
-
Copy full SHA for 3a93e44 - Browse repository at this point
Copy the full SHA 3a93e44View commit details -
CircleCI: modify comment relative to version bump
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
Configuration menu - View commit details
-
Copy full SHA for 2cdff93 - Browse repository at this point
Copy the full SHA 2cdff93View commit details -
Revert "Merge pull request linuxboot#1713 from tlaurion/interim_fix_1…
Configuration menu - View commit details
-
Copy full SHA for 21ab781 - Browse repository at this point
Copy the full SHA 21ab781View commit details
Commits on Jul 16, 2024
-
coreboot 24.02.01: add upstream pending patches for heap allocation f…
…ailure on bootsplash and defaulting to 4mb of heap when bootsplash Add upstreeam patches to downstream: git fetch https://review.coreboot.org/coreboot refs/changes/75/83475/1 && git format-patch -1 --stdout FETCH_HEAD > 0001-prevent_bootsplash_heap_allocation_failure_to_booting.patch git fetch https://review.coreboot.org/coreboot refs/changes/76/83476/2 && git format-patch -1 --stdout FETCH_HEAD > 0002-increase_heap_from1mb_to4mb_when_bootpslash_enabled.patch Rebuilding coreboot version with patches applied: docker run -e DISPLAY=$DISPLAY --network host --rm -ti -v $(pwd):$(pwd) -w $(pwd) tlaurion/heads-dev-env:v0.2.0 -- make BOARD=qemu-coreboot-whiptail-tpm1 real.remove_canary_files-extract_patch_rebuild_what_changed Remove file added by patch when patching fails: sudo rm build/x86/libgpg-error-1.46/src/syscfg/lock-obj-pub.powerpc64le-unknown-linux-musl.h Applying patches touching coreboot version 24.02.01 defiend in board config to all boards: grep -R 24.02.01 boards/ | awk -F "/" {'print $2'} | while read board; do sudo make BOARD=$board coreboot.save_in_oldconfig_format_in_place; done Adding added/modified files to git tracked files for commit: git status | grep -e modified -e added | awk -F ":" {'print $2'}| xargs git add Signed-off-by: Thierry Laurion <insurgo@riseup.net>
Configuration menu - View commit details
-
Copy full SHA for 8ebf730 - Browse repository at this point
Copy the full SHA 8ebf730View commit details -
coreboot 24.02.01 configs: saved back in defconfig to check variation…
…s from default vs master Signed-off-by: Thierry Laurion <insurgo@riseup.net>
Configuration menu - View commit details
-
Copy full SHA for 0ada6bb - Browse repository at this point
Copy the full SHA 0ada6bbView commit details -
coreboot configs: qemu; remove unreferenced config/coreboot-qemu-fbwh…
…iptail-tpm1-hotp.config, remove unneeded diff from defconfig TODO: - all xx20/xx30/xx4x have wifi support, top down allocation disabled etc: create issue to track what is needed/unneeded Signed-off-by: Thierry Laurion <insurgo@riseup.net>
Configuration menu - View commit details
-
Copy full SHA for 13d13ea - Browse repository at this point
Copy the full SHA 13d13eaView commit details -
xx20/xx30/xx4x: remove bootsplash resizing
-CONFIG_BOOTSPLASH_CONVERT=y -CONFIG_BOOTSPLASH_CONVERT_QUALITY=70 Signed-off-by: Thierry Laurion <insurgo@riseup.net>
Configuration menu - View commit details
-
Copy full SHA for a98d83a - Browse repository at this point
Copy the full SHA a98d83aView commit details -
xx20/xx30/xx4x/qemu: save coreboot back in oldconfig
grep -R 24.02.01 boards/ | awk -F "/" {'print $2'} | while read board; do sudo make BOARD=$board coreboot.save_in_oldconfig_format_in_place; done Signed-off-by: Thierry Laurion <insurgo@riseup.net>
Configuration menu - View commit details
-
Copy full SHA for 8d3c5cf - Browse repository at this point
Copy the full SHA 8d3c5cfView commit details -
Merge remote-tracking branch 'osresearch/master' into ivy_coreboot_2402
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
Configuration menu - View commit details
-
Copy full SHA for 7454d58 - Browse repository at this point
Copy the full SHA 7454d58View commit details