From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Tue, 19 Jan 2010 09:50:53 -0800 Subject: [U-Boot] [U-BOOT] Ethernet problem on PXA320 In-Reply-To: <18941263909549@webmail130.yandex.ru> References: <18941263909549@webmail130.yandex.ru> Message-ID: <4B55F0FD.5080007@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 Dennis, Dennis Semakin wrote: > Hello all > > As I already wrote, I'm trying to fix issue with my ethernet on Colibri PXA320 board. > I know, u-boot supports this board. But network on my board doesn't work. > First, does anyone know where did developers get CONFIG_DRIVER_NE2000_BASE value from? > I mean, now it's #define CONFIG_DRIVER_NE2000_BASE 0x10000000. > Where did they get this 0x10000000 address? When I run any eth command, e.g. ping, system halted. > > Recently, I wrote to the ASIX support, and they send me a driver source file for ax88796b ethernet controller. > Base address was 0x08000000 there. But now system doesn't halt. > > Q: Is the problem in these addresses? > > The NE2000 is a memory-mapped device. The BASE address is the address where the chip sits in your board's memory map. You need to know your board's memory map to meaningfully debug this problem. > Thanks > Best regards > Dennis Semakin > _______________________________________________ > U-Boot mailing list > U-Boot at lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot > regards, Ben