ext: Update NoMali to external rev f08e0a5
authorAndreas Sandberg <andreas.sandberg@arm.com>
Fri, 29 Jan 2016 12:14:21 +0000 (12:14 +0000)
committerAndreas Sandberg <andreas.sandberg@arm.com>
Fri, 29 Jan 2016 12:14:21 +0000 (12:14 +0000)
commitb99fea78a6b0db9dcf7133c302991b8a7a8f8538
treed92f89fbd5a03e9ce64ab74009687c1b8ec4f441
parent1285d639eba6b95e31fb2b4aacae524d04ddf981
ext: Update NoMali to external rev f08e0a5

Update NoMali from external revision 9adf9d6 to f08e0a5 and bring in
the following changes:

f08e0a5 Add support for tracking address space state
f11099e Fix job slot register handling when running new jobs
b28c98e api: Add a reset callback
29ac4c3 tests: Update gitignore to cover all future test cases
1c6b893 Propagate reset calls to all job slots
8f8ec15 Remove redundant reg vector in MMU
85d90d2 tests: Fix incorrect extern declaration
19 files changed:
ext/nomali/.gitignore
ext/nomali/SConscript
ext/nomali/include/libnomali/nomali.h
ext/nomali/lib/Rules.mk
ext/nomali/lib/addrspace.cc [new file with mode: 0644]
ext/nomali/lib/addrspace.hh [new file with mode: 0644]
ext/nomali/lib/jobcontrol.cc
ext/nomali/lib/jobcontrol.hh
ext/nomali/lib/jobslot.cc
ext/nomali/lib/mmu.cc
ext/nomali/lib/mmu.hh
ext/nomali/lib/nomali_api.cc
ext/nomali/lib/regutils.hh
ext/nomali/tests/Rules.mk
ext/nomali/tests/nomali_test_helpers.h
ext/nomali/tests/nomali_test_ints.c
ext/nomali/tests/nomali_test_mmu.c [new file with mode: 0644]
ext/nomali/tests/nomali_test_reset.c [new file with mode: 0644]
ext/nomali/tests/test_helpers.h