From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bryan O'Donoghue Date: Wed, 2 May 2007 23:05:45 +0100 Subject: [U-Boot-Users] PXA27x USB device In-Reply-To: <20070502140500.GZ11009@enneenne.com> References: <20070502140500.GZ11009@enneenne.com> Message-ID: <20070502230545.2db60ba2@localhost.localdomain> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 2 May 2007 16:05:02 +0200 Rodolfo Giometti wrote: > Hello, Greetings. > I'm just studing the possibility of implementing the USB device > support for my custom PXA270 based board in order to get a serial > console through the USB port. > > I'm looking at drivers/usbdcore_mpc8xx.c for an implementation > example but I don't understand why such support has been put there > instead of cpu/mpc8xx directory. > > Can someone explain to me why? Should I put my PXA27x support also > there? Don't ask me. usbdcore_omap1510.c was in that directory *already* so it seemed ... consistent to put the usbdcore_mpc8xx in the same place. Good luck with the pxa ! Bryan