[U-Boot] [PATCH] add support for EMK TOP7000 CPU module

2010-06-05 Thread Reinhard Meyer (-VC)
Add support for EMK TOP7000 CPU module Specifics: 1) create subdir board/emk/top7000 and files in it 2) create include/configs/top7000.h 3) update board/emk/common/vpd.c 4) add call to misc_init_r() to arch/avr32/lib/board.c 5) create arch/avr32/include/asm/unaligned.h to fix zlib.c

Re: [U-Boot] [PATCH] add support for EMK TOP7000 CPU module

2010-06-05 Thread Ben Warren
Hello Reinhard, On Sat, Jun 5, 2010 at 3:41 AM, Reinhard Meyer (-VC) reinhard.me...@emk-elektronik.de wrote: Add support for EMK TOP7000 CPU module Specifics: 1) create subdir board/emk/top7000 and files in it 2) create include/configs/top7000.h 3) update board/emk/common/vpd.c 4) add

Re: [U-Boot] [PATCH v4 08/19] SPEAr : Network support configured for spear SoCs

2010-06-05 Thread Ben Warren
On Thu, Jun 3, 2010 at 4:50 AM, Vipin KUMAR vipin.ku...@st.com wrote: From: Vipin KUMAR vipin.ku...@st.com Signed-off-by: Vipin Kumar vipin.ku...@st.com Acked-by: Ben Warren biggerbadder...@gmail.com --- arch/arm/include/asm/arch-spear/hardware.h |1 +

Re: [U-Boot] [PATCH v4 09/19] SPEAr : macb driver support added for spear310 and spear320

2010-06-05 Thread Ben Warren
On Thu, Jun 3, 2010 at 4:50 AM, Vipin KUMAR vipin.ku...@st.com wrote: From: Vipin KUMAR vipin.ku...@st.com SPEAr310 and SPEAr320 SoCs have an extra ethernet controller. The driver for this device is already supported by u-boot, so configuring board configuration file and defining base

Re: [U-Boot] [PATCH] add support for EMK TOP7000 CPU module

2010-06-05 Thread Reinhard Meyer
Ben Warren schrieb: Hello Reinhard, On Sat, Jun 5, 2010 at 3:41 AM, Reinhard Meyer (-VC) reinhard.me...@emk-elektronik.de wrote: Add support for EMK TOP7000 CPU module Specifics: 1) create subdir board/emk/top7000 and files in it 2) create include/configs/top7000.h 3) update

Re: [U-Boot] [PATCH 2/2] arm: cortexa9: adding support for TI OMAP4430 SDP

2010-06-05 Thread Wolfgang Denk
Dear Aneesh V, In message 1274769577-29021-3-git-send-email-ane...@ti.com you wrote: Adding support for OMAP4430 SDP board based on the TI OMAP4430 SOC. TI OMAP4430 is an SOC based on ARM Cortex-A9 cpu. OMAP4430 SDP is a reference board based on OMAP4430. This patch adds minimum support