u-boot-brain/board/davinci/da8xxevm
Fabien Parent 02c2de6eb0 davinci: omapl138_lcdk: keep booting even when MAC address is invalid
If the MAC address specified on the EEPROM is invalid (multicast or
zero address), then u-boot fails to boot. Having a bad MAC address
in the EEPROM should not prevent the system from booting.

This commit changes the error path to just print an error messages
in case of bad MAC address.

Signed-off-by: Fabien Parent <fparent@baylibre.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
2016-11-13 15:54:35 -05:00
..
da850evm.c treewide: replace #include <asm/errno.h> with <linux/errno.h> 2016-09-23 17:55:42 -04:00
Kconfig arm: Remove da830evm board 2015-09-28 10:48:23 -04:00
MAINTAINERS davinci: add support for omapl138-lcdk board 2015-04-23 13:58:43 -04:00
Makefile davinci: add support for omapl138-lcdk board 2015-04-23 13:58:43 -04:00
omapl138_lcdk.c davinci: omapl138_lcdk: keep booting even when MAC address is invalid 2016-11-13 15:54:35 -05:00
README.da850 da850: Add README.da850 2012-09-27 11:20:27 -07:00
README.omapl138-lcdk davinci: add support for omapl138-lcdk board 2015-04-23 13:58:43 -04:00
u-boot-spl-da850evm.lds arm: Add missing .vectors section to linker scripts 2014-08-30 07:46:41 -04:00

Summary
=======
This README assumes you have read README.da850.  It contains some additional
information specific to building the omapl138-lcdk.  The AIS file as generated
by the build is, currently, not useable due to differences in the flash
available on this board, as compared to the da850evm boards.

Flash Differences
=================
Refer to the discussion in [1] for more detail - basically the da850evm uses
SPI flash whereas the lcdk uses NAND flash to store the bootloader, and
the support isn't there in the SPL code.

It should be possible to add the support in the SPL code should someone be
sufficiently motivated.

Using the built image
=====================
The output image to use is u-boot.bin.  This needs to be converted to an
AIS file as described in [1] and then flashed using the utitilty linked to
there and also described in README.da850.  You _may_ be able to write using
u-boot itself, but the commands in README.da850 won't work as they write to
SPI rather than NAND.

Links
=====
[1]
 http://e2e.ti.com/support/dsp/omap_applications_processors/f/42/t/386829