From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Sat, 10 Aug 2013 09:21:10 -0400 Subject: [U-Boot] Pull request: u-boot-fdt/master Message-ID: <52063E46.2060003@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Note: This is the license header change from Roger Meier (thanks), acked by Wolfgang. While this will diverge our source a bit from the dtc upstream, I'm willing to live with that for now and indefinitely if necessary. I would like to start a dialog with David Gibson and Jon Loeliger to see if they are interested in adopting the compact license IDs. Unfortunately, I've been buried at work and am going on vacation, so that will have to wait a bit. I also discovered the u-boot libfdt/fdt_wip.c has fdt_find_regions() from Simon that isn't in the upstream dtc version. I slipped up on that one, I'll be looking into reconciling u-boot-fdt with the upstream dtc. ================================================================= commit 3e06cd1f97792b4bc3882de1ac99f031fb0eaa80 Author: Simon Glass Date: Thu Jun 13 15:10:08 2013 -0700 libfdt: Add fdt_find_regions() Add a function to find regions in device tree given a list of nodes to include and properties to exclude. See the header file for full documentation. Signed-off-by: Simon Glass ================================================================= Best regards, gvb ---------------------------------------------------------------- The following changes since commit a78dac79ede7fbb4c9e816abc879655540c3f076: nds32: fix the missing COBJS-y change (2013-08-09 01:51:24 +0800) are available in the git repository at: git://git.denx.de/u-boot-fdt.git master for you to fetch changes up to 35084760a9f492f29434020b64f1db339bf99a23: libfdt: SPDX-License-Identifier: GPL-2.0+ BSD-2-Clause (2013-08-10 09:04:25 -0400) ---------------------------------------------------------------- Roger Meier (1): libfdt: SPDX-License-Identifier: GPL-2.0+ BSD-2-Clause Licenses/README | 13 ++++++------ Licenses/bsd-2-clause.txt | 25 ++++++++++++++++++++++ lib/libfdt/fdt.c | 47 +----------------------------------------- lib/libfdt/fdt_empty_tree.c | 47 +----------------------------------------- lib/libfdt/fdt_ro.c | 47 +----------------------------------------- lib/libfdt/fdt_rw.c | 47 +----------------------------------------- lib/libfdt/fdt_strerror.c | 47 +----------------------------------------- lib/libfdt/fdt_sw.c | 47 +----------------------------------------- lib/libfdt/fdt_wip.c | 47 +----------------------------------------- lib/libfdt/libfdt_internal.h | 47 +----------------------------------------- 10 files changed, 40 insertions(+), 374 deletions(-) create mode 100644 Licenses/bsd-2-clause.txt