Add clear flag status register operation that some Micron SPI flash
chips required after reading the flag status register to check some
operations completion.
Signed-off-by: Hou Zhiqiang
---
Based on git://git.denx.de/u-boot.git.
It also can be applied to git://www.denx.de/git/u-boot-mpc85xx.git.
On Thursday, August 28, 2014 at 11:52:40 PM, Steve Rae wrote:
> On 14-08-28 02:31 PM, Steve Rae wrote:
> > On 14-08-28 02:16 PM, Tom Rini wrote:
> >> On Thu, Aug 28, 2014 at 10:53:51AM -0700, Steve Rae wrote:
> >>> Add original file (pristine) from :
> >>>
> >>> https://www.codeaurora.org/cgit/qui
Add support for the Kosagi Novena board. Currently supported are:
- I2C busses
- FEC Ethernet
- MMC0, MMC1, Booting from MMC
- SATA
- USB ports
- USB Ethernet
Signed-off-by: Marek Vasut
---
arch/arm/Kconfig | 4 +
board/kosagi/novena/Kconfig | 23 ++
board/kosagi/novena/M
On 29 August 2014 12:24, Hou Zhiqiang wrote:
> Add clear flag status register operation that some Micron SPI flash
> chips required after reading the flag status register to check some
> operations completion.
>
> Signed-off-by: Hou Zhiqiang
> ---
> Based on git://git.denx.de/u-boot.git.
> It als
On Wednesday, August 27, 2014 at 11:28:18 AM, Bo Shen wrote:
> When enable debug option to compile, it will give the following
> warning, this patch is used to get rid of it.
> --->8---
> warning: 'flags' is used uninitialized in this function [-Wuninitialized]
> ---8<---
>
> Signed-off-by: Bo She
The following changes since commit 124c5998755ef6778ca43acab27372fc470b8366:
samsung: s5p_goni: fix: Add missing definitions for G_DNL_UMS gadget
(2014-08-28 13:47:34 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-usb.git HEAD
for you to fetch changes up to 74c0d75
On Friday, August 08, 2014 at 01:07:59 AM, Stephen Warren wrote:
> From: Stephen Warren
>
> One specific USB 3.0 device behaves strangely when reset by
> usb_new_device()'s call to hub_port_reset(). For some reason, the device
> appears to briefly drop off the bus when this second bus reset is
>
Hi,
On 08/29/2014 08:41 AM, Steve Wang wrote:
> Hi, Peter,
>
> In ZYBO, there is an on-board eeprom that contains a unique MAC address for
> each
> board.
> In FSBL (before u-boot), the MAC address is read out from EEPROM and write to
> the corresponding registers in ETH controller.
> So, in u
Hi Tom,
based on your post some days ago. Can you please add these fixes to directly
to your master branch?
Thanks,
Michal
On 08/19/2014 09:57 AM, Michal Simek wrote:
> Hi Albert,
>
> please pull these 3 patches to your tree.
>
> Thanks,
> Michal
>
> Summary of 4 commits for 6 boards (6 threa
On 08/28/2014 01:16 PM, Peter Crosthwaite wrote:
> Hi Michal, Steven,
>
> This series adds the ZYBO board to u-boot. Some components were originally
> contributed to the digilent u-boot tree (P2). Thanks to Steven Wang. The
> original code had a custom u-boot env specific for Zybo but I have dropp
Hi, Scott and other MTD developers,
Commit ff94bc40af3481d47546595ba73c136de6af6929
(mtd, ubi, ubifs: resync with Linux-3.14)
moved the definition of NAND_CMD_LOCK_TIGHT and NAND_CMD_LOCK_STATUS
from include/mtd/nand/ to drivers/mtd/nand/nand_util.c
(These two macros looks like U-Boot specific
On 08/21/2014 03:43 PM, Benoît Thébaudeau wrote:
> Commit 41623c9 'arm: move exception handling out of start.S files' missed some
> linker scripts. Hence, some boards no longer had exception handling linked
> since
> this commit. Restore the original behavior by adding the .vectors section to
> th
Hi Max,
On 08/20/2014 07:42 PM, Max Filippov wrote:
> Hi Tom,
>
> this series adds U-Boot port to Xtensa, configurable processor architecture
> from Tensilica, Inc., now Cadence Design Systems Inc.
>
> Preparation patches clean up OpenCores 10/100 MBit driver, enable it to be
> used with dedicat
Hi Michal,
On Fri, Aug 29, 2014 at 3:50 PM, Michal Simek wrote:
> On 08/20/2014 07:42 PM, Max Filippov wrote:
>> this series adds U-Boot port to Xtensa, configurable processor architecture
>> from Tensilica, Inc., now Cadence Design Systems Inc.
>>
>> Preparation patches clean up OpenCores 10/100
Hi Sonic
On 08/07/2014 09:08 AM, Sonic Zhang wrote:
> From: Sonic Zhang
>
> - move blackfin specific cpu init code from blackfin board.c to cpu.c
> - remove blackfin specific board init code and invoke generic board_f fron
> cpu init entry
> - rename section name bss_vma to bss_start in order t
From: Jagannadha Sutradharudu Teki
- Use _defconfig instead of _config, but _config is still working.
- Corrected README.sandbox path in ./README
Signed-off-by: Jagannadha Sutradharudu Teki
---
README | 2 +-
board/sandbox/README.sandbox | 4 ++--
2 files changed, 3 inser
Now saving output files in a separate directory through
KBUILD_OUTPUT not with BUILD_DIR, so updated the documentation
accordingly.
Signed-off-by: Jagannadha Sutradharudu Teki
---
MAKEALL | 12 ++--
README | 10 +-
doc/README.kwbimage | 4 ++--
3 files c
When a build is to be performed, buildman checks to see if it has already
been done. In most cases it will not bother trying again. However, it was
not reading the return code from the 'done' file, so if the result was a
failure, it would not be counted. This depresses the 'failure' count stats
tha
For testing it is useful to clean the output directory before running a
test. This avoids a test interfering with the results of a subsequent
test by leaving data around.
Add this feature as an optional parameter to the control logic.
Signed-off-by: Simon Glass
---
Changes in v2: None
tools/b
We want to be able to issue parser commands from within buildman for test
purposes. Move the parser code into its own file so we don't end up needing
the buildman and test modules to reference each other.
Signed-off-by: Simon Glass
---
Changes in v2: None
tools/buildman/buildman.py | 73 ++
This adds coverage of core features of the builder, including the
command-line options which affect building.
Signed-off-by: Simon Glass
---
Changes in v2: None
tools/buildman/func_test.py | 324 +---
1 file changed, 306 insertions(+), 18 deletions(-)
d
When running unit tests we don't want output to go to the terminal.
Provide a way of collecting it so that it can be examined by test code
later.
Signed-off-by: Simon Glass
---
Changes in v2:
- Add a function to print out the terminal output recorded
tools/patman/terminal.py | 72 +
On 08/29/2014 02:25 PM, Max Filippov wrote:
> Hi Michal,
>
> On Fri, Aug 29, 2014 at 3:50 PM, Michal Simek wrote:
>> On 08/20/2014 07:42 PM, Max Filippov wrote:
>>> this series adds U-Boot port to Xtensa, configurable processor architecture
>>> from Tensilica, Inc., now Cadence Design Systems Inc
Hi Mark
On 08/28/2014 06:14 PM, Mark Rutland wrote:
Hi,
On Wed, Aug 27, 2014 at 09:29:59PM +0100, Arnab Basu wrote:
Set the enable-method in the cpu node to psci, create the psci
device tree node and also add a reserve section for the psci code
that lives in in normal RAM, so that the kernel l
On Fri, Aug 29, 2014 at 11:57:57AM +0900, Masahiro Yamada wrote:
> Hi Tom,
>
>
> On Thu, 28 Aug 2014 15:53:28 -0400
> Tom Rini wrote:
>
> > > > > Thanks,
> > > > > Minkyu Kang.
> > > >
> > > > Is there any chance that this patch set will be pulled to mainline in a
> > > > near future?
> > > >
On Fri, Aug 22, 2014 at 02:10:43PM +0900, Masahiro Yamada wrote:
> This patch fixes a minor problem:
> If a block without "F: configs/*_defconfig" is followed by another
> block with "F: configs/*_defconfig", the maintainers from the
> former block are squashed into the latter.
>
> Signed-off
On Fri, Aug 22, 2014 at 07:42:29PM +0900, Masahiro Yamada wrote:
> Copy the Kconfig option from "init/Kconfig" of Linux v3.16 tag
> and adjust the help document.
>
> Signed-off-by: Masahiro Yamada
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
On Mon, Aug 25, 2014 at 12:39:43PM +0900, Masahiro Yamada wrote:
> tools/genboardscfg.py expects all the boards have MAINTAINERS.
> If someone adds a new board but misses to add its MAINTAINERS file,
> tools/genboardscfg.py fails to generate the boards.cfg file.
> It is annoying for the other deve
On Fri, Aug 22, 2014 at 02:26:43PM -0600, Simon Glass wrote:
> Commit e3a5bbce broke the FIT image tests by not loading a ramdisk even if
> a load address is provided in the FIT. The rationale was that a load address
> of 0 should be considered to mean 'do not load'.
>
> Add a new load operation
On Mon, Aug 25, 2014 at 12:39:45PM +0900, Masahiro Yamada wrote:
> When an error occurs or the program is terminated by the user
> on the way, the destructer __del__ of class Slot is invoked and
> the work directories are removed.
>
> We have to make sure there are no subprocesses (in this case,
On Mon, Aug 25, 2014 at 12:39:44PM +0900, Masahiro Yamada wrote:
> The tools/genboardscfg.py expects all the Kconfig and defconfig are
> written correctly. Imagine someone accidentally has broken a board.
> Error-out just for one broken board is annoying for the other
> developers. Let the tool
On Fri, Aug 22, 2014 at 02:26:44PM -0600, Simon Glass wrote:
> The host filesystem name has changed, so update the tests. The tests now
> run again correctly:
>
> $ make O=b/sandbox sandbox_defconfig all
> ...
> $ test/image/test-fit.py -u b/sandbox/u-boot
> FIT Tests
>
> =
> Kernel load
On Mon, Aug 25, 2014 at 11:26:19AM +0200, Stefan Roese wrote:
> We noticed on the DXR2 platform (AM335x with a SMSC LAN9303 switch connected
> to the CPSW MAC) that the network performance in U-Boot is quite poor. Only
> when the transfer is started without a cable connected, and the cable is
> pl
On Mon, Aug 25, 2014 at 12:39:48PM +0900, Masahiro Yamada wrote:
> I guess some developers are already getting sick of this tool
> because it generally takes a few minites to generate the boards.cfg
> on a reasonable computer.
>
> The idea popped up on my mind was to skip Makefiles and
> to run s
On Thu, Aug 28, 2014 at 10:56:55AM +0900, Masahiro Yamada wrote:
> Commit 3ff291f371fa9858426774f3732924bacb61ed1c
> (kconfig: convert Kconfig helper script into a shell script)
> restored "_config" target for backward compatibility.
> It should be documented.
>
> Signed-off-by: Masahiro Yamada
On Mon, Aug 25, 2014 at 12:39:47PM +0900, Masahiro Yamada wrote:
> It looks silly to regenerate the boards.cfg even when it is
> already up to date.
>
> The tool should exit with doing nothing if the boards.cfg is newer
> than any of defconfig, Kconfig and MAINTAINERS files.
>
> Specify -f (--fo
On Wed, Aug 27, 2014 at 02:05:51PM +0900, Masahiro Yamada wrote:
> This tool only works on python 2 (python 2.6 or lator).
>
> Change the shebang to make sure the script is run by python 2
> and clearly say the supported version in the comment block.
>
> Signed-off-by: Masahiro Yamada
Applied
On Mon, Aug 25, 2014 at 12:39:46PM +0900, Masahiro Yamada wrote:
> This tool deletes the incomplete boards.cfg
> if it encounters an error or is is terminated by the user.
>
> I notice some problems even though they rarely happen.
>
> [1] The boards.cfg is removed if the program is terminated
>
On Fri, Aug 22, 2014 at 07:42:28PM +0900, Masahiro Yamada wrote:
> Now we have CONFIG_LOCALVERSION and CONFIG_LOCALVERSION_AUTO
> in Kconfig so we can use scripts/setlocalversion without
> any adjustment. Copy it from Linux 3.16 as is.
>
> Signed-off-by: Masahiro Yamada
Applied to u-boot/maste
On Mon, Aug 25, 2014 at 12:39:42PM +0900, Masahiro Yamada wrote:
> Kconfig in U-Boot creates a temporary file configs/.tmp_defconfig
> during processing "make _defconfig". The temporary file
> might be left over for some reasons.
>
> Just in case, tools/genboardscfg.py should make sure to
> not
On Fri, Aug 22, 2014 at 02:33:40PM +0900, Masahiro Yamada wrote:
> This commit makes sure boards.cfg is up to date before starting
> the build tests. tools/genboardscfg.py exits immediately printing
> "boards.cfg is up to date. Nothing to do." when boards.cfg is
> already new.
>
> Signed-off-by:
On Fri, Aug 22, 2014 at 02:33:41PM +0900, Masahiro Yamada wrote:
> This commit makes sure boards.cfg is up to date before starting
> the build tests. tools/genboardscfg.py exits immediately printing
> "boards.cfg is up to date. Nothing to do." when boards.cfg is
> already new.
>
> Signed-off-by:
On Fri, Aug 22, 2014 at 07:42:27PM +0900, Masahiro Yamada wrote:
> Copy Kconfig options from "init/Kconfig" of Linux v3.16 tag
> and adjust some parts of the help document.
>
> Move CONFIG_SPL, CONFIG_TPL, ... etc. to "Boot images" menu.
>
> Signed-off-by: Masahiro Yamada
Applied to u-boot/mas
On Thu, Aug 28, 2014 at 02:52:40PM -0700, Steve Rae wrote:
>
> On 14-08-28 02:31 PM, Steve Rae wrote:
> >
> >On 14-08-28 02:16 PM, Tom Rini wrote:
> >>On Thu, Aug 28, 2014 at 10:53:51AM -0700, Steve Rae wrote:
> >>
> >>>Add original file (pristine) from :
> >>>
> >>>https://www.codeaurora.org/cgit
On 08/29/2014 03:30 AM, Marek Vasut wrote:
Add support for the Kosagi Novena board. Currently supported are:
- I2C busses
- FEC Ethernet
- MMC0, MMC1, Booting from MMC
- SATA
- USB ports
- USB Ethernet
diff --git a/board/kosagi/novena/novena.c b/board/kosagi/novena/novena.c
+int drv_keyboar
On Friday, August 29, 2014 at 05:58:41 PM, Stephen Warren wrote:
> On 08/29/2014 03:30 AM, Marek Vasut wrote:
> > Add support for the Kosagi Novena board. Currently supported are:
> > - I2C busses
> > - FEC Ethernet
> > - MMC0, MMC1, Booting from MMC
> > - SATA
> > - USB ports
> > - USB Ethernet
>
Hi Marek,
On 8/29/2014 12:30 PM, Marek Vasut wrote:
+static struct mx6_mmdc_calibration novena_mmdc_calib = {
+ /* write leveling calibration determine */
+ .p0_mpwldectrl0 = 0x00420048,
+ .p0_mpwldectrl1 = 0x006f0059,
+ .p1_mpwldectrl0 = 0x005a010
On Friday, August 29, 2014 at 06:46:32 PM, Nikolay Dimitrov wrote:
> Hi Marek,
>
> On 8/29/2014 12:30 PM, Marek Vasut wrote:
> > +static struct mx6_mmdc_calibration novena_mmdc_calib = {
> > + /* write leveling calibration determine */
> > + .p0_mpwldectrl0 = 0x00420048,
> > + .p0_mp
On 14-08-28 05:59 PM, Simon Glass wrote:
Hi Steve,
On 28 August 2014 10:21, Steve Rae wrote:
On 14-08-28 07:45 AM, Simon Glass wrote:
Hi Steve,
On 27 August 2014 15:22, Steve Rae wrote:
[... snip ...]
*From:*Steve Rae
*Sent:* Monday, August 25, 2014 09:06
*To:* Simon Glass
*Su
On Fri, Aug 29, 2014 at 6:30 AM, Marek Vasut wrote:
> +int board_mmc_init(bd_t *bis)
> +{
> + s32 status = 0;
> + int index;
> +
> + usdhc_cfg[0].sdhc_clk = mxc_get_clock(MXC_ESDHC3_CLK);
> + usdhc_cfg[1].sdhc_clk = mxc_get_clock(MXC_ESDHC2_CLK);
> +
> + for (index =
On 14-08-29 08:11 AM, Tom Rini wrote:
On Thu, Aug 28, 2014 at 02:52:40PM -0700, Steve Rae wrote:
On 14-08-28 02:31 PM, Steve Rae wrote:
On 14-08-28 02:16 PM, Tom Rini wrote:
On Thu, Aug 28, 2014 at 10:53:51AM -0700, Steve Rae wrote:
Add original file (pristine) from :
https://www.codeau
HI there,
I recently made changes to my system, where I created a new partition on
my mmc. (mmcblk0p4)
Then i dd'd a uboot env image into this partition, updated the
fw_env.config to point to /dev/mmcblk0p4. At this point, my fw_printenv
and fw_setenv work good. So as a next step, I am tried t
[ yes, old thread, but might be worth to have in archives ]
On Mon, 2014-07-28 at 04:14 +0100, Simon Glass wrote:
>
> Hi Masahiro,
>
> On 27 July 2014 10:05, Masahiro Yamada wrote:
> > Hi Simon,
> >
> > On Sat, 26 Jul 2014 01:17:02 +0100
> > Simon Glass wrote:
> >
> >> > +
> >> > +import sys
>
On Wed, Aug 20, 2014 at 04:13:34PM +0200, Stefano Babic wrote:
> Hi Albert,
>
> please pull from u-boot-imx, thanks !
>
> The following changes since commit 1899fac925eda817e12234aef3d01d354788662e:
>
> Merge branch 'u-boot-sunxi/master' into 'u-boot-arm/master'
> (2014-08-09 16:48:34 +0200)
On Fri, Aug 29, 2014 at 11:28:42AM +0200, Marek Vasut wrote:
> The following changes since commit 124c5998755ef6778ca43acab27372fc470b8366:
>
> samsung: s5p_goni: fix: Add missing definitions for G_DNL_UMS gadget
> (2014-08-28 13:47:34 -0400)
>
> are available in the git repository at:
>
>
On Tue, Aug 19, 2014 at 09:57:11AM +0200, Michal Simek wrote:
> Hi Albert,
>
> please pull these 3 patches to your tree.
>
> Thanks,
> Michal
>
> Summary of 4 commits for 6 boards (6 threads, 2 jobs per thread)
> 01: patman: Only use git's --no-decorate when available
> 02: zynq: spl: Add vecto
On Wed, Aug 20, 2014 at 09:12:48AM -0700, Tom Warren wrote:
> Albert,
>
> Please pull u-boot-tegra/master into ARM/master. Thanks!
>
> ./MAKEALL -s tegra AOK, checkpatch.pl is OK, and ./MAKEALL -a arm only
> shows failures that were already present in ARM/master.
>
> The following changes since
On Tue, Aug 12, 2014 at 10:36:16AM +0200, Hans de Goede wrote:
> Hi Albert,
>
> Please pull from u-boot-sunxi.git/master for a set of patches adding
> generic boot command support + a series of DRAM cleanups and fixes.
>
> Note the generic boot command support depends on
> "config: introduce a g
On Mon, Aug 25, 2014 at 03:18:00PM -0400, Tom Rini wrote:
> Hey,
>
> The following changes since commit 1899fac925eda817e12234aef3d01d354788662e:
>
> Merge branch 'u-boot-sunxi/master' into 'u-boot-arm/master' (2014-08-09
> 16:48:34 +0200)
>
> are available in the git repository at:
>
>
>
HI there,
I recently made changes to my system, where I created a new partition on
my mmc. (mmcblk0p4)
Then i dd'd a uboot env image into this partition, updated the
fw_env.config to point to /dev/mmcblk0p4. At this point, my fw_printenv
and fw_setenv work good. So as a next step, I am tried t
The tools-only target is currently broken:
$ make CROSS_COMPILE=arm-linux-gnueabihf- tools-only
CHK include/config/uboot.release
/bin/sh: 1: cannot open include/config/auto.conf: No such file
Makefile:1052: recipe for target 'include/config/uboot.release' fail
Hi Stefano,
On Mon, Aug 25, 2014 at 5:11 PM, Fabio Estevam wrote:
> On Mon, Aug 25, 2014 at 4:50 PM, Marek Vasut wrote:
>> On Monday, August 25, 2014 at 07:26:46 PM, Fabio Estevam wrote:
>>> Tested with an Intel Wireless PCI 7260HMW card:
>>>
>>> U-Boot 2014.10-rc1-16576-g4a8a8a8-dirty (Aug 23 2
On Friday, August 29, 2014 at 07:38:39 PM, Steve Rae wrote:
> On 14-08-29 08:11 AM, Tom Rini wrote:
> > On Thu, Aug 28, 2014 at 02:52:40PM -0700, Steve Rae wrote:
> >> On 14-08-28 02:31 PM, Steve Rae wrote:
> >>> On 14-08-28 02:16 PM, Tom Rini wrote:
> On Thu, Aug 28, 2014 at 10:53:51AM -0700,
On Friday, August 29, 2014 at 10:19:11 PM, Fabio Estevam wrote:
> Hi Stefano,
>
> On Mon, Aug 25, 2014 at 5:11 PM, Fabio Estevam wrote:
> > On Mon, Aug 25, 2014 at 4:50 PM, Marek Vasut wrote:
> >> On Monday, August 25, 2014 at 07:26:46 PM, Fabio Estevam wrote:
> >>> Tested with an Intel Wireless
On Fri, Aug 29, 2014 at 7:29 PM, Marek Vasut wrote:
> A proper commit message describing the change would be very useful. Thank you!
Sorry, but I don't understand your suggestion.
The Subject says that I am adding PCI support to the mx6sxsabresd board.
Then I say that I tested it with a PCI ca
On 14-08-29 01:54 PM, Marek Vasut wrote:
On Friday, August 29, 2014 at 07:38:39 PM, Steve Rae wrote:
On 14-08-29 08:11 AM, Tom Rini wrote:
On Thu, Aug 28, 2014 at 02:52:40PM -0700, Steve Rae wrote:
On 14-08-28 02:31 PM, Steve Rae wrote:
On 14-08-28 02:16 PM, Tom Rini wrote:
On Thu, Aug 28,
Hi Jagan,
On 28 August 2014 02:58, Jagan Teki wrote:
> On 15 July 2014 06:26, Simon Glass wrote:
>> Add a uclass which provides access to SPI buses and includes operations
>> required by SPI.
>>
>> For a time driver model will need to co-exist with the legacy SPI interface
>> so some parts of th
On Fri, 2014-08-29 at 21:07 +0100, Ian Campbell wrote:
> The tools-only target is currently broken:
> $ make CROSS_COMPILE=arm-linux-gnueabihf- tools-only
> CHK include/config/uboot.release
> /bin/sh: 1: cannot open include/config/auto.conf: No such file
> Mak
This patchset add support for new arch stv0991.
Changes in v2:
- corrected files license to GPL-2.0+
- replaced printf() usage with puts() for string print
- sorted sourcing of board Kconfig
Vikas Manocha (3):
stv0991 : Add basic stv0991 architecture support.
stv0991 : enable ethernet suppor
Signed-off-by: Vikas Manocha
---
Changes in v2: None
include/configs/stv0991.h | 21 +++--
1 file changed, 19 insertions(+), 2 deletions(-)
diff --git a/include/configs/stv0991.h b/include/configs/stv0991.h
index a7181b1..d6ff243 100644
--- a/include/configs/stv0991.h
+++ b/i
Signed-off-by: Vikas Manocha
---
Changes in v2: None
arch/arm/cpu/armv7/stv0991/clock.c | 14
arch/arm/cpu/armv7/stv0991/pinmux.c| 14
arch/arm/include/asm/arch-stv0991/gpio.h | 22
arch/arm/include/asm/arch-stv0991/
stv0991 architecture support added. It contains the support for
following blocks
- Timer
- uart
Signed-off-by: Vikas Manocha
---
Changes in v2:
- corrected files license to GPL-2.0+
- replaced printf() usage with puts() for string print
- sorted sourcing of board Kconfig
arch/arm/Kconfig
On Fri, Aug 29, 2014 at 9:07 PM, Michal Simek wrote:
> On 08/28/2014 01:16 PM, Peter Crosthwaite wrote:
>> Hi Michal, Steven,
>>
>> This series adds the ZYBO board to u-boot. Some components were originally
>> contributed to the digilent u-boot tree (P2). Thanks to Steven Wang. The
>> original cod
On Fri, Aug 29, 2014 at 4:41 PM, Steve Wang wrote:
> Hi, Peter,
>
> In ZYBO, there is an on-board eeprom that contains a unique MAC address for
> each board.
> In FSBL (before u-boot), the MAC address is read out from EEPROM and write
> to the corresponding registers in ETH controller.
> So, in u-
74 matches
Mail list logo