toradex: configblock: read Toradex production data
authorStefan Agner <stefan@agner.ch>
Wed, 25 Mar 2015 13:30:15 +0000 (14:30 +0100)
committerStefan Agner <stefan@agner.ch>
Tue, 14 Apr 2015 07:08:09 +0000 (09:08 +0200)
commit11ae2bc15887e66c85fad2e2e0f033f4686cd770
treedf0d558413c13ae97f6a7fda0a887eaf09004633
parentb004926168f3bc15f9e26f14c16ae60a252b1304
toradex: configblock: read Toradex production data

The Toradex config block stored production data on the on-module
flash device (NAND or eMMC). The area is normally preserved by
software and contains the serial number (out of which the MAC
address is generated) and the exact module type.
board/toradex/common/Kconfig [new file with mode: 0644]
board/toradex/common/Makefile [new file with mode: 0644]
board/toradex/common/common.mk [new file with mode: 0644]
board/toradex/common/configblock.c [new file with mode: 0644]
board/toradex/common/configblock.h [new file with mode: 0644]