From: Keith Packard Date: Tue, 13 May 2014 06:18:41 +0000 (-0700) Subject: altos/flash-loader: Check memory addresses against flash space X-Git-Tag: 1.3.2.2~105 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=8a114bac1145359f3953ce70f049a6be71df5300;hp=8a114bac1145359f3953ce70f049a6be71df5300;p=fw%2Faltos altos/flash-loader: Check memory addresses against flash space This validates memory read/write requests to make sure they are within the available flash memory space. This also reports the flash base and bounds addresses in the 'version' command so that the loader can validate the image before attempting to write it. Signed-off-by: Keith Packard ---