Commit Graph

  • a5ac29baac pylibfdt: Replace dual GPLv2/BSD license boilerplate with SPDX tags Rob Herring 2019-06-20 15:19:40 -0600
  • 7fb0f4db2e libfdt: Replace GPL/BSD boilerplate/reference with SPDX tags Rob Herring 2019-06-20 15:19:39 -0600
  • acfe84f2c4 dtc: Replace GPLv2 boilerplate/reference with SPDX tags Rob Herring 2019-06-20 15:19:38 -0600
  • 87963ee206 livetree: add missing type markers in generated overlay properties Rob Herring 2019-05-17 15:28:04 -0500
  • 825146d13d Fix typos in various documentation and source files Thomas Huth 2019-05-20 10:12:09 +0200
  • 25bb080c18 Update the GPL2 text to the latest revision Thomas Huth 2019-05-20 09:27:20 +0200
  • 243176c4ce Fix bogus error on rebuild David Gibson 2019-05-10 11:57:19 +1000
  • ce01b21098 libfdt: Add FDT_CREATE_FLAG_NO_NAME_DEDUP flag that trades size for speed Nicholas Piggin 2019-05-09 19:41:22 +1000
  • fbb62754ce libfdt: Introduce fdt_create_with_flags() Nicholas Piggin 2019-05-09 19:41:21 +1000
  • 228a44cce8 libfdt: Ensure fdt_add_property frees allocated name string on failure Nicholas Piggin 2019-05-09 19:41:20 +1000
  • 8f69567622 Avoid assertion in check_interrupts_property() David Gibson 2019-05-06 17:00:07 +1000
  • 5c3513f689 Link tools and tests against libfdt shared library David Gibson 2019-03-29 17:20:16 +1100
  • 00f9febf9c tests: Rename tests.sh to testutils.sh David Gibson 2019-03-29 16:31:39 +1100
  • c5d45188f9 Clean up LDLIBS handling David Gibson 2019-03-29 16:15:08 +1100
  • 6ef8fcd05b Rebuild libfdt shared object if versioning linker script changes David Gibson 2019-03-29 14:14:46 +1100
  • 26ee65a16c Use Python3 by default David Gibson 2019-03-29 15:13:10 +1100
  • cca6546244 libfdt: Make fdt_get_max_phandle() an inline David Gibson 2019-03-29 13:59:04 +1100
  • 730875016a libfdt: Add phandle generation helper Thierry Reding 2019-03-26 16:33:02 +0100
  • 7dfb61ba96 libfdt: Use fdt_find_max_phandle() Thierry Reding 2019-03-26 16:33:01 +0100
  • 2bc5b66d7f libfdt: Add new maximum phandle lookup function Thierry Reding 2019-03-26 16:33:00 +0100
  • 7fcf8208b8 libfdt: add fdt_append_addrrange() AKASHI Takahiro 2019-03-27 15:15:52 +0900
  • ae795b2db7 checks: Do not omit nodes with labels if symbol generation is requested Chen-Yu Tsai 2019-03-27 11:53:52 +0800
  • eac2ad495b Update version.lds again David Gibson 2019-03-25 14:52:47 +1100
  • f67b471355 Revert "libfdt: Add phandle generation helper" David Gibson 2019-03-25 14:51:27 +1100
  • 54ea41c224 libfdt: Add phandle generation helper Thierry Reding 2019-03-20 16:10:03 +0100
  • 4762ad051e checks: Fix spelling in check_graph_endpoint Leonard Crestez 2019-03-11 18:24:20 +0000
  • d37f6b2010 Bump version to v1.5.0 v1.5.0 David Gibson 2019-03-06 15:51:37 +1100
  • a4b1a307ff pylibfdt:tests: Extend the way how to find a Python module Lumir Balhar 2019-02-18 17:48:56 +0100
  • 625dd8aaf2 pylibfdt: Change how passing tests are recognized Lumir Balhar 2019-02-18 17:48:55 +0100
  • 364631626b pylibfdt: Test fdt.setprop take bytes on Python 3, add error handling Petr Viktorin 2019-02-18 17:48:54 +0100
  • cb0f454f73 pylibfdt: check_err accepts only integer as a first argument. Lumir Balhar 2019-02-18 17:48:53 +0100
  • 4b68c6b360 pylibfdt: Proper handling of bytes/unicode strings and octal literals Lumir Balhar 2019-02-18 17:48:52 +0100
  • 78e113e81c Use PRIxPTR for printing uintptr_t values Andreas Schwab 2019-01-02 12:30:13 +0100
  • ea7a8f6dad libfdt: Fix FDT_ERR_NOTFOUND typos in documentation Geert Uytterhoeven 2018-12-21 17:32:23 +0100
  • 5aafd7ca43 libfdt: Fix fdt_getprop_by_offset() parameter name in documentation Geert Uytterhoeven 2018-12-21 14:01:32 +0100
  • 7cbc550f90 checks: Add unit address check if node is enabled Kumar Gala 2018-12-13 13:30:14 -0600
  • f267e674d1 checks: Fix crash with multiple source annotations Rob Herring 2018-11-27 08:16:30 -0600
  • 3616b9a811 checks: Use source position information for check failures Rob Herring 2018-11-24 14:47:56 -0600
  • 2bdbd07a12 checks: Make each message output atomic Rob Herring 2018-11-24 14:47:55 -0600
  • a1eff70c02 util: Add xa{v}sprintf_append functions Rob Herring 2018-11-24 14:47:54 -0600
  • 82a52ce457 libfdt: Add a test for fdt_getprop_by_offset() Simon Glass 2018-11-22 13:15:06 -0700
  • 607b8586b3 PEP8 / Flake8 cleanups for setup.py David Gibson 2018-11-23 22:11:33 +1100
  • f9c0a425b6 Remove broken objdir / srcdir support David Gibson 2018-11-23 21:58:42 +1100
  • 5182b5e6f2 pylibfdt: Use common PREFIX variable David Gibson 2018-11-23 21:51:35 +1100
  • d45bf1f5f2 Refine make tests_clean target David Gibson 2018-11-23 21:33:28 +1100
  • 99284c4db9 Refine pylibfdt_clean target David Gibson 2018-11-23 21:24:44 +1100
  • a4629cfaed Refine libfdt_clean target David Gibson 2018-11-23 21:11:47 +1100
  • 08380fc43a tests: Use modern octal literals for Python David Gibson 2018-11-23 17:47:41 +1100
  • 8113c00b99 pylibfdt: Allow switch to Python 3 via environment variable PYTHON Lumir Balhar 2018-07-09 12:38:59 +0200
  • 11738cf01f libfdt: Don't use memcpy to handle unaligned reads on ARM David Gibson 2018-11-19 16:36:15 +1100
  • 86a288a736 checks: Restructure check_msg to decrease indentation Rob Herring 2018-11-21 15:53:57 -0600
  • 5667e7ef9a annotations: add the annotation functionality Julia Lawall 2018-11-16 17:30:00 +0100
  • 8e20ccf52f annotations: add positions Julia Lawall 2018-11-16 17:29:59 +0100
  • ca930e20bb tests: Don't lose errors from make checkm David Gibson 2018-11-14 16:37:39 +1100
  • 43366bb4ee tests: Property count valgrind errors in wrapped tests David Gibson 2018-11-14 16:13:30 +1100
  • 5062516fb8 srcpos: Remove srcpos_empty David Gibson 2018-11-14 16:12:43 +1100
  • a3143fafbf Revert "annotations: add positions" David Gibson 2018-11-14 15:24:49 +1100
  • 403cc79f06 checks: Update SPI bus check for 'spi-slave' Kumar Gala 2018-11-13 16:40:10 -0600
  • baa1d2cf78 annotations: add positions Julia Lawall 2018-10-26 17:44:33 +0200
  • ff2ad38f6a Merge remote-tracking branch 'origin/pr/18' David Gibson 2018-11-07 15:59:36 +1100
  • aa7254d9cb libfdt: return correct value if #size-cells property is not present John Clarke 2018-11-02 12:46:22 +1100
  • 49903aed77 use ptrdiff_t modifier for printing pointer differences Dan Horák 2018-10-22 12:14:44 +0200
  • da2b691ccf treesource: Fix dts output for phandles in middle of a sequence of ints Rob Herring 2018-10-10 10:19:30 -0500
  • 8f8b77a0d6 tests: Wrap check_align() calls with base_run_test() Lubomir Rintel 2018-10-03 15:12:11 +0200
  • 522d81d572 Fix dts output with a REF_PATH marker Rob Herring 2018-09-26 14:27:08 -0500
  • e45198c983 Added test cases for target references Fredrik Markstrom 2018-09-25 21:32:37 +0200
  • 0fcffda15e Merge nodes with local target label references Fredrik Markstrom 2018-09-24 13:27:27 +0200
  • 1e4a0928f3 pylibfdt: Don't have setup.py depend on where it's invoked from David Gibson 2018-08-10 17:33:24 +1000
  • ca399b1495 pylibfdt: Eliminate run_setup make function David Gibson 2018-08-10 14:37:52 +1000
  • 98972f1b3e pylibfdt: Improved version extraction David Gibson 2018-08-10 14:25:42 +1000
  • 7ba2be6cda pylibfdt: Don't silence setup.py when V=1 David Gibson 2018-08-10 13:55:38 +1000
  • 7691f9d393 pylibfdt: Make SETUP make variable David Gibson 2018-08-10 13:52:33 +1000
  • 855b9963de pylibfdt: Simpler CFLAGS handling David Gibson 2018-08-10 13:43:50 +1000
  • 47cafbeeb9 pylibfdt: Link extension module with libfdt rather than rebuilding David Gibson 2018-08-08 23:34:11 +1000
  • dd695d6afb pylibfdt: Correctly set build output directory David Gibson 2018-08-10 12:39:18 +1000
  • 59327523d0 pylibfdt: We don't need include files from the base directory David Gibson 2018-08-08 17:52:49 +1000
  • e84742aa7b checks: fix simple-bus compatible matching Rob Herring 2018-09-20 14:30:03 -0700
  • 8c59a97ce0 Fix missing labels when emitting dts format Grant Likely 2018-09-14 14:01:09 +0100
  • d448f9a5fd Revert dts output formatting changes of spaces around brackets Rob Herring 2018-09-14 13:39:06 -0500
  • c86da84d30 Add support for YAML encoded output Grant Likely 2018-09-11 15:41:31 -0500
  • 361b5e7d80 Make type_marker_length helper public Rob Herring 2018-09-11 15:41:30 -0500
  • bfbfab047e pylibfdt: Add a means to add and delete notes Simon Glass 2018-09-11 03:28:39 -0600
  • 9005f4108e pylibfdt: Allow delprop() to return errors Simon Glass 2018-09-11 03:28:38 -0600
  • b94c056b13 Make valgrind optional David Gibson 2018-09-10 16:46:59 +1000
  • fd06c54d47 tests: Better testing of dtc -I fs mode David Gibson 2018-09-10 12:59:53 +1000
  • c3f50c9a86 tests: Allow dtbs_equal_unordered to ignore mem reserves David Gibson 2018-09-10 12:41:20 +1000
  • 0ac9fdee37 dtc: trivial '-I fs -O dts' test Greg Kurz 2018-09-03 10:50:36 +0200
  • 0fd1c8c783 pylibfdt: fdt_get_mem_rsv returns 2 uint64_t values Dan Horák 2018-09-01 14:15:41 +0200
  • 04853cad18 pylibfdt: Don't incorrectly / unnecessarily override uint64_t typemap David Gibson 2018-08-27 11:36:28 +1000
  • 9619c8619c Kill bogus TYPE_BLOB marker type Greg Kurz 2018-08-30 12:01:59 +0200
  • ac68ff92ae parser: add TYPE_STRING marker to path references Rob Herring 2018-07-30 21:57:35 -0600
  • 90a190eb04 checks: add SPI bus checks Rob Herring 2018-07-26 21:19:32 -0600
  • 53a1bd5469 checks: add I2C bus checks Rob Herring 2018-07-26 21:19:31 -0600
  • 88f18909db dtc: Bump version to v1.4.7 v1.4.7 David Gibson 2018-07-23 13:00:50 +1000
  • 85bce8b2f0 tests: Correction to vg_prepare_blob() David Gibson 2018-07-23 12:16:09 +1000
  • 57f7f9e7bc tests: Don't call memcmp() with NULL arguments David Gibson 2018-07-20 14:35:12 +1000
  • c12b2b0c20 libfdt: fdt_address_cells() and fdt_size_cells() Sebastian Huber 2018-07-19 08:19:43 +0200
  • 3fe0eeda0b livetree: Set phandle properties type to uint32 Rob Herring 2018-07-12 18:20:05 -0600
  • 853649acce pylibfdt: Support the sequential-write interface Simon Glass 2018-07-10 14:49:07 -0600
  • 9b0e4fe260 tests: Improve fdt_resize() tests David Gibson 2018-07-09 11:00:21 +1000