u-boot-brain/cpu/ixp/npe
Mike Frysinger 740e8ba7d4 npe: get mac address from environment
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.

The resulting code can also be simplified even further.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
CC: Stefan Roese <sr@denx.de>
CC: Ben Warren <biggerbadderben@gmail.com>
2009-03-20 22:39:11 +01:00
..
include Consolidate MAX/MIN definitions 2008-11-02 16:23:46 +01:00
IxEthAcc.c Big white-space cleanup. 2008-05-21 00:14:08 +02:00
IxEthAccCommon.c Big white-space cleanup. 2008-05-21 00:14:08 +02:00
IxEthAccControlInterface.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxEthAccDataPlane.c Big white-space cleanup. 2008-05-21 00:14:08 +02:00
IxEthAccMac.c Big white-space cleanup. 2008-05-21 00:14:08 +02:00
IxEthAccMii.c Big white-space cleanup. 2008-05-21 00:14:08 +02:00
IxEthDBAPI.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxEthDBAPISupport.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxEthDBCore.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxEthDBEvents.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxEthDBFeatures.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxEthDBFirewall.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxEthDBHashtable.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxEthDBLearning.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxEthDBMem.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxEthDBNPEAdaptor.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxEthDBPortUpdate.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxEthDBReports.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxEthDBSearch.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxEthDBSpanningTree.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxEthDBUtil.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxEthDBVlan.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxEthDBWiFi.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxEthMii.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxFeatureCtrl.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxNpeDl.c load ixp42x NPE firmware from separate flash block, remove dead code 2008-01-18 00:59:38 +01:00
IxNpeDlImageMgr.c ixp: remove the option to include the Microcode 2009-01-31 09:53:39 +01:00
IxNpeDlNpeMgr.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxNpeDlNpeMgrUtils.c Big white-space cleanup. 2008-05-21 00:14:08 +02:00
IxNpeMh.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxNpeMhConfig.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxNpeMhReceive.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxNpeMhSend.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxNpeMhSolicitedCbMgr.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxNpeMhUnsolicitedCbMgr.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxOsalBufferMgt.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxOsalIoMem.c Big white-space cleanup. 2008-05-21 00:14:08 +02:00
IxOsalOsCacheMMU.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxOsalOsMsgQ.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxOsalOsSemaphore.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxOsalOsServices.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxOsalOsThread.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxQMgrAqmIf.c Big white-space cleanup. 2008-05-21 00:14:08 +02:00
IxQMgrDispatcher.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxQMgrInit.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
IxQMgrQAccess.c Big white-space cleanup. 2008-05-21 00:14:08 +02:00
IxQMgrQCfg.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
Makefile ixp: add missing os define 2009-01-31 10:15:58 +01:00
miiphy.c Cleanup: fix "MHz" spelling 2008-10-21 11:25:39 +02:00
npe.c npe: get mac address from environment 2009-03-20 22:39:11 +01:00