lkml.org 
[lkml]   [2018]   [Feb]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/6] dtc updates for 4.17
Date
This series updates building dtc with flex and bison rather than using 
the _shipped files and updates dtc to the current upstream version. The
new dtc adds some new warnings, so turn off the noisiest ones. While
here adjusting the warnings, we can also now re-enable some that have
gotten fixed.

Yamada-san, I figured out why you wanted the dtc update after I wrote
the patch to remove the shipped files... :) I guess you may already have
a similar patch. I suppose the first patch should go into 4.16, but
nothing needs the fix yet. So it may be easier if you can just ack it
and I'll keep it with the rest of the series.

Rob

Rob Herring (6):
kbuild: remove remaining use of undefined YACC_PREFIX
kbuild: add dtc as dependency on .dtb files
scripts: re-enable some now fixed dtc warnings
scripts/dtc: generate lexer and parser during build instead of
shipping
scripts/dtc: Update to upstream version v1.4.6-9-gaadd0b65c987
scripts: turn off some new dtc warnings by default

include/linux/libfdt_env.h | 6 +-
scripts/Makefile.lib | 9 +-
scripts/dtc/Makefile | 6 +-
scripts/dtc/checks.c | 439 ++++---
scripts/dtc/dtc-lexer.lex.c_shipped | 2259 ---------------------------------
scripts/dtc/dtc-parser.tab.c_shipped | 2321 ----------------------------------
scripts/dtc/dtc-parser.tab.h_shipped | 125 --
scripts/dtc/dtc-parser.y | 17 +-
scripts/dtc/dtc.c | 7 +-
scripts/dtc/dtc.h | 11 +-
scripts/dtc/flattree.c | 2 +-
scripts/dtc/libfdt/fdt.c | 13 +-
scripts/dtc/libfdt/fdt.h | 6 +-
scripts/dtc/libfdt/fdt_overlay.c | 51 +
scripts/dtc/libfdt/fdt_ro.c | 132 +-
scripts/dtc/libfdt/fdt_rw.c | 90 +-
scripts/dtc/libfdt/fdt_sw.c | 24 +-
scripts/dtc/libfdt/fdt_wip.c | 10 +-
scripts/dtc/libfdt/libfdt.h | 37 +-
scripts/dtc/libfdt/libfdt_env.h | 33 +-
scripts/dtc/libfdt/libfdt_internal.h | 32 +-
scripts/dtc/livetree.c | 10 +-
scripts/dtc/srcpos.c | 5 -
scripts/dtc/srcpos.h | 6 +-
scripts/dtc/update-dtc-source.sh | 5 -
scripts/dtc/util.h | 9 +-
scripts/dtc/version_gen.h | 2 +-
27 files changed, 630 insertions(+), 5037 deletions(-)
delete mode 100644 scripts/dtc/dtc-lexer.lex.c_shipped
delete mode 100644 scripts/dtc/dtc-parser.tab.c_shipped
delete mode 100644 scripts/dtc/dtc-parser.tab.h_shipped

--
2.14.1

\
 
 \ /
  Last update: 2018-03-01 00:34    [W:1.054 / U:0.316 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site