Skip to content
Snippets Groups Projects
  1. Nov 28, 2016
  2. Nov 26, 2016
  3. Nov 23, 2016
  4. Nov 22, 2016
  5. Nov 21, 2016
  6. Nov 17, 2016
    • Alexander Graf's avatar
      ls2080ardb: Reserve DP-DDR RAM · 215b1fb9
      Alexander Graf authored
      
      The DP-DDR shouldn't be exposed as conventional memory to an OS, so let's
      rather claim it's a reserved region in the EFI memory map
      
      Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
      Reviewed-by: default avatarYork Sun <york.sun@nxp.com>
      215b1fb9
    • Alexander Graf's avatar
      ls2080: Exit dpaa only right before exiting U-Boot · b7b8410a
      Alexander Graf authored
      
      On ls2080 we have a separate network fabric component which we need to
      shut down before we enter Linux (or any other OS). Along with that also
      comes configuration of the fabric using a description file.
      
      Today we always stop and configure the fabric in the boot script and
      (again) exit it on device tree generation. This works ok for the normal
      booti case, but with bootefi the payload we're running may still want to
      access the network.
      
      So let's add a new fsl_mc command that defers configuration and stopping
      the hardware to when we actually exit U-Boot, so that we can still use
      the fabric from an EFI payload.
      
      For existing boot scripts, nothing should change with this patch.
      
      Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
      Reviewed-by: default avatarYork Sun <york.sun@nxp.com>
      [agraf: Fix x86 build]
      b7b8410a
  7. Nov 15, 2016
  8. Nov 13, 2016
  9. Nov 06, 2016
    • Fabio Estevam's avatar
      wandboard: Make Ethernet functional again · dac09fc1
      Fabio Estevam authored
      
      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: default avatarFabio Estevam <fabio.estevam@nxp.com>
      Acked-by: default avatarJoe Hershberger <joe.hershberger@ni.com>
      dac09fc1
    • Fabio Estevam's avatar
      mx6sabresd: Make Ethernet functional again · 4b6035da
      Fabio Estevam authored
      
      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: default avatarFabio Estevam <fabio.estevam@nxp.com>
      4b6035da
  10. Nov 05, 2016
  11. Oct 31, 2016
Loading