Re: [PATCH v2 03/23] am335x: baltos: Enable DM_SPI

2020-06-14 Thread Yegor Yefremov
On Sat, Jun 13, 2020 at 8:01 PM Jagan Teki wrote: > > On Wed, May 27, 2020 at 6:26 PM Jagan Teki wrote: > > > > Enable DM_SPI for am355x baltos board. > > > > Build is fine, but not tested. > > > > Cc: Yegor Yefremov > > Any comments? Reviewed-by: Yegor Yefremov

Re: [PATCH] arm: baltos: switch to driver model for the net and mdio driver

2020-03-11 Thread Yegor Yefremov
On Wed, Feb 12, 2020 at 12:44 PM wrote: > > From: Yegor Yefremov > > Signed-off-by: Yegor Yefremov > --- > configs/am335x_baltos_defconfig | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/configs/am335x_baltos_defconfig b/configs/am335x_baltos_defconfig >

Re: [U-Boot] [PATCH 56/93] arm: Remove am335x_baltos board

2018-11-20 Thread Yegor Yefremov
gt; - default "vscom" > - > -config SYS_SOC > - default "am33xx" > - > -config SYS_CONFIG_NAME > - default "baltos" > - > -endif > diff --git a/board/vscom/baltos/MAINTAINERS b/board/vscom/baltos/MAINTAINERS > deleted file mo

Re: [U-Boot] am335x: musb: mass storage device issue

2017-02-28 Thread Yegor Yefremov
On Tue, Feb 14, 2017 at 11:46 AM, Yegor Yefremov <yegorsli...@googlemail.com> wrote: > On Tue, Feb 14, 2017 at 7:57 AM, Stefan Roese <s...@denx.de> wrote: >> Hi Yegor, >> >> >> On 13.02.2017 16:02, Yegor Yefremov wrote: >>> >>> O

Re: [U-Boot] am335x: musb: mass storage device issue

2017-02-14 Thread Yegor Yefremov
On Tue, Feb 14, 2017 at 7:57 AM, Stefan Roese <s...@denx.de> wrote: > Hi Yegor, > > > On 13.02.2017 16:02, Yegor Yefremov wrote: >> >> On Mon, Feb 13, 2017 at 3:17 PM, Belisko Marek <marek.beli...@gmail.com> >> wrote: >>> >>> Hi Yeg

Re: [U-Boot] am335x: musb: mass storage device issue

2017-02-13 Thread Yegor Yefremov
On Mon, Feb 13, 2017 at 3:17 PM, Belisko Marek <marek.beli...@gmail.com> wrote: > Hi Yegor, > > On Mon, Feb 13, 2017 at 12:57 PM, Yegor Yefremov > <yegorsli...@googlemail.com> wrote: >> >> My am335x based board doesn't detect USB sticks: >> >>

[U-Boot] am335x: musb: mass storage device issue

2017-02-13 Thread Yegor Yefremov
My am335x based board doesn't detect USB sticks: U-Boot 2017.03-rc1 (Feb 13 2017 - 12:46:54 +0100) CPU : AM335X-GP rev 2.1 I2C: ready DRAM: 256 MiB NAND: 256 MiB MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1 Using default environment Net:not set. Validating first E-fuse MAC cpsw Hit any key to

Re: [U-Boot] am335x board i2c_probe fails from nand boot

2017-01-03 Thread Yegor Yefremov
On Tue, Jan 3, 2017 at 12:02 PM, matti kaasinen <matti.kaasi...@gmail.com> wrote: > > 2017-01-03 12:56 GMT+02:00 Yegor Yefremov <yegorsli...@googlemail.com>: >> >> What PMIC are you using? > > It is TPS65217, so probe command is: > i2c_probe(TPS65217_CHIP

Re: [U-Boot] am335x board i2c_probe fails from nand boot

2017-01-03 Thread Yegor Yefremov
Hi Matti, On Tue, Jan 3, 2017 at 10:26 AM, matti kaasinen wrote: > Hi! > > Would anyone have idea why spl boot fails in i2c_probe when running from > nand but not when running from mmc card or anything at all to check? > > My card is am335x based board with u-boot

[U-Boot] am335x. u-boot.img fails to start

2015-12-04 Thread Yegor Yefremov
git master fails to start u-boot.img on at least am335x_evm_defconfig some other similar boards: U-Boot SPL 2016.01-rc1-00373-gbe30dfb (Dec 04 2015 - 08:51:13) Trying to boot from MMC reading args spl_load_image_fat_os: error reading image args, err - -1 reading u-boot.img reading u-boot.img

Re: [U-Boot] am335x. u-boot.img fails to start

2015-12-04 Thread Yegor Yefremov
o revert locally the commit > > a1e56cf6d430d78db3a4dc08a422311145e32315 spl: mmc: add support for > BOOT_DEVICE_MMC2 > > > this works for me ... but i didn't have time yet to debug this fully. > Maybe next week. > > let me know what happens on your board. > > best regards, > Hannes > > &

Re: [U-Boot] am335x. u-boot.img fails to start

2015-12-04 Thread Yegor Yefremov
f6d430d78db3a4dc08a422311145e32315 spl: mmc: add support for >> > BOOT_DEVICE_MMC2 >> > >> > >> > this works for me ... but i didn't have time yet to debug this fully. >> > Maybe next week. >> > >> > let me know what happens on your boa

Re: [U-Boot] [U-Boot,v3,09/13] ns16550: unify serial_tegra

2015-12-04 Thread Yegor Yefremov
On Fri, Dec 4, 2015 at 2:59 PM, Thomas Chou wrote: > Hi Stephen, > > > On 2015年12月04日 06:55, Stephen Warren wrote: >> >> The patch below appears to solve the problem. Any ideas how to fix this >> cleanly? I don't think we want to introduce a CONFIG_SPL_xxx for every >>

Re: [U-Boot] [PATCH] am3517_evm: add FIT support

2015-07-27 Thread Yegor Yefremov
On Mon, Jul 27, 2015 at 10:44 AM, Wolfgang Denk w...@denx.de wrote: Dear Yegor, In message 1437979451-14060-1-git-send-email-yegorsli...@googlemail.com you wrote: Enable DTS support (CONFIG_OF_LIBFDT), create ft_board_setup() stub and select CONFIG_FIT in defconfig. ... +int

[U-Boot] [PATCH] arm: baltos: change USB ports functions

2015-07-09 Thread Yegor Yefremov
Baltos has USB0 connected to a USB hub and thus is host-only. USB1 is connected to microUSB connector and thus should use OTG mode. Signed-off-by: Yegor Yefremov yegorsli...@googlemail.com --- include/configs/baltos.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [U-Boot] [PATCH 1/3] arm: baltos: enable CMD_NET and FIT support in defconfig

2015-07-08 Thread Yegor Yefremov
On Wed, Jul 8, 2015 at 12:54 AM, Simon Glass s...@chromium.org wrote: On 6 July 2015 at 09:28, Yegor Yefremov yegorsli...@googlemail.com wrote: Signed-off-by: Yegor Yefremov yegorsli...@googlemail.com --- configs/am335x_baltos_defconfig | 4 ++-- include/configs/baltos.h| 2 -- 2

[U-Boot] [PATCH 3/3] arm: baltos: fix NAND boot

2015-07-06 Thread Yegor Yefremov
Specify proper U-Boot offset, enable prefetch mode, increase bootm size and add FIT fallback, if board_name is not present in kernel-fit.itb image. Signed-off-by: Yegor Yefremov yegorsli...@googlemail.com --- include/configs/baltos.h | 10 -- 1 file changed, 8 insertions(+), 2 deletions

[U-Boot] [PATCH 2/3] arm: baltos: drop I2C speed to 1000 Hz

2015-07-06 Thread Yegor Yefremov
This action is need to make I2C communication with PMIC stable for low temperature. Print current I2C speed in SPL for visual control. Signed-off-by: Yegor Yefremov yegorsli...@googlemail.com --- board/vscom/baltos/board.c | 2 ++ include/configs/baltos.h | 2 +- 2 files changed, 3 insertions

[U-Boot] [PATCH 1/3] arm: baltos: enable CMD_NET and FIT support in defconfig

2015-07-06 Thread Yegor Yefremov
Signed-off-by: Yegor Yefremov yegorsli...@googlemail.com --- configs/am335x_baltos_defconfig | 4 ++-- include/configs/baltos.h| 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/configs/am335x_baltos_defconfig b/configs/am335x_baltos_defconfig index bf73919..8e8a897

Re: [U-Boot] ARM status or maintainer info currently missing

2015-07-05 Thread Yegor Yefremov
On Sun, Jul 5, 2015 at 7:34 PM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hello Lokesh, On Thu, 2 Jul 2015 09:48:31 +0530, Lokesh Vutla lokeshvu...@ti.com wrote: Hi Albert, On Wednesday 01 July 2015 06:43 PM, Albert ARIBAUD wrote: Hello all, I get the following when building

Re: [U-Boot] ARM status or maintainer info currently missing

2015-07-01 Thread Yegor Yefremov
On Wed, Jul 1, 2015 at 3:13 PM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hello all, I get the following when building current u-boot-arm/master with current u-boot/master: * WARNING: no status info for 'am43xx_evm_ethboot' * WARNING: no maintainers for 'am43xx_evm_ethboot'

[U-Boot] [PATCH] board: baltos - add mainteiner information

2015-07-01 Thread Yegor Yefremov
Signed-off-by: Yegor Yefremov yegorsli...@googlemail.com --- board/vscom/baltos/MAINTAINERS | 6 ++ 1 file changed, 6 insertions(+) create mode 100644 board/vscom/baltos/MAINTAINERS diff --git a/board/vscom/baltos/MAINTAINERS b/board/vscom/baltos/MAINTAINERS new file mode 100644 index

Re: [U-Boot] [PATCH 4/7] arm: Make new baltos board not break on savedefconfig

2015-06-25 Thread Yegor Yefremov
On Thu, Jun 25, 2015 at 5:42 PM, Joe Hershberger joe.hershber...@gmail.com wrote: Hi Yegor, On Wed, Jun 24, 2015 at 2:33 AM, Yegor Yefremov yegorsli...@googlemail.com wrote: On Wed, Jun 24, 2015 at 8:55 AM, Yegor Yefremov yegorsli...@googlemail.com wrote: Hi Joe, On Wed, Jun 24, 2015 at 5

Re: [U-Boot] [PATCH 4/7] arm: Make new baltos board not break on savedefconfig

2015-06-24 Thread Yegor Yefremov
, then? I'm at FTF this week and won't be debugging it until next week. There was an issue with this board, caused by savedefconfig, which is why I even noticed this board exists now. Maybe whoever added it (Yegor Yefremov) didn't try safedefconfig against the board? If nothing else, at least

Re: [U-Boot] [PATCH 4/7] arm: Make new baltos board not break on savedefconfig

2015-06-24 Thread Yegor Yefremov
On Wed, Jun 24, 2015 at 8:55 AM, Yegor Yefremov yegorsli...@googlemail.com wrote: Hi Joe, On Wed, Jun 24, 2015 at 5:26 AM, Joe Hershberger joe.hershber...@gmail.com wrote: Hi Tom, On Tue, Jun 23, 2015 at 9:23 AM, Tom Rini tr...@konsulko.com wrote: On Mon, Jun 22, 2015 at 04:15:27PM -0500

[U-Boot] [PATCH v2] board: add support for Vision System's Baltos Industrial PC

2015-05-29 Thread Yegor Yefremov
Vision Systems's Baltos is based on AM335x SoC from Texas Instruments. This patch adds support such Industrial PCs in mainline u-boot. [ ba...@ti.com: updated original patch to current u-boot ] Signed-off-by: Yegor Yefremov yegorsli...@googlemail.com Signed-off-by: Felipe Balbi ba...@ti.com

Re: [U-Boot] board: add support for Vision System's Baltos Industrial PC

2015-05-28 Thread Yegor Yefremov
On Wed, May 27, 2015 at 11:54 PM, Tom Rini tr...@konsulko.com wrote: On Tue, May 12, 2015 at 05:16:32PM -0500, Felipe Balbi wrote: From: Yegor Yefremov yegorsli...@googlemail.com Vision Systems's Baltos is based on AM335x SoC from Texas Instruments. This patch adds support such Industrial

Re: [U-Boot] [RFC] FIT: use default configuration, if given configuration is not found

2015-05-12 Thread Yegor Yefremov
Hi Joe, On Mon, May 4, 2015 at 8:16 PM, Joe Hershberger joe.hershber...@gmail.com wrote: Hi Yegor, On Mon, May 4, 2015 at 2:53 AM, yegorsli...@googlemail.com wrote: From: Yegor Yefremov yegorsli...@googlemail.com Signed-off-by: Yegor Yefremov yegorsli...@googlemail.com --- common/image

Re: [U-Boot] [RFC] FIT: use default configuration, if given configuration is not found

2015-05-12 Thread Yegor Yefremov
Hi Joe, On Tue, May 12, 2015 at 10:18 PM, Joe Hershberger joe.hershber...@gmail.com wrote: Hi Yegor, On Tue, May 12, 2015 at 1:43 AM, Yegor Yefremov yegorsli...@googlemail.com wrote: Hi Joe, On Mon, May 4, 2015 at 8:16 PM, Joe Hershberger joe.hershber...@gmail.com wrote: Hi Yegor

Re: [U-Boot] am335x: GPMC: reading speed with prefetch mode

2015-03-20 Thread Yegor Yefremov
On Thu, Mar 19, 2015 at 4:56 PM, Daniel Mack zon...@gmail.com wrote: On 03/19/2015 04:13 PM, Yegor Yefremov wrote: Strange. Have tried with nand read command, but still the same result with and without CONFIG_NAND_OMAP_GPMC_PREFETCH : [2.150655 0.001006] NAND read: device 0 offset 0x26

Re: [U-Boot] am335x: GPMC: reading speed with prefetch mode

2015-03-20 Thread Yegor Yefremov
On Fri, Mar 20, 2015 at 3:54 PM, Daniel Mack zon...@gmail.com wrote: Hi, On 03/20/2015 12:24 PM, Yegor Yefremov wrote: I've also put printf() into omap_nand_read_prefetch8() just to make sure it is called - it was called. Does it fall back to polled mode because the engine is busy maybe

Re: [U-Boot] am335x: GPMC: reading speed with prefetch mode

2015-03-20 Thread Yegor Yefremov
On Fri, Mar 20, 2015 at 1:37 PM, Roger Quadros rog...@ti.com wrote: On 20/03/15 13:24, Yegor Yefremov wrote: On Thu, Mar 19, 2015 at 4:56 PM, Daniel Mack zon...@gmail.com wrote: On 03/19/2015 04:13 PM, Yegor Yefremov wrote: Strange. Have tried with nand read command, but still the same result

[U-Boot] am335x: GPMC: reading speed with prefetch mode

2015-03-19 Thread Yegor Yefremov
I've got v2015.04-rc4 running on my custom am335x (600MHz) based board. My 8-bit NAND chip: [17.297793 0.004021] omap-gpmc 5000.gpmc: GPMC revision 6.0 [17.303850 0.006057] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xda [17.309706 0.005856] nand: Micron MT29F2G08ABAEAWP [17.312823

Re: [U-Boot] am335x: GPMC: reading speed with prefetch mode

2015-03-19 Thread Yegor Yefremov
On Thu, Mar 19, 2015 at 2:56 PM, Daniel Mack dan...@zonque.org wrote: Hi, On 03/19/2015 02:41 PM, Yegor Yefremov wrote: I've got v2015.04-rc4 running on my custom am335x (600MHz) based board. My 8-bit NAND chip: [17.297793 0.004021] omap-gpmc 5000.gpmc: GPMC revision 6.0 [17.303850

Re: [U-Boot] am335x: using GPIO1 pins as input

2014-10-07 Thread Yegor Yefremov
On Mon, Oct 6, 2014 at 5:39 PM, Yegor Yefremov yegorsli...@googlemail.com wrote: U-Boot 2014.07 I'm trying to use ping 44..47 as input. I've configured PINMUX and invoked request, direction etc. I always get 0 from gpio_get_value() int val; gpio_request(44, dip_s1

[U-Boot] am335x: using GPIO1 pins as input

2014-10-06 Thread Yegor Yefremov
U-Boot 2014.07 I'm trying to use ping 44..47 as input. I've configured PINMUX and invoked request, direction etc. I always get 0 from gpio_get_value() int val; gpio_request(44, dip_s1): gpio_request(45, dip_s2); gpio_request(46, dip_s3); gpio_request(47,

Re: [U-Boot] FIT: how to store MACs in a DTB

2014-06-19 Thread Yegor Yefremov
On Thu, Jun 12, 2014 at 10:58 PM, Wolfgang Denk w...@denx.de wrote: Dear Yegor Yefremov, In message CAGm1_kucufez-F3+1YnaeofQq1QcE+yi2r=hdmngstpxybm...@mail.gmail.com you wrote: AFAIK one can store MACs in a DTB from u-boot via loading DTB in RAM and changing nodes values. How should

[U-Boot] FIT: how to store MACs in a DTB

2014-06-12 Thread Yegor Yefremov
AFAIK one can store MACs in a DTB from u-boot via loading DTB in RAM and changing nodes values. How should this work with a FIT image? Is there any howto? System: am335x Yegor ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] mkimage: path behavior for FIT images

2014-05-26 Thread Yegor Yefremov
Hi Simon, On Sat, May 24, 2014 at 3:58 AM, Simon Glass s...@chromium.org wrote: Hi Yegor, On 20 May 2014 20:59, Yegor Yefremov yegorsli...@googlemail.com wrote: I have following folder structure: board/kernel_fdt.its output/images/zImage The kernel.its has following path for the zImage

[U-Boot] mkimage: path behavior for FIT images

2014-05-21 Thread Yegor Yefremov
I have following folder structure: board/kernel_fdt.its output/images/zImage The kernel.its has following path for the zImage: data = /incbin/(output/images/zImage); When I invoke mkimage like this, it complains, that output/images/zImage doesn't exist: mkimage -f board/kernel_fdt.its

[U-Boot] [PATCH v2] am33xx: add SSC enable macro

2014-04-19 Thread Yegor Yefremov
Signed-off-by: Yegor Yefremov yegorsli...@googlemail.com --- Changes: v2: use CM_CLKMODE_DPLL_SSC_EN_MASK in board file of Siemens device arch/arm/include/asm/arch-am33xx/clock.h | 2 ++ board/siemens/rut/board.c| 2 +- 2 files changed, 3 insertions(+), 1 deletion

Re: [U-Boot] [PATCH] am33xx: add SSC enable macro

2014-04-18 Thread Yegor Yefremov
On Thu, Apr 17, 2014 at 8:31 PM, Tom Rini tr...@ti.com wrote: On Thu, Apr 10, 2014 at 11:35:25AM +0200, yegorsli...@googlemail.com wrote: From: Yegor Yefremov yegorsli...@googlemail.com Signed-off-by: Yegor Yefremov yegorsli...@googlemail.com --- arch/arm/include/asm/arch-am33xx/clock.h

[U-Boot] [RFC] am33xx: add spread spectrum clock (SSC) support

2014-04-10 Thread Yegor Yefremov
I've found following source code implementing SSC in kernel on TI's forum (http://e2e.ti.com/support/arm/sitara_arm/f/791/t/198104.aspx source file: http://e2e.ti.com/cfs-file.ashx/__key/telligent-evolution-components-attachments/00-791-01-00-01-12-33-83/AM335x_5F00_Spread_5F00_Spectrum.c). Now

Re: [U-Boot] Please pull u-boot-ti/master

2013-12-06 Thread Yegor Yefremov
] am3517evm.c:105:24: warning: unused variable 'ctr' [-Wunused-variable] These are trivial, but I'd like them fixed; lingering warnings are a pain to manage when doing large-scale test build. These ones come from commit ae98bbeb, that is : Yegor Yefremov (1): am3517_evm: activate Ethernet PHY

Re: [U-Boot] Please pull u-boot-ti/master

2013-12-06 Thread Yegor Yefremov
On Fri, Dec 6, 2013 at 11:08 AM, Stefan Roese s...@denx.de wrote: Hi Yegor, On 06.12.2013 10:20, Yegor Yefremov wrote: This causes am3517_evm to fail with warnings: am3517evm.c: In function 'misc_init_r': am3517evm.c:106:6: warning: unused variable 'reset' [-Wunused-variable] am3517evm.c

Re: [U-Boot] [PATCH v3] am3517_evm: activate Ethernet PHY

2013-12-06 Thread Yegor Yefremov
On Fri, Dec 6, 2013 at 11:37 AM, Stefan Roese stefan.ro...@gmail.com wrote: On 06.12.2013 11:17, yegorsli...@googlemail.com wrote: From: Yegor Yefremov yegorsli...@googlemail.com Pin 30 is connected to PHY's RESET# signal, so it must be put to high. Otherwise PHY won't be found via MDIO

Re: [U-Boot] [PATCH v3] am3517_evm: activate Ethernet PHY

2013-12-06 Thread Yegor Yefremov
On Fri, Dec 6, 2013 at 1:14 PM, Tom Rini tr...@ti.com wrote: On Fri, Dec 06, 2013 at 06:59:52AM -0500, Tom Rini wrote: On Fri, Dec 06, 2013 at 11:47:38AM +0100, Yegor Yefremov wrote: On Fri, Dec 6, 2013 at 11:37 AM, Stefan Roese stefan.ro...@gmail.com wrote: On 06.12.2013 11:17, yegorsli

Re: [U-Boot] am3517: segmentation fault in Linux after upgrading from arago src to mainline u-boot

2013-12-05 Thread Yegor Yefremov
On Thu, Dec 5, 2013 at 6:28 PM, Måns Rullgård m...@mansr.com wrote: Yegor Yefremov yegorsli...@googlemail.com writes: On Thu, Nov 28, 2013 at 5:57 PM, Tom Rini tr...@ti.com wrote: On Thu, Nov 28, 2013 at 05:39:09PM +0100, Yegor Yefremov wrote: I'm having problems with the new u-boot

Re: [U-Boot] am3517: segmentation fault in Linux after upgrading from arago src to mainline u-boot

2013-12-05 Thread Yegor Yefremov
On Fri, Dec 6, 2013 at 8:28 AM, Yegor Yefremov yegorsli...@googlemail.com wrote: On Thu, Dec 5, 2013 at 6:28 PM, Måns Rullgård m...@mansr.com wrote: Yegor Yefremov yegorsli...@googlemail.com writes: On Thu, Nov 28, 2013 at 5:57 PM, Tom Rini tr...@ti.com wrote: On Thu, Nov 28, 2013 at 05:39

Re: [U-Boot] am3517: segmentation fault in Linux after upgrading from arago src to mainline u-boot

2013-11-29 Thread Yegor Yefremov
On Thu, Nov 28, 2013 at 5:57 PM, Tom Rini tr...@ti.com wrote: On Thu, Nov 28, 2013 at 05:39:09PM +0100, Yegor Yefremov wrote: I'm having problems with the new u-boot (November 2013) and am3517 SoC. When I start Debian 7.0 armhf I get lots of Segmentation faults, I can't even perform apt-get

[U-Boot] Nand ECC layout

2013-11-28 Thread Yegor Yefremov
I'm testing a board, that is quite similar with am3517evm. In Linux I just want to use one ECC layout for all images (MLO. u-boot.img, uImage, rootfs). It seems the only choice is OMAP_ECC_HAMMING_CODE_HW_ROMCODE. My flash chip has page size of 2048 + 64 bytes and 128K erase pages. It would

[U-Boot] am3517: segmentation fault in Linux after upgrading from arago src to mainline u-boot

2013-11-28 Thread Yegor Yefremov
I'm having problems with the new u-boot (November 2013) and am3517 SoC. When I start Debian 7.0 armhf I get lots of Segmentation faults, I can't even perform apt-get udpate. With the older u-boot (arago sources from 2010) everything seems to work properly. I've checked ATAG_MEM and both u-boot

Re: [U-Boot] [PATCH 1/2] phy: export genphy_parse_link()

2013-01-15 Thread Yegor Yefremov
On Wed, Nov 28, 2012 at 11:15 AM, yegorsli...@googlemail.com wrote: From: Yegor Yefremov yegorsli...@googlemail.com Signed-off-by: Yegor Yefremov yegorsli...@googlemail.com --- drivers/net/phy/phy.c |2 +- include/phy.h |1 + 2 files changed, 2 insertions(+), 1 deletions

Re: [U-Boot] configuring u-boot for custom board based on beaglebone(am335xx_evm)

2012-12-19 Thread Yegor Yefremov
On Wed, Dec 19, 2012 at 3:07 PM, Pavan pavanpatil.elec...@gmail.com wrote: Hi, i need to configure u-boot-2013.01.rc2 for my custom board, that is completely based on beaglebone Rev A3,i have mux.h file according to my hardware i am not understanding the codeflow of beaglebone for

Re: [U-Boot] access u-boot environment variables from kernel space

2012-12-04 Thread Yegor Yefremov
On Tue, Dec 4, 2012 at 1:04 PM, Manukumar manuku...@signal-networks.com wrote: Dear All, How to access u-boot environment variables from kernel space or user space in P1012 processor. The variables required to be accessed from uboot environment section are: eth1addr You can get the MAC

Re: [U-Boot] [PATCH 2/2] net: add ICPlus PHY driver

2012-11-29 Thread Yegor Yefremov
On Thu, Nov 29, 2012 at 8:53 AM, Henrik Nordström hen...@henriknordstrom.net wrote: tor 2012-11-29 klockan 07:27 +0100 skrev Marek Vasut: Dear yegorsli...@googlemail.com, From: Yegor Yefremov yegorsli...@googlemail.com The driver code was taken from Linux kernel source: drivers/net/phy

Re: [U-Boot] [PATCH 2/2] net: add ICPlus PHY driver

2012-11-29 Thread Yegor Yefremov
On Thu, Nov 29, 2012 at 1:55 PM, Marek Vasut ma...@denx.de wrote: Dear Yegor Yefremov, On Thu, Nov 29, 2012 at 8:53 AM, Henrik Nordström hen...@henriknordstrom.net wrote: tor 2012-11-29 klockan 07:27 +0100 skrev Marek Vasut: Dear yegorsli...@googlemail.com, From: Yegor Yefremov

Re: [U-Boot] [PATCH 2/2] net: add ICPlus PHY driver

2012-11-29 Thread Yegor Yefremov
On Thu, Nov 29, 2012 at 3:29 PM, Marek Vasut ma...@denx.de wrote: Dear Yegor Yefremov, On Thu, Nov 29, 2012 at 1:55 PM, Marek Vasut ma...@denx.de wrote: Dear Yegor Yefremov, On Thu, Nov 29, 2012 at 8:53 AM, Henrik Nordström hen...@henriknordstrom.net wrote: tor 2012-11-29 klockan

Re: [U-Boot] [PATCH 2/2] net: add ICPlus PHY driver

2012-11-29 Thread Yegor Yefremov
On Thu, Nov 29, 2012 at 3:51 PM, Marek Vasut ma...@denx.de wrote: Dear Yegor Yefremov, On Thu, Nov 29, 2012 at 3:29 PM, Marek Vasut ma...@denx.de wrote: Dear Yegor Yefremov, On Thu, Nov 29, 2012 at 1:55 PM, Marek Vasut ma...@denx.de wrote: Dear Yegor Yefremov, On Thu, Nov 29

Re: [U-Boot] [RFC] export genphy_parse_link()

2012-11-28 Thread Yegor Yefremov
On Tue, Nov 27, 2012 at 7:55 AM, Yegor Yefremov yegorsli...@googlemail.com wrote: On Tue, Nov 27, 2012 at 3:57 AM, Marek Vasut ma...@denx.de wrote: Dear Yegor Yefremov, I'm porting a phy driver from Linux to u-boot and was able to use genphy_parse_link() without a problem. As mentioned

Re: [U-Boot] [PATCH 2/2] net: add ICPlus PHY driver

2012-11-28 Thread Yegor Yefremov
On Thu, Nov 29, 2012 at 7:27 AM, Marek Vasut ma...@denx.de wrote: Dear yegorsli...@googlemail.com, From: Yegor Yefremov yegorsli...@googlemail.com The driver code was taken from Linux kernel source: drivers/net/phy/icplus.c Signed-off-by: Yegor Yefremov yegorsli...@googlemail.com

[U-Boot] [RFC] export genphy_parse_link()

2012-11-26 Thread Yegor Yefremov
issues? Regards, Yegor From c20576e3ddbf92e68837238a2aef9c6c83c6fea2 Mon Sep 17 00:00:00 2001 From: Yegor Yefremov yegorsli...@googlemail.com Date: Mon, 26 Nov 2012 15:25:55 +0100 Subject: [PATCH] phy: export genphy_parse_link() Signed-off-by: Yegor Yefremov yegorsli...@googlemail.com --- drivers/net

Re: [U-Boot] [RFC] export genphy_parse_link()

2012-11-26 Thread Yegor Yefremov
On Tue, Nov 27, 2012 at 3:57 AM, Marek Vasut ma...@denx.de wrote: Dear Yegor Yefremov, I'm porting a phy driver from Linux to u-boot and was able to use genphy_parse_link() without a problem. As mentioned in comment to genphy_parse_link(), the routine itself was taken from Linux kernel

Re: [U-Boot] [PATCH] am3517evm: remove rootfstype kernel parameter for MMC boot device

2012-01-25 Thread Yegor Yefremov
Am 18.07.2011 15:51, schrieb Yegor Yefremov: From 53afd3a38abbaed8890ca1ba36439e0c93b69969 Mon Sep 17 00:00:00 2001 From: Yegor Yefremov yegorsli...@googlemail.com Date: Mon, 18 Jul 2011 15:44:42 +0200 Subject: [PATCH] am3517evm: remove rootfstype kernel parameter for MMC boot device

Re: [U-Boot] [PATCH] am3517evm: change console device from ttyS2 to ttyO2

2011-07-18 Thread Yegor Yefremov
Hi Albert, the serial device names have been changed from ttySx to ttyOx, so the console device name should be also changed to support the latest kernel versions. Signed-off-by: Yegor Yefremovyegorsli...@googlemail.com --- This does not apply cleanly -- sorry, I should have pulled this

Re: [U-Boot] [PATCH] am3517evm: change console device from ttyS2 to ttyO2

2011-07-18 Thread Yegor Yefremov
Hi Albert, the serial device names have been changed from ttySx to ttyOx, so the console device name should be also changed to support the latest kernel versions. Signed-off-by: Yegor Yefremovyegorsli...@googlemail.com --- This does not apply cleanly -- sorry, I should have pulled this

[U-Boot] [PATCH v2] am3517evm: change console device from ttyS2 to ttyO2

2011-07-18 Thread Yegor Yefremov
From 74f884f3d76feda60d8fa1dff1f3fef8bd89acb1 Mon Sep 17 00:00:00 2001 From: Yegor Yefremov yegorsli...@googlemail.com Date: Mon, 18 Jul 2011 10:37:35 +0200 Subject: [PATCH] am3517evm: change console device from ttyS2 to ttyO2 the serial device names have been changed from ttySx to ttyOx, so

Re: [U-Boot] [PATCH v2] am3517evm: change console device from ttyS2 to ttyO2

2011-07-18 Thread Yegor Yefremov
Am 18.07.2011 11:41, schrieb Albert ARIBAUD: Le 18/07/2011 10:48, Yegor Yefremov a écrit : From 74f884f3d76feda60d8fa1dff1f3fef8bd89acb1 Mon Sep 17 00:00:00 2001 From: Yegor Yefremovyegorsli...@googlemail.com Date: Mon, 18 Jul 2011 10:37:35 +0200 Subject: [PATCH] am3517evm: change console

[U-Boot] [PATCH] am3517evm: remove rootfstype kernel parameter for MMC boot device

2011-07-18 Thread Yegor Yefremov
From 53afd3a38abbaed8890ca1ba36439e0c93b69969 Mon Sep 17 00:00:00 2001 From: Yegor Yefremov yegorsli...@googlemail.com Date: Mon, 18 Jul 2011 15:44:42 +0200 Subject: [PATCH] am3517evm: remove rootfstype kernel parameter for MMC boot device it is not necessary to define rootfstype for mass

[U-Boot] [PATCH] am3517evm: change console device from ttyS2 to ttyO2

2011-06-22 Thread Yegor Yefremov
the serial device names have been changed from ttySx to ttyOx, so the console device name should be also changed to support the latest kernel versions. Signed-off-by: Yegor Yefremov yegorsli...@googlemail.com --- include/configs/am3517_evm.h |2 +- 1 file changed, 1 insertion(+), 1 deletion