ext: Add the NoMali GPU no-simulation library

Add revision 9adf9d6e2d889a483a92136c96eb8a434d360561 of NoMali-model
from https://github.com/ARM-software/nomali-model. This library
implements the register interface of the Mali T6xx/T7xx series GPUs,
but doesn't do any rendering. It can be used to hide the effects of
software rendering.
This commit is contained in:
Andreas Sandberg
2015-07-07 10:03:13 +01:00
parent a0cbf55411
commit c274057840
39 changed files with 6484 additions and 0 deletions

View File

@@ -1202,6 +1202,10 @@ main.SConscript('ext/dramsim2/SConscript',
main.SConscript('ext/drampower/SConscript',
variant_dir = joinpath(build_root, 'drampower'))
# nomali build is shared across all configs in the build root.
main.SConscript('ext/nomali/SConscript',
variant_dir = joinpath(build_root, 'nomali'))
###################################################
#
# This function is used to set up a directory with switching headers