Martin Kepplinger
a5c5511058
x230: NEWS: sum up changes so far
5 years ago
Martin Kepplinger
0450134d64
x230: move functions.sh to util directory
5 years ago
Martin Kepplinger
81659c7371
x230: remove temporary output directory after flashing
5 years ago
Martin Kepplinger
2d39c3ab11
x230: fix output dir variable usage
5 years ago
Martin Kepplinger
14787b05c0
x230: external_install_bottom.sh: fix usage text
5 years ago
Martin Kepplinger
48be671b7b
x230: external_install_top: fix the usage text
5 years ago
Martin Kepplinger
a2ad635563
x230: README: fix the build instructions
5 years ago
Martin Kepplinger
7eb2c97059
x230: README: mention x230_skulls.sh -U for updating
5 years ago
Martin Kepplinger
2524d90023
x230: README: update the me_cleaner command we apply
5 years ago
Martin Kepplinger
7ec3b516ba
x230: README: remove notice about slow speeds in the RPi
5 years ago
Martin Kepplinger
cce820d0ce
x230_skulls.sh: print battery hardware health when verbose
This may help in refurbishing an x230 laptop.
5 years ago
Martin Kepplinger
bf47170195
x230_skulls.sh: add verbose switch
the update function already uses it
5 years ago
Martin Kepplinger
00e67641bb
x230: fix release script
upgrade.sh is gone
5 years ago
Martin Kepplinger
69eabbf9fc
x230: move the upgrade.sh into x230_skulls.sh
5 years ago
Martin Kepplinger
a531882815
x230: x230_skulls: improve usage text
5 years ago
Martin Kepplinger
eb91023c99
x230: include x230_before_first_install in x230_skulls
All we do is the bios vendor/version check. We can do that in any case.
Requirements don't change.
5 years ago
Martin Kepplinger
a2647963cf
x230: before_first_install: fix typo and refer to the flash scripts
5 years ago
Martin Kepplinger
28feec9a76
x230: build.sh remove temporary defconfig after building
5 years ago
Martin Kepplinger
e1673a90a1
x230: add verbose output for the upgrade script
5 years ago
Martin Kepplinger
6e6faf0511
x230: remove redefinition of color codes
5 years ago
Martin Kepplinger
c9df776f0f
x230: rename check_x230_root to force_x230_and_root
5 years ago
Martin Kepplinger
8520560d62
x230: rename skulls_common to functions
5 years ago
Jean-Yves Vet
71130df3e7
x230: update config / add memtest and coreinfo payloads
This patch adds two new payloads (memtestx86 and coreinfo)
to resolve #74 .
5 years ago
Martin Kepplinger
c4b58c9eb2
update to 0.1.5
5 years ago
Martin Kepplinger
ad421bfc2e
x230: README: update seabios version in docs
5 years ago
Martin Kepplinger
1fdaf3797b
update coreboot to current master
5 years ago
Martin Kepplinger
e2409f8afc
update to 0.1.4
5 years ago
Martin Kepplinger
3574b1512d
x230: update lenovo bios update link
thanks @alex-kazda
Fixes #85
5 years ago
Martin Kepplinger
bacaa9aa55
x230: README: document how to create a different splashscreen image
5 years ago
Martin Kepplinger
25bcd1eca0
x230: NEWS: add bugfix
5 years ago
Martin Kepplinger
7f3276b7dc
x230: external_install_bottom: fix detecting EN25QH64 chip
This should fix #82
5 years ago
Martin Kepplinger
fc3ca7042f
x230: README: update microcode version
this actually got lost during updates for the release.
5 years ago
Martin Kepplinger
57b7950029
update to 0.1.3
5 years ago
Martin Kepplinger
131baa6e91
x230: top: support detection for EN25QH32
This feels like the last piece of the puzzle in chip-detection.
Fixes #82
5 years ago
Martin Kepplinger
0c66af2b8c
update to current coreboot master HEAD plus one commit for a MCU
5 years ago
Martin Kepplinger
707358bba9
x230: build.sh: clear temporary defconfig before creating a new one
5 years ago
Martin Kepplinger
59c0b044fe
update to 0.1.2
5 years ago
Martin Kepplinger
6252340dd7
TODO: add initial note about refactoring
5 years ago
Martin Kepplinger
a1bba67469
x230: update free defconfig to current coreboot master
5 years ago
Martin Kepplinger
09f6e3e555
x230: update nonfree config to current coreboot master
5 years ago
Martin Kepplinger
4b37ce7377
x230: add -d to me_cleaner to remove RW permissions to the flash
me_cleaner says:
remove the ME/TXE Read/Write permissions to the other regions on the
flash from the Intel Flash Descriptor (requires a full dump).
Which sounds reasonable to do.
Fixes #76
5 years ago
Martin Kepplinger
ef9265f319
x230: remove duplicated instructions for thinkpad-ec image creation
For creating USB bios images from Lenovo's BIOS, we shouldn't duplicate
instructions. Things might change and break for users that way.
see #77
5 years ago
Martin Kepplinger
8814c692c9
x230: remove checking for the very latest Lenovo BIOS
This makes things easier to maintain and simply causes less confusion
for users. We only want the lastest EC firmware.
Closes #77
5 years ago
Martin Kepplinger
c20203d8be
x230: increase rpi's spispeed
While I think I have initially used 128 from some libreboot docs and never
had problems with it, I don't really see anybody use less than 512 right
now.
5 years ago
Martin Kepplinger
fc78adb247
x230: README: avoid confusion in our 8M external flashing docs
We recently added that the whole 8M chip flashing is optional, which is
important indeed. In brough some more stuff in which may be confusion.
We don't want to mention one specific OS because we're really generic
people should try to install whatever they want.
Also, "the command defaults to..." is misleading, as there are commandline
options applied in our example. Remove that.
And lastly, as long as users make the backups we always suggest in the
examples, they can change things at any time.
5 years ago
Martin Kepplinger
1ad84613da
x230: recommend internal flashing for updating
Despite I've never had any problems, applying external voltage to the
flash is considered dangerous, see #49 and #68 . So change our documentation to
suggest not to do this often. Also, remove the note about "WoL power"
not being necessary. We don't document that (yet) anyways.
Fixes #68
5 years ago
Martin Kepplinger
2e6f456bdd
x230: README: document disc's GRUB framebuffer size issue
see #65
5 years ago
Tom Hiller
648a9c16ad
feat(x230): replace configs with defconfigs
5 years ago
Tom Hiller
dee40727ae
feat(x230): update build.sh to use defconfigs
5 years ago
Tom Hiller
3d2d0aa362
feat(common): use defconfig instead of full configs
5 years ago