commit | bf59fcb78c92d46e24ed0fc5cc76eb89049f375c | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Sun Feb 10 13:26:55 2019 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Mar 25 15:55:48 2019 -0400 |
tree | 589301b100d614ccea2c3d0811dd9ebda17e8858 | |
parent | 2d8ac0cf5e2852fb6a2f83542644c5e29b973ded [diff] |
drivers: hwinfo: add driver support for Atmel SAM device ID Add driver support for Atmel SAM device ID, which is 16-bytes long. On this SoC family, the device ID is part of the flash controller and complex to read. Therefore the driver reads it once at boot time and then just returned the copy saved in RAM. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>