1. 03 12月, 2018 3 次提交
  2. 30 11月, 2018 6 次提交
    • M
      arm64: zynqmp: Wire mini-emmc1 configuration with zcu102 · ebcc1a22
      Michal Simek 提交于
      For testing purpose use zcu102 which has SD at controller 1 and this can
      be used for testing this mini configuration.
      
      U-Boot 2018.11-00279-gdc482e7ee092 (Nov 30 2018 - 10:22:56 +0100)
      
      Model: ZynqMP MINI EMMC1
      Board: Xilinx ZynqMP
      DRAM:  512 MiB
      EL Level:       EL3
      MMC:   sdhci@ff170000: 0
      In:    dcc
      Out:   dcc
      Err:   dcc
      ZynqMP>
      Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
      ebcc1a22
    • M
      arm64: zynqmp: Wire mini-emmc0 configuration with zcu100 · f5ed777d
      Michal Simek 提交于
      For testing purpose use zcu100 which has SD at controller 0 and this can
      be used for testing this mini configuration.
      
      U-Boot 2018.11-00281-gc5d48466e76e (Nov 30 2018 - 10:41:05 +0100)
      
      Model: ZynqMP MINI EMMC0
      Board: Xilinx ZynqMP
      DRAM:  512 MiB
      EL Level:       EL3
      MMC:   sdhci@ff160000: 0
      In:    dcc
      Out:   dcc
      Err:   dcc
      ZynqMP>
      Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
      f5ed777d
    • M
      arm64: zynqmp: Start usb ethernet gadget automatically · e615f39e
      Michal Simek 提交于
      If only usb ethernet gadget is enabled it can start automatically.
      If more gagdets are enabled usb ethernet gadget can be bind by
      "bind /amba/usb1@ff9e0000/dwc3@fe300000 usb_ether" (on zcu100)
      Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
      e615f39e
    • M
      arm64: zynqmp: Add mini mtest configuration · ee97a999
      Michal Simek 提交于
      This configuration is useful when you want to run small u-boot and
      perform DDR memory test to make sure that DDR is properly configured.
      It is use for board bringup because alternative u-boot memory tests is
      quite good.
      Configuration is running out of OCM.
      
      As is done for others mini configurations 0x80 bytes for variables is
      enough and only default variables are stored there.
      
      Alternative memtest is enabled and also 2GB of DDR via DTS files.
      Configuration is enabling ZYNQMP_PSU_INIT_ENABLED and include psu_init()
      from zcu102 for testing purpose.
      In case of size issue this can be moved to SPL configuration as is done
      for mini_qspi configuration but it is not a problem now.
      
      Log:
      U-Boot 2018.11-00268-gbd58b8ba8915 (Nov 29 2018 - 15:33:35 +0100)
      
      Model: ZynqMP MINI
      Board: Xilinx ZynqMP
      DRAM:  WARNING: Initializing TCM overwrites TCM content
      2 GiB
      EL Level:       EL3
      In:    dcc
      Out:   dcc
      Err:   dcc
      ZynqMP>
      Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
      ee97a999
    • M
      arm64: zynqmp: Use minimal size for environment variables · 8cf1a6e8
      Michal Simek 提交于
      There is no reason to have huge space for variables because none is
      using that. But there are some which are setup automatically.
      
      baudrate=115200
      fdtcontroladdr=ffffa0d0
      stderr=dcc
      stdin=dcc
      stdout=dcc
      
      Environment size: 72/124 bytes
      Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
      8cf1a6e8
    • M
      arm64: zynqmp: Do not save variables about board · 1eebaef2
      Michal Simek 提交于
      No reason to save this data to environment.
      Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
      1eebaef2
  3. 29 11月, 2018 12 次提交
  4. 26 11月, 2018 13 次提交
  5. 24 11月, 2018 1 次提交
  6. 21 11月, 2018 5 次提交