1. 22 4月, 2015 1 次提交
  2. 20 4月, 2015 20 次提交
  3. 13 4月, 2015 3 次提交
  4. 12 4月, 2015 6 次提交
  5. 11 4月, 2015 9 次提交
  6. 10 4月, 2015 1 次提交
    • L
      nios2: fix cache coherency issue when debug with gdb · 4a89c308
      Ley Foon Tan 提交于
      Remove the end address checking for flushda function. We need to flush
      each address line for flushda instruction, from start to end address.
      This is because flushda instruction only flush the cache if tag and line
      fields are matched.
      
      Change to use ldwio instruction (bypass cache) to load the instruction
      that causing trap. Our interest is the actual instruction that executed
      by the processor, this should be uncached.
      Note, EA address might be an userspace cached address.
      Signed-off-by: NLey Foon Tan <lftan@altera.com>
      4a89c308