1. 29 1月, 2021 10 次提交
  2. 28 1月, 2021 27 次提交
  3. 27 1月, 2021 3 次提交
    • N
      cmd: pxe: add support for FDT overlays · 69076dff
      Neil Armstrong 提交于
      This adds support for specifying FDT overlays in an extlinux/pxelinux
      configuration file.
      
      Without this, there is no simple way to apply overlays when the kernel
      and fdt is loaded by the pxe command.
      
      This change adds the 'fdtoverlays' keyword for a label, supporting multiple
      overlay files to be applied on top of the fdt specified in the 'fdt' or
      'devicetree' keyword.
      
      Example:
        label linux
          kernel /Image
          fdt /soc-board.dtb
          fdtoverlays /soc-board-function.dtbo
          append console=ttyS0,115200 root=/dev/mmcblk0p2 rootwait
      
      This code makes usage of a new variable called fdtoverlay_addr_r used to load
      the overlay files without overwritting anything important.
      
      Cc: Tom Rini <trini@konsulko.com>
      Cc: Andre Heider <a.heider@gmail.com>
      Cc: Jernej Škrabec <jernej.skrabec@siol.net>
      Cc: Jonas Karlman <jonas@kwiboo.se>
      Tested-by: NJernej Škrabec <jernej.skrabec@siol.net>
      Reviewed-by: NJernej Škrabec <jernej.skrabec@siol.net>
      Signed-off-by: NNeil Armstrong <narmstrong@baylibre.com>
      69076dff
    • M
      net: phy: micrel: Try default PHY ofnode first · b5f09df2
      Marek Vasut 提交于
      The phydev structure has a PHY OF node pointer in it, use that OF node
      first when looking up PHY OF node properties, since that is likely the
      correct PHY OF node pointer. If the pointer is not valid, which is the
      case e.g. on legacy DTs, fall back to parsing MAC ethernet-phy subnode.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Joe Hershberger <joe.hershberger@ni.com>
      Cc: Ramon Fried <rfried.dev@gmail.com>
      b5f09df2
    • A
      board: presidio-asic: Add CAxxxx Ethernet support · c34a9275
      Alex Nemirovsky 提交于
      Add CAxxxx Ethernet support for the Cortina Access
      Presidio Engineering Board
      Signed-off-by: NAlex Nemirovsky <alex.nemirovsky@cortina-access.com>
      CC: Tom Rini <trini@konsulko.com>
      c34a9275