coreboot: re-configure gm45 thinkpads from scratch

TSEG Stage Cache enabled again, because disabling it
did not affect S3 in any way.

Many configs have changed, and debug level is set to 7.

In testing with V-T60 on IRC, it wasn't just removal of
the DDR2 patch that I did, but I re-did the configs too,
in exactly the same way I've done them here, when testing
on an X200 to fix boot issues.

Libreboot does not use defconfigs, instead it uses full
configs, and these have to be updated. I normally just
run make-oldconfig on every config, for revision updates.

However, every now and then, we need to re-do them.

Play it safe and re-do every config. I've double- and
triple-checked that the configs are correct.

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2023-11-05 12:58:54 +00:00
parent 742c00331e
commit 72e7d090c9
57 changed files with 1079 additions and 431 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
tree="default"
romtype="16MiB ICH9 IFD NOR flash"
romtype="normal"
arch="x86_64"
payload_grub="y"
payload_grub_withseabios="y"