1. 26 8月, 2019 2 次提交
  2. 24 8月, 2019 1 次提交
    • A
      Kconfigs: Various: Fix some SPL, TPL and ARM64 dependencies · 05705566
      Adam Ford 提交于
      Several options are presenting themselves on a various boards
      where the options are clearly not used.  (ie, arm64 options on
      arm9, or SPL/TPL options when SPL or TPL are not defined)
      
      This patch is not attempting to be a complete list of items, but
      more like low hanging fruit.
      
      This patch attempts to reduce some of the menuconfig noise
      by defining dependencies so they don't appear when not used.
      Signed-off-by: NAdam Ford <aford173@gmail.com>
      05705566
  3. 23 8月, 2019 5 次提交
  4. 22 8月, 2019 30 次提交
  5. 20 8月, 2019 2 次提交
    • S
      arm: dts: Makefile: clean *dtb_HS · c8e8de13
      Suniel Mahesh 提交于
      TI HS platforms generate *dtb_HS binary blobs and there is no
      rule for cleanup. Added entry for cleanup in clean-files target.
      Signed-off-by: NSuniel Mahesh <sunil.m@techveda.org>
      Reviewed-by: NLokesh Vutla <lokeshvutla@ti.com>
      c8e8de13
    • S
      ARM: DRA7: Fixup DPLL clock rate fixup logic for newer kernels · a517c1f6
      Suman Anna 提交于
      The commit 1b42ab3e ("ARM: DRA7: Fixup DSPEVE, IVA and GPU clock
      frequencies based on OPP") updates the kernel device-tree blob to adjust
      the DSP, IVA and GPU DPLL clocks based on a one-time OPP choice selected
      in U-Boot. All these DPLL clocks are children of the cm_core_aon clocks
      DT node.
      
      The hierarchy of this clocks DT node has changed in newer Linux kernels
      starting from v5.0, and this results in a failure in ft_fixup_clocks()
      function to update the clock rates on these newer kernels. Fix this by
      updating the lookup logic to look through both the newer and older
      DT hierarchy paths for the cm_core_aon clocks node.
      Signed-off-by: NSuman Anna <s-anna@ti.com>
      a517c1f6