]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r262626, r262626, r264979, r265154, r265162, r265163, r267319, r270863,
authorian <ian@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 27 Oct 2014 00:47:55 +0000 (00:47 +0000)
committerian <ian@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 27 Oct 2014 00:47:55 +0000 (00:47 +0000)
commit6169a0df9caf77afe7d4572fb9920dfa6d580de7
treea9b51dcfa8c4216b3b19dbd316d1c695aaea66f3
parent7618673b3b0e5e28fa5a5869bb28ac734b99a51e
MFC r262626, r262626, r264979, r265154, r265162, r265163, r267319, r270863,
    r270991, r271045:

  Enhancements related to compiling FDT data...

 - Use proper include path for dtc as well as cpp.
 - Call cpp with -P to avoid printing line markings.
 - Allow FDT_DTS_FILE to be a list, either in the makedtb target, or in a
   kernel config file.
 - Add the dts include directory to the -I list when doing arm builds.
 - Invoke make_dtb with MACHINE defined for cross building friendliness.
 - Allow the make_dtb script to work outside of a "make buildkernel"
   context by setting MACHINE from uname -m if it's not set already.
 - Use sh -c '...' to launch the dtb build scripts with env prepended,
   otherwise it tries to treat the env var stuff as a script file name.

git-svn-id: svn://svn.freebsd.org/base/stable/10@273715 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
Makefile.inc1
sys/conf/files
sys/tools/fdt/make_dtb.sh