mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/2] scripts/dtc: Update to upstream version v1.4.7
@ 2019-02-19 11:36 Ahmad Fatoum
  2019-02-19 11:36 ` [PATCH 1/2] scripts/dtc: fix update-dtc-source.sh for barebox use Ahmad Fatoum
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ahmad Fatoum @ 2019-02-19 11:36 UTC (permalink / raw)
  To: barebox

To play around with the new /omit-if-no-ref/ feature, I've enabled
update-dtc-source.sh for barebox and used it to update dtc to v1.4.7.

The second patch also reinstates the dtc-lexer.l and dtc-parser.y
files which were erroneously deleted in 
273dbe5f87 ("kbuild: generate lexer and parser during build instead of shipping").

Ahmad Fatoum (2):
  scripts/dtc: fix update-dtc-source.sh for barebox use
  scripts/dtc: Update to upstream version v1.4.7

 scripts/dtc/checks.c                 |  199 ++-
 scripts/dtc/data.c                   |    4 +-
 scripts/dtc/dtc-lexer.l              |  313 ++++
 scripts/dtc/dtc-lexer.lex.c_shipped  | 2253 -------------------------
 scripts/dtc/dtc-parser.tab.c_shipped | 2332 --------------------------
 scripts/dtc/dtc-parser.tab.h_shipped |  125 --
 scripts/dtc/dtc-parser.y             |  560 +++++++
 scripts/dtc/dtc.h                    |   12 +
 scripts/dtc/fdt.c                    |   81 +-
 scripts/dtc/fdt_addresses.c          |   35 +-
 scripts/dtc/fdt_overlay.c            |    6 +-
 scripts/dtc/fdt_ro.c                 |  199 ++-
 scripts/dtc/fdt_rw.c                 |   28 +-
 scripts/dtc/fdt_sw.c                 |  109 +-
 scripts/dtc/fdtdump.c                |  163 --
 scripts/dtc/fdtget.c                 |    8 +-
 scripts/dtc/fdtput.c                 |  362 ----
 scripts/dtc/flattree.c               |    2 +-
 scripts/dtc/libfdt.h                 |   76 +-
 scripts/dtc/libfdt_env.h             |    1 +
 scripts/dtc/libfdt_internal.h        |    5 +-
 scripts/dtc/livetree.c               |   38 +-
 scripts/dtc/treesource.c             |  222 ++-
 scripts/dtc/update-dtc-source.sh     |   23 +-
 scripts/dtc/util.c                   |   23 +-
 scripts/dtc/util.h                   |   20 +-
 scripts/dtc/version_gen.h            |    2 +-
 27 files changed, 1713 insertions(+), 5488 deletions(-)
 create mode 100644 scripts/dtc/dtc-lexer.l
 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
 create mode 100644 scripts/dtc/dtc-parser.y
 delete mode 100644 scripts/dtc/fdtdump.c
 delete mode 100644 scripts/dtc/fdtput.c

-- 
2.20.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-02-20  7:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-19 11:36 [PATCH 0/2] scripts/dtc: Update to upstream version v1.4.7 Ahmad Fatoum
2019-02-19 11:36 ` [PATCH 1/2] scripts/dtc: fix update-dtc-source.sh for barebox use Ahmad Fatoum
2019-02-19 11:37 ` [PATCH 2/2] scripts/dtc: Update to upstream version v1.4.7 Ahmad Fatoum
2019-02-20  7:58 ` [PATCH 0/2] " Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox