Re: [U-Boot] [PATCH] Add support for jadecpu board

2010-01-21 Thread Tom
I have updated the mach-types.h You can get this by sync-ing with u-boot-arm/master. Tom Matthias Weißer wrote: > Am 18.01.2010 09:52, schrieb Wolfgang Denk: >>> As I don't use Linux on this board I don't have such an id. How to deal >>> with such a situation? Should I get a machine id anyway? And

Re: [U-Boot] [PATCH] Add support for jadecpu board

2010-01-18 Thread Tom
Matthias Wei?er wrote: > Am 18.01.2010 09:52, schrieb Wolfgang Denk: >>> As I don't use Linux on this board I don't have such an id. How to deal >>> with such a situation? Should I get a machine id anyway? And if so can >>> you give me a hint on how I can get such an id? >> Yes, you are required to

Re: [U-Boot] [PATCH] Add support for jadecpu board

2010-01-18 Thread Matthias Weißer
Am 18.01.2010 09:52, schrieb Wolfgang Denk: >> As I don't use Linux on this board I don't have such an id. How to deal >> with such a situation? Should I get a machine id anyway? And if so can >> you give me a hint on how I can get such an id? > > Yes, you are required to register a machine ID. See

Re: [U-Boot] [PATCH] Add support for jadecpu board

2010-01-18 Thread Wolfgang Denk
Dear =?ISO-8859-1?Q?Matthias_Wei=DFer?=, In message <4b5413ac.2000...@arcor.de> you wrote: > > > Make sure to include the machine id. > > As I don't use Linux on this board I don't have such an id. How to deal > with such a situation? Should I get a machine id anyway? And if so can > you give m

Re: [U-Boot] [PATCH] Add support for jadecpu board

2010-01-17 Thread Matthias Weißer
Hi Tom thanks for your feedback. Am 16.01.2010 20:18, schrieb Tom: >> +/* >> + * Miscellaneous platform dependent initialisations >> + */ >> +int board_init(void) >> +{ > > board_init should fill out entries in > structglobal_data. > See other board like lopgicpd/zoom1 as an example. > Ma

Re: [U-Boot] [PATCH] Add support for jadecpu board

2010-01-16 Thread Wolfgang Denk
Dear Matthias Weisser, In message <4b5210ea.8000...@windriver.com> Tom Rix wrote: > > > index ed6156f..98c147d 100644 > > --- a/Makefile > > +++ b/Makefile > > @@ -2874,6 +2874,13 @@ TNY_A9260_config : unconfig > > @echo "#define CONFIG_$(@:_config=) 1" >$(obj)include/config.h > >

Re: [U-Boot] [PATCH] Add support for jadecpu board

2010-01-16 Thread Tom
Matthias Weisser wrote: > Signed-off-by: Matthias Weisser > --- > MAINTAINERS |4 + > MAKEALL |1 + > index ed6156f..98c147d 100644 > --- a/Makefile > +++ b/Makefile > @@ -2874,6 +2874,13 @@ TNY_A9260_config : unconfig >

[U-Boot] [PATCH] Add support for jadecpu board

2010-01-11 Thread Matthias Weisser
Signed-off-by: Matthias Weisser --- MAINTAINERS |4 + MAKEALL |1 + Makefile |7 + board/syteco/jadecpu/Makefile| 55 +++ board/syteco/jadecpu/config.mk |1 + board/syteco/jadecpu