[U-Boot] [PATCH] Orphan dbau1x00 boards

2016-06-14 Thread Thomas Lange
I no longer have access to such a board Signed-off-by: Thomas Lange --- board/dbau1x00/MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board/dbau1x00/MAINTAINERS b/board/dbau1x00/MAINTAINERS index b94ed81..21853ed 100644 --- a/board/dbau1x00/MAINTAINERS +++ b

Re: [U-Boot] Can't build dbau1x00 anymore

2011-02-08 Thread Thomas Lange
hard float, u-boot uses soft float > ld: Warning: /usr/lib/gcc/mipsel-linux-gnu/4.4.5/libgcc.a(_ashldi3.o) uses > hard float, u-boot uses soft float > make[1]: *** > [/build/buildd-u-boot_2010.12-2-mipsel-Q8UfBj/u-boot-2010.12/debian/build/dbau1100/u-boot] > Error 1 >

Re: [U-Boot] [PATCH v3] Drop support for GTH board

2010-07-05 Thread Thomas Lange
is board. > > Signed-off-by: Wolfgang Denk > Cc: Thomas Lange > --- > V2: Remove remaining references to CONFIG_GTH as pointed out by > Thomas. > V3: Fix erroneous deletion of a CONFIG_GTH2 reference. Acked-by: Thomas Lange Regards, /Thomas

Re: [U-Boot] [PATCH v2] Drop support for GTH board

2010-07-04 Thread Thomas Lange
Dear Wolfgang, On 2010-07-05 00:07, Wolfgang Denk wrote: > V2: Remove remaining references to CONFIG_GTH as pointed out by > Thomas. Patch looks fine, except this: > diff --git a/common/cmd_ide.c b/common/cmd_ide.c > index d486697..c83dcc4 100644 > --- a/common/cmd_ide.c > +++ b/common/c

Re: [U-Boot] [PATCH] Drop support for GTH board

2010-06-30 Thread Thomas Lange
p support for this board. > > Signed-off-by: Wolfgang Denk > Cc: Thomas Lange > --- > MAINTAINERS |4 - > MAKEALL |1 - > board/gth/Makefile| 44 > board/gth/README | 18 -- > board/gth/conf

Re: [U-Boot] GTH board status

2010-06-24 Thread Thomas Lange
On 2010-06-24 20:49, Wolfgang Denk wrote: > In message<4c232a05.8080...@corelatus.se> you wrote: >> >> The GTH board is obsolete and has not been manufactured for several years. >> To my knowledge, no recent U-Boot build has been tested on that card. > > Thanks for the feedback - so can we drop GT

Re: [U-Boot] GTH board status

2010-06-24 Thread Thomas Lange
On 2010-06-23 23:34, Wolfgang Denk wrote: > Dear Thomas, > > is the GTH board still actively being maintained, or what exactly is > it's state? The GTH board is obsolete and has not been manufactured for several years. To my knowledge, no recent U-Boot build has been tested on that card. > I'm tr

[U-Boot] [PATCH] ARM DaVinci: EMIF settings

2009-05-03 Thread Thomas Lange
NAND module should not modify EMIF registers unrelated to CS2 that is used for NAND, i.e. do not modify EWAIT config register or registers for other Chip Selects. Without this patch, EMIF configurations made in board_init() will be invalidated. Signed-off-by: Thomas Lange --- drivers/mtd/nand

[U-Boot] [PATCH] ARM DaVinci: Reset with watchdog enabled

2009-05-03 Thread Thomas Lange
Once the Davinci watchdog has been enabled, the timeout value cannot be changed. If the timeout in use is long, it can take a long time for card to reset. By writing an invalid service key, we can trigger an immediate reset. Signed-off-by: Thomas Lange --- cpu/arm926ejs/davinci/reset.S |4

[U-Boot] [PATCH] MIPS: Implement ethernet halt for au1x00

2009-04-24 Thread Thomas Lange
Implement ethernet halt() by putting MAC0 in reset. If we do not do this, we will get memory corruption when ethernet frames are received during early OS boot. Signed-off-by: Thomas Lange --- cpu/mips/au1x00_eth.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/cpu