On Wed, 31 Oct 2018 14:11:38 +0530
Jagan Teki <[email protected]> wrote:

Hi Jagan,

> On Tue, Oct 16, 2018 at 4:30 PM Andre Przywara
> <[email protected]> wrote:
> >
> > Hi,
> >
> > I just sent a rather large pull request [1] to the official ARM
> > Trusted Firmware repository, to close the gap between the existing
> > ATF "legacy" port in my private repository[2] and the already
> > existing (but limited) mainline port[3] (available since the
> > official v1.6 release). This introduces the missing AXP803 setup
> > (based on the actual DT) and also adds proper CPU hotplugging
> > (among other things).
> >
> > I would be grateful if people could have a look and test this on
> > their setup, as I plan to retire the old ATF port once this has
> > been merged. This is meant as a drop-in replacement for the
> > existing bl31.bin: just check out a different branch/repo [4] and
> > use "PLAT=sun50i_a64" instead of "PLAT=sun50iw1p1" for the ATF
> > build. The rest should be the same as in the U-Boot document [5].  
> 
> I'm trying to build for Mainline(ARM) ATF, look like build seems
> different behavior when use legacy approach with change in PLAT
> $ export CROSS_COMPILE=aarch64-linux-gnu-
> $ make PLAT=sun50i_a64

So that works for me. What compiler (version) do you use? You could try
to add V=1 to the command line to see if that gives you more output.

Also I would recommend to use:
$ make PLAT=sun50i_a64 DEBUG=1 bl31
(but that shouldn't make a difference here).

Cheers,
Andre.

> Building sun50i_a64
>   CC      lib/libc/abort.c
>   CC      lib/libc/assert.c
>   CC      lib/libc/exit.c
>   CC      lib/libc/memchr.c
>   CC      lib/libc/memcmp.c
>   CC      lib/libc/memcpy.c
>   CC      lib/libc/memmove.c
>   CC      lib/libc/memset.c
>   CC      lib/libc/printf.c
>   CC      lib/libc/putchar.c
>   CC      lib/libc/puts.c
>   CC      lib/libc/snprintf.c
>   CC      lib/libc/strchr.c
>   CC      lib/libc/strcmp.c
>   CC      lib/libc/strlen.c
>   CC      lib/libc/strncmp.c
>   CC      lib/libc/strnlen.c
>   AR      build/sun50i_a64/release/lib/libc.a
> 
> < stops here>

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to