1. 15 11月, 2016 8 次提交
  2. 14 11月, 2016 15 次提交
  3. 08 11月, 2016 15 次提交
  4. 06 11月, 2016 2 次提交
    • F
      wandboard: Make Ethernet functional again · dac09fc1
      Fabio Estevam 提交于
      Since commit ce412b79 ("drivers: net: phy: atheros: add separate
      config for AR8031") ethernet does not work on mx6sabresd.
      
      This commit correctly assigns ar8031_config() as the configuration
      function for AR8031 in the same way as done in the Linux kernel.
      
      However, on wandboard design we need some additional configuration,
      such as enabling the 125 MHz AR8031 output that needs to be done
      in the board file.
      
      This also aligns with the same method that the kernel performs
      the AR8031 fixup in arch/arm/mach-imx/mach-imx6q.c.
      Signed-off-by: NFabio Estevam <fabio.estevam@nxp.com>
      Acked-by: NJoe Hershberger <joe.hershberger@ni.com>
      dac09fc1
    • T
      mkimage: Allow including a ramdisk in FIT auto mode · 0f7c6cdc
      Tomeu Vizoso 提交于
      Adds -i option that allows specifying a ramdisk file to be added to the
      FIT image when we are using the automatic FIT mode (no ITS file).
      
      This makes adding Depthcharge support to LAVA much more convenient, as
      no additional configuration files need to be kept around in the machine
      that dispatches jobs to the boards.
      Signed-off-by: NTomeu Vizoso <tomeu.vizoso@collabora.com>
      Cc: Simon Glass <sjg@chromium.org>
      Cc: Matt Hart <matthew.hart@linaro.org>
      Cc: Neil Williams <codehelp@debian.org>
      Reviewed-by: NSimon Glass <sjg@chromium.org>
      0f7c6cdc