From patchwork Sat Mar 24 20:58:57 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 148544 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 58F3DB6EEC for ; Sun, 25 Mar 2012 07:59:37 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 82CE42808F; Sat, 24 Mar 2012 21:59:30 +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 MkxSj9kKFfJh; Sat, 24 Mar 2012 21:59:30 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C27FA28080; Sat, 24 Mar 2012 21:59:21 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 8DF1B28078 for ; Sat, 24 Mar 2012 21:59:16 +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 pdgUl8LBhSZ6 for ; Sat, 24 Mar 2012 21:59:15 +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-gx0-f172.google.com (mail-gx0-f172.google.com [209.85.161.172]) by theia.denx.de (Postfix) with ESMTPS id BFCB62807B for ; Sat, 24 Mar 2012 21:59:13 +0100 (CET) Received: by ggmi1 with SMTP id i1so3262116ggm.3 for ; Sat, 24 Mar 2012 13:59:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=5rRAeGC/JyN+LDwJgOZACG19UE/f+EQ6cenK9l+XsWA=; b=XYc/rBdjrvhfoKvFTEtXVn+XFoTlfFCtmKKHMERMVn47sDOtaraIRdUBmYmPDDJ/lg 1ikCJObMkIQgJN2xaOlnCYp21ek45K7wIkJv0lyEJw6dn8yqoO9ZI7xC+98+DqxMNufy ENeriCWsVKdZbCRDhHa4OqVyWHv6AnSXWyojwvaFIBb3pCGB/6hvnGOYDqbHpwZ5DeZo 6Zspv0fr6a7wFn7/5UCXqhmqQ8RWOfidfMnsu0tlAS9tkxyz3nUav3TFH1QNNn4xx5B1 C6xDJq6dtH4FHX66HnRxdMh4z1kD4iUYyAp8pCDSuUwTbhAKtKQPmJt4t6BHx6iFvq/B CSeQ== Received: by 10.236.178.102 with SMTP id e66mr17244921yhm.30.1332622752010; Sat, 24 Mar 2012 13:59:12 -0700 (PDT) Received: from localhost.localdomain ([189.5.21.38]) by mx.google.com with ESMTPS id k35sm15594784ani.3.2012.03.24.13.59.09 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 24 Mar 2012 13:59:11 -0700 (PDT) From: Fabio Estevam To: u-boot@lists.denx.de Date: Sat, 24 Mar 2012 17:58:57 -0300 Message-Id: <1332622737-2466-2-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1332622737-2466-1-git-send-email-festevam@gmail.com> References: <1332622737-2466-1-git-send-email-festevam@gmail.com> Cc: marex@denx.de, Fabio Estevam Subject: [U-Boot] [PATCH 2/2] mx28evk: Add a README file 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: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Add a README file for mx28evk board. Signed-off-by: Fabio Estevam Acked-by: Marek Vasut --- doc/README.mx28evk | 29 +++++++++++++++++++++++++++++ 1 files changed, 29 insertions(+), 0 deletions(-) create mode 100644 doc/README.mx28evk diff --git a/doc/README.mx28evk b/doc/README.mx28evk new file mode 100644 index 0000000..c6c3d37 --- /dev/null +++ b/doc/README.mx28evk @@ -0,0 +1,29 @@ +FREESCALE MX28EVK +================== + +Supported hardware: only MX28EVK rev D is supported in U-boot. + +Files of the MX28EVK port +-------------------------- + +arch/arm/cpu/arm926ejs/mx28/ - The CPU support code for the Freescale i.MX28 +arch/arm/include/asm/arch-mx28/ - Header files for the Freescale i.MX28 +board/freescale/mx28evk/ - MX28EVK board specific files +include/configs/mx28evk.h - MX28EVK configuration file + +Jumper configuration +--------------------- + +To boot MX28EVK from an SD card, set the boot mode DIP switches as: + + * Boot Mode Select: 1 0 0 1 (Boot from SD card Slot 0 - U42) + * JTAG PSWITCH RESET: To the left (reset enabled) + * Battery Source: Down + * Wall 5V: Up + * VDD 5V: To the left (off) + * Hold Button: Down (off) + +Follow the instructions from doc/README.mx28_common to generate a bootable SD +card. + +Insert the SD card in slot 0, power up the board and U-boot will boot.