Commit 9d808b0
committed
Talos-2: bring changes to a working state outside of usage of GPG key material backup as of now
- Closes #1452
- coreboot: Take Talos II 0.7 release coreboot config file that was inside of cbfs and use it as a base upstream.
- linux: Readd sysctl and proc requirements for cbmem to work.
TODO: fix gpg2 module so that the following doesn't happen (a ppc64 thing. Can't figure out why):
```
Adding generated key to current firmware and re-flashing...
Board talos-2 detected, continuing...
37281653053696daf2e40a8efe9451b557d9d6ab586830dc85f814bf2e03a05f /tmp/talos-2.rom
Initializing Flash Programmer
Reading old flash contents. Please wait...
Flashing: [##################################################\] (100%)
Verifying flash contents. Please wait...
The flash contents were verified and the image was flashed correctly.
Signing boot files and generating checksums...
180726119: 000E452213510000005A
gpg: error running '//bin/dirmngr': probably not installed
gpg: failed to start dirmngr '//bin/dirmngr': Configuration error
gpg: can't connect to the dirmngr: Configuration error
gpg: no default secret key: No dirmngr
gpg: signing failed: No dirmngr
```
dirmngr is deactivated per configure statement --disable-dirmngr, and works as expected on x86
Signed-off-by: Thierry Laurion <insurgo@riseup.net>1 parent f5377b3 commit 9d808b0
3 files changed
Lines changed: 52 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
2 | 5 | | |
| 6 | + | |
| 7 | + | |
3 | 8 | | |
4 | 9 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
| 37 | + | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| |||
139 | 141 | | |
140 | 142 | | |
141 | 143 | | |
| 144 | + | |
142 | 145 | | |
143 | 146 | | |
144 | 147 | | |
| |||
416 | 419 | | |
417 | 420 | | |
418 | 421 | | |
419 | | - | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
420 | 428 | | |
421 | 429 | | |
422 | 430 | | |
| |||
1233 | 1241 | | |
1234 | 1242 | | |
1235 | 1243 | | |
1236 | | - | |
| 1244 | + | |
| 1245 | + | |
| 1246 | + | |
| 1247 | + | |
| 1248 | + | |
| 1249 | + | |
| 1250 | + | |
| 1251 | + | |
| 1252 | + | |
| 1253 | + | |
| 1254 | + | |
| 1255 | + | |
| 1256 | + | |
| 1257 | + | |
| 1258 | + | |
| 1259 | + | |
| 1260 | + | |
| 1261 | + | |
| 1262 | + | |
| 1263 | + | |
| 1264 | + | |
| 1265 | + | |
| 1266 | + | |
| 1267 | + | |
| 1268 | + | |
| 1269 | + | |
| 1270 | + | |
| 1271 | + | |
| 1272 | + | |
| 1273 | + | |
1237 | 1274 | | |
1238 | 1275 | | |
1239 | 1276 | | |
| |||
1492 | 1529 | | |
1493 | 1530 | | |
1494 | 1531 | | |
1495 | | - | |
| 1532 | + | |
1496 | 1533 | | |
1497 | 1534 | | |
1498 | 1535 | | |
| |||
2713 | 2750 | | |
2714 | 2751 | | |
2715 | 2752 | | |
2716 | | - | |
| 2753 | + | |
2717 | 2754 | | |
2718 | 2755 | | |
2719 | 2756 | | |
| |||
2783 | 2820 | | |
2784 | 2821 | | |
2785 | 2822 | | |
| 2823 | + | |
2786 | 2824 | | |
2787 | 2825 | | |
2788 | 2826 | | |
| |||
2797 | 2835 | | |
2798 | 2836 | | |
2799 | 2837 | | |
| 2838 | + | |
2800 | 2839 | | |
2801 | 2840 | | |
2802 | 2841 | | |
| |||
3139 | 3178 | | |
3140 | 3179 | | |
3141 | 3180 | | |
| 3181 | + | |
| 3182 | + | |
3142 | 3183 | | |
3143 | 3184 | | |
3144 | 3185 | | |
| |||
3404 | 3445 | | |
3405 | 3446 | | |
3406 | 3447 | | |
| 3448 | + | |
3407 | 3449 | | |
3408 | 3450 | | |
3409 | 3451 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments