rockbox/utils/imxtools
Amaury Pouly 47f6d77690 imxtools/sbtools: "fix" address handling in ELF
This is a common problem that proprietary tools don't handle ELF
files correctly. ELF sections use a virtual address and the
virtual -> physical translation is done though segments. This
allows to have a load (physical) address different from the
virtual one. Here is the trick: proprietary tools usually don't
take the pain to do the translation and just grab the virtual
address. This commit implements proper translation in elftosb1
knowing that this introduce a deviation from the behaviour of the
proprietary tool.

Change-Id: I91721a3a8dead382a0603f84ae3b35c5eb9704eb
2012-12-16 21:28:41 +01:00
..
hwemul imxtools/hwemul: remove useless code (pwm) 2012-12-14 12:06:11 +01:00
regtools regtools: add the imx233/stmp3780 and the stmp3700 reg map 2012-11-14 12:37:32 +01:00
sbtools imxtools/sbtools: "fix" address handling in ELF 2012-12-16 21:28:41 +01:00
scsitools imxtools/scsitool: retrieve the minimum amount of inquiry data 2012-12-13 00:23:33 +01:00