From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Mon, 1 Aug 2016 12:24:18 -0600 Subject: [U-Boot] Please pull u-boot-dm Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, Here's the buildman updates and an fdt patch. If you end up dropping the last two patches (MAKEALL removal) that's fine. But I've included them for now. The following changes since commit 26fb8db0f4d1e7c118b5e8f3a8849f359b91c166: Merge git://git.denx.de/u-boot-rockchip (2016-07-31 20:31:13 -0400) are available in the git repository at: git://git.denx.de/u-boot-dm.git for you to fetch changes up to 6de80f2196cb7b7a2c550a636404c54cf532fc17: Drop references to MAKEALL in the documentation (2016-07-31 19:37:08 -0600) ---------------------------------------------------------------- Michal Simek (1): libfdt: Introduce new ARCH_FIXUP_FDT option Simon Glass (11): buildman: Tidy up the README a little buildman: Automatically create a config file if needed buildman: Fix the 'help' test to use the correct path buildman: Allow the toolchain error to be suppressed buildman: Improve the toolchain progress/error output buildman: Fix a typo in TestSettingsHasPath() buildman: Drop the toolchain error when downloading toolchains buildman: Avoid overwriting existing toolchain entries buildman: Add a quick-start note Drop the MAKEALL tool Drop references to MAKEALL in the documentation Kconfig | 9 + MAKEALL | 850 -------------------------------------------------------------------------- README | 35 +--- arch/arm/lib/bootm-fdt.c | 2 + arch/arm/lib/bootm.c | 2 + arch/mips/lib/bootm.c | 2 + board/Barix/ipam390/README.ipam390 | 12 +- common/image-fdt.c | 7 +- doc/README.sha1 | 5 +- tools/buildman/README | 67 ++++-- tools/buildman/bsettings.py | 44 ++++ tools/buildman/control.py | 26 ++- tools/buildman/func_test.py | 2 +- tools/buildman/toolchain.py | 49 +++-- 14 files changed, 168 insertions(+), 944 deletions(-) delete mode 100755 MAKEALL Regards, Simon