sim: remove kernel mapping check for baremetal workloads
authorDam Sunwoo <dam.sunwoo@arm.com>
Wed, 13 Aug 2014 10:57:35 +0000 (06:57 -0400)
committerDam Sunwoo <dam.sunwoo@arm.com>
Wed, 13 Aug 2014 10:57:35 +0000 (06:57 -0400)
commit74a4926fe0a92502ca98ca7656dca478d88eb2f1
treea6a98f34d41aa121fe20f0d57c73da3f4967a79c
parent41d069ef6a46dddf118a7e480d27e70cc47d029d
sim: remove kernel mapping check for baremetal workloads

Baremetal workloads are specified using the "kernel" parameter, but
don't always have the correct address mappings. This patch adds a
boolean flag to the system and bypasses the kernel addr mapping checks
when running in baremetal mode.
src/sim/System.py
src/sim/system.cc