From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sughosh Ganu Date: Fri, 26 Oct 2007 11:45:40 -0400 Subject: [U-Boot-Users] std docs for u-boot In-Reply-To: References: Message-ID: <20071026154540.GA3767@GNU> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, > Can any one send me the std docs to config u-boot for my > board.I am relatively new to boot loaders and i could find much > information from the README file. The README in the u-boot is quite extensive and gives quite a good description of porting u-boot to your hardware platform. Did you check the section "Building the Software". This gives a good explanation of porting u-boot to your board. The document also contains description of the functionality of various config macros. Google will also throw some results. But the README is a good place to start. -- sughosh