]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
scripts/dtc: Update to upstream version 1.4.1
authorPhil Elwell <phil@raspberrypi.org>
Mon, 10 Aug 2015 08:49:15 +0000 (09:49 +0100)
committerStefan Bader <stefan.bader@canonical.com>
Fri, 11 Aug 2017 10:57:52 +0000 (12:57 +0200)
commitfbc6deb87b9981986c0fa5cf4b8848b4b36a6d8c
treea0b964ee5df65c6fb7d98f48ea98ec20bdee602d
parent1504b54d6186e3be921658bd81a2f92c7901dc1f
scripts/dtc: Update to upstream version 1.4.1

Includes the new localfixups format.

Signed-off-by: Phil Elwell <phil@raspberrypi.org>
scripts/dtc: Fix UMR causing corrupt dtbo overlay files

struct fixup_entry is allocated from the heap but it's member
local_fixup_generated was never initialized. This lead to
corrupted dtbo files.

Fix this by initializing local_fixup_generated to false.

Signed-off-by: Matthias Reichl <hias@horus.com>
scripts/dtc: Only emit local fixups for overlays

Signed-off-by: Phil Elwell <phil@raspberrypi.org>
scripts/dtc/checks.c
scripts/dtc/dtc-lexer.l
scripts/dtc/dtc-lexer.lex.c_shipped
scripts/dtc/dtc-parser.tab.c_shipped
scripts/dtc/dtc-parser.tab.h_shipped
scripts/dtc/dtc-parser.y
scripts/dtc/dtc.c
scripts/dtc/dtc.h
scripts/dtc/flattree.c
scripts/dtc/version_gen.h