[PATCH 2/2] kbuild: resync top Makefile, mkmakefile, tags.sh with Linux 5.7-rc4

2020-05-10 Thread Masahiro Yamada
The prologue of the build system is not specific to Linux or Barebox. Paritially resync with Linux 5.7-rc4 - In Linux, $(objtree) is always '.', and $(srctree) might be relative. I am keeping both absolute for now to avoid unexpected breakage. - I did not resync single target for now. We need

[PATCH 1/2] arch: remove KBUILD_SRC checks from arch Makefile

2020-05-10 Thread Masahiro Yamada
You can always add $(srctree)/ to the mach include path. Signed-off-by: Masahiro Yamada --- arch/arm/Makefile| 4 arch/mips/Makefile | 4 arch/powerpc/Makefile| 4 arch/riscv/Makefile | 4 arch/sandbox/Makefile| 4 arch/sandbox/os/Makefile |

Re: [PATCH 3/3] LICENSES: add Linux-syscall-note exception text

2020-05-10 Thread Roland Hieber
On Fri, May 08, 2020 at 08:21:49AM +0200, Ahmad Fatoum wrote: > We include Linux headers in barebox, which are licensed under GPL with > this exception. > > While we are GPL-2.0 as well and don't require the exception, we should > always provide license texts to the License-Identifiers we are

Re: [PATCH 2/3] LICENSES: import ISC/X11/BSD-2-Clause license Text from Linux

2020-05-10 Thread Roland Hieber
On Fri, May 08, 2020 at 08:21:48AM +0200, Ahmad Fatoum wrote: > Our dts/ directory contains SPDX-License-Identifiers referencing these > three licenses. We should thus add the full-text of the LICENSES to the > source tree. The split into deprecated and preferred is taken from > Linux. > >

Re: [PATCH 1/3] LICENSES: replace LGPL-2.1-or-later with Linux license text

2020-05-10 Thread Roland Hieber
On Fri, May 08, 2020 at 08:21:47AM +0200, Ahmad Fatoum wrote: > They seem to be the same, but the Linux copy contains some introductory > SPDX-License-Identifier description text and is line-wrapped to 80 > characters. Replace our copy with the Linux v5.6 copy to reduce > differences. I don't

Re: [PATCH v4 0/7] elf: add better bootm support

2020-05-10 Thread Clément Leger
Hi Oleksij, - On 10 May, 2020, at 06:31, Oleksij Rempel o.rem...@pengutronix.de wrote: > Hi Clement, > > just in case it makes a difference. I load this file over tftp (boot > net) I manage to load your elf file on kvx using bootm (I do not have net boot) and here is what I get: