Commit 61b5cf5
committed
t480/t480s - add patches/coreboot-25.09/0006-mb-lenovo-t480-Fix-headphone-jack.patch
Repro:
git fetch https://review.coreboot.org/coreboot refs/changes/23/90023/2 && git format-patch -1 --stdout FETCH_HEAD > patches/coreboot-25.09/0006-mb-lenovo-t480-Fix-headphone-jack.patch
echo "bogus" | sudo tee build/x86/coreboot-25.09/.canary
./repro_prod.sh BOARD=EOL-t480s-maximized
This can be seen per https://review.coreboot.org/c/coreboot/+/90023:
- click download button
- copy paste section "format patch" : "git fetch https://review.coreboot.org/coreboot refs/changes/23/90023/2 && git format-patch -1 --stdout FETCH_HEAD"
- append redirection to where patch is desired "> patches/coreboot-25.09/0006-mb-lenovo-t480-Fix-headphone-jack.patch"
- this gives the patch command line + redirection to file so Heads applies it
- overwrite coreboot canary file with bogus content so that next build resync coreboot tree and reapplies patches
- launch build for board
Signed-off-by: Thierry Laurion <insurgo@riseup.net>1 parent 31f6364 commit 61b5cf5
File tree
1 file changed
+79
-0
lines changed- patches/coreboot-25.09
1 file changed
+79
-0
lines changedLines changed: 79 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
0 commit comments