Re: [U-Boot] [PATCH] Disable FLASH_AMLV256U support for TOP860 target

2014-10-28 Thread Reinhard Meyer
Dear Wolfgang, Dear Reinhard, In message <544f6ad8.2070...@emk-elektronik.de> you wrote: top860 can be removed (We already had that discussion a while ago.) top5200 is still active in several older projects, but there was no need to make changes to u-boot or to integrate new features of u-boot

Re: [U-Boot] [PATCH] Disable FLASH_AMLV256U support for TOP860 target

2014-10-28 Thread Reinhard Meyer
Am 28.10.2014 10:48, schrieb Wolfgang Denk: Dear Reinhard, In message Vasili Galka wrote: You're right, that would probably be a better solution. Although I'm not a user of TOP860 board so I'm not really the right person to ask... I just found this bug theoretically from looking on compiler w

Re: [U-Boot] Bug in TOP860 code with gcc 4.8.1

2014-01-15 Thread Reinhard Meyer
Hello Jeroen, Hello Reinhard, On 01/14/2014 12:33 PM, Reinhard Meyer wrote: Dear Wolfgang, Dear Reinhard, attempting to build the TOP860 code with a GCC 4.8.1 based tool chain (say ELDK v5.5 or Yocto 1.5) gives the following errors: -> ./MAKEALL TOP860 Configuring for TOP860 bo

Re: [U-Boot] Bug in TOP860 code with gcc 4.8.1

2014-01-14 Thread Reinhard Meyer
Dear Wolfgang, Dear Reinhard, attempting to build the TOP860 code with a GCC 4.8.1 based tool chain (say ELDK v5.5 or Yocto 1.5) gives the following errors: -> ./MAKEALL TOP860 Configuring for TOP860 board... textdata bss dec hex filename 165471 21020 17316 203807 3

Re: [U-Boot] [PATCH] at91: Add support for Bluewater Systems Snapper 9G45 module

2011-10-22 Thread Reinhard Meyer
Dear Simon Glass, > Snapper 9G45 is a ARM9-based CPU module with 1GB NAND and 128MB > DDR SDRAM. This patch includes NAND and Ethernet support. > > Signed-off-by: Simon Glass > --- > board/bluewater/snapper9g45/Makefile | 43 +++ > board/bluewater/snapper9g45/snapper9g45.c | 155

Re: [U-Boot] [PATCH 0/10] Add getenv_ulong to return an environment var as a number

2011-10-13 Thread Reinhard Meyer
Dear Simon Glass, > Several places in U-Boot's board files can make use of a function like this, > so this patch series creates the function, and changes the board files to > use it. > > As suggested by Mike Frysinger. > > > Simon Glass (10): >Add getenv_int() to read an integer from an environ

Re: [U-Boot] [PATCH] avr32: fix timer_init() return type

2011-10-13 Thread Reinhard Meyer
Dear Andreas Bießmann, >> if (set_interrupt_handler(0, &timer_interrupt_handler, 3)) >> -return; >> +return 0; > > NAK, this is an error and should return a negative value (though the > return value is currently not evaluated). Agreed > > BTW there is another patch

Re: [U-Boot] [PATCH] AVR32: switch to generic mmc framework

2011-10-12 Thread Reinhard Meyer
Dear Sven Schnelle, > Hi List, > > these patches switch all AVR32 boards to the generic MMC framework. Motivation > for doing so is to be able to boot from SDHC cards. The second patch removes > the legacy atmel_mci driver, as it is no longer used by any board. > > I've only tried this code on the

Re: [U-Boot] [PATCH] at91rm9200ek.h: explicitly disable D-Cache

2011-08-31 Thread Reinhard Meyer
Dear Andreas Bießmann, > Commit c2dd0d45540397704de9b13287417d21049d34c6 enabled D-Cache for all > arm devices explicitly. This renders at91_emac driver on at91rm9200ek > unusable. > > This patch disables D-Cache for at91rm9200ek explicitly to get this > driver working again. As my experience, the

Re: [U-Boot] [STATUS] ARM: board removal

2011-08-24 Thread Reinhard Meyer
Dear Albert, > [snip] > > Also, the following boards, for which Reinhard is a delegate, are still > undecided: > > [U-Boot,46/52] ARM: remove broken "at91rm9200dk" board 2011-07-17 Wolfgang > Denk reinhardm New > [U-Boot,45/52] ARM: remove broken "m501sk" board 2011-07-17 Wolfgang Denk > reinhar

Re: [U-Boot] [PATCH] AT91: fix at91cap9 SoC files

2011-08-12 Thread Reinhard Meyer
Dear Albert, >> Signed-off-by: Reinhard Meyer >> --- > > FYI, there are two consecutive commits in your u-boot-atmel/fix-at91cap9 > branch with this same exact title of "AT91: fix at91cap9 SoC files". > > Somehow this can't be correct: either both patch

Re: [U-Boot] d-cache enable

2011-08-12 Thread Reinhard Meyer
Dear *ALL*, >> It is embarrassing to admit, but I've __wrongly__ assumed that *_range() >> functions are accepting the start address and range for >> invalidation/flushing. > > Do you mean we're hitting again a confusion between *_range(start, stop) > and *_range(start, length)? > > If so, then

Re: [U-Boot] relocation problem (again)

2011-08-11 Thread Reinhard Meyer
Dear Cajus Hahn, > Dear Marcel, Dear Reinhard, > > sorry I forgot to mention, that this is in reply to > http://lists.denx.de/pipermail/u-boot/2011-January/084499.html I suppose you have not followed the steps I pointed out then? > > I have the same problem with my board and the actual u-boot-

Re: [U-Boot] relocation problem

2011-08-11 Thread Reinhard Meyer
Dear Cajus Hahn, > Dear Marcel, Dear Reinhard, > > I have the same problem with my board and the actual u-boot-atmel (git > from 5th Aug. 2011). It even looks like I am using the same board. > It is a in-circuit ICnova SAM9G45 OEM on a ADB1000 with a 5" display. > > Actually I use the u-boot from

Re: [U-Boot] [PATCH v2] ARM926ejs: Add routines to invalidate D-Cache

2011-08-08 Thread Reinhard Meyer
Hi Aneesh, > On Monday 08 August 2011 03:29 PM, Reinhard Meyer wrote: >> Dear Albert, Aneesh, Hong, >> >> There seem to be functions of type >> >> xxx(start, end) and xxx(start, size). >> >> Can't it be somehow decided to use only one variant &g

Re: [U-Boot] [PATCH v2] ARM926ejs: Add routines to invalidate D-Cache

2011-08-08 Thread Reinhard Meyer
Dear Albert, Aneesh, Hong, There seem to be functions of type xxx(start, end) and xxx(start, size). Can't it be somehow decided to use only one variant in all cases (flush, invalidate)? On a personal taste, I'd prefer (start, size) :) Best Regards, Reinhard

Re: [U-Boot] [PATCH v2] MAKEALL ARM: Use boards.cfg

2011-08-05 Thread Reinhard Meyer
Dear Dirk Behme, > From: Dirk Behme > > Use the boards from boards.cfg for building ./MAKEALL ARMx. > > Note: ARM10 systems don't seem to exist any more. Wrong: a simple grep shows that those are still in Makefile. > > Signed-off-by: Dirk Behme > > --- > Changes in v2: Instead of dublicati

[U-Boot] [MAKEALL arm] gcc 4.5.2/32 bit - 99 of 204 broken (was:Re: Pull request: u-boot-arm/master -- updated)

2011-08-05 Thread Reinhard Meyer
Dear Albert, > Since this is an ARM question, I'll look into it, and since Wolfgang > will be on vacation, I suggest either that we either postpone -rc1, or > (preferably IMO) that we tag -rc1 now with a specific warning about the > ARM tree, and I analyze what the issue is using several ARM too

Re: [U-Boot] [PATCH v2] ARM926ejs: Add routines to invalidate D-Cache

2011-08-05 Thread Reinhard Meyer
Dear Albert, Aneesh, Eric, > > We have a fundamental problem when it comes to invalidating an > > un-aligned buffer. Either you flush the boundary lines and corrupt your > > buffer at boundaries OR you invalidate without flushing and corrupt > > memory around your buffer. Both are not good! The onl

Re: [U-Boot] [PATCH v2] ARM926ejs: Add routines to invalidate D-Cache

2011-08-04 Thread Reinhard Meyer
Dear Hong Xu, > After DMA operation, we need to maintain D-Cache coherency. > We need to clean cache (write back the dirty lines) and then > make the cache invalidate as well(hence CPU will fetch data > written by DMA controller from RAM). > > Tested on AT91SAM9261EK with Peripheral DMA controller.

Re: [U-Boot] Pull request: u-boot-arm/master -- updated

2011-08-04 Thread Reinhard Meyer
Dear Wolfgang, > > Hm... current build results are shattering; building for ARM with good > > old ELDK 4.2 gives this: > > > > - SUMMARY > > Boards compiled: 201 > > Boards with warnings or errors: 99 ( assabet dnp1110 gcplus lart shannon > > ap7 a

Re: [U-Boot] Pull request: u-boot-arm/master -- updated

2011-08-04 Thread Reinhard Meyer
Dear Wolfgang, > Hm... current build results are shattering; building for ARM with good > old ELDK 4.2 gives this: > > - SUMMARY > Boards compiled: 201 > Boards with warnings or errors: 99 ( assabet dnp1110 gcplus lart shannon ap7 > ap720t armadill

[U-Boot] [PULL REQUEST] u-boot-atmel/master

2011-08-04 Thread Reinhard Meyer
AT91 reworked scheme make pm9263 buildable for v2011.06 release make pm9g45 buildable for v2011.06 release Matthias Fuchs (1): at91: reworked support for meesc board Reinhard Meyer (1): AT91: fix at91sam9g45.h to include USB Host defines Thomas Petazzoni (4

Re: [U-Boot] [PATCH] atmel: Update support of board AT91SAM9M10G45-EK to new style

2011-08-04 Thread Reinhard Meyer
Dear Thomas Petazzoni, > Based on earlier work by Alex Waterman . > > Signed-off-by: Thomas Petazzoni > --- > MAKEALL |1 - > Makefile| 21 --- > board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c | 115 -

Re: [U-Boot] [PATCH 2/2] atmel: Update support of board AT91SAM9M10G45-EK to new style

2011-08-04 Thread Reinhard Meyer
Dear Thomas Petazzoni, > Le Thu, 04 Aug 2011 20:21:58 +, > Reinhard Meyer a écrit : > > > AND this board's early_init_f is quite different from the other atmel > > boards, also the place of calling at91_seriald_hw_init() is different > > from them. > >

[U-Boot] [PATCH] AT91: fix at91sam9g45.h to include USB Host defines

2011-08-04 Thread Reinhard Meyer
Signed-off-by: Reinhard Meyer --- arch/arm/include/asm/arch-at91/at91sam9g45.h |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/arch/arm/include/asm/arch-at91/at91sam9g45.h b/arch/arm/include/asm/arch-at91/at91sam9g45.h index 4df6b09..1aeedc0 100644 --- a/arch/arm

Re: [U-Boot] [PATCH][AT91 rework 1/1] make pm9g45 buildable for v2011.06 release

2011-08-04 Thread Reinhard Meyer
Dear Asen Chavdarov Dimov, > Signed-off-by: Asen Chavdarov Dimov > --- > Makefile |4 > board/ronetix/pm9g45/pm9g45.c | 30 ++ > boards.cfg|1 + > include/configs/pm9g45.h | 16 +++- > 4 files c

Re: [U-Boot] [PATCH][AT91 rework 1/1] make pm9263 buildable for v2011.06 release

2011-08-04 Thread Reinhard Meyer
Dear Asen Dimov, > Signed-off-by: Asen Chavdarov Dimov > --- > board/ronetix/pm9263/led.c|9 +++ > board/ronetix/pm9263/pm9263.c | 42 +++- > boards.cfg|2 +- > include/configs/pm9263.h | 17 +-- > 4 file

Re: [U-Boot] [PATCH 2/2] atmel: Update support of board AT91SAM9M10G45-EK to new style

2011-08-04 Thread Reinhard Meyer
Dear Thomas Petazzoni, > Based on earlier work by Alex Waterman . > > Signed-off-by: Thomas Petazzoni > --- > Makefile| 21 --- > board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c | 114 +++-- > board/atmel/at91sam9m10g45ek/led.c |

Re: [U-Boot] [PATCH 1/2] atmel: update at91sam9m10g45 SoC support to new style

2011-08-04 Thread Reinhard Meyer
Dear Thomas Petazzoni, > Based on earlier work by Alex Waterman . > > Signed-off-by: Thomas Petazzoni > --- > .../cpu/arm926ejs/at91/at91sam9m10g45_devices.c| 114 ++-- > arch/arm/include/asm/arch-at91/at91sam9g45.h | 12 ++ > .../arm/include/asm/arch-at91/at91sam9g45_matrix

Re: [U-Boot] [U-Boot, AT91, rework] pm9261: compiles with the AT91 reworked scheme

2011-08-04 Thread Reinhard Meyer
Dear Asen Dimov, oddly I don't have the original e-Mail im my Inbox, but the patch was in patchwork: Signed-off-by: Asen Chavdarov Dimov --- Note: This patch was a part of patches, but it is better to be done step by step and so this patch is a split from the patch series with message id: <1307

Re: [U-Boot] [PATCH] tny_a9260/tny_a9g20: update board to the new AT91 organization

2011-08-04 Thread Reinhard Meyer
Dear Thomas Petazzoni, > Cc: Albin Tonnerre > CC: Gregory Hermant > Signed-off-by: Thomas Petazzoni > --- > board/calao/tny_a9260/tny_a9260.c | 55 > boards.cfg|4 ++ > include/configs/tny_a9260.h | 85 > ++-

Re: [U-Boot] [PATCH] sbc35_a9g20: update board to the new AT91 organization

2011-08-04 Thread Reinhard Meyer
Dear Thomas Petazzoni, > Cc: Albin Tonnerre > CC: Gregory Hermant > Signed-off-by: Thomas Petazzoni > --- > Makefile |7 --- > board/calao/sbc35_a9g20/sbc35_a9g20.c | 88 > + > boards.cfg|2 + >

Re: [U-Boot] [PATCH 2/2] atmel: Update support of board AT91SAM9M10G45-EK to new style

2011-08-04 Thread Reinhard Meyer
Dear Thomas Petazzoni, > Based on earlier work by Alex Waterman . > > Signed-off-by: Thomas Petazzoni > --- > Makefile| 21 --- > board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c | 121 +--- > board/atmel/at91sam9m10g45ek/led.c |

Re: [U-Boot] [PATCH 1/2] atmel: update at91sam9m10g45 SoC support to new style

2011-08-04 Thread Reinhard Meyer
Dear Thomas Petazzoni, > Based on earlier work by Alex Waterman . > > Signed-off-by: Thomas Petazzoni > --- > .../cpu/arm926ejs/at91/at91sam9m10g45_devices.c| 28 ++-- > arch/arm/include/asm/arch-at91/at91sam9g45.h | 12 ++ > .../arm/include/asm/arch-at91/at91sam9g45_matrix.h | 19

Re: [U-Boot] [PATCH] at91: reworked support for meesc board

2011-08-04 Thread Reinhard Meyer
Dear Matthias Fuchs, > The meesc board support was broken. Within this opportunity, I completely > reworked the board files. > > Signed-off-by: Daniel Gorsulowski > Signed-off-by: Matthias Fuchs > --- > V3: -fix white space issues and don't patch boards.cfg > V2: -fixed commit description > >

Re: [U-Boot] [PATCH] ARMv7: Add missing boards to MAKEALL

2011-08-03 Thread Reinhard Meyer
Dear Albert, > > After Reinhard's remark on boards.cfg vs MAKEALL, I may have accepted > > the patch a bit hastily. All of these boards are already in boards.cfg, > > and need not be in makeall IIUC. > > > > Thus, I am rolling back master one notch and will mark the patch as > > Supersedes (could n

Re: [U-Boot] [PULL REQUEST] u-boot-atmel/master

2011-08-03 Thread Reinhard Meyer
Dear Albert, > Overall ARM builds (./MAKEALL arm) went from 199 boards > built, 119 with warnings or errors before applying, to 201 boards, > 97 with warnings or errors once applied. When boards were defined in the MAKEALL apparently only one variant was built and counted, whereas in boards.cfg

Re: [U-Boot] [PULL REQUEST] u-boot-atmel/master

2011-08-03 Thread Reinhard Meyer
Dear Albert, > > those "bug fix" patches bring the number of "broken" at91 boards down to 10. > I hope this can be brought down even more before -rc1, but what has been done > so > far should be mainlined as soon as possible:) > > The Patch "avr32: add grasshopper (ICnova AP7000) board" was subm

[U-Boot] [PULL REQUEST] u-boot-atmel/master

2011-08-03 Thread Reinhard Meyer
op obsolete at91rm9200 support README: fix arm920t/at91 path a/a/c/arm920t/at91/reset.c: drop obsolete CONFIG_AT91RM9200_USART avr32: add grasshopper (ICnova AP7000) board Asen Dimov (1): AT91: change common at91sam9261 files to compile with new scheme Reinhard Meyer (

[U-Boot] [PATCH] AT91: fix at91cap9 SoC files

2011-08-03 Thread Reinhard Meyer
Signed-off-by: Reinhard Meyer --- arch/arm/cpu/arm926ejs/at91/at91cap9_devices.c | 88 +- arch/arm/include/asm/arch-at91/at91cap9.h| 214 +++--- arch/arm/include/asm/arch-at91/at91cap9_matrix.h | 147 +--- 3 files changed, 191 insertions(+), 258

Re: [U-Boot] [STATUS] AT91: boards still broken on 02.Aug.2011

2011-08-03 Thread Reinhard Meyer
Dear Thomas Petazzoni, > Le Wed, 03 Aug 2011 10:08:06 +0800, > Hong Xu a écrit : > >>> > (I have the AT91SAM9M10G45-EK platform on my desk here). >>> Unless Atmel NAKs this approach, I am fine with it. >> >> We're OK with this. If Thomas can fix soon, that's good. Or we'll > > I worked on this

Re: [U-Boot] [PATCH] AT91: Defer Dataflash access to env_relocate_spec

2011-08-03 Thread Reinhard Meyer
Dear Hong Xu, > When env_init is called, the SPI is not actually initialized in U-Boot. > So that we can not read Dataflash for its content. > We simply mark it OK for now, and defer the real work to > `env_relocate_spec'. (Idealy from env_nand.c) > > Signed-off-by: Hong Xu > --- > common/env_dat

[U-Boot] at91rm9200dk broken/patches?

2011-08-02 Thread Reinhard Meyer
Hello, is that board still wanted in u-boot? If yes, it should be converted like the at91rm9200ek has been. Best Regards, Reinhard ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] Revert "AT91:mmc:fix multiple read/write error"

2011-08-02 Thread Reinhard Meyer
Dear Andy, > This reverts commit c310fc840472a36e4b9d2505830e9dc8d458d63c. > > The Atmel custodian had apparently rejected this patch's approach in > another thread, so this patch reverts it for now. [U-Boot] [Question]AT91: MMC read and multiple read failed > Signed-off-by: Andy Fleming > ---

Re: [U-Boot] [PATCH 48/52] ARM: remove broken "at91sam9263ek" board

2011-08-02 Thread Reinhard Meyer
Dear Wolfgang, > Signed-off-by: Wolfgang Denk > Cc: Stelian Pop > --- > MAINTAINERS |1 - > MAKEALL |1 - > Makefile | 19 -- > board/atmel/at91sam9263ek/Makefile| 56 - > boa

Re: [U-Boot] [STATUS] AT91: boards still broken on 02.Aug.2011

2011-08-02 Thread Reinhard Meyer
Dear Thomas Petazzoni, > Le Tue, 02 Aug 2011 12:37:41 +, > Reinhard Meyer a écrit : > > > Configuring for at91sam9m10g45ek board... > > For this board there are patches from Alex Waterman, sent on June, > 30th. They fix the compilation, and they mostly work (ther

Re: [U-Boot] [PATCH 2/2] [V2] AT91: Makes AT91SAM9263-EK build correctly against u-boot-atmel/master

2011-08-02 Thread Reinhard Meyer
Dear Hong Xu, > > Rework for AT91SAM9263-EK, makes it build again. > > Based on the work for AT91SAM9260-EK. > > > > Signed-off-by: Hong Xu > > --- > > Makefile | 19 --- > > board/atmel/at91sam9263ek/at91sam9263ek.c | 56 --- > > board/at

Re: [U-Boot] [PATCH 1/2] [V2] AT91: Makes AT91SAM9263 SoC build correctly against u-boot-atmel/master

2011-08-02 Thread Reinhard Meyer
Dear Hong Xu, > Could you please rebase and reissue this patch based onto current master > (without the timer.c changes)? Disregard, it still applied quite well. Now in u-boot-atmel/master. Thanks, Reinhard ___ U-Boot mailing list U-Boot@lists.denx.de h

[U-Boot] [STATUS] AT91: boards still broken on 02.Aug.2011

2011-08-02 Thread Reinhard Meyer
./MAKEALL at91 - SUMMARY Boards compiled: 48 Boards with warnings or errors: 11 ( at91cap9adk meesc meesc_dataflash pm9261 pm9263 at91sam9263ek at91sam9m10g45ek pm9g45 SBC35_A9G20 TNY_A9260 TNY_A9G20 ) ---

Re: [U-Boot] [PATCH V3] AT91: Small fix on AT91 USART initialization code

2011-08-02 Thread Reinhard Meyer
Dear Hong Xu, > Before reset dbgu transmitter, we just wait TXEMPTY to drain the > transmitter register(Just in case). If not doing this, we may sometimes > see several weird characters from DBGU. > > A short delay is also added to make sure the new serial settings are > settled. > > Signed-off-b

Re: [U-Boot] [PATCH v4 12/12] mkimage: Add OMAP boot image support

2011-08-02 Thread Reinhard Meyer
Dear Albert, > Le 02/08/2011 11:08, Reinhard Meyer a écrit : > > Dear Albert, > >> Dear Sandeep, > >> > >> please pull this directly with the rest of the OMAP SPL patches. > >> > >> In message<1311004011-9073-13-git-send-email-ane...@ti.

Re: [U-Boot] [PATCH 2/2] [V2] AT91: Makes AT91SAM9263-EK build correctly against u-boot-atmel/master

2011-08-02 Thread Reinhard Meyer
Dear Hong Xu, > Rework for AT91SAM9263-EK, makes it build again. > Based on the work for AT91SAM9260-EK. > > Signed-off-by: Hong Xu > --- > Makefile | 19 --- > board/atmel/at91sam9263ek/at91sam9263ek.c | 56 --- > board/atmel/at91sam9263e

Re: [U-Boot] [PATCH 1/2] [V2] AT91: Makes AT91SAM9263 SoC build correctly against u-boot-atmel/master

2011-08-02 Thread Reinhard Meyer
Dear Hong Xu, > Rework for AT91SAM9263 SoC, makes it build again. > Based on the work for AT91SAM9260-EK. > > Signed-off-by: Hong Xu > --- > arch/arm/cpu/arm926ejs/at91/lowlevel_init.S|2 +- > arch/arm/cpu/arm926ejs/at91/timer.c| 13 ++ > arch/arm/include/asm/arch-a

Re: [U-Boot] [PATCH] AT91: Board fix for AT91SAM9261-EK

2011-08-02 Thread Reinhard Meyer
Dear Hong Xu, > Fix board part of AT91SAM9261-EK according to the new scheme > > Signed-off-by: Hong Xu > --- > Makefile | 23 - > board/atmel/at91sam9261ek/at91sam9261ek.c | 136 > +++-- > board/atmel/at91sam9261ek/config.mk

Re: [U-Boot] [PATCH 47/52] ARM: remove broken "at91sam9261ek" / "at91sam9g10ek" boards

2011-08-02 Thread Reinhard Meyer
Dear Remy Bohmer, dear Wolfgang, > > 2011/7/18 Wolfgang Denk : > > Signed-off-by: Wolfgang Denk > > Cc: Stelian Pop > > Cc: Sedji Gaouaou > > --- > > MAINTAINERS |2 - > > MAKEALL |2 - > > Makefile

Re: [U-Boot] [PATCH] AT91: SoC fix at91sam9261_matrix.h

2011-08-02 Thread Reinhard Meyer
Dear Hong Xu, > Fix at91sam9261_matrix.h according to the new scheme. > > Signed-off-by: Hong Xu > --- > .../arm/include/asm/arch-at91/at91sam9261_matrix.h | 77 > +--- > 1 files changed, 36 insertions(+), 41 deletions(-) Applied to u-boot-atmel/master. Thanks. Reinhard _

Re: [U-Boot] [PATCH V2] AT91: Small fix on AT91 USART initialization code

2011-08-02 Thread Reinhard Meyer
Dear Hong Xu, > > > diff --git a/drivers/serial/atmel_usart.c b/drivers/serial/atmel_usart.c > > > index e326b2b..6f9c2de 100644 > > > --- a/drivers/serial/atmel_usart.c > > > +++ b/drivers/serial/atmel_usart.c > > > @@ -49,17 +49,23 @@ int serial_init(void) > > > { > > > atmel_usart3_t *usa

Re: [U-Boot] [PATCH v4 12/12] mkimage: Add OMAP boot image support

2011-08-02 Thread Reinhard Meyer
Dear Albert, > Dear Sandeep, > > please pull this directly with the rest of the OMAP SPL patches. > > In message <1311004011-9073-13-git-send-email-ane...@ti.com> you wrote: > > From: John Rigby > > > > - Add mkimage support for OMAP boot image > > - Add support for OMAP boot image(MLO) generat

[U-Boot] common/image.c:141:4: error: ‘IH_TYPE_OMAPIMAGE’ undeclared here (not in a function)

2011-08-02 Thread Reinhard Meyer
Hi, on current u-boot-arm/master, I get this error for _ALL_ ARM9 boards (./MAKEALL ARM9 - perhaps even more arches are affected): common/image.c:141:4: error: ‘IH_TYPE_OMAPIMAGE’ undeclared here (not in a function) Can someone look into this? Best Regards, Reinhard ___

Re: [U-Boot] [PATCH] AT91:mmc:fix multiple read/write error

2011-08-01 Thread Reinhard Meyer
Dear Andy, dear Elen, > According to datasheet,set block count before multiple read/write. > > Signed-off-by: elen.song > --- > drivers/mmc/atmel_mci.h |9 - > drivers/mmc/gen_atmel_mci.c |4 > 2 files changed, 12 insertions(+), 1 deletions(-) > > diff --git a/drivers/m

Re: [U-Boot] [PATCH V2] AT91: Small fix on AT91 USART initialization code

2011-08-01 Thread Reinhard Meyer
Dear Hong Xu, > Before reset dbgu transmitter, we just wait TXEMPTY to drain the > transmitter register. If not doing this, we may sometimes see several > weird characters from DBGU. > > A short delay is also added to make sure the new serial settings are > settled. > > Signed-off-by: Hong Xu > ---

Re: [U-Boot] [PATCH 50/52] ARM: remove broken "at91sam9rlek" board

2011-08-01 Thread Reinhard Meyer
Dear Wolfgang Denk, this board builds again as of today in u-boot-atmel/master. I have set this patch to "not applicable". Best Regards, Reinhard ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH v4 2/2] AT91: Makes AT91SAM9RL-EK build correctly against u-boot-atmel/master

2011-08-01 Thread Reinhard Meyer
From: Xu, Hong Rework for AT91SAM9RL-EK, makes it build again. Based on the work for AT91SAM9260-EK. V4: added changes to MAKEALL Signed-off-by: Hong Xu Signed-off-by: Reinhard Meyer --- MAKEALL |1 - Makefile| 12

[U-Boot] [PATCH v4 1/2] AT91: Makes AT91SAM9RL SoC build correctly against u-boot-atmel/master

2011-08-01 Thread Reinhard Meyer
From: Xu, Hong Rework for AT91SAM9RL SoC, makes it build again. Based on the work for AT91SAM9260-EK. V4: US->USART, cosmetics Signed-off-by: Hong Xu Signed-off-by: Reinhard Meyer --- arch/arm/cpu/arm926ejs/at91/at91sam9rl_devices.c | 74 arch/arm/include/asm/arch-a

Re: [U-Boot] [PATCH] AT91: Small fix on AT91 USART initialization code

2011-08-01 Thread Reinhard Meyer
Dear Hong Xu, > Before reset dbgu transmitter, we just wait TXEMPTY to drain the > transmitter register. If not doing this, we may sometimes see several > weird characters from DBGU. > > A short delay is also added to make sure the new serial settings are > settled. > > Signed-off-by: Hong Xu > ---

Re: [U-Boot] [PATCH 1/2 V3] AT91: Makes AT91SAM9RL SoC build correctly against u-boot-atmel/master

2011-08-01 Thread Reinhard Meyer
Dear Hong Xu, > Rework for AT91SAM9RL SoC, makes it build again. > arch/arm/include/asm/arch-at91/at91sam9rl_matrix.h | 121 +- When I compare at91sam9rl_matrix.h to at91sam9260_matrix.h there is only one subtle difference: at91sam9260_matrix.h: struct at91_matrix { u32

Re: [U-Boot] [PATCH 1/2 V3] AT91: Makes AT91SAM9RL SoC build correctly against u-boot-atmel/master

2011-08-01 Thread Reinhard Meyer
Dear Hong Xu, > Rework for AT91SAM9RL SoC, makes it build again. > Based on the work for AT91SAM9260-EK. > > Signed-off-by: Hong Xu > --- > Changes since V2 > - No at91_serial_hw_init, no CONFIG_USARTx anymore. > - Removed SZ_* macros - though I don't have the reason found in code :) > - Add defi

Re: [U-Boot] [PATCH][ATMEL] add ATMEL_PMC_UHP define to at91sam9261/63 header

2011-07-31 Thread Reinhard Meyer
Dear Jens Scharsig, > * add ATMEL_PMC_UHP define to at91sam9261/63 header > > Signed-off-by: Jens Scharsig > --- > arch/arm/include/asm/arch-at91/at91sam9261.h |1 + > arch/arm/include/asm/arch-at91/at91sam9263.h |1 + > 2 files changed, 2 insertions(+), 0 deletions(-) Thanks, those d

Re: [U-Boot] [PATCH] macb: fix compile warning

2011-07-27 Thread Reinhard Meyer
Dear Wolfgang Denk, > Dear "=?UTF-8?q?Andreas=20Bie=C3=9Fmann?=", > > In message<1307619188-18655-1-git-send-email-andreas.de...@gmail.com> you > wrote: >> This patch fixes following compile warning: >> >> ---8<--- >> macb.c: In function 'macb_write_hwaddr': >> macb.c:525:2: warning: dereferencin

[U-Boot] AT91: rework and fixes (was:Re: [PATCH 47/52] ARM: remove broken "at91sam9261ek" /"at91sam9g10ek" boards)

2011-07-26 Thread Reinhard Meyer
Dear Hong Xu, > Hi Albert, > > On 07/18/2011 02:39 PM, Albert ARIBAUD wrote: > > Hi Eric, > > > > Le 18/07/2011 04:52, Hong Xu a écrit : > > > Hi Reinhard, > > > > > > It's a pity to see that some of the AT91 boards are planed to be removed > > > by Wolfgang. > > > > > > Several weeks ago, t

Re: [U-Boot] [PATCH V2] AT91: EMK/TOP9000 board actualization

2011-07-26 Thread Reinhard Meyer
Dear Reinhard Meyer, > This is a general update of all projects involving the TOP9000 CPU module. > Changes: > Enable the /RESET input > Add more ARCH numbers > Add EAN13 checksum routine > Add reading of VPD EEPROM > Remove obsolete reset_phy() > Add boot progress

Re: [U-Boot] [PATCH V2][ARM] eb_cpux9k2: add USB host support to board

2011-07-26 Thread Reinhard Meyer
Dear Jens Scharsig, Wolfgang Denk, > Dear "u-b...@emk-elektronik.de", > > In message <1310382637.7288.7.camel@ubuntu> you wrote: > > > > The patch you sent as an attachment does indeed apply, but I remember > > its against the rules to use it; however patchworks does correctly > > Indeed patches

Re: [U-Boot] [PATCH] AT91: change common at91sam9261 files to compile with new scheme

2011-07-26 Thread Reinhard Meyer
Dear Asen Dimov, Reinhard Meyer: > From: Asen Dimov > > Signed-off-by: Asen Dimov > Signed-off-by: Reinhard Meyer > --- > arch/arm/cpu/arm926ejs/at91/at91sam9261_devices.c | 76 > ++--- > arch/arm/include/asm/arch-at91/at91sam9261.h |3 +

[U-Boot] [PATCH] AT91: change common at91sam9261 files to compile with new scheme

2011-07-26 Thread Reinhard Meyer
From: Asen Dimov Signed-off-by: Asen Dimov Signed-off-by: Reinhard Meyer --- arch/arm/cpu/arm926ejs/at91/at91sam9261_devices.c | 76 ++--- arch/arm/include/asm/arch-at91/at91sam9261.h |3 +- 2 files changed, 38 insertions(+), 41 deletions(-) diff --git a/arch/arm

Re: [U-Boot] [PATCH, AT91, rework v2] change common at91sam9261 files after AT91 rework

2011-07-26 Thread Reinhard Meyer
Dear Asen Dimov, > > I have this as a local patch and could squash this onto yours, or > > you may provide an updated patch. > I will try once more to make it as it should be. The squashed version is at top of u-boot-atmel/rework-at91sam9261. If you are OK with that, I'll post the patch and apply

Re: [U-Boot] [PATCH] AT91: fix mistake in at91sam9260_devices.c(spi1_hw_init)

2011-07-26 Thread Reinhard Meyer
Dear Reinhard Meyer, > Bits 0..3 in cs_mask = CS0..CS3 in SPI mode require it to be peripheral > Bits 4..7 in cs_mask = CS0..CS3 in GPIO mode require it to be output > > Signed-off-by: Reinhard Meyer > --- > arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c |2 +- >

Re: [U-Boot] [PATCH, AT91, rework v2] change common at91sam9261 files after AT91 rework

2011-07-26 Thread Reinhard Meyer
Dear Asen Dimov, > and one forgotten answer ... > >> What I miss in at91sam9261_devices.c (as compared to the 9260) > >> is support for MACB and MCI. Don't 9261 systems use Ethernet? > >> Or is that part still in the board specific files? > >> > that part is in the board file. That is unfortunate.

Re: [U-Boot] [PATCH, AT91, rework v2] change common at91sam9261 files after AT91 rework

2011-07-26 Thread Reinhard Meyer
Dear Asen Dimov, > and one forgotten answer ... > >> What I miss in at91sam9261_devices.c (as compared to the 9260) > >> is support for MACB and MCI. Don't 9261 systems use Ethernet? > >> Or is that part still in the board specific files? > >> > that part is in the board file. Sorry for that confu

[U-Boot] [PATCH V2] AT91: EMK/TOP9000 board actualization

2011-07-26 Thread Reinhard Meyer
This is a general update of all projects involving the TOP9000 CPU module. Changes: Enable the /RESET input Add more ARCH numbers Add EAN13 checksum routine Add reading of VPD EEPROM Remove obsolete reset_phy() Add boot progress LEDs Signed-off-by: Reinhard Meyer --- board/emk/top9000

[U-Boot] [PATCH] AT91: fix mistake in at91sam9260_devices.c(spi1_hw_init)

2011-07-26 Thread Reinhard Meyer
Bits 0..3 in cs_mask = CS0..CS3 in SPI mode require it to be peripheral Bits 4..7 in cs_mask = CS0..CS3 in GPIO mode require it to be output Signed-off-by: Reinhard Meyer --- arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff

Re: [U-Boot] [PATCH, AT91, rework v2] change common at91sam9261 files after AT91 rework

2011-07-26 Thread Reinhard Meyer
Dear Asen Dimov, > Signed-off-by: Asen Dimov > --- > Note: > This patch was a part of patches, but it is better to be done step by step and > so this patch is a split from the patch series with message id: > <1307606409-29818-2-git-send-email-di...@ronetix.at> > and Patchwork: > http://patchwork.o

Re: [U-Boot] [PATCH v4] avr32: add grasshopper (ICnova AP7000) board

2011-07-24 Thread Reinhard Meyer
Dear Andreas Bießmann: > Am 01.07.2011 16:47, schrieb Andreas Bießmann: > > The grasshopper board is a neat avr32 evaluation kit produced by In-Circuit > > GmbH. > > See http://www.ic-board.de/product_info.php?info=p75_ICnova-AP7000-Base.html > > for detailed information about this device. > > > >

Re: [U-Boot] [PATCH 0/6] Drop obsolete at91rm9200 support

2011-07-24 Thread Reinhard Meyer
On 23.07.2011 15:41, Albert ARIBAUD wrote: > Hi Reinhard, > > Le 21/07/2011 14:05, Reinhard Meyer a écrit : >> Dear Wolfgang Denk, >>>>> The series "ARM: remove broken boards" deletes the last few boards which >>>>> used >>>>>

Re: [U-Boot] [PATCH] a/a/c/arm920t/at91/reset.c: drop obsolete CONFIG_AT91RM9200_USART

2011-07-21 Thread Reinhard Meyer
Dear Andreas Bießmann, > The CONFIG_AT91RM9200_USART is an remnant of > 18ed5e9550810e2fc5bf2c757aee47774609651c which deleted the > at91rm9200_usart driver. > > Signed-off-by: Andreas Bießmann > --- > arch/arm/cpu/arm920t/at91/reset.c |4 > 1 files changed, 0 insertions(+), 4 deletions

Re: [U-Boot] [PATCH 0/6] Drop obsolete at91rm9200 support

2011-07-21 Thread Reinhard Meyer
Dear Wolfgang Denk, > > > The series "ARM: remove broken boards" deletes the last few boards which > > > used > > > the obsolete arm920t/at91rm9200 arch code. > > > This series completes it and removes the now obsolete at91rm9200 arch code > > > completely. Additionally ther are some more cleanup

Re: [U-Boot] [PATCH 0/6] Drop obsolete at91rm9200 support

2011-07-20 Thread Reinhard Meyer
Dear Wolfgang, On 18.07.2011 21:41, Andreas Bießmann wrote: > The series "ARM: remove broken boards" deletes the last few boards which used > the obsolete arm920t/at91rm9200 arch code. > This series completes it and removes the now obsolete at91rm9200 arch code > completely. Additionally ther are

Re: [U-Boot] [PATCH 00/52] ARM: remove broken boards

2011-07-19 Thread Reinhard Meyer
Dear Wolfgang Denk, > Reinhard: > > There are a number of additional AT91 based boards that are currently > broken. Some bail out in drivers/mtd/cfi_flash.c dure to undefined > references to `reset_timer' (cpu9260, cpu9G20, ...), some due to > "asm/arch/io.h: No such file or directory" errors (pm9

Re: [U-Boot] [PATCH v1 (WIP) 00/16] [Timer]API Rewrite

2011-07-12 Thread Reinhard Meyer
Dear J. William Campbell, All >I have two comments regarding this discussion so far. First, I > think using the "time" function name at all is a VERY BAD idea. People > will confuse it with the "normal" c library function that returns the > time of day since the epoch. One may say that

Re: [U-Boot] [PATCH V2][ARM] eb_cpux9k2: add USB host support to board

2011-07-12 Thread Reinhard Meyer
Dear Jens Scharsig, > This is a resend without modifications by mail client Really? It seems the patch was completely omitted.. :) Reinhard ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH] AT91: EMK/TOP9000 board actualization

2011-07-11 Thread Reinhard Meyer
Signed-off-by: Reinhard Meyer --- board/emk/top9000/top9000.c | 131 ++- 1 files changed, 116 insertions(+), 15 deletions(-) diff --git a/board/emk/top9000/top9000.c b/board/emk/top9000/top9000.c index 61dee62..92e8a9d 100644 --- a/board/emk/top9000

Re: [U-Boot] [Question]AT91: MMC read and multiple read failed

2011-07-11 Thread Reinhard Meyer
Dear Song, Elen, > [snip] >>> static int mci_send_cmd(struct mmc *mmc, struct mmc_cmd *cmd, struct >>> mmc_data *data) >>> { >>> ... >>> cmdr = mci_encode_cmd(cmd, data,&error_flags); >>> >>> /* Send the command */ >>> >>> +if ((cmd->cmdidx == MMC_CMD_READ_MULTIPLE_BLOCK) ||(cmd->

Re: [U-Boot] [Question]AT91: MMC read and multiple read failed

2011-07-11 Thread Reinhard Meyer
Hello Song, Elen, > Hello Reinhard: > > I've tried your patch([PATCH] AT91: enable MMC on at91sam(9260/9g20/0xe)ek) > on uboot-atmel branch on at91sam9260.The sdcard is correctly initialized,but > when I test "mmc read" command, I found two issues. > > 1.while run command "mmc read 2200 0 1"

[U-Boot] [PATCH] AT91: enable MMC on at91sam(9260/9g20/0xe)ek

2011-07-08 Thread Reinhard Meyer
Signed-off-by: Reinhard Meyer --- board/atmel/at91sam9260ek/at91sam9260ek.c | 33 + include/configs/at91sam9260ek.h | 45 ++-- 2 files changed, 62 insertions(+), 16 deletions(-) diff --git a/board/atmel/at91sam9260ek/at91sam9260ek.c b

Re: [U-Boot] MCI support in U-Boot

2011-07-08 Thread Reinhard Meyer
Dear Song, Elen, > Hello Reinhard, > > We planed to add MCI support in U-Boot. We found you once had a branch named > “wip110202” which makes use of generic > mci for AT91SAM9260. The commit id is 137f4defd “AT91:enable MMC on > at91sam(9260/9g20/0xe)ek”. > > I tried that branch. It works well

Re: [U-Boot] [PATCH 8/8] Updates the boards.cfg file

2011-07-04 Thread Reinhard Meyer
Dear Alex Waterman, > Add the default generic at91sam9m10g45ek_config target to the new > config system. Not all possible configurations of u-boot for the > at91sam9m10g45ek are included yet. Add them as needed. > > Signed-off-by: Alex Waterman > --- > boards.cfg |1 + > 1 files changed, 1 i

Re: [U-Boot] [PATCH 7/8] Updates the at91sam9m10g45ek.h config file.

2011-07-04 Thread Reinhard Meyer
Dear Alex Waterman, > Moves to using newer defines and adds possible support for the > second bank of RAM (if so desired). > > Also, some coding clean up: removed the needless define to 1s for > defines that just act as flags. > > Signed-off-by: Alex Waterman > --- > include/configs/at91sam9m10

Re: [U-Boot] [PATCH 6/8] Adds wait to atmel_usart serial_init function

2011-07-04 Thread Reinhard Meyer
Dear Alex Waterman, > Adds a short busy loop wait to the atmel_usart.c serial_init() > function. > > Signed-off-by: Alex Waterman > --- > drivers/serial/atmel_usart.c |6 ++ > 1 files changed, 6 insertions(+), 0 deletions(-) > > diff --git a/drivers/serial/atmel_usart.c b/drivers/serial

Re: [U-Boot] [PATCH 3/8] Fix compile problem for some boards in the clock code.

2011-07-04 Thread Reinhard Meyer
Dear Alex Waterman, > Some boards use AT91_SLOW_CLOCK and other use > CONFIG_SYS_AT91_SLOW_CLOCK. This patch makes it so the arm926ejs > clock code will return which ever is set. > > Signed-off-by: Alex Waterman > --- > arch/arm/cpu/arm926ejs/at91/clock.c |4 > 1 files changed, 4 insert

Re: [U-Boot] [PATCH 2/8] Update at91sam9m10g45_devices.c to fix compile errors.

2011-07-04 Thread Reinhard Meyer
Dear Alex Waterman, > Move this file to the new ATMEL_BASE_* and ATMEL_ID_* defines. > > Also fixed a problem appearing in the ethernet initialization where > the entire board was being reset, not just the ethernet controller. > This at least makes ethernet work on my board if the correct > enviro

  1   2   3   4   5   6   7   8   >