From b9a72841b589ff451540ad076aa83e47513c0d87 Mon Sep 17 00:00:00 2001 From: Hamish Coleman Date: Fri, 6 Jan 2017 15:32:02 +0000 Subject: [PATCH] Add a minimally working datazone file for the x220 firmware --- asm/datazone.x220.config | 14 ++++++++++++++ asm/{datazone.config => datazone.x230.config} | 0 2 files changed, 14 insertions(+) create mode 100644 asm/datazone.x220.config rename asm/{datazone.config => datazone.x230.config} (100%) diff --git a/asm/datazone.x220.config b/asm/datazone.x220.config new file mode 100644 index 0000000..447df2b --- /dev/null +++ b/asm/datazone.x220.config @@ -0,0 +1,14 @@ +# load regions of memory that have data +load_memory 0x00380 0x40 ../x220.8DHT34WW.img.enc.orig 0x00380 0 +load_memory 0x1cfe0 12320 ../x220.8DHT34WW.img.enc.orig 0x1cfe0 0 + +sizes align 2 +sizes word 2 +sizes endian big + +# List of known keyboard symbols +f keyboard x 0x00380 +f matrix x 0x1f080 +f livekeys_map x 0x1f190 +f list_keytab x 0x1f1b2 + diff --git a/asm/datazone.config b/asm/datazone.x230.config similarity index 100% rename from asm/datazone.config rename to asm/datazone.x230.config