From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Date: Tue, 25 Dec 2007 14:49:40 -0600 Subject: [U-Boot-Users] [PATCH] mpc83xx: add support for the MPC8360E-RDK In-Reply-To: <20071225170123.GA21275@localhost.localdomain> References: <20071225170123.GA21275@localhost.localdomain> Message-ID: <47716CE4.1040305@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Anton Vorontsov wrote: > Features not supported in this patch are: > - LBC configuration for the graphics controller; > - Fetching production information from the EEPROM via I2C; > - FHCI USB; > - Two slow UCCs used as RS-485 UARTs. Does the board have the QE connected to the serial ports? > > Signed-off-by: Anton Vorontsov > --- > Makefile | 11 + > board/mpc8360erdk/Makefile | 50 ++++ > board/mpc8360erdk/config.mk | 28 ++ > board/mpc8360erdk/mpc8360erdk.c | 316 ++++++++++++++++++++++ > board/mpc8360erdk/nand.c | 201 ++++++++++++++ These files belong in board/freescale/mpc8360erdk