summaryrefslogtreecommitdiff
path: root/lib/fdt_rw.c
blob: 0c1f0f4a4b13cca337e20c8e10fd1ae02ab40091 (plain)
1
2
#include <linux/libfdt_env.h>
#include "../scripts/dtc/libfdt/fdt_rw.c"
'>genksyms: keywords: Use __restrict not _restrictJoe Perches 2020-08-10kbuild: introduce hostprogs-always-y and userprogs-always-yMasahiro Yamada 2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada 2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada 2019-09-14genksyms: convert to SPDX License Identifier for lex.l and parse.yMasahiro Yamada 2019-09-14export.h, genksyms: do not make genksyms calculate CRC of trimmed symbolsMasahiro Yamada 2019-09-06kbuild: rename KBUILD_ENABLE_EXTRA_GCC_CHECKS to KBUILD_EXTRA_WARNMasahiro Yamada 2019-08-14kbuild: make bison create C file and header in a single pattern ruleMasahiro Yamada 2019-06-24genksyms: Teach parser about 128-bit built-in typesWill Deacon 2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner 2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner 2019-05-18treewide: prefix header search paths with $(srctree)/Masahiro Yamada 2018-05-17genksyms: remove symbol prefix supportMasahiro Yamada 2018-05-05genksyms: fix typo in parse.tab.{c,h} generation rulesMauro Rossi 2018-04-07kbuild: add %.lex.c and %.tab.[ch] to 'targets' automaticallyMasahiro Yamada 2018-04-07genksyms: generate lexer and parser during build instead of shippingMasahiro Yamada 2018-04-07kbuild: clean up *.lex.c and *.tab.[ch] patterns from top-level MakefileMasahiro Yamada 2018-04-07.gitignore: move *.lex.c *.tab.[ch] patterns to the top-level .gitignoreMasahiro Yamada 2018-01-13genksyms: drop *.hash.c from .gitignoreMasahiro Yamada 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-09-08genksyms: fix gperf removal conversionLinus Torvalds 2017-08-19Remove gperf usage from toolchainLinus Torvalds 2017-06-06genksyms: add printf format attribute to error_with_pos()Nicolas Iooss 2017-03-11Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Masahiro Yamada 2017-02-03kbuild: modversions: add infrastructure for emitting relative CRCsArd Biesheuvel 2017-01-05genksyms: Regenerate parserMichal Marek 2017-01-05genksyms: Fix segfault with invalid declarationsMichal Marek 2016-11-29genksyms: Regenerate parserMichal Marek 2016-11-29kbuild/genksyms: handle va_list typeNicholas Piggin 2016-08-25kbuild: Regenerate genksyms lexerMichal Marek 2016-08-25kbuild: genksyms fix for typeof handlingNicholas Piggin 2016-04-20scripts: genksyms: fix resource leakMaxim Zhukov 2015-12-09genksyms: Handle string literals with spaces in reference filesMichal Marek 2015-08-20genksyms: Regenerate parserMichal Marek 2015-08-20genksyms: Duplicate function pointer type definitions segfaultRichard Yao