summaryrefslogtreecommitdiffstats
path: root/utils/nwztools
AgeCommit message (Collapse)AuthorFilesLines
2020-05-27nwztools/scsitool: add command to write NVPAmaury Pouly1-12/+190
Change-Id: I4a7a9688af1abb14de82013703f3a02b4644d5ed
2020-05-17nwztool/scsitool: add brute-forced kasAmaury Pouly1-0/+1
Change-Id: I692b06c7c456bfa4395aa2aa848fdc664bd203d4
2020-05-17nwztools/scsitool: add preliminary code to decode SCSI requestsAmaury Pouly1-2/+138
This can be useful to quickly device usb traces Change-Id: I843fbd5280f11686ea810b44ffb1414e844ebcf9
2020-05-17nwztools/scsitool: fix compile issue with some version of cryptoppAmaury Pouly1-1/+1
Change-Id: Ia20f0142a2b08bddd61a0056f49c8e4c9ed49caa
2020-05-17nwztools/scsitool: add more NVP propertiesAmaury Pouly1-1/+4
At least newer devices support more NVP properties in a device-independent numbering. Many are supported but I just added two useful ones Change-Id: I57926de7f0dd364b46a57ca8d48a5c4d4f20402b
2020-05-17nwztools/scsitool: add alternative firmware upgrade commandAmaury Pouly1-3/+11
Newer devices seem to require flags 0x00 where older devices wanted 0x80, now try both variants Change-Id: Ifeee641052857c66c1b64860d7309a235021a168
2020-05-17nwztools/scsitool: tweak outputAmaury Pouly1-1/+2
Change-Id: I43c5101502f3d2c34296b510b738276fd74f9b3d
2020-01-29sonynwz/scsitools: fix string buffer sizeAmaury Pouly1-1/+1
Change-Id: I8997e7c3791b805a70a30cd1209a69b7afbec1e7
2020-01-29sonynwz/scsitools: add NWZ-S610 seriesAmaury Pouly1-0/+35
Change-Id: I8977e1bcc805df463f7b08f11be889368db4eab2
2020-01-12nwztools/scsitool: fix out of buffer accessAmaury Pouly1-3/+2
Change-Id: Ib2c25dd21d39fda026e008950a805f032c916a72
2020-01-12nwztools/scsitools: simplify code and enable O2Amaury Pouly2-4/+3
Change-Id: Ic14bc5ff643c9cf4c6380b4c34999d704c65e460
2020-01-12sonynwz/scsitools: add support for NW-A56Amaury Pouly2-1/+2
Change-Id: I07e57218638ef62c0e4bf92833add6c3ba7bdcd8
2019-04-22nwztools: fix MakefileAmaury Pouly1-2/+3
Seems like newer versions of mingw will sponteanously add a .exe suffix to the output path if it doesn't have one, for example mingw-gcc -o scsitool bla will actually create scsitool.exe and of course this breaks my release script. Fix this by explicitely adding the .exe to avoid any problem Change-Id: Ic8019b968b532b2ca612ba0c03977a96c22cee01
2019-04-22nwztools: add DMP-Z1 to the databaseAmaury Pouly5-3/+98
This is one of those fancy gold-plated devices. Of course it breaks my scripts that were nicely expecting every device to start with NW. Change-Id: I161320f620f65f4f92c2650d192b26a9831eeb9d
2019-01-25Fix host build of mkimxboot, mknwzboot, nwztools, and rbutil with crypto++Solomon Peachy3-9/+24
Necessary to get working builds on my Fedora 29 system. Change-Id: Ia6232427c959629ade9a85fc412738f688facedb
2018-11-30sonynwz: add NW-ZX300G nvp infoAmaury Pouly1-0/+93
There is something weird going on: the Sony website has two different entries: - NW-ZX300/NW-ZX300A/NW-A45/NW-A47/NW-A45HN/NW-A46HN - NW-ZX300,NW-ZX300A update(20181004)/NW-ZX300G with slightly different nvp entries, but it is impossible to tell whether an NW-ZX300(A) belong to one or the other. Since the diff is very small, I am adding this as nw-zx300g but treat all devices as nz-zx300 since the destination node is the same and that is the main usage of the tool anyway. Change-Id: I3dc2fdec52650f938d568bed578184f6bc43d130
2018-11-30sonynwz: add NW-A57 and NW-ZX300G to the databaseAmaury Pouly2-2/+4
Change-Id: I9bbfa56c5b2d79568de5443f1098d724c4beda6a
2018-11-30nwzstools/scsitool: try to guess series if possibleAmaury Pouly1-0/+19
If the model is not known (ie model ID in the database) but another device from the same series is known, then the database information probably applies and one can use the "force" option -s to tell the tool to ignore the model ID. Automatically print such advice when the series can be guessed. Change-Id: I6bcc7aa29693df8c3d7d8e709ece7cea650be717
2018-11-30nwztools/scsitool: add experimental command to list Sony devicesAmaury Pouly1-3/+51
Change-Id: Ic4f382667c5c84514be661d36032c47fb8f92e75
2018-11-30Indentation fixAmaury Pouly1-2/+2
Change-Id: Ia0f96dd27c520cf2bfec4765619f53eaffee3e20
2018-11-30Add the NWZ-A844 to the databaseAmaury Pouly2-1/+2
For some reason even Sony didn't have it in its list... Change-Id: I26de6071e5887cc7c6ebb695ea333c7b3d1b50db
2018-10-29sonynwz: add nvp map for NW-A50 seriesAmaury Pouly1-0/+93
Change-Id: I49f3399552721e515cc01021c2e0aa28c781ec28
2018-10-29sonynwz: add NW-A55 to databaseAmaury Pouly2-0/+2
Change-Id: I59861119c59490f586b3c6ed32a1c41df8b3d365
2018-01-13nwztools/scsitool: fix completely stupid codeAmaury Pouly1-1/+0
Change-Id: I3771388d24fe5fa249dcb40b231d7a4e06d3c3c8
2018-01-13nwztools/scsitool: print clearer message when nvp info is incompleteAmaury Pouly1-3/+8
Change-Id: I13b20b88b35e825da929a31e71ff42d68a79f131
2018-01-13Add information for NWZ-S630 and NWZ-S730Amaury Pouly2-0/+140
Change-Id: I4c48c9a8d862eaf67ec27c1c13b9b7f1fb204fc0
2018-01-07sonynwz: Add NVP information for NWZ-A810Amaury Pouly2-2/+53
Change-Id: I37671ddf15ee1a4b469f97fe06ec86249ff9ce60
2017-11-01nwztools/scsitools: print device list when listing seriesAmaury Pouly1-4/+22
Change-Id: Ic46c724c5d89a775dc20853410c8fe6f0ff9a4c8
2017-11-01nwztools: add NW-A46 to the databaseAmaury Pouly2-1/+2
Change-Id: I85dc2080e0be07ff689384c0445f4f1595baf4ac
2017-10-24nwztools: add NW-A45Amaury Pouly2-1/+2
Change-Id: I75a7723498564ee73c3682391582e354ad672fd7
2017-10-24nwztools: add NW-ZX300AAmaury Pouly2-1/+2
Change-Id: I8b311ed6b48b92b9ecf4fb25c19119cfb2d5beb1
2017-10-22nwztools/upgtools: make the tool print the whole kas, not just 16 bytesAmaury Pouly1-1/+1
Change-Id: I9daca9148b7aaea905a765dfeb95faf6fb7198b1
2017-10-20nwztools: add KAS for NW-A40 seriesAmaury Pouly1-0/+1
Change-Id: I6e22ba0a58eb62dcc9f2025ee7233f5afae1bbec
2017-10-17nwztools/scsitools: don't try to get nodes when we don't know about the deviceAmaury Pouly1-2/+0
Change-Id: Id35671f1e039a94e2b319262e4faa51d73f12afd
2017-10-17nwztools/scsitool: slightly rework of help_us and helpAmaury Pouly1-5/+13
Now print list of devices immediately even if the rest of the command line is empty (ie 'scsitool -s ?' works, whereas before one would need an actual device to even get a list). Add more information in the help_us command: print kas, lyr and fpi. Change-Id: Icfeeaeebe28c774a74ca54661357fafa25c3d114
2017-10-17sonynwz: add NW-A47 to the database and regenerate nwz_db.{c,h}Amaury Pouly2-1/+2
Change-Id: I6331a48a4d336348e90a32cf151427b29eeedb2b
2017-10-07nwztools: add NW-ZX300 KAS, extracted from a deviceAmaury Pouly1-0/+1
Now this is very weird, is it yet another format/encryption? Change-Id: I119dec1e6d636a99508fb1394de27237ca3ab814
2017-10-07nwztools/scsitools: fix databaseAmaury Pouly1-1/+1
I forgot to add the NW-ZX300 to its series Change-Id: I78fd9440492e1868b887f6a2e137d4d0c2ff199a
2017-10-07Add Sony NW-ZX300 model id to databaseAmaury Pouly1-0/+1
Change-Id: I8e7a14b86408c52cbd4a059e2db6a9c9d0966fc6
2017-10-06fix typoAmaury Pouly1-2/+2
Change-Id: Ic357f82d61cc0004ac6193fa9dbbc90976042574
2017-10-06nwztools/scsitool: various improvementsAmaury Pouly1-19/+55
The tool now provides more useful information for developers when the device is not supported. Is also has a new verb "help_us" that also prints all this information (notably the device info and model ID). Change-Id: I04baec8fff23eb83a0408add6296b5d42e9aa8e7
2017-10-06sonynwz: add nvp nodes for NW-A40/ZX300, various fixes for toolsAmaury Pouly5-3/+201
We still miss the model IDS for those device so scsitool won't be able to recognize them automatically. Change-Id: I17ae0f0d95c011cea8e289def63c7673b6c4b667
2017-09-19nwztools/scsitools: make do_fw_upgrade output less confusingAmaury Pouly1-3/+7
Change-Id: If616e646aeddf20aa3cee79a821a420d9102c708
2017-09-19upgtools: fix bug in brute force searchAmaury Pouly1-6/+8
DES ignores the parity bit of each byte (making the 64-bit key really 56-bit), but the current code skipped the parity bit of each half-byte, thus missing some keys. Change-Id: Ia523ebb944e458905b7de1742df151df22166150
2017-09-17Add support for the NWZ-E350bootloader_nwze350_v1Amaury Pouly1-0/+1
Strangely it has the SAME encryption key as the E450. Either they didn't bother changing it or more likely they have exactly the same internals and a slightly different case. Change-Id: I39ab88845b3e40db34160c2e61dde421f391df44
2017-09-05Initial commit for the Sony NWZ linux portAmaury Pouly31-4798/+10
SUPPORTED SERIES: - NWZ-E450 - NWZ-E460 - NWZ-E470 - NWZ-E580 - NWZ-A10 NOTES: - bootloader makefile convert an extra font to be installed alongside the bootloader since sysfont is way too small - the toolsicon bitmap comes from the Oxygen iconset - touchscreen driver is untested TODO: - implement audio routing driver (pcm is handled by pcm-alsa) - fix playback: it crashes on illegal instruction in DEBUG builds - find out why the browser starts at / instead of /contents - implement radio support - implement return to OF for usb handling - calibrate battery curve (NB: of can report a battery level on a 0-5 scale but probabl don't want to use that ?) - implement simulator build (we need a nice image of the player) - figure out if we can detect jack removal POTENTIAL TODOS: - try to build a usb serial gadget and gdbserver Change-Id: Ic77d71e0651355d47cc4e423a40fb64a60c69a80
2017-06-18nwztools/scsitool: add a command to query multiple nvp nodes at onceAmaury Pouly1-0/+17
Change-Id: I89fed904b282a202bc845b08f4c8d1200a49636d
2017-06-18nwztools/scsitool: fix devinfo, add dhpAmaury Pouly1-6/+69
The devinfo request returned the raw data, now the tool prints the various fields. Also add support for the dhp (destination/headphones/color ...): this one is untested because it's only supported starting from A10 or A20. There is still a problem with the dpcc prop: although it should work for DEVINFO, it does not, despite the fact that the get_dev_info command works and is internally (on the Sony) translated into a dpcc request. I keep the code just in case. Change-Id: I5aa8ef4afb0b11d3c0ddfa3d38f3e737ee1aff66
2017-06-18nwztools/scsitool: print error on check senseAmaury Pouly1-1/+14
The detailled error message is only printed if -d switch is on command line, otherwise there is no error message which is wrong so fix that. Change-Id: I397541c467940e9b290ee8d4ae704368b1ce132b
2017-06-13nwztools: add KAS for NW-S10 (brute-forced using upgtool)Amaury Pouly1-0/+1
Change-Id: Ia37818faee29130ffe3690c83f85a39bd35637e0