commit | 65d297af7c6a08ec65bf005fa9bd5cdb955efe39 | [log] [tgz] |
---|---|---|
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Mon Feb 08 00:37:59 2016 +0100 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Wed Nov 30 16:11:46 2016 +0100 |
tree | de9839a98dd41a56a6a93cf61230c6c0d3ec43ea | |
parent | 345490fcd68d830adef7fcfa4ef5bf5681c29546 [diff] |
MIPS: fix iand optimize setup of CP0 registers Clear cp0 status while preserving implementation specific bits. Set bits BEV and ERL as the arch specification requires after a reset or soft-reset exception. Extend and fix initialization of watch registers. Check if additional watch register sets are implemented and initialize them too. Initialize cp0 count as early as possible to get the most accurate boot timing. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>