Re: [U-Boot] [PATCH v2 1/1] Add support for Eukrea CPU9260 SBC

2009-07-18 Thread Jean-Christophe PLAGNIOL-VILLARD
> + > +#ifdef CONFIG_DISPLAY_BOARDINFO > +int checkboard(void) > +{ > + char buf[32]; > + > + printf("Board : Eukrea Electromatique CPU9260\n"); > + printf("Crystal frequency: %8s MHz\n", > + strmhz(buf, get_main_clk_rate())); > + printf("CPU cloc

[U-Boot] [PATCH v2 1/1] Add support for Eukrea CPU9260 SBC

2009-07-16 Thread Eric Benard
CPUAT91 is built around Atmel's AT91SAM9260 and has up to 64MB of NOR flash, up to 128MB of SDRAM, up to 2GB of NAND and includes a 10/100 Ethernet PHY in RMII mode. Signed-off-by: Eric Benard --- MAINTAINERS|4 + MAKEALL|1 + Makefile