-
-
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
WiP: galp5 build based on librem_11 (GOP based iGPU) #1774
base: master
Are you sure you want to change the base?
Commits on Sep 9, 2024
-
galp5: initial effort by @loftlifter31
squashed and signed off doing - git log - copy commit ID from where to squash and sign (xxxx) - git rebase --signoff -i xxxx^ - follow GUI, here 'e' to edit oldest commit log message, all others to be squashed were tagged 's' for squash - edited commit message by git commit --signoff --amend - continued rebase by doing git rebase --continue - after rebase, all commits to be squashed commit messages on screen, delete all irrelevant. Signed-off-by: Thierry Laurion <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 56d112e - Browse repository at this point
Copy the full SHA 56d112eView commit details -
Delete boards/galp5/TigerLakeFspBinPkg/Client/.ignore
Signed-off-by: Thierry Laurion <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 24bcfee - Browse repository at this point
Copy the full SHA 24bcfeeView commit details -
modules/coreboot: add system76 coreboot fork, using latest head commit
Signed-off-by: Thierry Laurion <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bb33a5b - Browse repository at this point
Copy the full SHA bb33a5bView commit details -
boards/galp5: base on librem_11, use system76 coreboot fork, reorganize
Signed-off-by: Thierry Laurion <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 63b6e7a - Browse repository at this point
Copy the full SHA 63b6e7aView commit details -
galp5 coreboot config: WiP: start from clean menuconfig, save, borrow…
… librem_11 GOP based changes Signed-off-by: Thierry Laurion <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e097266 - Browse repository at this point
Copy the full SHA e097266View commit details -
glap5 linux config: WiP start from librem_11 share 6.x kernel config
Signed-off-by: Thierry Laurion <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7c210f0 - Browse repository at this point
Copy the full SHA 7c210f0View commit details -
galp5: blobs, coreboot config; move ifd and me to blobs dir, make con…
…fig point to them Signed-off-by: Thierry Laurion <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cbc0e33 - Browse repository at this point
Copy the full SHA cbc0e33View commit details -
galp5: board dir; remove redundant files in coreboot fork
Signed-off-by: Thierry Laurion <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9b6c722 - Browse repository at this point
Copy the full SHA 9b6c722View commit details -
CircleCI: add galp5 based on librem_14 since sharing kernel, but not …
…coreboot fork Signed-off-by: Thierry Laurion <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cda4740 - Browse repository at this point
Copy the full SHA cda4740View commit details -
BOARD_TESTERS.md: add Galago 5 board owner/tester at the get go
Signed-off-by: Thierry Laurion <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 103468b - Browse repository at this point
Copy the full SHA 103468bView commit details -
galp5 board: add HCL information in header as comment
Signed-off-by: Thierry Laurion <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cb84802 - Browse repository at this point
Copy the full SHA cb84802View commit details -
galp5 board config: merge needed changed to pack tpm2 toolstack, unif…
…y config as comments based on qemu-coreboot-fbwhiptail-tpm2-hotp Signed-off-by: Thierry Laurion <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e383df4 - Browse repository at this point
Copy the full SHA e383df4View commit details -
galp5 board config: add runtime configurable USB Keyboard support, co…
…mment USB1 support Signed-off-by: Thierry Laurion <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cc99c5e - Browse repository at this point
Copy the full SHA cc99c5eView commit details -
galp5 : change CONFIG_HEAP_SIZE to 0x400000 copy patch from patches/c…
…oreboot-24.02.01/0002-increase_heap_from1mb_to4mb_when_bootpslash_enabled.patch to patches/coreboot-system76-unrelease. Others might be needed, see patches/coreboot-24.02.01/* Signed-off-by: Thierry Laurion <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8605386 - Browse repository at this point
Copy the full SHA 8605386View commit details -
galp5 : add console debug output to SPI so that unbootable system can…
… have flash externally backup and inspected TODO: turn on additional debugging in case more is needed with docker run -e DISPLAY=$DISPLAY --network host --rm -ti -v $(pwd):$(pwd) -w $(pwd) tlaurion/heads-dev-env:latest -- make BOARD=galp5 coreboot.modify_and_save_oldconfig_in_place in DEBUGGING settings of coreboot menuconfig menu. Signed-off-by: Thierry Laurion <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1e840fc - Browse repository at this point
Copy the full SHA 1e840fcView commit details
Commits on Sep 11, 2024
-
coreboot Makefile helper: make sure real.remove_canary_files-extract_…
…patch_rebuild_what_changed helper deletes coreboot .patched files so that a rebuild will patch coreboot if needed Signed-off-by: Thierry Laurion <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 753e1e6 - Browse repository at this point
Copy the full SHA 753e1e6View commit details -
coreboot patches: remove lib/jpeg patches for heap increase and alloc…
… failure. Add https://review.coreboot.org/c/coreboot/+/83895 Repro: rm patches/coreboot-24.02.01/0001* patches/coreboot-24.02.01/0002* git fetch https://review.coreboot.org/coreboot refs/changes/94/83894/2 && git format-patch -1 --stdout FETCH_HEAD > patches/coreboot-24.02.01/0001-vc_wuffs-upgrade-to-Wuffs_0.4.0-alpha.8.patch git fetch https://review.coreboot.org/coreboot refs/changes/95/83895/3 && git format-patch -1 --stdout FETCH_HEAD > patches/coreboot-24.02.01/0002-lib_jpeg-avoidcalling-malloc-and-free.patch cp patches/coreboot-24.02.01/0001* patches/coreboot-system76-unreleased/ cp patches/coreboot-24.02.01/0002* patches/coreboot-system76-unreleased/ sed -i 's/CONFIG_HEAP_SIZE=0x400000/CONFIG_HEAP_SIZE=0x100000/g' config/coreboot-* Signed-off-by: Thierry Laurion <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 37f809e - Browse repository at this point
Copy the full SHA 37f809eView commit details