[Skiboot] [PATCH] libfdt: sync to upstream dtc.git commit 45f3d1a095dd

Cédric Le Goater clg at kaod.org
Thu Dec 9 21:11:05 AEDT 2021


On 12/8/21 09:18, Nicholas Piggin wrote:
> sync to upstream dtc.git commit 45f3d1a095dd ("libfdt: overlay: make
> overlay_get_target() public") from previous upstream sync commit 243176c
> ("Fix bogus error on rebuild"). This mainly updates license headers,
> fixes one or two small bugs, sign mismatches, integer overflow, and
> cases of undefined behaviour, compile warnings for newer compilers, and
> introduces some checking options (which might be useful to speed up fdt
> operations on awan).
> 
> The recipe for this patch is:
> 
>    $ cp ../dtc/libfdt/* libfdt/
>    $ git add libfdt/fdt_check.c
>    $ rm libfdt/meson.build
> 
>    Then add the INT32_MAX define to libc/include/limits.h, and update
>    libfdt/Makefile.inc and libfdt/README.skiboot.
> 
> Signed-off-by: Nicholas Piggin <npiggin at gmail.com>



Applied to master.

Thanks,

C.


More information about the Skiboot mailing list