From mboxrd@z Thu Jan 1 00:00:00 1970 From: gvb.uboot Date: Fri, 07 Dec 2007 23:08:11 -0500 Subject: [U-Boot-Users] Pull request: u-boot-fdt testing branch for u-boot-testing repo Message-ID: <475A18AB.7020306@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 Dear Wolfgang, Please pull from the testing branch at git://denx.de/git/u-boot-fdt.git testing into your u-boot-testing repo. I'm all confused over pulling from branches. If it is more convenient, I can move the changes to the "master" branch and re-issue the pull request. Thanks, gvb The following changes since commit 41be969f4957115ed7b1fe8b890bfaee99d7a7a2: Wolfgang Denk (1): Release v1.3.1 are available in the git repository at: git://www.denx.de/git/u-boot-fdt.git testing Gerald Van Baren (2): Add spaces around the = in the fdt print format. Conditionally compile fdt_fixup_ethernet() Kumar Gala (5): Fix build breakage due to libfdt import Conditionally compile fdt_support.c Add common memory fixup function Added fdt_fixup_stdout that uses aliases to set linux,stdout-path Convert boards that set memory node to use fdt_fixup_memory() board/cm5200/cm5200.c | 15 +----- board/ids8247/ids8247.c | 17 +----- common/Makefile | 3 +- common/cmd_fdt.c | 4 +- common/fdt_support.c | 130 +++++++++++++++++++++++++++++++++++++++++++++-- cpu/mpc83xx/cpu.c | 18 +------ include/fdt_support.h | 1 + 7 files changed, 136 insertions(+), 52 deletions(-)