From patchwork Wed Jan 16 10:11:42 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Schwierzeck X-Patchwork-Id: 212472 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 0411D2C0098 for ; Wed, 16 Jan 2013 21:11:49 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 3C53E4A092; Wed, 16 Jan 2013 11:11:48 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eHJhl7TQiaB0; Wed, 16 Jan 2013 11:11:48 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B5EC34A09C; Wed, 16 Jan 2013 11:11:46 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4AB5C4A09C for ; Wed, 16 Jan 2013 11:11:45 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8uCmfmb2EZeD for ; Wed, 16 Jan 2013 11:11:44 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-wg0-f46.google.com (mail-wg0-f46.google.com [74.125.82.46]) by theia.denx.de (Postfix) with ESMTPS id 9BD0C4A092 for ; Wed, 16 Jan 2013 11:11:43 +0100 (CET) Received: by mail-wg0-f46.google.com with SMTP id dr13so726864wgb.1 for ; Wed, 16 Jan 2013 02:11:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to:cc :content-type; bh=Sj1qXFDcAdzyTygPg0HX8GZd866WL1bxY9VRgamXo/8=; b=OvAM6nQ6Flr0b7NS7Hv6CLjyQ6SA8UgGeMHCGUcttg4ZEf2tpDzIhKitfXOufN7Tvk e/T815umiRqgQVEN1N3ckqCZckNY0ZoZdYW49ywtxfPOndWkLxJubLlmo8hytCD/SmFC gnYiSRGzReJWg+TknnlWrh5oN1IXkGI5UrZgWUwZMAlu1Zlce8kkeBYQ81gDpVyJinx/ Xm1+mBk5WxfNzWWdobcxQbBg7ETN9upiWif7BBQQRvSt/D+hlkLP0yup27MwOAXMR2lS 7ybf7HEyArJFcb8p16nMnqFA4MYnqjMvHgCqsG1Vh3ScJJ4JMka/m992m+2xssmuezGI Yxgg== MIME-Version: 1.0 X-Received: by 10.180.101.99 with SMTP id ff3mr1062266wib.21.1358331102805; Wed, 16 Jan 2013 02:11:42 -0800 (PST) Received: by 10.180.98.198 with HTTP; Wed, 16 Jan 2013 02:11:42 -0800 (PST) Date: Wed, 16 Jan 2013 11:11:42 +0100 Message-ID: From: Daniel Schwierzeck To: Tom Rini Cc: u-boot@lists.denx.de Subject: [U-Boot] [GIT PULL] u-boot-mips/master X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Hi Tom, The following changes since commit 3a9d879f6f64585b819af728b53be0a05037fe0d: Prepare v2013.01 (2013-01-15 14:47:42 -0700) are available in the git repository at: git://git.denx.de/u-boot-mips.git master for you to fetch changes up to 54b08efcf2f4ff532ce99c53f341a59c193331a5: README.mips: update known issues and TODOs (2013-01-16 10:52:08 +0100) ---------------------------------------------------------------- Daniel Schwierzeck (3): MIPS: qemu-mips: update and fix example usage in README README.qemu-mips: move README file from board to doc directory README.mips: update known issues and TODOs Gabor Juhos (6): MIPS: bootm.c: use debug macro to print debug message MIPS: bootm.c: separate linux jump code MIPS: bootm.c: separate environment initialization MIPS: bootm.c: add support for 'prep' and 'go' subcommands MIPS: qemu-mips: fix a typo in README MIPS: qemu-mips: add '-M mips' switch to the example usage command arch/mips/lib/bootm.c | 51 +++++++++++++++++++++++++++++++++++---------------- doc/README.mips | 11 ++++++----- board/qemu-mips/README => doc/README.qemu-mips | 30 ++++++++++++++++++++++-------- 3 files changed, 63 insertions(+), 29 deletions(-) rename board/qemu-mips/README => doc/README.qemu-mips (88%)