1. 28 1月, 2019 3 次提交
    • M
      imx: Add PHYTEC phyBOARD-i.MX6UL-Segin · 0963060c
      Martyn Welch 提交于
      Port for the PHYTEC phyBOARD-i.MX6UL-Segin single board computer. Based on
      the PHYTEC phyCORE-i.MX6UL SOM (PCL063).
      
      CPU:   Freescale i.MX6UL rev1.2 528 MHz (running at 396 MHz)
      CPU:   Industrial temperature grade (-40C to 105C) at 44C
      Reset cause: POR
      Board: PHYTEC phyCORE-i.MX6UL
      I2C:   ready
      DRAM:  256 MiB
      NAND:  512 MiB
      MMC:   FSL_SDHC: 0
      In:    serial
      Out:   serial
      Err:   serial
      Net:   FEC0
      
      Working:
       - Eth0
       - i2C
       - MMC/SD
       - NAND
       - UART (1 & 5)
       - USB (host & otg)
      Signed-off-by: NMartyn Welch <martyn.welch@collabora.com>
      0963060c
    • M
      Enable FEC driver to retrieve PHY address from device tree · 774ec60b
      Martyn Welch 提交于
      Currently if we have more than one phy on the MDIO bus, we do not have a
      good mechanism for determining which should be used at runtime. Enable the
      FEC driver to determine the address for the PHY from the device tree.
      Signed-off-by: NMartyn Welch <martyn.welch@collabora.com>
      Reviewed-by: NLukasz Majewski <lukma@denx.de>
      774ec60b
    • B
      imx: hab: Convert non-NULL IVT DCD pointer warning to an error · b2ca8907
      Breno Matheus Lima 提交于
      The following NXP application notes and manual recommend to ensure the
      IVT DCD pointer is Null prior to calling HAB API authenticate_image()
      function:
      
      - AN12263: HABv4 RVT Guidelines and Recommendations
      - AN4581: Secure Boot on i.MX50, i.MX53, i.MX 6 and i.MX7 Series using
        HABv4
      - CST docs: High Assurance Boot Version 4 Application Programming
        Interface Reference Manual
      
      Commit ca89df7d ("imx: hab: Convert DCD non-NULL error to warning")
      converted DCD non-NULL error to warning due to the lack of documentation
      at the time of first patch submission. We have warned U-Boot users since
      v2018.03, and it makes sense now to follow the NXP recommendation to
      ensure the IVT DCD pointer is Null.
      
      DCD commands should only be present in the initial boot image loaded by
      the SoC ROM. Starting in HAB v4.3.7 the HAB code  will generate an error
      if a DCD pointer is present in an image being authenticated by calling the
      HAB RVT API. Older versions of HAB will process and run DCD if it is
      present, and this could lead to an incorrect authentication boot flow.
      Signed-off-by: NBreno Lima <breno.lima@nxp.com>
      Reviewed-by: NFabio Estevam <festevam@gmail.com>
      b2ca8907
  2. 25 1月, 2019 20 次提交
  3. 24 1月, 2019 17 次提交