<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/common, branch v2015.10-rc4</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/common?h=v2015.10-rc4</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/common?h=v2015.10-rc4'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2015-09-28T14:15:48Z</updated>
<entry>
<title>malloc_simple: fix malloc_ptr calculation</title>
<updated>2015-09-28T14:15:48Z</updated>
<author>
<name>Philipp Rosenberger</name>
<email>ilu@linutronix.de</email>
</author>
<published>2015-09-08T10:41:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=596380db285a3f048bb47ca6507ea9de69bc2c7f'/>
<id>urn:sha1:596380db285a3f048bb47ca6507ea9de69bc2c7f</id>
<content type='text'>
The gd-&gt;malloc_ptr and the gd-&gt;malloc_limit are offsets to gd-&gt;malloc_base.
But the addr variable contains the absolute address. The new_ptr must be:
addr + bytes - gd-&gt;malloc_base.

Signed-off-by: Philipp Rosenberger &lt;ilu@linutronix.de&gt;
Reviewed-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
</content>
</entry>
<entry>
<title>drivers/net/vsc9953: Add commands for VLAN ingress filtering</title>
<updated>2015-09-21T15:29:48Z</updated>
<author>
<name>Codrin Ciubotariu</name>
<email>codrin.ciubotariu@freescale.com</email>
</author>
<published>2015-07-24T13:55:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5ed1bacd3402a3153c8306766ad099b2261ebe36'/>
<id>urn:sha1:5ed1bacd3402a3153c8306766ad099b2261ebe36</id>
<content type='text'>
The command:
ethsw [port &lt;port_no&gt;] ingress filtering
     { [help] | show | enable | disable }
  - enable/disable VLAN ingress filtering on port

can be used to enable/disable/show VLAN ingress filtering on a port.
This command has also been added to the ethsw generic parser
from common/cmd_ethsw.c

Signed-off-by: Johnson Leung &lt;johnson.leung@freescale.com&gt;
Signed-off-by: Codrin Ciubotariu &lt;codrin.ciubotariu@freescale.com&gt;
Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
Reviewed-by: York Sun &lt;yorksun@freescale.com&gt;
</content>
</entry>
<entry>
<title>drivers/net/vsc9953: Add command for shared/private VLAN learning</title>
<updated>2015-09-21T15:29:48Z</updated>
<author>
<name>Codrin Ciubotariu</name>
<email>codrin.ciubotariu@freescale.com</email>
</author>
<published>2015-07-24T13:55:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=21d214fcd0a12c75ebb9c675f0f07b8e69f6cb44'/>
<id>urn:sha1:21d214fcd0a12c75ebb9c675f0f07b8e69f6cb44</id>
<content type='text'>
The command:
ethsw vlan fdb { [help] | show | shared | private }
 - make VLAN learning shared or private"

configures the FDB to share the FDB entries learned on multiple VLANs
or to keep them separated. By default, the FBD uses private VLAN
learning. This command has also been added to the ethsw generic parser
from common/cmd_ethsw.c

Signed-off-by: Johnson Leung &lt;johnson.leung@freescale.com&gt;
Signed-off-by: Codrin Ciubotariu &lt;codrin.ciubotariu@freescale.com&gt;
Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
Reviewed-by: York Sun &lt;yorksun@freescale.com&gt;
</content>
</entry>
<entry>
<title>drivers/net/vsc9953: Add VLAN commands for VSC9953</title>
<updated>2015-09-21T15:29:48Z</updated>
<author>
<name>Codrin Ciubotariu</name>
<email>codrin.ciubotariu@freescale.com</email>
</author>
<published>2015-07-24T13:55:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a2477924cd302cfae730ebefb431814eb99ad861'/>
<id>urn:sha1:a2477924cd302cfae730ebefb431814eb99ad861</id>
<content type='text'>
The new added commands can be used to configure VLANs for a port
on both ingress and egress.

The new commands are:
ethsw [port &lt;port_no&gt;] pvid { [help] | show | &lt;pvid&gt; }
 - set/show PVID (ingress and egress VLAN tagging) for a port;
ethsw [port &lt;port_no&gt;] vlan { [help] | show | add &lt;vid&gt; | del &lt;vid&gt; }
 - add a VLAN to a port (VLAN members);
ethsw [port &lt;port_no&gt;] untagged { [help] | show | all | none | pvid }
 - set egress tagging mod for a port"
ethsw [port &lt;port_no&gt;] egress tag { [help] | show | pvid | classified }
 - Configure VID source for egress tag. Tag's VID could be the
   frame's classified VID or the PVID of the port
These commands have also been added to the ethsw generic parser from
common/cmd_ethsw.c

Signed-off-by: Johnson Leung &lt;johnson.leung@freescale.com&gt;
Signed-off-by: Codrin Ciubotariu &lt;codrin.ciubotariu@freescale.com&gt;
Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
Reviewed-by: York Sun &lt;yorksun@freescale.com&gt;
</content>
</entry>
<entry>
<title>drivers/net/vsc9953: Add commands to manipulate the FDB for VSC9953</title>
<updated>2015-09-21T15:29:47Z</updated>
<author>
<name>Codrin Ciubotariu</name>
<email>codrin.ciubotariu@freescale.com</email>
</author>
<published>2015-09-09T15:00:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=22449858f8eae3f03399f76b4a982dd2f0d4df00'/>
<id>urn:sha1:22449858f8eae3f03399f76b4a982dd2f0d4df00</id>
<content type='text'>
The new command:
ethsw [port &lt;port_no&gt;] [vlan &lt;vid&gt;] fdb
        { [help] | show | flush | { add | del } &lt;mac&gt; }

Can be used to add and delete FDB entries. Also, the command can be used
to show entries from the FDB tables. When used with [port &lt;port_no&gt;]
and [vlan &lt;vid&gt;], only the matching the FDB entries can be seen or
flushed. The command has also been added to the generic ethsw parser
from cmd_ethsw.c.

Signed-off-by: Johnson Leung &lt;johnson.leung@freescale.com&gt;
Signed-off-by: Codrin Ciubotariu &lt;codrin.ciubotariu@freescale.com&gt;
Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
Reviewed-by: York Sun &lt;yorksun@freescale.com&gt;
</content>
</entry>
<entry>
<title>common/env_flags.c: Add function to validate a MAC address</title>
<updated>2015-09-21T15:29:47Z</updated>
<author>
<name>Codrin Ciubotariu</name>
<email>codrin.ciubotariu@freescale.com</email>
</author>
<published>2015-09-09T15:00:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0118e83ba4e1811515dc944a826758cad8a394b7'/>
<id>urn:sha1:0118e83ba4e1811515dc944a826758cad8a394b7</id>
<content type='text'>
The code that checks if a string has the format of a MAC address has been
moved to a separate function called eth_validate_ethaddr_str().

This has been done to allow other components (such as vsc9953 driver)
to validate a MAC address.

Signed-off-by: Codrin Ciubotariu &lt;codrin.ciubotariu@freescale.com&gt;
Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
Reviewed-by: York Sun &lt;yorksun@freescale.com&gt;
</content>
</entry>
<entry>
<title>drivers/net/vsc9953: Add commands to enable/disable HW learning</title>
<updated>2015-09-21T15:29:47Z</updated>
<author>
<name>Codrin Ciubotariu</name>
<email>codrin.ciubotariu@freescale.com</email>
</author>
<published>2015-07-24T13:55:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=68c929da6bf754ace639b2159e2d5b9e22323aaa'/>
<id>urn:sha1:68c929da6bf754ace639b2159e2d5b9e22323aaa</id>
<content type='text'>
The command:
ethsw [port &lt;port_no&gt;] learning { [help] | show | auto | disable }

can be used to enable/disable HW learning on a port.
This patch also adds this command to the generic ethsw parser from
cmd_ethsw.

Signed-off-by: Johnson Leung &lt;johnson.leung@freescale.com&gt;
Signed-off-by: Codrin Ciubotariu &lt;codrin.ciubotariu@freescale.com&gt;
Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
Reviewed-by: York Sun &lt;yorksun@freescale.com&gt;
</content>
</entry>
<entry>
<title>drivers/net/vsc9953: Add command to show/clear port counters</title>
<updated>2015-09-21T15:29:47Z</updated>
<author>
<name>Codrin Ciubotariu</name>
<email>codrin.ciubotariu@freescale.com</email>
</author>
<published>2015-07-24T13:55:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=86719f0cd55bc13186798217b08fa6a048eda27c'/>
<id>urn:sha1:86719f0cd55bc13186798217b08fa6a048eda27c</id>
<content type='text'>
The new added command:
ethsw [port &lt;port_no&gt;] statistics { [help] | [clear] }

will print counters like the number of Rx/Tx frames,
number of Rx/Tx bytes, number of Rx/Tx unicast frames, etc.
This patch also adds this commnd in the genereric ethsw
parser from cmd_ethsw.c

Signed-off-by: Codrin Ciubotariu &lt;codrin.ciubotariu@freescale.com&gt;
Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
Reviewed-by: York Sun &lt;yorksun@freescale.com&gt;
</content>
</entry>
<entry>
<title>common/cmd_ethsw: Add generic commands for Ethernet Switches</title>
<updated>2015-09-21T15:29:47Z</updated>
<author>
<name>Codrin Ciubotariu</name>
<email>codrin.ciubotariu@freescale.com</email>
</author>
<published>2015-07-24T13:55:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4ea54e3f2394cfca9ffaa14c181d2ae8a11677a8'/>
<id>urn:sha1:4ea54e3f2394cfca9ffaa14c181d2ae8a11677a8</id>
<content type='text'>
This patch creates a flexible parser for Ethernet Switch
configurations that should support complex commands.
The parser searches for predefined keywords in the command
and calls the proper function when a match is found.
Also, the parser allows for optional keywords, such as
"port", to apply the command on a port
or on all ports. For now, the defined commands are:
ethsw [port &lt;port_no&gt;] { enable | disable | show }

Signed-off-by: Codrin Ciubotariu &lt;codrin.ciubotariu@freescale.com&gt;
Reviewed-by: York Sun &lt;yorksun@freescale.com&gt;
</content>
</entry>
<entry>
<title>cli_simple.c: fix possible overflow when copying the string</title>
<updated>2015-09-15T19:04:53Z</updated>
<author>
<name>Imran Zaman</name>
<email>imran.zaman@intel.com</email>
</author>
<published>2015-09-07T08:24:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ca7def6003d376eb50547c468167e10cb5c2b835'/>
<id>urn:sha1:ca7def6003d376eb50547c468167e10cb5c2b835</id>
<content type='text'>
Bigger source buffer than dest buffer could overflow when copying
strings.  Source and destination buffer sizes are same now.

Signed-off-by: Imran Zaman &lt;imran.zaman@intel.com&gt;
</content>
</entry>
</feed>
