1. 16 3月, 2013 2 次提交
    • P
      hw/arm_sysctl: Handle SYS_CFGCTRL in a more structured way · 71538323
      Peter Maydell 提交于
      The SYS_CFGCTRL register consists of separate fields
      for DCC, function, site, position and device, as well
      as a read/write bit. Refactor the code handling SYS_CFGCTRL
      writes to make it easier to add support for functions
      like SYS_CFG_OSC which support multiple device fields.
      We also pull the handling out into its own function for
      clarity, as there are potentially a lot of implementable
      subfunctions.
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      71538323
    • P
      hw/vexpress: Pass proc_id via VEDBoardInfo · cdef10bb
      Peter Maydell 提交于
      Pass the daughterboard-specific proc_id property to the code that
      creates the sysctl device via the VEDBoardInfo struct, rather than
      by having the daughterboard init function write to a uint32_t*
      argument. This is a cleaner way to pass the info around, and
      is in line with the way we are going to handle voltage and
      oscillator initialization.
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      cdef10bb
  2. 15 3月, 2013 35 次提交
  3. 14 3月, 2013 3 次提交