]> git.sur5r.net Git - u-boot/commit
tools: Add tool to add crc8 to a mac address
authoroliver@schinagl.nl <oliver@schinagl.nl>
Fri, 25 Nov 2016 15:30:32 +0000 (16:30 +0100)
committerJoe Hershberger <joe.hershberger@ni.com>
Tue, 7 Feb 2017 16:54:33 +0000 (10:54 -0600)
commitc25f01a63ac21ddfa522d972b09a0e9e5ab4b4cd
treefe36c8e27ba2d31e54259cc071e1b2cb207a5eb3
parent1d3c5392396726915558e95e08947e44d994d9bb
tools: Add tool to add crc8 to a mac address

This patch adds a little tool that takes a generic MAC address and
generates a CRC byte for it. The output is the full MAC address without
any separators, ready written into an EEPROM.

Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
tools/.gitignore
tools/Makefile
tools/gen_ethaddr_crc.c [new file with mode: 0644]