Cover Letter Detail
Show a cover letter.
GET /api/covers/808579/?format=api
{ "id": 808579, "url": "http://patchwork.ozlabs.org/api/covers/808579/?format=api", "web_url": "http://patchwork.ozlabs.org/project/uboot/cover/20170901082618.30622-1-wenyou.yang@microchip.com/", "project": { "id": 18, "url": "http://patchwork.ozlabs.org/api/projects/18/?format=api", "name": "U-Boot", "link_name": "uboot", "list_id": "u-boot.lists.denx.de", "list_email": "u-boot@lists.denx.de", "web_url": null, "scm_url": null, "webscm_url": null, "list_archive_url": "", "list_archive_url_format": "", "commit_url_format": "" }, "msgid": "<20170901082618.30622-1-wenyou.yang@microchip.com>", "list_archive_url": null, "date": "2017-09-01T08:26:15", "name": "[U-Boot,v4,0/3] board: atmel: Set the ethernet mac address from eeprom", "submitter": { "id": 69532, "url": "http://patchwork.ozlabs.org/api/people/69532/?format=api", "name": "Wenyou Yang", "email": "Wenyou.Yang@microchip.com" }, "mbox": "http://patchwork.ozlabs.org/project/uboot/cover/20170901082618.30622-1-wenyou.yang@microchip.com/mbox/", "series": [ { "id": 972, "url": "http://patchwork.ozlabs.org/api/series/972/?format=api", "web_url": "http://patchwork.ozlabs.org/project/uboot/list/?series=972", "date": "2017-09-01T08:26:15", "name": "board: atmel: Set the ethernet mac address from eeprom", "version": 4, "mbox": "http://patchwork.ozlabs.org/series/972/mbox/" } ], "comments": "http://patchwork.ozlabs.org/api/covers/808579/comments/", "headers": { "Return-Path": "<u-boot-bounces@lists.denx.de>", "X-Original-To": "incoming@patchwork.ozlabs.org", "Delivered-To": "patchwork-incoming@bilbo.ozlabs.org", "Authentication-Results": "ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=lists.denx.de\n\t(client-ip=81.169.180.215; helo=lists.denx.de;\n\tenvelope-from=u-boot-bounces@lists.denx.de;\n\treceiver=<UNKNOWN>)", "Received": [ "from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3xkC9R6Cl5z9sPk\n\tfor <incoming@patchwork.ozlabs.org>;\n\tFri, 1 Sep 2017 18:30:19 +1000 (AEST)", "by lists.denx.de (Postfix, from userid 105)\n\tid 72B90C21ED6; Fri, 1 Sep 2017 08:30:16 +0000 (UTC)", "from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id 49BF4C21EA8;\n\tFri, 1 Sep 2017 08:30:14 +0000 (UTC)", "by lists.denx.de (Postfix, from userid 105)\n\tid 50163C21EA8; Fri, 1 Sep 2017 08:30:12 +0000 (UTC)", "from eusmtp01.atmel.com (eusmtp01.atmel.com [212.144.249.243])\n\tby lists.denx.de (Postfix) with ESMTPS id 080E9C21D88\n\tfor <u-boot@lists.denx.de>; Fri, 1 Sep 2017 08:30:12 +0000 (UTC)", "from apsmtp01.atmel.com (10.168.254.30) by eusmtp01.atmel.com\n\t(10.145.145.31) with Microsoft SMTP Server id 14.3.235.1;\n\tFri, 1 Sep 2017 10:29:34 +0200", "from shaarm01.corp.atmel.com (10.168.254.13) by\n\tapsmtp01.corp.atmel.com (10.168.254.30) with Microsoft SMTP Server id\n\t14.3.235.1; Fri, 1 Sep 2017 16:33:35 +0800" ], "X-Spam-Checker-Version": "SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de", "X-Spam-Level": "", "X-Spam-Status": "No, score=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED\n\tautolearn=unavailable autolearn_force=no version=3.4.0", "From": "Wenyou Yang <wenyou.yang@microchip.com>", "To": "U-Boot Mailing List <u-boot@lists.denx.de>", "Date": "Fri, 1 Sep 2017 16:26:15 +0800", "Message-ID": "<20170901082618.30622-1-wenyou.yang@microchip.com>", "X-Mailer": "git-send-email 2.13.0", "MIME-Version": "1.0", "Cc": "Tom Rini <trini@konsulko.com>", "Subject": "[U-Boot] [PATCH v4 0/3] board: atmel: Set the ethernet mac address\n\tfrom eeprom", "X-BeenThere": "u-boot@lists.denx.de", "X-Mailman-Version": "2.1.18", "Precedence": "list", "List-Id": "U-Boot discussion <u-boot.lists.denx.de>", "List-Unsubscribe": "<https://lists.denx.de/options/u-boot>,\n\t<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": "<https://lists.denx.de/listinfo/u-boot>,\n\t<mailto:u-boot-request@lists.denx.de?subject=subscribe>", "Content-Type": "text/plain; charset=\"utf-8\"", "Content-Transfer-Encoding": "base64", "Errors-To": "u-boot-bounces@lists.denx.de", "Sender": "\"U-Boot\" <u-boot-bounces@lists.denx.de>" }, "content": "Create board/$(VENDOR)/common folder to accommodate the common code\nfor the boards from atmel. Now put the code to set the ethernet mac\naddress here, using the function to set the ethernet mac address\non sama5d2 and sama5d4 Xplained boards.\n\nChanges in v4:\n - Follow up the env function renaming.\n - Rebase the latest commit(8b3cec7da) on uboot/master.\n\nChanges in v3:\n - remove CONFIG_SPL_I2C_SUPPORT=y from the default configuration files.\n - rebase on [PATCH] misc: Makefile: Add condition on build i2c_eeprom.\n https://lists.denx.de/pipermail/u-boot/2017-August/300783.html\n\nChanges in v2:\n - Add a new patch to create board/$(VENDOR)/common folder to\n accommodate the common code and put the code to set the ethernet\n mac address from eeprom here.\n - Use the i2c_eeprom driver to read the mac address, instead of\n the dm i2c API directly.\n\nWenyou Yang (3):\n board: atmel: Create board/$(VENDOR)/common folder\n board: sama5d2_xplained: Replace code to set mac address\n board: sama5d4_xplained: Set mac address from eeprom\n\n arch/arm/dts/at91-sama5d2_xplained.dts | 5 +++\n arch/arm/dts/at91-sama5d4_xplained.dts | 5 +++\n arch/arm/mach-at91/include/mach/at91_common.h | 2 ++\n board/atmel/common/Makefile | 11 ++++++\n board/atmel/common/board.c | 12 +++++++\n board/atmel/common/mac_eeprom.c | 36 +++++++++++++++++++\n board/atmel/sama5d2_xplained/sama5d2_xplained.c | 46 +++----------------------\n board/atmel/sama5d4_xplained/sama5d4_xplained.c | 12 +++++++\n configs/sama5d2_xplained_mmc_defconfig | 1 +\n configs/sama5d2_xplained_spiflash_defconfig | 1 +\n configs/sama5d4_xplained_mmc_defconfig | 3 ++\n configs/sama5d4_xplained_nandflash_defconfig | 3 ++\n configs/sama5d4_xplained_spiflash_defconfig | 3 ++\n include/configs/sama5d2_xplained.h | 4 ---\n include/configs/sama5d4_xplained.h | 2 ++\n 15 files changed, 100 insertions(+), 46 deletions(-)\n create mode 100644 board/atmel/common/Makefile\n create mode 100644 board/atmel/common/board.c\n create mode 100644 board/atmel/common/mac_eeprom.c" }