From owner-svn-src-all@FreeBSD.ORG Sun Feb 28 21:57:35 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA7FF1065670; Sun, 28 Feb 2010 21:57:35 +0000 (UTC) (envelope-from raj@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A8DA18FC08; Sun, 28 Feb 2010 21:57:35 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o1SLvZfL004436; Sun, 28 Feb 2010 21:57:35 GMT (envelope-from raj@svn.freebsd.org) Received: (from raj@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o1SLvZkK004435; Sun, 28 Feb 2010 21:57:35 GMT (envelope-from raj@svn.freebsd.org) Message-Id: <201002282157.o1SLvZkK004435@svn.freebsd.org> From: Rafal Jaworowski Date: Sun, 28 Feb 2010 21:57:35 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r204488 - in head: contrib/dtc contrib/dtc/tests sys/contrib/libfdt X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Feb 2010 21:57:35 -0000 Author: raj Date: Sun Feb 28 21:57:35 2010 New Revision: 204488 URL: http://svn.freebsd.org/changeset/base/204488 Log: Merge DTC-d75b33af. This is a split merge because of non-uniform licensing of the DTC package contents and the way these components will be used in the FreeBSD environment. The original DTC package is composed of the following two major pieces: 1. sys/contrib/libfdt (BSD [dual] license) 2. contrib/dtc (GPLv2) The libfdt component is going to be shared in all aspects of the environment: - /boot/loader - kernel - dtc (the device tree compiler proper, userspace tool) Added: head/contrib/dtc/ - copied from r204434, vendor/dtc/dist/ head/sys/contrib/libfdt/ - copied from r204434, vendor/dtc/dist/libfdt/ Deleted: head/contrib/dtc/Makefile.dtc head/contrib/dtc/tests/ head/sys/contrib/libfdt/Makefile.libfdt head/sys/contrib/libfdt/TODO head/sys/contrib/libfdt/version.lds