From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Sat, 30 Aug 2014 17:51:42 +0800 Subject: [U-Boot] [PATCH] nios2: divide nios2-io.h into each specific drivers and remove it In-Reply-To: <1408956813-16062-1-git-send-email-thomas@wytron.com.tw> References: <1408956813-16062-1-git-send-email-thomas@wytron.com.tw> Message-ID: <54019EAE.80001@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 Hi Thomas, On 08/25/2014 04:53 PM, Thomas Chou wrote: > The nios2-io.h defines hardware registers and bits of several FPGA > IP cores. It could be divided in to the specific drivers, including > altera timer, altera sysid, altera uart and altera jtag uart. The > altera pio and altera spi drivers use their own hardware definitions. > The removal of nios2-io.h will help modularity and maintenance. > > Signed-off-by: Thomas Chou Applied. Thomas Chou