| Submitter | Kim Bøndergaard |
|---|---|
| Date | Feb. 1, 2013, 7:18 a.m. |
| Message ID | <cover.1359702653.git.kibo@prevas.dk> |
| Download | mbox |
| Permalink | /patch/217351/ |
| State | Not Applicable |
| Delegated to: | Tom Rini |
| Headers | show
Return-Path: <u-boot-bounces@lists.denx.de> 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 EFD1F2C0095 for <incoming@patchwork.ozlabs.org>; Fri, 1 Feb 2013 18:29:58 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id DE2C84A0F8; Fri, 1 Feb 2013 08:29:56 +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 KaBQhJ4paUNe; Fri, 1 Feb 2013 08:29:56 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 84B1C4A0C3; Fri, 1 Feb 2013 08:29:54 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 85E414A0C3 for <u-boot@lists.denx.de>; Fri, 1 Feb 2013 08:29:51 +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 z8E593155FxV for <u-boot@lists.denx.de>; Fri, 1 Feb 2013 08:29:49 +0100 (CET) X-Greylist: delayed 640 seconds by postgrey-1.27 at theia; Fri, 01 Feb 2013 08:29:46 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 mail02.prevas.se (mail02.prevas.se [62.95.78.10]) by theia.denx.de (Postfix) with ESMTPS id 958624A0C1 for <u-boot@lists.denx.de>; Fri, 1 Feb 2013 08:29:46 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=prevas.dk; i=@prevas.dk; l=1004; q=dns/txt; s=ironport2; t=1359703788; x=1391239788; h=from:to:subject:date:message-id:mime-version: content-transfer-encoding; bh=PxPzbNyy5ZD0d0vnnDNB9y0asbv0gSH0MCOVSGHUSF0=; b=0hqO6eXYLDRFPUxRc3Myj8D87vE9MxLM46A8zoeSziIaF+YM3HCx/dXZ AxRnho036j5nMhpxsQeoIkkSXVc08S52PvJxaJWWuItKxcFl5SlmtQECE snH0kh3U5XEXv9jsR5bBfIR1mrI6UM7s+fPjN2NxtLNM2kmKy6R1ywvBf I=; X-IronPort-AV: E=Sophos;i="4.84,579,1355094000"; d="scan'208";a="2091447" Received: from vmprevas3.prevas.se (HELO smtp.prevas.se) ([172.16.8.103]) by ironport2.prevas.se with ESMTP/TLS/AES128-SHA; 01 Feb 2013 08:19:04 +0100 Received: from localhost (172.16.10.102) by smtp.prevas.se (172.16.8.105) with Microsoft SMTP Server id 14.2.328.9; Fri, 1 Feb 2013 08:19:04 +0100 Received: by localhost (Postfix, from userid 30019) id 86A153D7AC; Fri, 1 Feb 2013 07:19:03 +0000 (UTC) From: =?UTF-8?q?Kim=20B=C3=B8ndergaard?= <kibo@prevas.dk> To: <u-boot@lists.denx.de>, <trini@ti.com>, <vapier@gentoo.org>, <rob.herring@calxeda.com>, <s-paulraj@ti.com>, <nagabhushana.netagunte@ti.com>, <christian.riesch@omicron.at> Date: Fri, 1 Feb 2013 07:18:57 +0000 Message-ID: <cover.1359702653.git.kibo@prevas.dk> X-Mailer: git-send-email 1.8.0.3 MIME-Version: 1.0 Subject: [U-Boot] [PATCH 0/1] Davinci: Make MAC address offset in EEPROM configurable X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion <u-boot.lists.denx.de> List-Unsubscribe: <http://lists.denx.de/mailman/options/u-boot>, <mailto:u-boot-request@lists.denx.de?subject=unsubscribe> List-Archive: <http://lists.denx.de/pipermail/u-boot> List-Post: <mailto:u-boot@lists.denx.de> List-Help: <mailto:u-boot-request@lists.denx.de?subject=help> List-Subscribe: <http://lists.denx.de/mailman/listinfo/u-boot>, <mailto:u-boot-request@lists.denx.de?subject=subscribe> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de |
Like subjects say, offset of MAC adress in EEPROM changed from hardcoded value to a per board configurable value The following changes since commit 79af5f82d78b8bbc5fe81302b8a4b7fb5d880f25: Davinci: Fix, console output confusing while setting MAC address (2013-02-01 07:04:12 +0000) are available in the git repository at: git://gitorious.org/~kibo/u-boot-shr/kibos-u-boot kibo-master http://gitorious.org/~kibo/u-boot-shr/kibos-u-boot/commits/kibo-master Kim Bøndergaard (1): Davinci: Make MAC address offset in EEPROM configurable CONFIG_SYS_I2C_EEPROM_MAC_OFFSET arch/arm/cpu/arm926ejs/davinci/misc.c | 2 +- include/configs/da830evm.h | 1 + include/configs/davinci_dm365evm.h | 1 + include/configs/davinci_dm6467evm.h | 1 + include/configs/davinci_dvevm.h | 1 + include/configs/davinci_sffsdr.h | 1 + include/configs/davinci_sonata.h | 1 + 7 files changed, 7 insertions(+), 1 deletion(-)