| Commit message (Collapse) | Author | Age |
| |
|
|
| |
Change-Id: I7bfb5cc25bc3dc55f379b2319b20dc9510434de0
|
| |
|
|
|
|
|
| |
The clock structure is identical, and the EMI are the same.
Also fix SSP clock, it was broken on imx233 as well.
Change-Id: I25ec66059b00b1a456ef2f02131d225082536c0a
|
| |
|
|
| |
Change-Id: I196414d6e4fc18c00b77903e334b7e6adfb7debc
|
| |
|
|
|
|
|
|
|
|
|
| |
This big commit port qeditor from v1 to v2 register file format. Although
the display code was much simplified, the edit code had to be rewritten.
The new code also brings many improvement to the register display widget.
The new code also compiles with both Qt4 and Qt5, although it is recommended
to use Qt5 to get some improvements, especially in the layout of editor.
Change-Id: I24633ac37a144f25d9e705b565654269ec9cfbd3
|
| |
|
|
|
|
| |
Change-Id: I7834bc09b21f2a2d84b1c9edbbe1188372809c63
Reviewed-on: http://gerrit.rockbox.org/983
Reviewed-by: Amaury Pouly <amaury.pouly@gmail.com>
|
| |
|
|
|
|
| |
Change-Id: I5f5a3537d1ddf6b02684dd4c1dd13be862d3a918
Reviewed-on: http://gerrit.rockbox.org/1054
Reviewed-by: Marcin Bukat <marcin.bukat@gmail.com>
|
| |
|
|
|
|
| |
Change-Id: Ib8f53d32120893b6c1054299ed434a6650a0d7c2
Reviewed-on: http://gerrit.rockbox.org/971
Reviewed-by: Marcin Bukat <marcin.bukat@gmail.com>
|
| |
|
|
|
|
| |
Change-Id: I1b34b1cd7be83d90e38559e386d0c6c64797b707
Reviewed-on: http://gerrit.rockbox.org/977
Reviewed-by: Amaury Pouly <amaury.pouly@gmail.com>
|
| |
|
|
|
|
|
|
|
|
| |
The graphical editor can now display and editor description files.
The library has been improved to provide more useful function.
The XML format has been slightly changed: only one soc is allowed per file
(this is was already de facto the case since <soc> was the root tag).
Also introduce a DTD to validate the files.
Change-Id: If70ba35b6dc0242bdb87411cf4baee9597798aac
|
| |
|
|
|
|
|
|
|
| |
The code was a mess with respect to soc handling: some code just plain copied
the SoC descriptor which are big objects, some was using indexes. The new soc
factor out everything in a few classes which hide these ugly details so that
descriptors are never copied.
Change-Id: I17af8b47f997a528b58221621389d42d24fded93
|
| |
|
|
| |
Change-Id: Ie3d36c6c235a5fd70ffc51552fae3392a015beb0
|
| |
|
|
| |
Change-Id: I45850f4f0213aac5f0538c865cfa84137fcb83e3
|
| |
|
|
| |
Change-Id: I82c5a86ade4c804872ac7665bce583499467cae9
|
| |
|
|
| |
Change-Id: I5309794efda67fd3bf5c265b35ea7da5faf662f6
|
| |
|
|
| |
Change-Id: I3a37221d1688c2f1cbc649bbd2fd27dc78d286a6
|
| |
|
|
| |
Change-Id: I1bef76d30eb47c4ebc8a2baca356d9c135b234ae
|
|
|
This tool allows one to explore any register map. Register dumps
(like produced by hwstub tools) can be loaded and decoded by the
tool. Finally some analysers are provided for specific soc analysis
like clock tree and emi on imx233 for example.
Change-Id: Iaf81bd52d15f3e44ab4fe9bc039153fcf60cf92a
|