1. 14 8月, 2018 1 次提交
  2. 11 8月, 2018 16 次提交
  3. 10 8月, 2018 7 次提交
  4. 09 8月, 2018 14 次提交
  5. 08 8月, 2018 2 次提交
    • S
      patman: Correct unit test failure · 41d7535c
      Simon Glass 提交于
      A recent rename of the function did not rename the test file. Fix this.
      
      Fixes: 12308b12 (lib: fdtdec: Rename routine fdtdec_setup_memory_size())
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      41d7535c
    • S
      libfdt: Update to latest pylibfdt implementation · 50c59522
      Simon Glass 提交于
      The enhanced pylibfdt support in U-Boot needed for binman was a
      placeholder while upstreaming of this work continued. This is now
      complete, so bring in the changes and update the tools as needed.
      
      There are quite a few changes since we decided to split the
      implementation into three fdt classes instead of two.
      
      The Fdt.del_node() method was unfortunately missed in this process and
      will be dealt with later. It exists in U-Boot but not upstream.
      
      Further syncing of libfdt probably needs to wait until we assess the
      code-size impact of all the new checking code on SPL and possibly provide
      a way to disable it.
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      50c59522