537 Commits (master)
 

Author SHA1 Message Date
Hamish Coleman bf29cc9f78 Add table data contents to dot output 8 years ago
Hamish Coleman c4e9761b8b Give names to some of the more important symbols in the graph 8 years ago
Hamish Coleman a7d92722e1 fix some presentation bugs and name bugs 8 years ago
Hamish Coleman 023397a9fc Add a tool to automatically parse all the pointers in the data zone 8 years ago
Hamish Coleman ee06d3c78a Note that this structure could be part of previous one (which suddenly makes the pointers work... 8 years ago
Hamish Coleman f4f8196d52 Add a lot more tables! 8 years ago
Hamish Coleman bd1d216acb Continue adding tables 8 years ago
Hamish Coleman aa2fd4413d Add begining of a nasm set of tables for the ec code 8 years ago
Hamish Coleman d3476a8652 Add more details on complex fnkey replacements 8 years ago
Hamish Coleman 5a72ed7558 Add note on size of table 8 years ago
Hamish Coleman dd39cbdc7a Add a note about needing a battery plugged in to the README. Also, reorganise the readme to try and make it flow more logically 8 years ago
Hamish Coleman 03e10a8b9f Mark t430 battery patch as known working 8 years ago
Hamish Coleman 74b32ab55d Merge branch 'master' of peril.zot.org:r/thinkpad-ec 8 years ago
Hamish Coleman e282d07004 Small simplifications and clarifications for README 8 years ago
Hamish Coleman 0eabb0b9f4 BUG: fix a command execution order issue - the make 'shell' command was expanded before the geteltorito command, which meant that there was no file for stat to use 8 years ago
Hamish Coleman 01ad8a01f6 BUG: fix incorrectly updated line (see #9)
This fixes an issue introduced with 48b019b660
8 years ago
Hamish Coleman c567fee2cc Start documenting the Fn+key combo tables 8 years ago
Hamish Coleman 2fa1128a4f fix the firmware version referenced in the documentation 8 years ago
Hamish Coleman 4f5516a9d1 Merge branch 'master' of peril.zot.org:r/thinkpad-ec 8 years ago
Hamish Coleman c2e12c79a8 Minor doc update 8 years ago
Hamish Coleman 92d3542567 Make the 'clean' target useful for rebuilding with different patches applied 8 years ago
Hamish Coleman 26112a7e09 Update the README with a tip and a hint 8 years ago
Hamish Coleman 53df7d5a8e The t430 ISO images are slightly larger than all the other ones, so the hdd image fix does not apply. Fix this by selecting the patch to use based on the size of the hdd image 8 years ago
Hamish Coleman 282d7b1a90 Add live/dead description 8 years ago
Hamish Coleman b4a5c4dca3 Add key matrix description 8 years ago
Hamish Coleman 708a5c18bc Remove the UEFI updater to ensure it doesnt get accidentally used. Update instructions to state that you need to boot with legacy mode 8 years ago
Hamish Coleman 83d4bbca50 Minor README update 8 years ago
Hamish Coleman c4478ce348 BUG: remove extra line from patch file 8 years ago
Hamish Coleman 0054cd3590 After testing by harryK, mark the t430s battery patch as workng.
See http://forum.thinkpads.com/viewtopic.php?f=69&t=120776&p=782307#p781910
8 years ago
Hamish Coleman aaf39327a1 Suggest running a recent BIOS before patching 8 years ago
Hamish Coleman 48b019b660 Update the base image of the t430 patch to use the latest lenovo release (no EC changes in this version) 8 years ago
Hamish Coleman 2a16826e37 Make sure the build info gets shown as the last messages - for img output as well as iso. 8 years ago
Hamish Coleman f44a0c212f Show the build strings at the end of the build 8 years ago
Hamish Coleman eaac31d226 Add the checksum of the built FL2 to the details shown 8 years ago
Hamish Coleman 894dfa4344 Add a build info line to the displayed batch file 8 years ago
Hamish Coleman e25ba35146 Make the builds fully reproducable 8 years ago
Hamish Coleman 0e4b155ce8 Try to improve presentation of multiple versions and patch types 8 years ago
Hamish Coleman 2e29cd1e71 Merge pull request #4 from phlash/master
T430 BIOS 2.57 battery validation
8 years ago
Phil Ashby ad621d3786 Fix the compulsory typo.. 8 years ago
Phil Ashby 63fd87d1c0 Added T430 BIOS 2.57, plus battery patch 8 years ago
Hamish Coleman 387525c7c9 Point to a discussion about how to use a JTAG programmer to read and write the embedded controller 8 years ago
Hamish Coleman 678b28d267 Add notes on how we think the EC flashing process works 8 years ago
Hamish Coleman c7ccad9614 Centralise the mtools config flag - which makes it impossible to forget to add 8 years ago
Hamish Coleman c382909865 Add one more file to the clean target 8 years ago
Hamish Coleman e7ac46c9ee BUG: add some forgotten mtools options 8 years ago
Hamish Coleman 678ec494fc Add a simple clean target 8 years ago
Hamish Coleman 10003c54a0 Remove one of the temp file hacks now mec-tools is upgraded 8 years ago
Hamish Coleman 0026c7ce3b Update mec-tools to get a couple of fixes 8 years ago
Hamish Coleman 2fdb758f6b BUG: repeated failing makes could generate bad output.
This is a quick fix to address two issues:

* Firstly, if the mec-tools mec_encrypt binary cannot be compiled,
gcc still produces an output file - it is a non executable "precompiled
header" file.  I assume there is a bug in the mec-tools makefile
logic, which I will look for later.

* Secondly, because I am using stdout for file generation, many commands
will still produce an output file even when they fail.  This output file
then looks "good" to the make command, which will carry on to do the
next step.

Since fixing the failed commands in my Makefile makes things more robust
in general, it also avoids the compile issue with the mec-tools.
8 years ago
Hamish Coleman be0e13896d Note down another package that potentially needs installing 8 years ago