1. 30 5月, 2018 1 次提交
  2. 27 5月, 2018 1 次提交
  3. 24 5月, 2018 1 次提交
  4. 23 5月, 2018 1 次提交
  5. 18 5月, 2018 2 次提交
  6. 17 5月, 2018 1 次提交
  7. 11 5月, 2018 2 次提交
    • M
      arm: zynqmp: Add ZynqMP minimal R5 support · 1d6c54ec
      Michal Simek 提交于
      Xilinx ZynqMP also contains dual Cortex R5 which can run U-Boot.
      This patch is adding minimal support to get U-Boot boot.
      U-Boot on R5 runs out of DDR with default configuration that's why
      DDR needs to be partitioned if there is something else running on arm64.
      Console is done via Cadence uart driver and the first Cadence Triple
      Timer Counter is used for time.
      
      This configuration with uart1 was tested on zcu100-revC.
      
      U-Boot 2018.05-rc2-00021-gd058a08d907d (Apr 18 2018 - 14:11:27 +0200)
      
      Model: Xilinx ZynqMP R5
      DRAM:  512 MiB
      WARNING: Caches not enabled
      MMC:
      In:    serial@ff010000
      Out:   serial@ff010000
      Err:   serial@ff010000
      Net:   Net Initialization Skipped
      No ethernet found.
      ZynqMP r5>
      
      There are two ways how to run this on ZynqMP.
      1. Run from ZynqMP arm64
      tftpb 20000000 u-boot-r5.elf
      setenv autostart no && bootelf -p 20000000
      cpu 4 disable && cpu 4 release 10000000 lockstep
      or
      cpu 4 disable && cpu 4 release 10000000 split
      
      2. Load via jtag when directly to R5
      Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
      1d6c54ec
    • M
      arm: zynq: Rework FPGA initialization · 4aba5fb8
      Michal Simek 提交于
      This commit moves the FPGA descriptor definition
      to mach-zynq, where it makes more sense.
      
      Based on patches from Ariel D'Alessandro <ariel@vanguardiasur.com.ar>
      and Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
      Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
      4aba5fb8
  8. 08 5月, 2018 5 次提交
  9. 29 4月, 2018 1 次提交
  10. 28 4月, 2018 2 次提交
  11. 27 4月, 2018 1 次提交
  12. 26 4月, 2018 1 次提交
  13. 15 4月, 2018 2 次提交
  14. 07 4月, 2018 2 次提交
  15. 23 3月, 2018 2 次提交
  16. 20 3月, 2018 1 次提交
  17. 16 3月, 2018 1 次提交
    • T
      Convert all of CONFIG_CONS_INDEX to Kconfig · 6f6b7cfa
      Tom Rini 提交于
      This converts the following to Kconfig:
         CONFIG_CONS_INDEX
      
      We have existing entries for this option in a number of places, with
      different guards on them.  They're also sometimes used for things not
      directly inside of the serial driver.  First, introduce a new symbol to
      guard the use of CONFIG_CONS_INDEX, so that in the case where we don't
      need this for the serial driver, but for some other use, we can still do
      it.  Next, consolidate all of these into the single entry in
      drivers/serial/Kconfig.  Finally, introduce CONS_INDEX_[023456] so that
      we can imply a correct value here to make the defconfig side of this
      smaller.
      Signed-off-by: NAdam Ford <aford173@gmail.com>
      [trini: Rework a lot of the logic here, such that I took authorship from
      Adam, but kept his S-o-B line]
      Signed-off-by: NTom Rini <trini@konsulko.com>
      6f6b7cfa
  18. 23 2月, 2018 1 次提交
    • A
      ARM: Kconfig: Move TI_SECURE_DEVICE to a common area · 5fbed8f2
      Andrew F. Davis 提交于
      TI_SECURE_DEVICE is used by both OMAP2+ and Keystone2 family devices,
      and so when ARCH_OMAP2PLUS was used to gate off the OMAP2+ Kconfig
      Keystone2 family devices lost this config option.
      
      Move this option out of mach-omap2 Kconfig to a spot accessible by both
      families. We picked arch/arm/Kconfig over the TI specific board/ti/
      location as this option is not specific to our boards but rather our
      architecture.
      
      Plus at some point this option can be changed to just
      SECURE_DEVICE, as having secure parts is not exclusive to TI and
      so other vendors can interpret this option as needed by their device
      configurations.
      
      Fixes: a93fbf4a ("ARM: omap2+: rename config to ARCH_OMAP2PLUS and consolidate Kconfig")
      Signed-off-by: NAndrew F. Davis <afd@ti.com>
      Reviewed-by: NLokesh Vutla <lokeshvutla@ti.com>
      5fbed8f2
  19. 15 2月, 2018 2 次提交
  20. 14 2月, 2018 1 次提交
  21. 08 2月, 2018 4 次提交
  22. 04 2月, 2018 1 次提交
  23. 30 1月, 2018 3 次提交
  24. 29 1月, 2018 1 次提交