92 Commits (master)

Author SHA1 Message Date
Hamish Coleman dfee54430e Add details for latest x220 bios update 6 years ago
Hamish Coleman ed6ea60cf5 Have a quick look at the t470p and add the download and extract definitions for that 6 years ago
Hamish Coleman 235fe8c3cd Update x230 build to be based on the 2.72 BIOS - no EC change, thus no change to our patch 6 years ago
Hamish Coleman 09ea5b72d3 FIX Bug #75 - Add one forgotten change
While updating the BIOS version for the x230, I missed changing the
version number in one place.
6 years ago
Hamish Coleman b450ee9f57 Update x230 to base build on BIOS 2.70
After testing by majekw confirms that this works (See #55) update the
BIOS version for the x230 that we base our patches on.  This version
has no EC changes, so there is no difference in the actual patch.
6 years ago
Hamish Coleman a2ca5f6af5 Add definitions to assist with examining p51 firmware 6 years ago
Hamish Coleman bf52337ac1 Add details for investigating t480s firmware 6 years ago
Hamish Coleman 7495cd0112 Add definitions to examine the x240 firmware 6 years ago
Hamish Coleman f21468b513 Add definitions to examine the t480 firmware 6 years ago
Hamish Coleman 768565c72a BUG: missed one of the filename changes 6 years ago
Hamish Coleman d8adcb5a11 Add x280 EC image extraction 6 years ago
Hamish Coleman 20547c1760 Add x280 firmware examination 6 years ago
Hamish Coleman 18ec4dbfe8 Notice and fix discrepancy in filename standards 6 years ago
Hamish Coleman cd1d0a19ef Add rules for extracting x270 firmware 6 years ago
Hamish Coleman 296a24b37b Add descriptions for x270 bios downloads 6 years ago
Hamish Coleman 8f41fa7b09 Add some new t470/tp25 BIOS descriptions 6 years ago
Hamish Coleman 3b769569f8 Add description for latest t430 bios - confirming no EC change 6 years ago
Hamish Coleman 02202f8615 Add Description for new x230 BIOS release 7 years ago
Hamish Coleman 6fcf4b9dd8 Add some investigation for the T470 / Thinkpad Classic 25
Now that there is a new thinkpad with a 7-row keyboard, it might be
possible to retrofit the Retro keyboard FRU into a T470 system.

Start adding the details required to download and examine these
EC firmware files.
7 years ago
Hamish Coleman dcc9ef9a87 Build x230 patches against the previous tested BIOS version.
Applying caution after reports of issues (See #47) this change can be
reverted if investigation sheds more light on the problem there.
This should have no impact on the built image as there is no EC
version between these two lenovo releases
7 years ago
Hamish Coleman 9ba6261711 Add missing intermediate x230 BIOS version - for reference if nothing else 7 years ago
Hamish Coleman 0691bca3c5 Update descriptions file documentation 7 years ago
Hamish Coleman 3e8289d926 Add extraction of the l430 EC firmware, update documentation with findings 7 years ago
Hamish Coleman 25fee57eda Update some heading comments in Descriptions.txt to be more concise 7 years ago
Hamish Coleman 7c13243ec7 Add the CPU name to the description of extracted firmware 7 years ago
Hamish Coleman 099ce0885b Update t430s to use latest BIOS image - no EC version change
(Updates #38)
7 years ago
Hamish Coleman a36764876d Make the generation number clear for the x1c gen1 iso image 7 years ago
Hamish Coleman 37ce373b6e After examination, the X1 Carbon Generation 1 hardware uses the same layout and encryption as the known xx30 - add details for it 7 years ago
Hamish Coleman d8427b5ff7 Add some details of images that were checked and could not be used.
By adding the image details to the Description list, it will make it
easier to avoid duplication of effort.
7 years ago
Hamish Coleman 615f87dd2b Remove the last manually maintained list from the Makefile - all lists of rules are now generated from the Descriptions.txt 7 years ago
Hamish Coleman bafb93e668 Add example macros to special case the x200 ISO image - which has two FL2 files 7 years ago
Hamish Coleman 73d58f4211 Allow the .bat file to be generated only on the insert phase, and remove the dep where it is not known how to make a full build 7 years ago
Hamish Coleman b9b1e2977f use the Descriptions file to generate most of the static rules 7 years ago
Hamish Coleman 96485bb94d Enhance the format of the descriptions file - allowing more data to be added.
Changing the "generator" field to be tagged with its contents will allow the
use of alternate checksum types and also will allow for the additional
information needed to generate some of the make rules automatically.
7 years ago
Hamish Coleman d0c011aecf Remove the .orig from all the Descriptions.txt entries - this will make it easier to create automatic rules in the future 7 years ago
Hamish Coleman 54a33d8584 Add a reference for a x240 bios update iso 7 years ago
Hamish Coleman 0c7ebb04e4 Add some ISO image details for newer systems. Or: A quick check on just how much different hardware can have the name 'X1' 7 years ago
Hamish Coleman 93f327106e Merge pull request #29 from ypid/fix-docs
Fix spelling
7 years ago
Hamish Coleman 40b146e73b Note down source of truth 7 years ago
Robin Schneider a7c0a2e67f
Fix spelling
git ls-files -z "$(git rev-parse --show-toplevel)" | xargs --null -I '{}' find '{}' -type f -print0 | xargs --null sed --in-place --regexp-extended 's/dependancy/dependency/g;'
7 years ago
Hamish Coleman bd80d6bc6b Stop using the *.FL2.slice files - replace them with mcopy.
Note that this has the disadvantage that the resulting patched ISO images
are no longer easily diffable - the sectors used to store the patched
firmware will be changed by the mcopy program.

Since it turns out that the ISO image diff files were basically never
used, this is not a big issue - it mainly makes it harder to do QA on
the output.
7 years ago
Hamish Coleman c9d9dcb61e Make the descriptions file look more important by capitalising it 7 years ago