From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 23 Apr 2014 15:10:41 -0700 Subject: [U-Boot] [PATCH v2] powerpc/cpu/mpc85xx: Add MAC address for layer 2 switch In-Reply-To: <1396025849-4871-1-git-send-email-codrin.ciubotariu@freescale.com> References: <1396025849-4871-1-git-send-email-codrin.ciubotariu@freescale.com> Message-ID: <53583A61.3080006@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 03/28/2014 09:57 AM, Codrin Ciubotariu wrote: > T1040RDB and T1040QDS boards have an integrated l2 switch. > The switch needs a MAC address for Layer 2 protocols > (MSTP, LLDP, LACP, etc). Setting a MAC address on l2switchaddr will add > a MAC in device-tree, under node l2switch. > > Signed-off-by: Codrin Ciubotariu > Cc: York Sun > --- > > Changes v2: > - replaced board macros with SoC macro; > - added more comments; > Applied to u-boot-mpc85xx/master, thanks. York