On Wed, Apr 24, 2013 at 01:33:20PM +0300, Uladzimir Bely wrote: > From: Uladzimir Bely <u.bely@xxxxxxxxxxxxxxxxx> > > + > +static struct NS16550_plat serial_plat = { > + .clock = 48000000, /* 48MHz (APLL96/2) */ > + .shift = 2, > +}; > + > +static int omap5_sevm_console_init(void) > +{ > + /* Register the serial port */ > + add_ns16550_device(DEVICE_ID_DYNAMIC, OMAP54XX_UART3_BASE, 1024, > + IORESOURCE_MEM_8BIT, &serial_plat); We have convenience wrappers for omap3/4 (omap3_add_uartx). Would be nice to get them for omap5 aswell. > diff --git a/arch/arm/boards/omap5_sevm/config.h b/arch/arm/boards/omap5_sevm/config.h > new file mode 100644 > index 0000000..da84fa5 > --- /dev/null > +++ b/arch/arm/boards/omap5_sevm/config.h > @@ -0,0 +1 @@ > +/* nothing */ > diff --git a/arch/arm/boards/omap5_sevm/env/config b/arch/arm/boards/omap5_sevm/env/config > new file mode 100644 > index 0000000..9752957 > --- /dev/null > +++ b/arch/arm/boards/omap5_sevm/env/config > @@ -0,0 +1,11 @@ > +#!/bin/sh > + > +machine=omap5 > + > +autoboot_timeout=2 > + > +bootargs="console=ttyO2,115200" > + > +kernel_loc=disk > + > +PS1="\e[1;32mbarebox@\e[1;31m\h:\w\e[0m " > +#define CM_WKUPAON_KBD_CLKCTRL_OFT 0x0078 > +#define CM_WKUPAON_SCRM_CLKCTRL_OFT 0x0090 > +#define CM_WKUPAON_IO_SRCOMP_CLKCTRL_OFT 0x0098 > + > +/* CKGEN_CM_CORE_AON Registers */ > +#define CM_BASE 0x4a004100 Please add at least to the base addresses a proper OMAP5_ prefix. > +struct s32ktimer { > + unsigned char res[0x10]; > + unsigned int s32k_cr; > +}; This is unused. Much of the code looks quite famliar from the omap4 port. Isn't there more code sharing possible? Sascha -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox