1. 28 11月, 2017 1 次提交
  2. 16 8月, 2017 2 次提交
  3. 02 8月, 2017 8 次提交
  4. 20 6月, 2017 1 次提交
  5. 06 4月, 2017 1 次提交
  6. 20 12月, 2016 2 次提交
  7. 09 12月, 2016 1 次提交
  8. 08 12月, 2016 2 次提交
    • M
      zynqmp works · 8a5db0ab
      Michal Simek 提交于
      8a5db0ab
    • M
      block: Move ceva driver to DM · 8814c038
      Michal Simek 提交于
      This patch also includes ARM64 zynqmp changes:
      - Remove platform non DM initialization
      - Remove hardcoded sata base address
      Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
      Reviewed-by: NSimon Glass <sjg@chromium.org>
      Series-to: sjg, agraf@suse.de
      Series-cc: uboot
      Series-version: 4
      Series-changes: 2
      - make ceva_init_sata static
      - Move SATA_CEVA to defconfig
      - Initalized max_lun and max_id platdata
      
      Series-changes: 3
      - Extend Kconfig help description
      - sort dm.h
      - Remove SPL undefinition from board file
      - Fix Kconfig dependecies
      8814c038
  9. 15 11月, 2016 4 次提交
  10. 19 10月, 2016 1 次提交
    • A
      arm: Provide common PSCI based reset handler · 8069821f
      Alexander Graf 提交于
      Most armv8 systems have PSCI support enabled in EL3, either through
      ARM Trusted Firmware or other firmware.
      
      On these systems, we do not need to implement system reset manually,
      but can instead rely on higher level firmware to deal with it.
      
      The exclude list seems excessive right now, but NXP is working on
      providing an in-tree PSCI implementation, so that all NXP systems
      can eventually use PSCI as well.
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      [agraf: fix meson]
      Reviewed-by: NSimon Glass <sjg@chromium.org>
      8069821f
  11. 18 10月, 2016 1 次提交
    • A
      arm: Disable HVC PSCI calls by default · 51bfb5b6
      Alexander Graf 提交于
      All systems that are running on armv8 are running bare metal with firmware
      that implements PSCI running in EL3. That means we don't really need to expose
      the hypercall variants of them.
      
      This patch leaves the code in, but makes the code explicit enough to have the
      compiler optimize it out. With this we don't need to worry about hvc vs smc
      calling convention when calling psci helper functions.
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      Reviewed-by: NSimon Glass <sjg@chromium.org>
      51bfb5b6
  12. 22 9月, 2016 4 次提交
  13. 02 8月, 2016 1 次提交
  14. 06 6月, 2016 1 次提交
  15. 24 5月, 2016 1 次提交
    • M
      ARM64: zynqmp: Add support for reading MAC from eeprom · 6919b4bf
      Michal Simek 提交于
      Add support for on board eeprom with programmed MAC for using in u-boot
      to have uniq address for every board.
      Most of the time uniq MAC address is on a label on the board.
      If address is not programmed use these command to program it.
      
      On zcu102:
      ZynqMP> mm.b 0
      00000000: 00 ? 00
      00000001: a0 ? 0a
      00000002: 35 ? 35
      00000003: 02 ? 02
      00000004: 00 ? ef
      00000005: 00 ? 67
      00000006: 00 ? q
      i2c dev 5
      i2c write 0 54 20 6
      i2c md 54 20
      Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
      6919b4bf
  16. 14 4月, 2016 2 次提交
  17. 05 4月, 2016 2 次提交
  18. 27 1月, 2016 5 次提交