1. 26 8月, 2019 2 次提交
  2. 05 6月, 2019 1 次提交
  3. 18 5月, 2019 2 次提交
    • T
      CONFIG_SPL_SYS_[DI]CACHE_OFF: add · 10015025
      Trevor Woerner 提交于
      While converting CONFIG_SYS_[DI]CACHE_OFF to Kconfig, there are instances
      where these configuration items are conditional on SPL. This commit adds SPL
      variants of these configuration items, uses CONFIG_IS_ENABLED(), and updates
      the configurations as required.
      Acked-by: NAlexey Brodkin <abrodkin@synopsys.com>
      Signed-off-by: NTrevor Woerner <trevor@toganlabs.com>
      [trini: Make the default depend on the setting for full U-Boot, update
      more zynq hardware]
      Signed-off-by: NTom Rini <trini@konsulko.com>
      10015025
    • T
      CONFIG_SYS_[DI]CACHE_OFF: convert to Kconfig · a0aba8a2
      Trevor Woerner 提交于
      CONFIG_SYS_[DI]CACHE_OFF had been partially converted to Kconfig
      parameters; only for the ARC architecture. This patch turns these two
      parameters into Kconfig items everywhere else they are found.
      
      All of the include/configs/* and defconfig changes in this patch are
      for arm machines only. The Kconfig changes for arc, nds32, riscv,
      and xtensa have been included since these symbols are found in code
      under arch/{arc,nds32,riscv,xtensa}, however, no currently-defined
      include/configs/* or defconfigs for these architectures exist which
      include these symbols.
      
      These results have been confirmed with tools/moveconfig.py.
      Acked-by: NAlexey Brodkin <abrodkin@snopsys.com>
      Signed-off-by: NTrevor Woerner <trevor@toganlabs.com>
      [trini: Re-migrate for a few more boards]
      Signed-off-by: NTom Rini <trini@konsulko.com>
      a0aba8a2
  4. 09 5月, 2019 1 次提交
  5. 08 4月, 2019 5 次提交
  6. 27 2月, 2019 2 次提交
  7. 18 12月, 2018 6 次提交
  8. 05 12月, 2018 1 次提交
  9. 26 11月, 2018 4 次提交
  10. 03 10月, 2018 2 次提交
  11. 29 5月, 2018 1 次提交
    • R
      riscv: cpu: nx25: Rename as ax25 · 6f4dd62f
      Rick Chen 提交于
      Andes has rearranged the product combinations.
      nx25 and ax25 both are RISC-V architecture cpu core.
      But ax25 has MMU unit inside, and nx25 is not.
      
      Cpu nx25 and platform ae250 are arranged in pairs.
      Cpu ax25 and platform ae350 are arranged in pairs.
      
      This patch will rename
      nx25 as ax25
      ae250 as ae350
      nx25-ae250 as ax25-ae350
      including filename, variable, string and definition.
      
      Then u-boot can boot linux kernel in ae350
      platform reasonably.
      Signed-off-by: NRick Chen <rick@andestech.com>
      Signed-off-by: NRick Chen <rickchen36@gmail.com>
      Cc: Greentime Hu <green.hu@gmail.com>
      6f4dd62f
  12. 12 1月, 2018 1 次提交