From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Thu, 15 Apr 2010 22:40:00 +0800 Subject: [U-Boot] [PATCH 3/5 v3] nios2: add Altera EP3C120 board In-Reply-To: <1270171995-20632-1-git-send-email-thomas@wytron.com.tw> References: <1270008219-21459-2-git-send-email-thomas@wytron.com.tw> <1270171995-20632-1-git-send-email-thomas@wytron.com.tw> Message-ID: <4BC72540.8010803@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04/02/2010 09:33 AM, Thomas Chou wrote: > This patch supports the Altera CycloneIII Nios dev board using > the example FPGA design at http://nioswiki.com/Linux. > > This board servers as a configuration template for nios2-generic > approach. Since each fpga board can have different designs, we > will refer them as designs rather than boards. All designs can > share the same nios2-generic board directory. > > To support a new design, > 1. add a configuration file based on EP3C120.h. > 2. include the fpga header file > 3. add an entry to the NIOS2_GENERIC list in the top Makefile > > Signed-off-by: Thomas Chou > --- > Please drop this patch. A nios2-generic board is fold into patch 1/5. - Thomas