summaryrefslogtreecommitdiffstats
path: root/common/Makefile
diff options
context:
space:
mode:
authorCodrin Ciubotariu <codrin.ciubotariu@freescale.com>2015-07-24 16:55:27 +0300
committerYork Sun <yorksun@freescale.com>2015-09-21 08:29:47 -0700
commit4ea54e3f2394cfca9ffaa14c181d2ae8a11677a8 (patch)
tree3724a951d66ebb94314b467a46ea5c64c6b459cc /common/Makefile
parent9de059871f8364dd898faf0b6057b8fa69fa2728 (diff)
downloadtalos-obmc-uboot-4ea54e3f2394cfca9ffaa14c181d2ae8a11677a8.tar.gz
talos-obmc-uboot-4ea54e3f2394cfca9ffaa14c181d2ae8a11677a8.zip
common/cmd_ethsw: Add generic commands for Ethernet Switches
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 <port_no>] { enable | disable | show } Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'common/Makefile')
-rw-r--r--common/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Makefile b/common/Makefile
index 556fb07592..491c56552f 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -214,6 +214,7 @@ obj-$(CONFIG_DFU_TFTP) += update.o
obj-$(CONFIG_USB_KEYBOARD) += usb_kbd.o
obj-$(CONFIG_CMD_DFU) += cmd_dfu.o
obj-$(CONFIG_CMD_GPT) += cmd_gpt.o
+obj-$(CONFIG_CMD_ETHSW) += cmd_ethsw.o
# Power
obj-$(CONFIG_CMD_PMIC) += cmd_pmic.o
OpenPOWER on IntegriCloud