From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Fri, 03 Apr 2009 10:33:48 -0700 Subject: [U-Boot] [PATCH] Marvell 88EXXXX Switch/PHY init support In-Reply-To: <1238798370-9245-4-git-send-email-prafulla@marvell.com> References: <1238798370-9245-1-git-send-email-prafulla@marvell.com> <1238798370-9245-2-git-send-email-prafulla@marvell.com> <1238798370-9245-3-git-send-email-prafulla@marvell.com> <1238798370-9245-4-git-send-email-prafulla@marvell.com> Message-ID: <49D6487C.5010204@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Prafulla, Prafulla Wadaskar wrote: > From: prafulla_wadaskar > > Chips supprted:- > 1. 88E61XX 6 port gbe swtich with 5 integrated PHYs > 2. 88E6061 6 port fe swtich with 5 integrated PHYs > 3. 88E1116 gbe transceiver > > Contributors: > Yotam Admon > Michael Blostein > Signed-off-by: prafulla_wadaskar > Reviewed by: Ronen Shitrit > I'll review these changes, but as-is placing chip support in 'board/Marvell' is inappropriate. If they are pure ethernet devices they need to go in 'drivers/net'. We also need to move the Marvell system controller chips that are already in 'board/Marvell', but I'm not sure where they should go. As you see, there's a tremendous amount of redundancy there. regards, Ben