1. 30 9月, 2018 8 次提交
  2. 29 9月, 2018 19 次提交
  3. 19 9月, 2018 1 次提交
  4. 18 9月, 2018 1 次提交
  5. 11 9月, 2018 4 次提交
  6. 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
  7. 07 8月, 2018 2 次提交
    • W
      tools: kwboot: properly quit when read() returns 0 · 4469bd7b
      Willy Tarreau 提交于
      When kwboot is attached to a terminal which disappears such as one
      connected via an unplugged USB cable, read() returns 0, making kwboot
      loop until a key is pressed in the terminal. The only case where read()
      may return 0 here is when the terminal is closed anyway, so let's
      properly handle this one and report is similar to other errors.
      Signed-off-by: NWilly Tarreau <w@1wt.eu>
      Signed-off-by: NStefan Roese <sr@denx.de>
      4469bd7b
    • W
      tools: kwboot: unbreak terminal-only mode · 3475a71d
      Willy Tarreau 提交于
      Commit 84899e2d ("tools/kwboot: Sync with latest barebox version to
      support Armada XP") accidently broke the terminal-only mode (-t) by
      removing the test on the bootmsg. Thus even when trying to use kwboot
      as a plain terminal, it asks to reboot the target.
      
      This commit simply reintroduces the lost test so that it is possible
      again to use kwboot to attach to the target system's console.
      Signed-off-by: NWilly Tarreau <w@1wt.eu>
      Signed-off-by: NStefan Roese <sr@denx.de>
      3475a71d
  8. 02 8月, 2018 3 次提交