From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Scholz Date: Mon, 21 Jun 2004 10:17:27 +0200 Subject: [U-Boot-Users] [PATCH] Motorola i.MX support (1/2) In-Reply-To: <20040621075312.GR21287@pengutronix.de> References: <20040618152118.GA27424@pengutronix.de> <20040618155918.02883C13D3@atlas.denx.de> <20040618193020.GA5922@veltins.saufen> <20040619082122.GK21287@pengutronix.de> <40D67C99.5040102@imc-berlin.de> <20040621075312.GR21287@pengutronix.de> Message-ID: <40D69997.60909@imc-berlin.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Robert Schwebel wrote: > On Mon, Jun 21, 2004 at 08:13:45AM +0200, Steven Scholz wrote: > >>How do you seperate the MX1 from the MXL? Maybe it's not neccessary >>for U-Boot. We will hardly support the BlueTooth stuff in U-Boot... On >>the other hand the MX1 got one more UART... > > ... which has the same register layout (well, at least that ones you > need in u-boot) as the other ones. The basic serial support in > cpu/arm920t/imx_serial.c (well, not exactly a good place for a serial > driver, but that's how it was done for the other ports)... Bad excuse for doing the same bad thing... ;-) But where would be a goog place to store such code? The same goes for the serial driver of the AT91RM9200 (which is ARM9 too). Wolfgang? > >>BTW: Does anyone got a working BDI2000 config file for the >>MC9328MX1/L? I want to be able to burn the flash when we got the ADS >>board... Thanks a million for the config. I'll test it with the ADS as soon as we get it. Steven