1. 24 8月, 2018 1 次提交
  2. 10 5月, 2018 1 次提交
    • S
      arm64: dts: juno: replace '_' with '-' in node names · 506eeeab
      Sudeep Holla 提交于
      The latest DTC throws warnings for character '_' in the node names.
      
      Warning (node_name_chars_strict): /thermal-zones/big_cluster: Character '_' not recommended in node name
      Warning (node_name_chars_strict): /thermal-zones/little_cluster: Character '_' not recommended in node name
      Warning (node_name_chars_strict): /smb@8000000/motherboard/gpio_keys: Character '_' not recommended in node name
      Warning (node_name_chars_strict): /pmu_a57: Character '_' not recommended in node name
      Warning (node_name_chars_strict): /pmu_a53: Character '_' not recommended in node name
      
      The general recommendation is to use character '-' for all the node names.
      This patch fixes the warnings following the recommendation.
      Acked-by: NLiviu Dudau <liviu.dudau@arm.com>
      Reviewed-by: NRob Herring <robh@kernel.org>
      Signed-off-by: NSudeep Holla <sudeep.holla@arm.com>
      506eeeab
  3. 19 5月, 2017 1 次提交
  4. 19 4月, 2017 1 次提交
    • S
      arm64: dts: juno: add information about L1 and L2 caches · f9936c4a
      Sudeep Holla 提交于
      Commit a8d4636f ("arm64: cacheinfo: Remove CCSIDR-based cache
      information probing") removed mechanism to extract cache information
      based on CCSIDR register as the architecture explicitly states no
      inference about the actual sizes of caches based on CCSIDR registers.
      
      Commit 9a802431 ("arm64: cacheinfo: add support to override cache
      levels via device tree") had already provided options to override cache
      information from the device tree.
      
      This patch adds the information about L1 and L2 caches on all variants
      of Juno platform.
      
      Cc: Will Deacon <will.deacon@arm.com>
      Cc: Liviu Dudau <liviu.dudau@arm.com>
      Signed-off-by: NSudeep Holla <sudeep.holla@arm.com>
      f9936c4a
  5. 18 1月, 2017 3 次提交
  6. 03 12月, 2016 1 次提交
  7. 18 10月, 2016 1 次提交
    • J
      arm64: dts: juno: add cpu capacity-dmips-mhz information to R0 boards · 4d6815b4
      Juri Lelli 提交于
      This patch adds cpu capacity-dmips-mhz information to Juno R0 boards.
      
      Cc: Rob Herring <robh+dt@kernel.org>
      Cc: Pawel Moll <pawel.moll@arm.com>
      Cc: Mark Rutland <mark.rutland@arm.com>
      Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>
      Cc: Kumar Gala <galak@codeaurora.org>
      Cc: Catalin Marinas <catalin.marinas@arm.com>
      Cc: Will Deacon <will.deacon@arm.com>
      Cc: Liviu Dudau <Liviu.Dudau@arm.com>
      Cc: Sudeep Holla <sudeep.holla@arm.com>
      Cc: Arnd Bergmann <arnd@arndb.de>
      Cc: Jon Medhurst <tixy@linaro.org>
      Cc: Olof Johansson <olof@lixom.net>
      Cc: Robin Murphy <robin.murphy@arm.com>
      Cc: devicetree@vger.kernel.org
      Signed-off-by: NJuri Lelli <juri.lelli@arm.com>
      [sudeep.holla@arm.com: reformated subject and updated changelog]
      Signed-off-by: NSudeep Holla <sudeep.holla@arm.com>
      4d6815b4
  8. 21 6月, 2016 1 次提交
    • S
      arm64: dts: juno: add coresight support · 3e287cf6
      Sudeep Holla 提交于
      Most of the debug-related components on Juno are located in the coreSight
      subsystem while others are located in the Cortex-Axx clusters, the SCP
      subsystem, and in the main system.
      
      Each core in the two processor clusters contain an Embedded Trace
      Macrocell(ETM) which generates real-time trace information that trace
      tools can use and an ATB trace output that is sent to a funnel before
      going to the CoreSight subsystem.
      
      The trace output signals combine with two trace expansions using another
      funnel and fed into the Embedded Trace FIFO(ETF0).
      
      The output trace data stream of the funnel is then replicated before it
      is sent to either the:
      - Trace Port Interface Unit(TPIU), that sends it out using the trace port.
      - ETR that can write the trace data to memory located in the application
        memory space
      
      Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
      Acked-by: NLiviu Dudau <liviu.dudau@arm.com>
      Acked-by: NMathieu Poirier <mathieu.poirier@linaro.org>
      Signed-off-by: NSudeep Holla <sudeep.holla@arm.com>
      3e287cf6
  9. 23 12月, 2015 1 次提交
  10. 09 10月, 2015 2 次提交
  11. 07 10月, 2015 1 次提交
  12. 22 5月, 2015 2 次提交
  13. 04 4月, 2015 1 次提交
  14. 26 2月, 2015 1 次提交
    • S
      arm64: Add L2 cache topology to ARM Ltd boards/models · 7934d69a
      Sudeep Holla 提交于
      Commit 5d425c18 ("arm64: kernel: add support for cpu cache
      information") adds cacheinfo support for ARM64. Since there's no
      architectural way of detecting the cpus that share particular cache,
      device tree can be used and the core cacheinfo already supports the
      same.
      
      This patch adds the L2 cache topology on Juno board, FVP/RTSM and
      foundation models.
      Signed-off-by: NSudeep Holla <sudeep.holla@arm.com>
      Cc: Mark Rutland <mark.rutland@arm.com>
      Cc: Liviu Dudau <Liviu.Dudau@arm.com>
      Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      7934d69a
  15. 24 1月, 2015 1 次提交
  16. 29 11月, 2014 1 次提交
  17. 21 11月, 2014 1 次提交