1. 08 11月, 2016 10 次提交
  2. 06 11月, 2016 5 次提交
    • 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
    • T
      travis-ci: Try harder to build all ARM targets · baade496
      Tom Rini 提交于
      The way that we have things broken down currently allows for some
      combinations of vendor or CPU to not be built.  To fix this, create a
      new catch-all job that excludes everything we've built elsewhere.  For
      the sake of simplicity we are allowing for the possibility of some
      overlap between the vendor-based jobs and the CPU-based jobs.  While
      we're in here, make a failed build provide the summary of failure.
      Signed-off-by: NTom Rini <trini@konsulko.com>
      baade496
    • T
      buildman: Fix building based on 'options' field · e0f2406e
      Tom Rini 提交于
      The README for buildman says that we can use any field in boards.cfg to
      decide what to build.  However, we were not saving the options field
      correctly.
      
      Cc: Simon Glass <sjg@chromium.org>
      Signed-off-by: NTom Rini <trini@konsulko.com>
      Acked-by: NSimon Glass <sjg@chromium.org>
      e0f2406e
    • F
      mx6sabresd: Make Ethernet functional again · 4b6035da
      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 mx6sabresd 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>
      4b6035da
  3. 05 11月, 2016 6 次提交
  4. 03 11月, 2016 3 次提交
  5. 02 11月, 2016 1 次提交
  6. 01 11月, 2016 1 次提交
  7. 31 10月, 2016 14 次提交