Re: [U-Boot-Users] Design Recommendation and Help with Issues

2008-08-06 Thread Ben Warren
Jatin Sharma wrote: > I am running U-Boot version U-Boot 1.3.1-rc1 on my board that has a > Broadcom network switch. My goal is to initialize this switch at the > bootloader level and be able to tftpboot a Linux kernel from one of > the ethernet ports of this switch. > > As _I_ understand, there ar

Re: [U-Boot-Users] Design Recommendation and Help with Issues

2008-08-06 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > Theory: Link the switch driver software with the u-boot.bin and flash > it on the board. Switch driver's entry point would be called somewhere > in u-boot to initialize it. Size of the u-boot.bin will increase and > the u-boot partition on the NOR flas

[U-Boot-Users] Design Recommendation and Help with Issues

2008-08-06 Thread Jatin Sharma
I am running U-Boot version U-Boot 1.3.1-rc1 on my board that has a Broadcom network switch. My goal is to initialize this switch at the bootloader level and be able to tftpboot a Linux kernel from one of the ethernet ports of this switch. As _I_ understand, there are two ways to initialize the sw