[PATCH 2/2] at91: add at91sam9m10ihd tablet support

2013-01-23 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- arch/arm/Makefile |1 + arch/arm/boards/at91sam9m10ihd/Makefile|2 + arch/arm/boards/at91sam9m10ihd/config.h|6 + arch/arm/boards/at91sam9m10ihd/env/boot/android| 11 + a

[PATCH 1/2] at91sam9m10g45ek/defconfig: set board type

2013-01-23 Thread Jean-Christophe PLAGNIOL-VILLARD
as we will add the ihd before Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- arch/arm/configs/at91sam9m10g45ek_defconfig |1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/at91sam9m10g45ek_defconfig b/arch/arm/configs/at91sam9m10g45ek_defconfig index 1e35787..29b9f32 1

[PATCH 0/2] at91: add atmel at91sam9m10ihd tabel support

2013-01-23 Thread Jean-Christophe PLAGNIOL-VILLARD
HI, add the sam9m10ihd support It's a tablet based on a sam9m10 with a maxtouch The following changes since commit 6d588b9bfd85247f9007c002cec98a7535764ae4: Merge branch 'for-next/misc' into next (2013-01-23 20:46:17 +0100) are available in the git repository at: git://gi

Re: [PATCH] feature_list: a way to pass hardware info to the kernel

2013-01-23 Thread vj
On Wed, Jan 23, 2013 at 9:51 PM, Sascha Hauer wrote: > On Sat, Jan 19, 2013 at 06:23:27PM +0100, Vicente Bergas wrote: >> Hi Sascha, >> I've made the changes you suggested in this resent patch. >> >> Everything related to custom ATAGs has been moved to the board >> directory. >> >> The generic cod

Re: [PATCH 8/8] memtest: add rewritten memtest command

2013-01-23 Thread Sascha Hauer
On Wed, Jan 23, 2013 at 09:43:19PM +0100, Alexander Aring wrote: > On Wed, Jan 23, 2013 at 09:30:51PM +0100, Jean-Christophe PLAGNIOL-VILLARD > wrote: > > On 21:25 Wed 23 Jan , Alexander Aring wrote: > > > Hi Sascha, > > > > > > On Wed, Jan 23, 2013 at 09:18:44PM +0100, Sascha Hauer wrote: >

[PATCH 2/2] tny_a9263: add bootstrap support

2013-01-23 Thread Jean-Christophe PLAGNIOL-VILLARD
the lowlevel init is the same as the usb-a9263 except that can not have the 128MiB option Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- arch/arm/boards/tny-a926x/Makefile |9 ++ arch/arm/boards/tny-a926x/tny_a9263_bootstrap.c| 16 +++ .../arm/boards/tny-a926x/tny_

[PATCH 1/2] tny-a9263: add dataflash support

2013-01-23 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- arch/arm/boards/tny-a926x/init.c | 43 -- arch/arm/configs/tny_a9263_defconfig |1 + 2 files changed, 31 insertions(+), 13 deletions(-) diff --git a/arch/arm/boards/tny-a926x/init.c b/arch/arm/boards/tn

Re: [PATCH] feature_list: a way to pass hardware info to the kernel

2013-01-23 Thread Sascha Hauer
On Sat, Jan 19, 2013 at 06:23:27PM +0100, Vicente Bergas wrote: > Hi Sascha, > I've made the changes you suggested in this resent patch. > > Everything related to custom ATAGs has been moved to the board > directory. > > The generic code does not make any references to feature lists or > bootload

[PATCH 0/2] tny-a9263: add spi + bootstrap support

2013-01-23 Thread Jean-Christophe PLAGNIOL-VILLARD
HI, depends on console none The following changes since commit e75f727c6e048c9978cb47cb8af92488a8251569: introduce console none support (2013-01-19 11:51:53 +0800) are available in the git repository at: git://git.jcrosoft.org/barebox.git delivery/tny_a9263 for you to fetch change

Re: [PATCH 0/2] console none support

2013-01-23 Thread Sascha Hauer
On Wed, Jan 23, 2013 at 09:42:15PM +0100, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 21:40 Wed 23 Jan , Sascha Hauer wrote: > > On Wed, Jan 23, 2013 at 10:20:28AM +0100, Jean-Christophe PLAGNIOL-VILLARD > > wrote: > > > HI, > > > > > > This patch serie introduce the console none support

Re: [PATCH 0/2] console none support

2013-01-23 Thread Jean-Christophe PLAGNIOL-VILLARD
On 21:40 Wed 23 Jan , Sascha Hauer wrote: > On Wed, Jan 23, 2013 at 10:20:28AM +0100, Jean-Christophe PLAGNIOL-VILLARD > wrote: > > HI, > > > > This patch serie introduce the console none support > > > > this will allow to reduce the barebox significantly special for > > bootstra

Re: [PATCH 8/8] memtest: add rewritten memtest command

2013-01-23 Thread Alexander Aring
On Wed, Jan 23, 2013 at 09:30:51PM +0100, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 21:25 Wed 23 Jan , Alexander Aring wrote: > > Hi Sascha, > > > > On Wed, Jan 23, 2013 at 09:18:44PM +0100, Sascha Hauer wrote: > > > Hi Alexander, > > > > > > On Wed, Jan 23, 2013 at 09:01:36PM +0100, Alex

Re: [PATCH 0/2] console none support

2013-01-23 Thread Sascha Hauer
On Wed, Jan 23, 2013 at 10:20:28AM +0100, Jean-Christophe PLAGNIOL-VILLARD wrote: > HI, > > This patch serie introduce the console none support > > this will allow to reduce the barebox significantly special for > bootstrap > > As example on at91sam9263 console none vs c

Re: [PATCH 8/8] memtest: add rewritten memtest command

2013-01-23 Thread Jean-Christophe PLAGNIOL-VILLARD
On 21:25 Wed 23 Jan , Alexander Aring wrote: > Hi Sascha, > > On Wed, Jan 23, 2013 at 09:18:44PM +0100, Sascha Hauer wrote: > > Hi Alexander, > > > > On Wed, Jan 23, 2013 at 09:01:36PM +0100, Alexander Aring wrote: > > > > > +/* > > > > > + * PTE flags variables to set cached and > > > > > +

Re: [PATCH 8/8] memtest: add rewritten memtest command

2013-01-23 Thread Alexander Aring
Hi Sascha, On Wed, Jan 23, 2013 at 09:18:44PM +0100, Sascha Hauer wrote: > Hi Alexander, > > On Wed, Jan 23, 2013 at 09:01:36PM +0100, Alexander Aring wrote: > > > > +/* > > > > + * PTE flags variables to set cached and > > > > + * uncached regions. > > > > + */ > > > > +static uint32_t PTE_FLAGS

Re: [PATCH 8/8] memtest: add rewritten memtest command

2013-01-23 Thread Sascha Hauer
Hi Alexander, On Wed, Jan 23, 2013 at 09:01:36PM +0100, Alexander Aring wrote: > > > +/* > > > + * PTE flags variables to set cached and > > > + * uncached regions. > > > + */ > > > +static uint32_t PTE_FLAGS_CACHED; > > > +static uint32_t PTE_FLAGS_UNCACHED; > > > > Please no uppercase letters f

Re: [PATCH 8/8] memtest: add rewritten memtest command

2013-01-23 Thread Alexander Aring
Hi, thank you for reviewing this patch. On Thu, Jan 17, 2013 at 10:54:31AM +0100, Sascha Hauer wrote: > On Tue, Jan 15, 2013 at 02:48:50PM +0100, Alexander Aring wrote: > > Rewrite memtest command: > > - Skip barebox sdram regions. > > - Uncache unused mem regions while testing. > > -

Re: [PATCH 0/9] atmel: add ehci support

2013-01-23 Thread Sascha Hauer
On Mon, Jan 21, 2013 at 09:07:12PM +0100, Jean-Christophe PLAGNIOL-VILLARD wrote: > HI, > > the following patch series add the ehci support to atmel > > it also allow to discover the caps resources via cr_capbase > so no need to hardcode it anymore > > The following changes si

Re: [PATCH 0/2] ohci: fixes

2013-01-23 Thread Sascha Hauer
On Tue, Jan 22, 2013 at 03:45:40PM +0100, Jean-Christophe PLAGNIOL-VILLARD wrote: > Hi, > > the current divers is bugged on the mmu support so until it's fixed do > not allow it wih mmu > > make ohci driver depends on OHCI enabled > > The following changes since commit 3de3b67

Re: AT91SAM9260EK DFU - Error using dfu-util

2013-01-23 Thread Fabio Porcedda
On Wed, Jan 23, 2013 at 2:41 PM, Eric Bénard wrote: > Hi Fabio, > > Le Wed, 23 Jan 2013 14:17:59 +0100, > Fabio Porcedda a écrit : >> $ dfu-util -l >> dfu-util 0.7 >> ... >> Found Runtime: [4321:1234] devnum=0, cfg=1, intf=0, alt=0, name="UNDEFINED" >> Found Runtime: [4321:1234] devnum=0, cfg=1,

Re: AT91SAM9260EK DFU - Error using dfu-util

2013-01-23 Thread Eric Bénard
Hi Fabio, Le Wed, 23 Jan 2013 14:17:59 +0100, Fabio Porcedda a écrit : > $ dfu-util -l > dfu-util 0.7 > ... > Found Runtime: [4321:1234] devnum=0, cfg=1, intf=0, alt=0, name="UNDEFINED" > Found Runtime: [4321:1234] devnum=0, cfg=1, intf=0, alt=1, name="UNDEFINED" > Found Runtime: [4321:1234] devn

AT91SAM9260EK DFU - Error using dfu-util

2013-01-23 Thread Fabio Porcedda
Hi All, I'm trying the dfu support for AT91SAM9260EK. I've succefully activated it using th bp button, but the dfu-util give me the error "Cannot open device". I'm doing something wrong? Can someone help me? - I'm using: - Barebox 2013.01.0 - at91sam9260ek_defconfig - Ubuntu 12.10 ---

[PATCH 1/2] console: switch select to choice

2013-01-23 Thread Jean-Christophe PLAGNIOL-VILLARD
so we can add easly the console_none support Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- arch/arm/configs/archosg9_xload_defconfig|2 +- arch/arm/configs/omap3530_beagle_xload_defconfig |2 +- arch/arm/configs/panda_xload_defconfig |2 +- arch/ar

[PATCH 2/2] introduce console none support

2013-01-23 Thread Jean-Christophe PLAGNIOL-VILLARD
this will allow to have no console support Use full for bootstrap as we can save 6.5 KiB (barebox.bin) and 3.8 KiB (zbarebox.bin lzo) on at91sam9263 as example vs console simple As on bootstrap we have often very limited size. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- commands/Kconfi

[PATCH] ARM v7: Fix register corruption in v7_mmu_cache_off

2013-01-23 Thread Sascha Hauer
v7_mmu_cache_flush stores registers on the stack and restores them afterwards. Additionally v7_mmu_cache_flush is called from v7_mmu_cache_off *after* disabling the MMU. With this the following can happen: - v7_mmu_cache_off disables the MMU. From now on no new values go to the data cache. - v7_

[PATCH 0/2] console none support

2013-01-23 Thread Jean-Christophe PLAGNIOL-VILLARD
HI, This patch serie introduce the console none support this will allow to reduce the barebox significantly special for bootstrap As example on at91sam9263 console none vs console simple barebox.bin => 6.5 KiB zbarebox.bin lzo=