Files
u-boot/board
Valentin Longchamp 16ac90c7ee KM/IVM: split the IVM reading and parsing in 2 parts
This allows to first read the IVM content (earlier in the boot sequence)
and define the ethaddr env variable thanks to the ivm_read_eepromi().
Later, the IVM content can be parsed and used to define some hush
variables, when the hush subsystem is available thanks to
ivm_analyze_eeprom().

To avoid the HW read to happen twice, the buffer passed to
ivm_read_eeprom() has to be reused by ivm_analyze_eeprom (and thus
allocated before calling ivm_read_eeprom()).

Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
2015-02-16 15:48:34 -05:00
..
2015-01-22 10:59:03 +01:00
2014-11-23 06:49:01 -05:00
2015-02-16 11:44:59 +01:00
2015-01-29 17:09:57 -07:00
2014-11-26 11:21:14 -05:00
2015-01-29 13:11:02 +01:00
2015-01-19 12:49:29 +01:00
2014-12-01 10:20:19 +01:00
2015-01-12 09:38:47 -05:00