mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH 0/2] scripts/dtc: Update to upstream version v1.4.7
Date: Tue, 19 Feb 2019 12:36:58 +0100	[thread overview]
Message-ID: <20190219113700.10172-1-a.fatoum@pengutronix.de> (raw)

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

             reply	other threads:[~2019-02-19 11:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-19 11:36 Ahmad Fatoum [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190219113700.10172-1-a.fatoum@pengutronix.de \
    --to=a.fatoum@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox