aboutsummaryrefslogtreecommitdiff
path: root/debug/programs/entry.S
AgeCommit message (Expand)AuthorFilesLines
2018-09-13Put debug test stack in data instead of textTim Newsome1-0/+1
2018-04-27debug: add missing align directive on trap_entrytrap_entry_align-1Megan Wachs1-0/+1
2017-09-18Add interrupts to MulticoreRunHaltStepiTest.Tim Newsome1-1/+1
2017-09-14Test debugging code with interrupts.Tim Newsome1-3/+1
2017-09-01Add some infrastructure for multicore tests.Tim Newsome1-8/+7
2017-08-28WIP multicore testing.Tim Newsome1-7/+36
2017-08-28Make the debug tests aware of multicore.Tim Newsome1-0/+7
2017-07-20Add back code to clean up triggers in entry.STim Newsome1-0/+9
2017-07-03Don't clear triggers during execution.Tim Newsome1-9/+0
2017-06-27Tolerate missing misa register.Tim Newsome1-1/+7
2017-04-14debug: checkpoint of trying to get simulation tests workingMegan Wachs1-0/+15
2017-03-29Prohibit relaxing the initial gp generationPalmer Dabbelt1-0/+3
2017-03-29Change the global pointer symbol to __global_pointer$Palmer Dabbelt1-1/+1
2016-12-07Use XLEN macro for these sources as well.Tim Newsome1-1/+1
2016-12-06avoid non-standard predefined macrosAndrew Waterman1-1/+1
2016-09-29Clear triggers during entry.Tim Newsome1-0/+9
2016-07-19I think I've finally got malloc working right.Tim Newsome1-3/+3
2016-07-18Add block test.Tim Newsome1-1/+1
2016-07-18All tests pass with spike now.Tim Newsome1-0/+132