73 Commits (update)
 

Author SHA1 Message Date
Hamish Coleman 6e729bd835 Realise I had been blind and that zmatt had published his full patch - quickly add this to the repo for future examination 8 years ago
Hamish Coleman ddb3ed114f Add minor comment to x230 project 8 years ago
Hamish Coleman 5d3665d67a Add a radare project for the x260 8 years ago
Hamish Coleman 97d10d6803 Start adding some documentation 8 years ago
Hamish Coleman 66a696aa3b BUG: Fix mtools check errors reported by brchan on thinkpads forum
It seems that mtools behaves differently with different versions and
that some versions react badly to the FAT16 image used in the Lenovo
ISO updates.

    mcopy -o -i g5uj28us.iso@@71680 g5uj28us.iso.bat ::AUTOEXEC.BAT
    Total number of sectors (64195) not a multiple of sectors per track (32)!
    Add mtools_skip_check=1 to your .mtoolsrc file to skip this test

adding the skip_check environment variable simply ignores this error...
8 years ago
Hamish Coleman f3508131a4 DRY: Factor out two psuedo rules into central places by using functions - however, this is a little hacky... 8 years ago
Hamish Coleman cf708bcc22 Add t530 support - this appears to share the EC firmware with the w530 8 years ago
Hamish Coleman ebd8eef3af Add x230t support 8 years ago
Hamish Coleman b6900ae694 Quick hack to help address the stale deps files 8 years ago
Hamish Coleman 09ba9623c9 Add t430s bootable ISO 8 years ago
Hamish Coleman 30b18aa01c Add t430 bootable ISO 8 years ago
Hamish Coleman 27fb4c48f7 Add w530 ISO output 8 years ago
Hamish Coleman f8627901fd Add a helper target to burn an ISO to a CDRW 8 years ago
Hamish Coleman 82b0d245c5 Add an empty line to make output look nice 8 years ago
Hamish Coleman 229f54a028 Autogenerate the list of available bootable ISO images 8 years ago
Hamish Coleman 2f51844966 Update readme and descriptive make targets - again, hopefully making them simpler 8 years ago
Hamish Coleman 759d556c71 FIX: forgot to add description file 8 years ago
Hamish Coleman 6829138024 Add a warning and some details to the auto flash batch file 8 years ago
Hamish Coleman d8feed7eee Make the maintenance of the makefile simpler by moving a whole lot of static deps into a simple dependancy generator 8 years ago
Hamish Coleman 09be98fb8c Change dosflash extractor to use mtools and to be generic across multiple ISO images 8 years ago
Hamish Coleman 8047954de8 BUG: x230t FL2 slice was wrong 8 years ago
Hamish Coleman bf0c946300 Add a bootable ISO image target for x230 8 years ago
Hamish Coleman 0e4c3dd0ae Add a simple slicer for getting a copy of dosflash.exe - note, this probably should just use mtools on the iso image 8 years ago
Hamish Coleman 3fb83e02c2 Spelig fix 8 years ago
Hamish Coleman 7d24e43e9d The Pedant in me wants to line all the columns up 8 years ago
Hamish Coleman dd3c8a9b58 Because the t430s is largely the same as the x230, dont install the radare project at the moment 8 years ago
Hamish Coleman d468a56140 Add rules to generate new FL2 for w530 8 years ago
Hamish Coleman 6e1735d7bd Add keyboard patches for w530 8 years ago
Hamish Coleman 4f077acc2c Sort ordering 8 years ago
Hamish Coleman decadfa3f3 Add image extractor for w530 8 years ago
Hamish Coleman 93bb87a4a4 Add image extractor for x230t 8 years ago
Hamish Coleman 9a9dc36289 Have a quick look at the x250 and x260 firmware, it looks like they are both ARC cpus with a similar layout. They both have different checksumming than the xx30 range and the x260 looks like it is not even encrypted (however there is a strange 256byte block at the top of the file - perhaps a signature) 8 years ago
Hamish Coleman aebedc8623 Add a self-documenting make target - hopefully simplify the readme file 8 years ago
Hamish Coleman c010737d6e Update documentation with new features 8 years ago
Hamish Coleman 3dbdedbd3f Enable generation of FL2 files - unfortunately, needs a custom rule for each output - just x230 for now 8 years ago
Hamish Coleman 7199f87771 Start extracting the FL2 files, and use that as the basis for extracting the firmware. This will allow us to update or diff against the FL2 file 8 years ago
Hamish Coleman 22526c28ba Make things a little simpler by shortening some filenames 8 years ago
Hamish Coleman cc70ac0e7c BUG: slicer rule only worked due to other dependancies, make it work for generic files 8 years ago
Hamish Coleman 4771c92564 BUG: make slicer work when input file is larger then offset, also it is now more optimised 8 years ago
Hamish Coleman ae7885f5fd Update slice definition for x220 reference code as it was incorrect 8 years ago
Hamish Coleman 1fafacbc59 Make the binary slice extraction completely generic 8 years ago
Hamish Coleman 5e4466c1aa Add patches for t430 8 years ago
Hamish Coleman 55d759339b Factor out the decryption and thus make the dependancies simpler 8 years ago
Hamish Coleman 77a0d5d5b6 Add t430 downloader and extractor 8 years ago
Hamish Coleman 7e75bc8d94 Quick Fix the wording to make more sense 8 years ago
Hamish Coleman 474400b2c7 Update README with current state, and some quick start pointers 8 years ago
Hamish Coleman 14972b950d Add License details 8 years ago
Hamish Coleman 4f8fb6e227 Replicate the x230 keyboard patches on the t430s 8 years ago
Hamish Coleman 90683c11a8 Some more minor duplicate label cleanups in the x230 radare project 8 years ago
Hamish Coleman 5db47b776c Update t430s radare project with keyboard tables 8 years ago