From c25f01a63ac21ddfa522d972b09a0e9e5ab4b4cd Mon Sep 17 00:00:00 2001 From: "oliver@schinagl.nl" Date: Fri, 25 Nov 2016 16:30:32 +0100 Subject: 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 Signed-off-by: Olliver Schinagl Acked-by: Joe Hershberger --- tools/.gitignore | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/.gitignore') diff --git a/tools/.gitignore b/tools/.gitignore index cb1e722..0d1f076 100644 --- a/tools/.gitignore +++ b/tools/.gitignore @@ -6,6 +6,7 @@ /fit_check_sign /fit_info /gen_eth_addr +/gen_ethaddr_crc /ifdtool /img2srec /kwboot -- cgit v1.1