You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hamish Coleman 9ac46b2232 Add a description for this dir 8 years ago
..
Makefile Add begining of a nasm set of tables for the ec code 8 years ago
README Add a description for this dir 8 years ago
datazone.x220.config Add a minimally working datazone file for the x220 firmware 8 years ago
datazone.x230.config Add a minimally working datazone file for the x220 firmware 8 years ago
dump_datazone Move decoding into the mem region and use that to fetch pointers and values 8 years ago
ec.asm Note that this structure could be part of previous one (which suddenly makes the pointers work... 8 years ago

README

This directory contains a couple of experiments aimed at making a simpler
patch experience.

One option is to use "nasm" and have the relevant structures that need
patching all expanded as 'easier' to edit assembly declarations.

This should allow a path to making the patches on Windows (nasm is easily
available for Windows).  The assembly code would serve as a better
documentation for the structures that are being edited.  This, in turn,
would allow more people to try to change things.

Part of this work is a tool to automatically dump the structures from a
binary firmware.  Currently, this just outputs a graphviz chart showing
the relationships, in the future it could output a template nasm file.