-
-
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
Add xx30-maximized and xx30-hotp-maximized boards (11.5mb flashable BIOS regions, reproducible me.bin and generated gbe.bin and totally externally and internally flashable roms) #703
Commits on Nov 30, 2020
-
Add x230-external-flash board, working CIs and replacing x230 default…
… building board with x230-external-flash in both CircleCI and GitlabCI configurations so people can test this PR prior of merging upstream.
Configuration menu - View commit details
-
Copy full SHA for 6a54be1 - Browse repository at this point
Copy the full SHA 6a54be1View commit details -
CIs: adding ncurses devel packages to both Ubuntu(CircleCI) and Fedor…
…a(GitlabCI) CIs for better user local reproducibility of host local builds. (required for make menuconfig and make savedefconfig to move reduced configs back to config directory containing minimal changes)
Configuration menu - View commit details
-
Copy full SHA for 9a3a4bc - Browse repository at this point
Copy the full SHA 9a3a4bcView commit details -
x230-external-flash: remove linux-x230-external-flash.config, pointin…
…g board config to generic linux-x230.config, removing default coreboot statements
Configuration menu - View commit details
-
Copy full SHA for 46d703e - Browse repository at this point
Copy the full SHA 46d703eView commit details -
coreboot and xx30 blobs: testing simple includion of extracted gbe.bi…
…n without playing with precedent ifd.bin exported by me_cleaner per instruction in blobs' README
Configuration menu - View commit details
-
Copy full SHA for 463690a - Browse repository at this point
Copy the full SHA 463690aView commit details -
x230-external-flash: update flasrom options removing unneeded options…
…, keeping whole flash of rom.
Configuration menu - View commit details
-
Copy full SHA for ce532bb - Browse repository at this point
Copy the full SHA ce532bbView commit details -
x230-external-flash: binding coreboot to version 4.8.1 for the time b…
…eing. Rebased on master.
Configuration menu - View commit details
-
Copy full SHA for ef047ab - Browse repository at this point
Copy the full SHA ef047abView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6f204a - Browse repository at this point
Copy the full SHA d6f204aView commit details -
Adding generated bincfg coreboot 4.8.1 patch, resulting gbe.bin in bl…
…obs/xx30/gbe.bin and instructions to replicate in README prior of automation
Configuration menu - View commit details
-
Copy full SHA for 65077ab - Browse repository at this point
Copy the full SHA 65077abView commit details -
CircleCI: take back specialized cache to reapply coreboot patches tha…
…t aren't build in current cache
Configuration menu - View commit details
-
Copy full SHA for 7bddbbe - Browse repository at this point
Copy the full SHA 7bddbbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3128fd - Browse repository at this point
Copy the full SHA f3128fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for a508761 - Browse repository at this point
Copy the full SHA a508761View commit details -
blobs/xx30/gbe.bin reverted to commit 3dbce28 where mac=F0:DE:F1:F7:E…
…4:AF to ease linuxboot#796 troubleshooting.
Configuration menu - View commit details
-
Copy full SHA for a65871f - Browse repository at this point
Copy the full SHA a65871fView commit details -
x230-external-flash board: add gbe_bin config statement, not just pat…
…h (duh) linuxboot#796. Maybe there is notthing wrong with linuxboot#796 afterall
Configuration menu - View commit details
-
Copy full SHA for afa5236 - Browse repository at this point
Copy the full SHA afa5236View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ee00fa - Browse repository at this point
Copy the full SHA 2ee00faView commit details -
conflict resolution after merge (LOCAL_VERSION removed from coreboot …
…config). coreboot 4.8.1 test branch
Configuration menu - View commit details
-
Copy full SHA for 6c5e850 - Browse repository at this point
Copy the full SHA 6c5e850View commit details -
x230-external-flash verified README, hashes.txt addition and update o…
…f ifd from sacrificed dead motherboard.
Configuration menu - View commit details
-
Copy full SHA for be3c87e - Browse repository at this point
Copy the full SHA be3c87eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 57e131d - Browse repository at this point
Copy the full SHA 57e131dView commit details -
x230-external-flash: 4.12 add CONFIG_DRIVERS_PS2_KEYBOARD CONFIG_VALI…
…DATE_INTEL_DESCRIPTOR CONFIG_ONBOARD_VGA_IS_PRIMARY CONFIG_GENERIC_LINEAR_FRAMEBUFFER CONFIG_NO_STAGE_CACHE CONFIG_NO_POST, musl-cross-make version bump to see if fmd errors when linking are due to old build toolstack and see if it breaks other boards in CI. Note that linux-x230.conf being common will be used to build older kernels, which might cause problems
Configuration menu - View commit details
-
Copy full SHA for d2c01fe - Browse repository at this point
Copy the full SHA d2c01feView commit details -
coreboot module: add -Wno-address-of-packed-member to deal with gcc 9…
…+ warning as error
Configuration menu - View commit details
-
Copy full SHA for a07e144 - Browse repository at this point
Copy the full SHA a07e144View commit details -
Configuration menu - View commit details
-
Copy full SHA for aba0049 - Browse repository at this point
Copy the full SHA aba0049View commit details -
Configuration menu - View commit details
-
Copy full SHA for af25175 - Browse repository at this point
Copy the full SHA af25175View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0a1746 - Browse repository at this point
Copy the full SHA f0a1746View commit details -
musl-cross + coreboot WIP to have gnat built into musl-cross, not dep…
…end of the one of coreboot.
Configuration menu - View commit details
-
Copy full SHA for 1c6961e - Browse repository at this point
Copy the full SHA 1c6961eView commit details -
CircleCI seperation of main failed error and detailed logs of last mi…
…nute + qemu-coreboot-fbwhiptail board addition
Configuration menu - View commit details
-
Copy full SHA for 330d20d - Browse repository at this point
Copy the full SHA 330d20dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4be7b5 - Browse repository at this point
Copy the full SHA d4be7b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9543014 - Browse repository at this point
Copy the full SHA 9543014View commit details -
xx30 blobs: add two blobs management scripts for xx30: extract from l…
…ocal backup/download+neuter ME extract.sh: extract from backup gbe.bin, neuter me.bin and maximize BIOS+reduce ME regions under unlocked ifd.bin download_clean_me.sh: download and verify Lenovo latest ME version from website, and drop me.bin in place CircleCI: x230-external-flash additional step to call download_clean_me.sh prior of building
Configuration menu - View commit details
-
Copy full SHA for a0c7cae - Browse repository at this point
Copy the full SHA a0c7caeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 994cb84 - Browse repository at this point
Copy the full SHA 994cb84View commit details -
x230-external-flash board: CONFIG_BOARD_NAME was missing (taken into …
…consideration for display since linuxboot@6df2818)
Configuration menu - View commit details
-
Copy full SHA for d3e1894 - Browse repository at this point
Copy the full SHA d3e1894View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65d9b3e - Browse repository at this point
Copy the full SHA 65d9b3eView commit details -
x230-external-flash, t430-external flash boards: correct -top.rom and…
… -bottom.rom names to contain also git commit id in final top and bottom rom names.
Configuration menu - View commit details
-
Copy full SHA for c80ccb9 - Browse repository at this point
Copy the full SHA c80ccb9View commit details -
xx30 CircleCI: call ./blobs/xx30/download_clean_me.sh prior of extern…
…al-flash boards, seperate build from output of build errors as for other boards. xx30 Boards: clarify requirements, blobs extraction scripts and categorize dependencies in groups bfor better user/dev understanding xx30 Boards: rename boards : x230-external-flash -> x230-maximized, t430-external-flash -> t430-maximized. Changes inside of CircleCI accordingly. xx30 Boards: Add x230-hotp-maximized and t430-hotp-maximized. Changes in CircleCI accordingly.
Configuration menu - View commit details
-
Copy full SHA for 1462bee - Browse repository at this point
Copy the full SHA 1462beeView commit details
Commits on Dec 2, 2020
-
xx30-*-maximized boards: Change CONFIG_BOARD_NAME accordingly.
blobs/xx30/README: corrections on ifd naming and sections name consistency
Configuration menu - View commit details
-
Copy full SHA for e8165fc - Browse repository at this point
Copy the full SHA e8165fcView commit details -
xx30-maximized PR: Corrections of typos and wrong file inclusions bas…
…ed on review prior of squashing and merging into master.
Configuration menu - View commit details
-
Copy full SHA for e4b3344 - Browse repository at this point
Copy the full SHA e4b3344View commit details