1. 11 9月, 2015 2 次提交
  2. 09 9月, 2015 2 次提交
  3. 07 9月, 2015 3 次提交
  4. 25 8月, 2015 13 次提交
  5. 13 8月, 2015 8 次提交
  6. 16 7月, 2015 1 次提交
    • P
      target-arm: Fix broken SCTLR_EL3 reset · e46e1a74
      Peter Maydell 提交于
      The SCTLR_EL3 cpreg definition was implicitly resetting the
      register state to 0, which is both wrong and clashes with
      the reset done via the SCTLR definition (since sctlr[3]
      is unioned with sctlr_s). This went unnoticed until recently,
      when an unrelated change (commit a903c449) happened to
      perturb the order of enumeration through the cpregs hashtable for
      reset such that the erroneous reset happened after the correct one
      rather than before it. Fix this by marking SCTLR_EL3 as an alias,
      so its reset is left up to the AArch32 view.
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      Reviewed-by: NEdgar E. Iglesias <edgar.iglesias@xilinx.com>
      e46e1a74
  7. 06 7月, 2015 1 次提交
  8. 19 6月, 2015 5 次提交
  9. 16 6月, 2015 5 次提交