public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Olliver Schinagl <o.schinagl@ultimaker.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 3/5] sunxi: net: Enable eeprom on OLinuXino Lime2 boards
Date: Tue, 26 Jan 2016 17:11:52 +0100	[thread overview]
Message-ID: <56A79AC8.4030700@ultimaker.com> (raw)
In-Reply-To: <CANr=Z=aSM+9F_VL7zFHqDOR3rW70qdMq_7=LskR4cb3-UQXNuw@mail.gmail.com>

Hey Joe,

On 26-01-16 01:34, Joe Hershberger wrote:
> Hi Olliver,
>
> On Mon, Dec 14, 2015 at 6:41 AM, Olliver Schinagl
> <o.schinagl@ultimaker.com> wrote:
>> This patch enables the I2C EEPROM to be probed for a MAC address on the
>> OLinuXino board.
>>
>> Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
>> ---
> You should use patman so that you can keep track of changes in
> revisions of your patches.
I just looked up on it and it looks like a good tool! So I will try to 
get familiar with it, thanks for the tip!
>
>>   configs/A20-OLinuXino-Lime2_defconfig | 3 +++
>>   1 file changed, 3 insertions(+)
>>
>> diff --git a/configs/A20-OLinuXino-Lime2_defconfig b/configs/A20-OLinuXino-Lime2_defconfig
>> index b5181c6..5e38618 100644
>> --- a/configs/A20-OLinuXino-Lime2_defconfig
>> +++ b/configs/A20-OLinuXino-Lime2_defconfig
>> @@ -14,4 +14,7 @@ CONFIG_SYS_EXTRA_OPTIONS="SUNXI_GMAC,RGMII,AHCI,SATAPWR=SUNXI_GPC(3)"
>>   # CONFIG_CMD_FPGA is not set
>>   CONFIG_CMD_GPIO=y
>>   CONFIG_ETH_DESIGNWARE=y
>> +CONFIG_NET_ETHADDR_EEPROM=y
>> +CONFIG_NET_ETHADDR_EEPROM_I2C=y
>> +CONFIG_NET_ETHADDR_EEPROM_I2C_BUS=1
>>   CONFIG_USB_EHCI_HCD=y
>> --
>> 2.6.2
>>
>> _______________________________________________
>> U-Boot mailing list
>> U-Boot at lists.denx.de
>> http://lists.denx.de/mailman/listinfo/u-boot

-- 
Met vriendelijke groeten, Kind regards, ??????

Olliver Schinagl
Software Engineer
Research & Development
Ultimaker B.V.

  reply	other threads:[~2016-01-26 16:11 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-14 12:41 [U-Boot] [PATCH v2 0/5] Retrieve MAC address from EEPROM Olliver Schinagl
2015-12-14 12:41 ` [U-Boot] [PATCH v2 1/5] net: Add ability to set MAC address via EEPROM to Kconfig Olliver Schinagl
2016-01-25 22:59   ` Joe Hershberger
2015-12-14 12:41 ` [U-Boot] [PATCH v2 2/5] sunxi: net: Allow the sunxi to set the MAC from an EEPROM Olliver Schinagl
2016-01-26  0:32   ` Joe Hershberger
2016-01-26 16:10     ` Olliver Schinagl
2016-01-26 16:23       ` Joe Hershberger
2016-01-26 16:35         ` Olliver Schinagl
2016-01-26 17:57           ` Joe Hershberger
2015-12-14 12:41 ` [U-Boot] [PATCH v2 3/5] sunxi: net: Enable eeprom on OLinuXino Lime2 boards Olliver Schinagl
2016-01-26  0:34   ` Joe Hershberger
2016-01-26 16:11     ` Olliver Schinagl [this message]
2015-12-14 12:41 ` [U-Boot] [PATCH v2 4/5] tools: Allow crc8 to be used Olliver Schinagl
2016-01-26  0:36   ` Joe Hershberger
2015-12-14 12:41 ` [U-Boot] [PATCH v2 5/5] tools: Add tool to add crc8 to a mac address Olliver Schinagl
2016-01-26  0:45   ` Joe Hershberger
2016-01-26 13:15     ` Albert ARIBAUD
2016-01-26 14:56       ` Joe Hershberger
2016-01-26 16:31         ` Olliver Schinagl
2016-01-26 18:01           ` Joe Hershberger
2016-01-26 16:27     ` Olliver Schinagl
2016-01-26 16:31       ` Joe Hershberger
2016-01-26 16:36         ` Olliver Schinagl
2016-01-26 17:58           ` Joe Hershberger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56A79AC8.4030700@ultimaker.com \
    --to=o.schinagl@ultimaker.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox