449 Commits (55234e8585653bb0a85bb65172cfddfae30d3381)
 

Author SHA1 Message Date
Hamish Coleman 453b5b28bf
Merge pull request #120 from tabroughton/master
Updated Bios for T430 from 2.78 to 2.79
6 years ago
Tom Broughton d26a240c91 Updated Bios for T430 from 2.78 to 2.79 6 years ago
Hamish Coleman e863063170 Add ISO versions for t530 and w530 for testing boot failures 6 years ago
Hamish Coleman 286170a813 Add more output quieting steps 6 years ago
Hamish Coleman c70ee15944 Ensure files extracted from old ISO images have a timestamp that matches the build 6 years ago
Hamish Coleman f89f7578af Re-arrange the order of checks in the FL2_copyIMG to prioritise those checks with good signatures or checksums 6 years ago
Hamish Coleman 046597de6f Make the build process somewhat quieter - there is still room for improvements here though 6 years ago
Hamish Coleman eebd92683f Ensure that the full patched test tries to generate both ISO and IMG outputs 6 years ago
Hamish Coleman faf4227818 Rename the img extraction test to hopefully be more clear 6 years ago
Hamish Coleman ea767e935d Add support to the FL2_copyIMG script to search for the NAPI header, thus allowing x61 FL2 images to be supported 6 years ago
Hamish Coleman d417ce260a Attempt to fix bad bootsectors
Some (recent) ISO images have started having a zero byte as the first
byte of the MBR boot code embedded in the hard disk image.

When the original Lenovo ISO is booted, nobody has reported any issues,
however when a patched IMG file is created from that, it just hangs
- which does match with having bad bootcode data.

I was unable to reproduce the issue when running the images in qemu,
which is even more confusing.

Since every working image has the same first byte (a "CLI" instruction)
we attempt to repair things by simply changing it back to that byte.
6 years ago
Hamish Coleman 460ff2c249 Increase build repeatability by removing inconsequential changes in the output img file 6 years ago
Hamish Coleman 3bb7490858 Add new dependancy - required for the old x60 ISO file extraction 6 years ago
Hamish Coleman b96bca2c41 Add descriptions and rules for extracting EC firmware from old x60 BIOS updates 6 years ago
Hamish Coleman 78e6203a7b Add a generic extractor for x60 era FL2 files 6 years ago
Hamish Coleman 1f354d4c8a Quieten down the downloading of ISO files 6 years ago
Hamish Coleman c697deb721 Ensure that the various Descriptions sections are sorted 6 years ago
Hamish Coleman ea4e9da2ac Rename the _EC header detector to be more specific 6 years ago
Hamish Coleman 046b26bdda Add a test for all possible extracted firmwares 6 years ago
Hamish Coleman e1e0400d13 FIX incorrect dependancy name in one of the non xx30 targets 6 years ago
Hamish Coleman 875e43cfbc Add some details for X60 firmware - Just a Description entry and updates to the FL2_copyIMG script - this is a firmware update package that is not structured the way the rest of the process expects 6 years ago
Hamish Coleman c7e7502201 Make the location of the known all 0xff block variable 6 years ago
Hamish Coleman a6a46828d7 Throw the known data block around by reference, rather than looking it up on use 6 years ago
Hamish Coleman ceb2aa01f0 Bail out immediately if we have no matching known signature 6 years ago
Hamish Coleman 9c6e3df503 Note where this signature came from 6 years ago
Hamish Coleman ee69775ebc Update Copyright notices for a new year 6 years ago
Hamish Coleman 92fdd164f4 Separate the unsupported ISO descriptions more cleanly 6 years ago
Hamish Coleman cf09aafd46 Revert "Update w530 to latest 2.73 bios release"
See #113 for some discussion that suggests that there is an issue with
using the latest 2.73 BIOS with an actual CDROM.  Since they report that
the 2.72 BIOS does work, revert to using that as the basis for the build
at the moment.

This reverts commit 228c6ee826.
6 years ago
Hamish Coleman 08ad697184 Update t530 bios download to latest available 6 years ago
Hamish Coleman 09e02708ef
Merge pull request #110 from jre/master
Adapt x230 capslock/control swap patch for t430
6 years ago
Joshua Elsasser 7d4eb7f9ef Adapt x230 capslock/control swap patch for t430 6 years ago
Hamish Coleman c044660e8e
Merge pull request #108 from chakaponden/master
Update w530 to latest 2.73 bios release
6 years ago
Den 228c6ee826
Update w530 to latest 2.73 bios release
Simple update as no EC version change:
BIOS 2.73 (G5ETB2WW)
EC 1.13 (G4HT39WW)
6 years ago
Hamish Coleman 80a5dd882a Update x230 build to base on latest BIOS version (See #106) 6 years ago
Hamish Coleman b6b320b0c6 Add some usage notes and a cautionary comment 6 years ago
Hamish Coleman eb2ba3eb0b Notice that another year has gone past and update the copyright headers 6 years ago
Hamish Coleman dfbd7e8127 Provide slightly more details when a patch fails 6 years ago
Hamish Coleman d5e4cb161d Add some guesses to FL2_copyIMG for older X200 extraction.
The FL2_copyIMG tool uses some heuristics to work out how to extract the
EC firmware image from inside the FL2 container.  Many of these are simply
guesses, so there are checks to try to only match files that "look" right.

Add some matches for the 7XHT21WW and 7XHT22WW firmware (See #104)
6 years ago
Hamish Coleman 42b4383dc0
Merge pull request #102 from farazfazli/patch-2
Update and rename README to README.md
6 years ago
Faraz Fazli 19e9e46b57
Update and rename README to README.md
Make README clearer to understand
6 years ago
Thorsten 4324182f4f Add edge case documentation for charger issues identified in #62 6 years ago
Hamish Coleman ff8e5d3ea1 Update t430 to latest 2.78 bios release (simple update as no EC version change) 6 years ago
Hamish Coleman 46a6e06930 Correct x220 image documentation (See #96) 6 years ago
Hamish Coleman b9ae23d169 Consistantly call perl the same way each time 6 years ago
Hamish Coleman 23232fb0d6 Address shellcheck issues with script - ensuring it is plain shell with no extensions 6 years ago
Hamish Coleman 617a8bcfb9 It seems that we cannot rely on knowing where any program is anymore, so avoid specifying where bash is 6 years ago
Hamish Coleman 4cae4d7745 Address shellcheck issues and convert to standard shell 6 years ago
Hamish Coleman f9029928ad Script doesnt need bash extensions, simply convert it 6 years ago
Hamish Coleman 8ddbbe7559 Address shellcheck issue with describe script 6 years ago
Hamish Coleman 1c2afa7e12 Attempt to fix strange issue with travis repos - they switched their apt source and suddenly mtools would not install 6 years ago