[U-Boot] [PATCH] tools, env, aes: fix compiling env tools for target

2014-05-11 Thread Heiko Schocher
compiling env tools for the target leads with current u-boot in following compile error: $ make CROSS_COMPILE=powerpc-linux- env make[1]: *** Keine Regel vorhanden, um das Target »tools/env/aes.c«, benötigt von »tools/env/aes.o«, zu erstellen. Schluss. make: *** [env] Fehler 2 $ Fix it! Signe

[U-Boot] Fwd: uboot.lds

2014-05-11 Thread zhaobin xv
Hi, When I read the scource of uboot 1.1.6,I find ". = .;" in the file of \board\smdk2410\u-boot.lds. I can't understand why ". = .;" is here.why not ". = ALIGN(4);"? what does ". = .;" mean? ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx

Re: [U-Boot] [RFC PATCH v2 04/13] Makefile: Support include files for .dts files

2014-05-11 Thread Masahiro Yamada
Hi Simon, On Fri, 9 May 2014 11:28:19 -0600 Simon Glass wrote: > Linux supports this, and if we are to have compatible device tree files, > U-Boot should also. > > Avoid giving the device tree files access to U-Boot's include/ directory. > Only include/dt-bindings is accessible. > > Signed-of

[U-Boot] [PATCH v2] zynq: treat ps7_init.c/h as external files to ignore them

2014-05-11 Thread Masahiro Yamada
ps7_init.c and ps7_init.h are supposed to be exported by hw project and copied to board/xilinx/zynq/ directory. We want them to be ignored by git. So what we should do is to always treat them as external files rather than replacing ps7_init.c This commit does: - Move a weak function ps7_init()

[U-Boot] [PATCH 0/2] kbuild - trivial fixes

2014-05-11 Thread Masahiro Yamada
Masahiro Yamada (2): kbuild: remove unused RANLIB kbuild: add missing PERL definition Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 1.8.3.2 ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listi

[U-Boot] [PATCH 1/2] kbuild: remove unused RANLIB

2014-05-11 Thread Masahiro Yamada
RANLIB was added by commit e221174 (more than a decade ago) but it has been never referenced at all. Signed-off-by: Masahiro Yamada --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 9ff9e23..1c8af3f 100644 --- a/Makefile +++ b/Makefile @@ -354,7 +354,6 @@

[U-Boot] [PATCH 2/2] kbuild: add missing PERL definition

2014-05-11 Thread Masahiro Yamada
"checkstack" target uses $(PERL) so PERL must be defined. Signed-off-by: Masahiro Yamada --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1c8af3f..9b5c9d6 100644 --- a/Makefile +++ b/Makefile @@ -354,6 +354,7 @@ STRIP = $

Re: [U-Boot] Mainline u-boot SPL for socfpga

2014-05-11 Thread Charles Manning
On Thu, May 8, 2014 at 10:24 PM, Chin Liang See wrote: > Hi Charles, > > > On Tue, 2014-05-06 at 12:22 +1200, Charles Manning wrote: > > Hello > > > > > > I am trying to understand the state of the socfpga preloader in > > mainline u-boot. > > > > > > From what I see, this is broken and perhaps h

Re: [U-Boot] tps6586x: staticize funtions

2014-05-11 Thread Manish Badarkhe
Hi Tom, On Thu, Apr 24, 2014 at 8:55 AM, Manish Badarkhe wrote: > Make funtions static which are locally used in file. > > Signed-off-by: Manish Badarkhe > --- > :100644 100644 704c243... d29d969... M drivers/power/tps6586x.c > drivers/power/tps6586x.c |4 ++-- > 1 file changed, 2 insertio

[U-Boot] uboot.lds

2014-05-11 Thread zhaobin xv
Hi, When I read the scource of uboot 1.1.6,I find ". = .;" in the file of \board\smdk2410\u-boot.lds. I can't understand why ". = .;" is here.why not ". = ALIGN(4);"? what does ". = .;" mean? ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx