u-boot-brain/board/tqc/tqm8xx
Mike Frysinger 9c150102bc boards: get mac address from env and move load_sernum_ethaddr() to board init
The environment is the canonical storage location of the mac address, so
we're killing off the global data location and moving everything to
querying the env directly.

Rather than have common ppc code call a board-specific function like
load_sernum_ethaddr(), have each board call it in its own board-specific
misc_init_r() function.

The boards that get converted here are:
	- kup4k/kup4x
	- pcs440ep
	- tqm8xx

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
CC: Ben Warren <biggerbadderben@gmail.com>
CC: Stefan Roese <sr@denx.de>
2009-03-20 22:39:12 +01:00
..
config.mk TQM: move TQM boards to board/tqc 2008-06-10 18:22:26 -05:00
load_sernum_ethaddr.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
Makefile TQM8xx: Fix CFI flash driver support for all TQM8xx based boards 2008-09-16 18:02:19 +02:00
tqm8xx.c boards: get mac address from env and move load_sernum_ethaddr() to board init 2009-03-20 22:39:12 +01:00
u-boot.lds TQM8xxL: make some room in low memory for future needs 2009-02-19 14:01:42 +01:00
u-boot.lds.debug rename environment.c in env_embedded.c to reflect is functionality 2008-09-10 22:48:01 +02:00