Re: [PATCH 00/17] arm64: zynqmp: Sync DTs was [Hi,]

2023-07-17 Thread Michal Simek
On 7/10/23 14:37, Michal Simek wrote: sending couple of DT patches to be in sync with Linux repository. There are still some changes but we are working on it to get them fully in sync for SystemReady IR certification. Thanks, Michal Harini Katakam (3): arm64: zynqmp: Assign TSU clock fr

[PATCH 00/17] Hi,

2023-07-10 Thread Michal Simek
sending couple of DT patches to be in sync with Linux repository. There are still some changes but we are working on it to get them fully in sync for SystemReady IR certification. Thanks, Michal Harini Katakam (3): arm64: zynqmp: Assign TSU clock frequency for KR260 arm64: zynqmp: Increase

HI

2023-04-04 Thread Neuber Sousa
I

Re: [PATCH] misc: Port USB251xB/xBi Hi-Speed Hub Controller Driver from Linux

2022-07-11 Thread Stefan Herbrechtsmeier
Hi Marek, Am 14.06.2022 um 09:38 schrieb Marek Vasut: On 6/14/22 09:08, Stefan Herbrechtsmeier wrote: Am 13.06.2022 um 22:26 schrieb Marek Vasut: On 6/13/22 19:23, Stefan Herbrechtsmeier wrote: [snip] +    if (dev_read_u32(dev, "vendor-id", &hub->vendor_id)) + 

Re: [PATCH] misc: Port USB251xB/xBi Hi-Speed Hub Controller Driver from Linux

2022-06-14 Thread Marek Vasut
On 6/14/22 09:08, Stefan Herbrechtsmeier wrote: Am 13.06.2022 um 22:26 schrieb Marek Vasut: On 6/13/22 19:23, Stefan Herbrechtsmeier wrote: [snip] +    if (dev_read_u32(dev, "vendor-id", &hub->vendor_id)) +    hub->vendor_id = USB251XB_DEF_VENDOR_ID; + +    if (dev_read_u32(dev, "product

Re: [PATCH] misc: Port USB251xB/xBi Hi-Speed Hub Controller Driver from Linux

2022-06-14 Thread Stefan Herbrechtsmeier
Am 13.06.2022 um 22:26 schrieb Marek Vasut: On 6/13/22 19:23, Stefan Herbrechtsmeier wrote: [snip] +    if (dev_read_u32(dev, "vendor-id", &hub->vendor_id)) +    hub->vendor_id = USB251XB_DEF_VENDOR_ID; + +    if (dev_read_u32(dev, "product-id", &hub->product_id)) +    hub->product_id

Re: [PATCH] misc: Port USB251xB/xBi Hi-Speed Hub Controller Driver from Linux

2022-06-13 Thread Marek Vasut
On 6/13/22 19:23, Stefan Herbrechtsmeier wrote: Hi Marek, Hi, [...] + +    if (IS_ENABLED(CONFIG_DM_REGULATOR)) { +    err = device_get_supply_regulator(dev, "vdd-supply", +  &hub->vdd); +    if (err && err != -ENOENT) { +

Re: [PATCH] misc: Port USB251xB/xBi Hi-Speed Hub Controller Driver from Linux

2022-06-13 Thread Stefan Herbrechtsmeier
Hi Marek, Am 13.06.2022 um 18:00 schrieb Marek Vasut: On 6/13/22 17:39, Stefan Herbrechtsmeier wrote: Hi Marek, Hi, sorry for the late comments but I think the driver doesn't work as expected. How come ? It works on my board. Have you test with 16 bit property

Re: [PATCH] misc: Port USB251xB/xBi Hi-Speed Hub Controller Driver from Linux

2022-06-13 Thread Marek Vasut
On 6/13/22 17:39, Stefan Herbrechtsmeier wrote: Hi Marek, Hi, sorry for the late comments but I think the driver doesn't work as expected. How come ? It works on my board. [...] + +    if (IS_ENABLED(CONFIG_DM_REGULATOR)) { +    err = device_get_supply_regulator(dev, "

Re: [PATCH] misc: Port USB251xB/xBi Hi-Speed Hub Controller Driver from Linux

2022-06-13 Thread Stefan Herbrechtsmeier
Hi Marek, sorry for the late comments but I think the driver doesn't work as expected. Am 10.04.2022 um 06:27 schrieb Marek Vasut: This patch adds a driver for configuration of the Microchip USB251xB/xBi USB 2.0 hub controller series with USB 2.0 upstream connectivity, SMBus configur

Re: [PATCH] misc: Port USB251xB/xBi Hi-Speed Hub Controller Driver from Linux

2022-05-09 Thread Marek Vasut
On 4/10/22 06:27, Marek Vasut wrote: This patch adds a driver for configuration of the Microchip USB251xB/xBi USB 2.0 hub controller series with USB 2.0 upstream connectivity, SMBus configuration interface and two to four USB 2.0 downstream ports. This is ported from Linux as of Linux kernel com

Re: [PATCH] misc: Port USB251xB/xBi Hi-Speed Hub Controller Driver from Linux

2022-04-13 Thread Marek Vasut
On 4/13/22 09:27, Michal Simek wrote: On 4/10/22 06:27, Marek Vasut wrote: This patch adds a driver for configuration of the Microchip USB251xB/xBi USB 2.0 hub controller series with USB 2.0 upstream connectivity, SMBus configuration interface and two to four USB 2.0 downstream ports. This is

Re: [PATCH] misc: Port USB251xB/xBi Hi-Speed Hub Controller Driver from Linux

2022-04-13 Thread Michal Simek
On 4/10/22 06:27, Marek Vasut wrote: This patch adds a driver for configuration of the Microchip USB251xB/xBi USB 2.0 hub controller series with USB 2.0 upstream connectivity, SMBus configuration interface and two to four USB 2.0 downstream ports. This is ported from Linux as of Linux kernel

[PATCH] misc: Port USB251xB/xBi Hi-Speed Hub Controller Driver from Linux

2022-04-09 Thread Marek Vasut
G_SPL_OF_PLATDATA diff --git a/drivers/misc/usb251xb.c b/drivers/misc/usb251xb.c new file mode 100644 index 000..077edc25045 --- /dev/null +++ b/drivers/misc/usb251xb.c @@ -0,0 +1,605 @@ +// SPDX-License-Identifier: GPL-2.0+ +/* + * Driver for Microchip USB251xB USB 2.0 Hi-Speed Hub Controll

hi

2022-02-25 Thread Neuber Sousa
I need help here

Re: [U-Boot] Hi, I am new to U-Boot, how do I get started?

2019-07-31 Thread slahss ss
-boot@lists.denx.de ; slahss ss ; u-boot@lists.denx.de Subject: Re: [U-Boot] Hi, I am new to U-Boot, how do I get started? You can start by asking a real question. what are you trying to do? Thanks, Ramon On July 27, 2019 4:39:37 AM GMT+03:00, slahss ss wrote: U

Re: [U-Boot] Hi, I am new to U-Boot, how do I get started?

2019-07-28 Thread Ramon Fried
You can start by asking a real question. what are you trying to do? Thanks, Ramon On July 27, 2019 4:39:37 AM GMT+03:00, slahss ss wrote: > >___ >U-Boot mailing list >U-Boot@lists.denx.de >https://lists.denx.de/listinfo/u-boot -- Sent from my Androi

[U-Boot] Hi, I am new to U-Boot, how do I get started?

2019-07-27 Thread slahss ss
___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

[U-Boot] [PATCH 0/4] Hi everyone,

2019-04-11 Thread Chen-Yu Tsai
This series enables EMAC (Ethernet controller) on two A83T boards, the Cubietruck Plus and Bananapi M3. A couple of changes are required to the clock definitions to make the compiler happy, as it hasn't been coverted to use the common CLK and DM_RESET framework. These changes are not used in the

Re: [U-Boot] hi i have question about smbios

2019-04-08 Thread Bin Meng
On Mon, Apr 8, 2019 at 3:54 PM Beowulf F wrote: > i saw in uboot smbios.c file you were writing directly to smbios. from > what i read online smbios is readonly. are you able to do this on all > systems or is this specific? sorry if this is a stupid question. > Not like OS, U-Boot is the one who

Re: [U-Boot] [PATCH 0/3] Hi all,

2016-11-12 Thread Marek Vasut
On 11/12/2016 07:53 PM, Stefan Agner wrote: > On 2016-11-12 00:53, Marek Vasut wrote: >> On 11/12/2016 12:47 AM, Stefan Agner wrote: >>> Hi Marek, >> >> Hi! >> >>> On 11.11.2016 14:33, Marek Vasut wrote: >>>> On 11/11/20

Re: [U-Boot] [PATCH 0/3] Hi all,

2016-11-12 Thread Stefan Agner
On 2016-11-12 00:53, Marek Vasut wrote: > On 11/12/2016 12:47 AM, Stefan Agner wrote: >> Hi Marek, > > Hi! > >> On 11.11.2016 14:33, Marek Vasut wrote: >>> On 11/11/2016 11:18 PM, Stefan Agner wrote: >>>> From: Stefan Agner >>>> >>

Re: [U-Boot] [PATCH 0/3] Hi all,

2016-11-12 Thread Marek Vasut
On 11/12/2016 12:47 AM, Stefan Agner wrote: > Hi Marek, Hi! > On 11.11.2016 14:33, Marek Vasut wrote: >> On 11/11/2016 11:18 PM, Stefan Agner wrote: >>> From: Stefan Agner >>> >>> >>> This cleans up the SPL USB Gadget Kconfig and Makfile a bit. T

Re: [U-Boot] [PATCH 0/3] Hi all,

2016-11-11 Thread Stefan Agner
Hi Marek, On 11.11.2016 14:33, Marek Vasut wrote: > On 11/11/2016 11:18 PM, Stefan Agner wrote: >> From: Stefan Agner >> >> >> This cleans up the SPL USB Gadget Kconfig and Makfile a bit. The >> first two patches are actual fixes and we might consider to add

Re: [U-Boot] [PATCH 0/3] Hi all,

2016-11-11 Thread Marek Vasut
On 11/11/2016 11:18 PM, Stefan Agner wrote: > From: Stefan Agner > > > This cleans up the SPL USB Gadget Kconfig and Makfile a bit. The > first two patches are actual fixes and we might consider to add > them for the v2016.11 release. The third one adds a new config > option for cleaner structur

[U-Boot] [PATCH 0/3] Hi all,

2016-11-11 Thread Stefan Agner
From: Stefan Agner This cleans up the SPL USB Gadget Kconfig and Makfile a bit. The first two patches are actual fixes and we might consider to add them for the v2016.11 release. The third one adds a new config option for cleaner structure. I plan to add another USB function with SPL support whi

Re: [U-Boot] Hi, guys.

2015-04-28 Thread Jagan Teki
On 28 April 2015 at 14:51, Wandy Lau wrote: > I am new to this project. But I am so interested with it and I want to dive > into it. Where should I start ? What you what to start with, see this wiki[1] for all details about u-boot project like documentation, development process, source code and e

[U-Boot] Hi, guys.

2015-04-28 Thread Wandy Lau
I am new to this project. But I am so interested with it and I want to dive into it. Where should I start ? -- This is my life,but world of us~~ ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] Hi, Everyone. How to using Ti-edma Driver in u-boot

2015-04-09 Thread kidd
I  add the  Ti-edmaDriver  reference  http://lists.denx.de/pipermail/u-boot/2014-October/191345.htmlarch/arm/include/asm/ti-common/ti-edma3.hdrivers/dma/Makefile       drivers/dma/ti-edma3.c     My uboot Ver : U-Boot 2010.06My arch: DM8148 I want to know how to use ti-edma3.cdrive

Re: [U-Boot] Hi Simon, Problems about RSA public exponents for verified boot

2015-03-05 Thread Simon Glass
Hi Michael, On 5 March 2015 at 06:29, Michael van der Westhuizen wrote: > Resurrecting this old thread… > > Jason, > > We’re presently getting CONFIG_OF_EMBED up on a 32 bit PPC target and hit a > problem that made me think of this thread. > > What we’re seeing (in v

Re: [U-Boot] Hi Simon, Problems about RSA public exponents for verified boot

2015-03-05 Thread Michael van der Westhuizen
7;; \ echo '__dtb_$(*F)_begin:'; \ echo '.incbin "$<" '; \ > On 09 Dec 2014, at 4:17 PM, Simon Glass wrote: > > (sorry, forgot to cc list) > > On 9 December 2014 at

Re: [U-Boot] Hi Simon, Problems about RSA public exponents for verified boot

2014-12-09 Thread Simon Glass
(sorry, forgot to cc list) On 9 December 2014 at 07:17, Simon Glass wrote: > Hi, > > On 8 December 2014 at 01:54, Duxiaoqiang wrote: >> Hi Michael, >> >> Thanks for your information. >> >> My working result show that public exponent is not the only probl

Re: [U-Boot] Hi Simon, Problems about RSA public exponents for verified boot

2014-12-04 Thread Simon Glass
Hi, On 4 December 2014 at 01:38, Michael van der Westhuizen wrote: > Hi All, > > Apologies for the delayed response, I’ve been on vacation. > > Since this was working for you (Duxiaoqiang) previously it suggests that you > are using the default public exponent. If this is

Re: [U-Boot] Hi Simon, Problems about RSA public exponents for verified boot

2014-12-04 Thread Michael van der Westhuizen
Hi All, Apologies for the delayed response, I’ve been on vacation. Since this was working for you (Duxiaoqiang) previously it suggests that you are using the default public exponent. If this is still the case you could, as a temporary workaround, remove the public exponent from your public

Re: [U-Boot] Hi Simon, Problems about RSA public exponents for verified boot

2014-12-01 Thread Simon Glass
+Michael, U-Boot mailing list Hi, On 30 November 2014 at 19:26, Duxiaoqiang wrote: > > Hi Simon > > > > When I test verified boot with new version of U-boot and new version of > mkimage, I encountered a alignment problem about RSA public key exponents. > > > >

Re: [U-Boot] Hi Simon, There may exist a problem about FIT image signature verify , can you check this problem?

2014-10-21 Thread Simon Glass
Hi Jason, On 20 October 2014 20:52, Duxiaoqiang wrote: > Hi Simon & All > > > > These days I tested verified U-Boot on ARM Foundation. And I found a problem > when I tested like this: > > 1) Generate a FIT image and signature blob file like: mkimage –D

[U-Boot] Hi Simon, There may exist a problem about FIT image signature verify , can you check this problem?

2014-10-20 Thread Duxiaoqiang
Hi Simon & All These days I tested verified U-Boot on ARM Foundation. And I found a problem when I tested like this: 1) Generate a FIT image and signature blob file like: mkimage -D "-I dts -O dtb -p 2000" -F kernel.its -k keys -K fvp.dtb -r signed_image.fit 2) Com

Re: [U-Boot] Hi all, Can not start the latest version of uboot on Foundation platform on ARM v8 (vexpress_aemv8a_config)

2014-10-16 Thread Wolfgang Denk
Dear Duxiaoqiang, In message <1c178fd3e32fb24c8b1881fdcc155d8f8faaa...@szxema502-mbx.china.huawei.com> you wrote: > > > This week I downloaded the latest version of U-Boot and > tested on ARM v8 platform, My boot environment was based on ARM > trusted firmware: arm trusted firmware + U

[U-Boot] Hi all, Can not start the latest version of uboot on Foundation platform on ARM v8 (vexpress_aemv8a_config)

2014-10-16 Thread Duxiaoqiang
Hi all This week I downloaded the latest version of U-Boot and tested on ARM v8 platform, My boot environment was based on ARM trusted firmware: arm trusted firmware + Uboot + Linux. Few weeks ago I did the same job on old U-Boot version, and it worked well. I even tried FIT

Re: [U-Boot] Hi, Problem about verify uboot

2014-07-23 Thread Simon Glass
(copying the mailing list - but please do this yourself from now on - note you will need to join it first if you have not already) Hi, On 23 July 2014 03:20, Duxiaoqiang wrote: > Hi Simon > > > > When I verified secure UBOOT with FIT image, I found a problem about > it, a

Re: [U-Boot] [PATCH] lib/time - fix "usec_to_tick" calculation for hi freq system timers

2013-12-13 Thread Alexey Brodkin
On Fri, 2013-12-13 at 09:09 -0500, Tom Rini wrote: > Please note that I'm taking http://patchwork.ozlabs.org/patch/297361/ as > the solution for this problem, thanks! > As long as it resolves overflow issue (and from that patch I'd say it should) I'm totally fine with it. Thanks. P.S. funny eno

Re: [U-Boot] [PATCH] lib/time - fix "usec_to_tick" calculation for hi freq system timers

2013-12-13 Thread Tom Rini
On Fri, Dec 13, 2013 at 08:07:51AM -0500, Tom Rini wrote: > On Fri, Dec 13, 2013 at 07:01:07AM +, Alexey Brodkin wrote: > > > Hi Tom, > > > > On Mon, 2013-12-09 at 16:57 +0400, Alexey Brodkin wrote: > > > Current implementation works fine if "use

Re: [U-Boot] [PATCH] lib/time - fix "usec_to_tick" calculation for hi freq system timers

2013-12-13 Thread Tom Rini
On Fri, Dec 13, 2013 at 07:01:07AM +, Alexey Brodkin wrote: > Hi Tom, > > On Mon, 2013-12-09 at 16:57 +0400, Alexey Brodkin wrote: > > Current implementation works fine if "usec * get_tbclk()" fits in 32 > > bits. Otherwise result will be cut down to 32-bit.

Re: [U-Boot] [PATCH] lib/time - fix "usec_to_tick" calculation for hi freq system timers

2013-12-12 Thread Alexey Brodkin
Hi Tom, On Mon, 2013-12-09 at 16:57 +0400, Alexey Brodkin wrote: > Current implementation works fine if "usec * get_tbclk()" fits in 32 > bits. Otherwise result will be cut down to 32-bit. > > Fix is obvious - first extend data type of either operand. > > Signed-off

[U-Boot] [PATCH] lib/time - fix "usec_to_tick" calculation for hi freq system timers

2013-12-09 Thread Alexey Brodkin
Current implementation works fine if "usec * get_tbclk()" fits in 32 bits. Otherwise result will be cut down to 32-bit. Fix is obvious - first extend data type of either operand. Signed-off-by: Alexey Brodkin Cc: Rob Herring Cc: Mischa Jonker --- lib/time.c | 2 +- 1 file changed, 1 insertio

Re: [U-Boot] Hi, I am new to U-Boot, how do I get started?

2013-10-06 Thread Wolfgang Denk
Dear Dimitar, In message <1466257793.96923.1381071203850.javamail.apa...@mail22.abv.bg> you wrote: > > My name is Dimitar Tomov. I'm student at Technical University of > Sofia (Europe/Bulgaria). Welcome. I hope you are not disappointed when the first thing I do is asking you to stick to standa

[U-Boot] Hi, I am new to U-Boot, how do I get started?

2013-10-06 Thread Dimitar Tomov
Hello to All, My name is Dimitar Tomov. I'm student at Technical University of Sofia (Europe/Bulgaria). I have interest in embedded systems and some experience with embedded Linux (have develop some specific Linux drivers, but nothing major). 0. Following "U-Boot Porting Guide" [Based on mess

[U-Boot] Hi , Request Port U-Boot

2012-09-20 Thread Farhad Arghavan
Hi Developer :) i have a question , N9 ( Nokia N9 ) have OMAP3630  1 GHz Armv7 CPU And GPU PowerVR SGX530 Many Omap Device Have U-boot , it is posibel you port U-Boot to N9 ? N9 Have VOL Up & VOL Down , and Power key But have not keyboard but these key can a way for select :( if you can

[U-Boot] hi

2011-11-02 Thread massy
Hello, it give me a great pleasure to write you i was browsing when i came across your mail and i free to contact you ,i will be very happy to be in communication with you if you will have the desire with me so that we can get to know each other and see what happened in future. i will be very ha

[U-Boot] hi

2011-10-17 Thread paulina kayumba
hello my name is Paulina and i seek for true friendship and partner so i contact you,pls if you dont mind i will like you to repl

[U-Boot] hi

2011-10-07 Thread paulina kayumba
hello my name is Paulina and i seek for true friendship and partner so i contact you,pls if you dont mind i will like you to reply my mail

[U-Boot] Hi: O Z K

2011-09-25 Thread ilana briskman
Dear friend f q hi a good news for you,< Web Portal> are mainly sale electronic products, now our company is holding sale promotion, all products is sale in lowest price. if you satisfied to our products and have any questions, you can freely contact us. (iphone,Laptop,Tele

[U-Boot] Hi dear

2011-06-25 Thread sekani2...@libero.it
Hi dear With Due Respect And Humanity, I was compelled to write to you under humanitarian grounds.I introducing my self as Miss kitni Sekani.I got your contact from an online Directory and was delighted to contact you. I need your help and I have a secured secret proposal and I seek a trust

[U-Boot] hi.

2011-05-11 Thread alemonte
 Hi this is an good website, there are many apple iphone, conon camera,latops,tv and so on, the price is much lower. very amazing. Web :   eorol.com 15:50:43  ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo

[U-Boot] Hi there - Imperial War Museum Duxford Air Shows - Official Programmes - your invitation

2011-02-27 Thread Imperial War Museum Duxford
Hi there Greetings on behalf of the Imperial War Museum Duxford! We appreciate you're very busy, and so just a quick note, if we may, to introduce the idea of your organisation appearing in the Official Imperial War Museum Duxford Air Show Programmes. These are collectors edition

[U-Boot] hi,all

2010-10-20 Thread xinrong fu
Dear All: A newbie post the first email. Best Regards ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] hi.. i am new to uboot concept..

2010-10-12 Thread dakshayini A
hi.. i wanted to know where exactly.. the MAC address.. set in uboot code where can i find those files...how.can.i read MAC adress from flash..i am using 6280 ubootlader version.please guide me.. thanks & regards, ___ U-Boot mai

Re: [U-Boot] Hi

2010-09-07 Thread Wolfgang Denk
Dear Vaishali Dhakate, you are violating a number of netiquette rules; this does not increase the likelihood for a helpful reply. - You hijack a mail thread. - You top post / full quote (and even a message where I asked the OP _not_ to do exactly this! and some more. Please read http://www.ne

Re: [U-Boot] Hi

2010-09-07 Thread Bas Mevissen
On Tue, 7 Sep 2010 18:13:12 +0530, Vaishali Dhakate wrote: > Hi, > I am looking for the website where I could browse the u-boot source code for > Hawkboard only. > As I dont have access to Linux machine right now. > plz tell. > Thanks > Vaishali. > > Aren'

Re: [U-Boot] Hi

2010-09-07 Thread Vaishali Dhakate
Hi , I am new to Linux crosscompilation ...u-boot and Porting Linux . I plan to do this for Hawk board. currently I am reading hapazardously.. http://elinux.org/Hawkboard Mainly from this source.tried to follow these , alright ... still want to make sure I have the fundamentals in place before I

Re: [U-Boot] Hi

2010-09-07 Thread Vaishali Dhakate
Hi, I am looking for the website where I could browse the u-boot source code for Hawkboard only. As I dont have access to Linux machine right now. plz tell. Thanks Vaishali. On Fri, Sep 3, 2010 at 1:59 PM, Wolfgang Denk wrote: > Dear "Tobias Waldekranz (Knutsson)", > &g

Re: [U-Boot] Hi

2010-09-03 Thread Wolfgang Denk
Dear "Tobias Waldekranz (Knutsson)", please STOP full quoting / top posting. Read http://www.netmeister.org/news/learn2quote.html Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell,

Re: [U-Boot] Hi

2010-09-02 Thread Tobias Waldekranz (Knutsson)
first. Then as a second step, you can add custom board support for the Hawkboard. On Thu, Sep 2, 2010 at 15:45, Vaishali Dhakate wrote: > Hi > Tobias thank you for the reply ... > I am using Fedora so I downloaded this ARM Toolchain. > > http://fedoraproject.org/wiki/Architectures/ARM

Re: [U-Boot] Hi

2010-08-31 Thread Tobias Waldekranz (Knutsson)
fine. On Tue, Aug 31, 2010 at 13:19, Vaishali Dhakate wrote: > Hi , > I am trying to cross compile some libraries for ARM board > I will port a Linux OS to the hawkboard. > Want to study u-boot specific to this board so I ll be able to do > this. The first chore is to port u-boo

[U-Boot] Hi

2010-08-31 Thread Vaishali Dhakate
Hi , I am trying to cross compile some libraries for ARM board I will port a Linux OS to the hawkboard. Want to study u-boot specific to this board so I ll be able to do this. The first chore is to port u-boot on this board. PLz help me , I was going through the uboot readme which directed me to

Re: [U-Boot] Hi All, is anybody involved into Renesas SH development?

2010-07-14 Thread Fabio Giovagnini
, Guennadi Liakhovetski ha scritto: : > On Wed, 14 Jul 2010, Fabio Giovagnini wrote: > > Hi Guennadi. > > I saw your work about sh mobile. > > I have these problem: > > 1) I have my own board a little bit different than rsk7203; much NOR > > flash; much SDRAM; >

Re: [U-Boot] Hi All, is anybody involved into Renesas SH development?

2010-07-14 Thread Fabio Giovagnini
, Guennadi Liakhovetski ha scritto: : > On Wed, 14 Jul 2010, Fabio Giovagnini wrote: > > Hi Guennadi. > > I saw your work about sh mobile. > > I have these problem: > > 1) I have my own board a little bit different than rsk7203; much NOR > > flash; much SDRAM; >

Re: [U-Boot] Hi All, is anybody involved into Renesas SH development?

2010-07-14 Thread Guennadi Liakhovetski
On Wed, 14 Jul 2010, Fabio Giovagnini wrote: > Hi Guennadi. > I saw your work about sh mobile. > I have these problem: > 1) I have my own board a little bit different than rsk7203; much NOR flash; > much > SDRAM; > 2) To know better the structure I'd like to run fr

Re: [U-Boot] Hi All, is anybody involved into Renesas SH development?

2010-07-14 Thread Fabio Giovagnini
Hi Guennadi. I saw your work about sh mobile. I have these problem: 1) I have my own board a little bit different than rsk7203; much NOR flash; much SDRAM; 2) To know better the structure I'd like to run from NOR flash without reloc. How can I change noot.lds? I'd not have th

Re: [U-Boot] Hi All, is anybody involved into Renesas SH development?

2010-07-13 Thread Guennadi Liakhovetski
On Tue, 13 Jul 2010, Fabio Giovagnini wrote: > Good morning, > if any of you is involved in such a develop, I'd like to have discussion if > possible about u-boot onto sh architecture You're probably aware, that U-Boot is already running on SH. So, just post your specific questions, you might w

[U-Boot] Hi All, is anybody involved into Renesas SH development?

2010-07-12 Thread Fabio Giovagnini
Good morning, if any of you is involved in such a develop, I'd like to have discussion if possible about u-boot onto sh architecture Thanks in advance Best regards -- Fabio Giovagnini Aurion s.r.l. P.I e C.F. 00885711200 skype: aurion.giovagnini Tel. +39.051.594.78.24 Cell. +39.335.83.50.919

[U-Boot] Hi!

2010-07-10 Thread Мария Сергеева
Hi 2 all! Good subscrubtion, thx! http://stydentkam.ru , http://ekzameny.net , http://referat-na-5.ru , http://hellocafe.ru , http://home-happy.ru , http://samkon.ru , http://scouts-russia.ru , http://bestxenon.ru , http://harmonia-plus.ru , http

[U-Boot] Hi All, Does anyone know what is the status of u-boot on rsk+-7203?

2010-06-15 Thread Fabio Giovagnini
I'd like to make u-boot running on my sh2a 7203 based board, so I'd like to staret from rsk+ status Thanks a lot in advance -- Fabio Giovagnini Aurion s.r.l. P.I e C.F. 00885711200 skype: aurion.giovagnini Tel. +39.051.594.78.24 Cell. +39.335.83.50.919 www.aurion-tech.com __

Re: [U-Boot] Hi guys, maybe this is not the best list but I ask about my problem

2010-03-18 Thread Fabio Giovagnini
Thanks alot. The very first problem was a permission problem, as you suggestied to ckech. But now I think a Have a problem of irq losing form eth. Thanks again In data giovedì 18 marzo 2010 09:04:22, Wolfgang Denk ha scritto: : > Dear Fabio Giovagnini, > > you are indeed completely off topic he

Re: [U-Boot] Hi guys, maybe this is not the best list but I ask about my problem

2010-03-18 Thread Wolfgang Denk
Dear Fabio Giovagnini, you are indeed completely off topic here on the U-Boot list. In message <201003180657.27345.fabio.giovagn...@aurion-tech.com> you wrote: > > Im able to mount the nfsroot filesystem but I get this message: ... > Warning: unable to open an initial console. ^^^

[U-Boot] Hi guys, maybe this is not the best list but I ask about my problem

2010-03-17 Thread Fabio Giovagnini
I'm developing a custom board (designed by me) based on sh2a 7203 (Renesas). I have some troubles with my SST flash, while I'm sure my eth0 card works. For building my rootfs I use a script Im able to mount the nfsroot filesystem but I get this message: IP-Config: Complete: device=eth0, addr=

Re: [U-Boot] Hi All,

2010-02-05 Thread Fabio Giovagnini
Ok, thanks Have a nice day Alle 20:40, venerdì 5 febbraio 2010, Dennis Semakin ha scritto: > Hi > Maybe you should read README file from u-boot source code tree. > > 05.02.10, 17:40, "Fabio Giovagnini" : > > I'm new of the list. > > I'd like

Re: [U-Boot] Hi All,

2010-02-05 Thread Dennis Semakin
Hi Maybe you should read README file from u-boot source code tree. 05.02.10, 17:40, "Fabio Giovagnini" : > I'm new of the list. > I'd like to build u-Boot for rsk+ 7203 > because I designed and produced a board sh2a 7203 based. > I'm in trouble with so

[U-Boot] Hi All,

2010-02-05 Thread Fabio Giovagnini
I'm new of the list. I'd like to build u-Boot for rsk+ 7203 because I designed and produced a board sh2a 7203 based. I'm in trouble with some errors; where can I start to study more? Thanks a lot in advange -- Fabio Giovagnini Aurion s.r.l. CF e P.IVA 00885711200 Tel. +39.051.594.78.24 Cell. +

[U-Boot] Hi, you are invited to uniqueBidWin.com - new reverse auction in North America

2009-10-04 Thread Brendan
Hi, hope everything is well. I would like to invite you to www.uniqueBidWin.com . An auction where new Iphone 32Gs is sold for $7.07 Find a bonuss just for yourself. Want to make money from home, visit http://uniquebidwin.com/affiliate/ Best ___ U-Boot

Re: [U-Boot] hi, I could not understand the memsize.c, somebody help me?

2009-07-24 Thread Kenneth Johansson
On Fri, 2009-07-24 at 20:01 +0530, Aggrwal Poonam-B10812 wrote: > > > I could not understand common/memsize.c, how it works? > > > > It writes markers at specific memory locations and then reads > > these back. The algorithm is chosen to be fast but still to > > be able to detect mirrored addres

Re: [U-Boot] hi, I could not understand the memsize.c, somebody help me?

2009-07-24 Thread Detlev Zundel
Hi Aggrwal, >> > I could not understand common/memsize.c, how it works? >> >> It writes markers at specific memory locations and then reads >> these back. The algorithm is chosen to be fast but still to >> be able to detect mirrored address ranges and other mem

Re: [U-Boot] hi, I could not understand the memsize.c, somebody help me?

2009-07-24 Thread Aggrwal Poonam-B10812
> -Original Message- > From: u-boot-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Wolfgang Denk > Sent: Friday, July 24, 2009 11:41 AM > To: IaMaPlAyEr > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] hi, I could not understand the

Re: [U-Boot] hi, I could not understand the memsize.c, somebody help me?

2009-07-23 Thread Wolfgang Denk
Dear IaMaPlAyEr, In message <2ae8403e0906242014k7e37b8f0tebaffaeeaea3f...@mail.gmail.com> you wrote: > > I could not understand common/memsize.c, how it works? It writes markers at specific memory locations and then reads these back. The algorithm is chosen to be fast but still to be able to de

Re: [U-Boot] hi, I could not understand the memsize.c, somebody help me?

2009-06-30 Thread Detlev Zundel
Hi, > Thanks for your patient explanation, I acquired a lot. Glad if it helped. > I just find in linux, arch/mips/bcm47xx/prom.c, there is a segment code just > like what I suggest above. > And move the code to my old box which bootloader is redboot, it works well. > (Of > c

Re: [U-Boot] hi, I could not understand the memsize.c, somebody help me?

2009-06-29 Thread IaMaPlAyEr
Hi Detlev Zundel =D Thanks for your patient explanation, I acquired a lot. yes, you are right, I think a little about the compatibility of the code. yes, the compatibility! I just find in linux, arch/mips/bcm47xx/prom.c, there is a segment code just like what I suggest above. And move the code

Re: [U-Boot] hi, I could not understand the memsize.c, somebody help me?

2009-06-29 Thread Detlev Zundel
Hi, > thanks for your reply. > sorry for my ability of writing and understanding the code > =D > > btw, How contribute my idea of this function, I means, it should be more >  clean or easy just like this: > > > unsigned long get_ram_size(volatile long *base, long maxsiz

Re: [U-Boot] hi, I could not understand the memsize.c, somebody help me?

2009-06-29 Thread IaMaPlAyEr
hi~ thanks for your reply. sorry for my ability of writing and understanding the code =D btw, How contribute my idea of this function, I means, it should be more clean or easy just like this: unsigned long get_ram_size(volatile long *base, long maxsize) { unsigned long mem

Re: [U-Boot] hi, I could not understand the memsize.c, somebody help me?

2009-06-25 Thread Detlev Zundel
Hi ya, > I could not understand common/memsize.c, how it works? Like a charm ;) > maxsize / sizeof (long), what's meaning of it? why sizeof (long) is > dividend? As the comment in line 50 states, "cnt" is used in pointer arithmetic, so addr is increased in sizeof(long)

[U-Boot] hi, I could not understand the memsize.c, somebody help me?

2009-06-24 Thread IaMaPlAyEr
Hi all, I could not understand common/memsize.c, how it works? maxsize / sizeof (long), what's meaning of it? why sizeof (long) is dividend? just like stack, push every step mem addr to save: save[i++] = *addr; and then? thanks -- -- Sincerely,

Re: [U-Boot] Reply:Re: hi,guys,about the nand flash driver

2009-06-04 Thread Scott Wood
On Sat, May 30, 2009 at 11:09:03AM +0800, lanmanck wrote: > because i am not familiar with the framework of uboot's nand driver ,do > you think i should read all of the source code about the nand driver? That's always helpful. :-) > BTW,i have not found the diretory "drivers/mtd/nand/fsl_elbc.c",

Re: [U-Boot] Reply:Re: hi,guys,about the nand flash driver

2009-05-30 Thread xiangfu
lanmanck wrote: > hi scott: > thank you for replying. > because i am not familiar with the framework of uboot's nand driver ,do you > think i should read all of the source code about the nand driver? > BTW,i have not found the diretory "drivers/mtd/nand/fsl_elbc.c&quo

[U-Boot] Reply:Re: hi,guys,about the nand flash driver

2009-05-29 Thread lanmanck
hi scott: thank you for replying. because i am not familiar with the framework of uboot's nand driver ,do you think i should read all of the source code about the nand driver? BTW,i have not found the diretory "drivers/mtd/nand/fsl_elbc.c",is it the latest version? best regards.

Re: [U-Boot] hi,guys,about the nand flash driver

2009-05-29 Thread Scott Wood
On Fri, May 29, 2009 at 12:49:52PM +0800, lanmanck wrote: > hi: > i am going to port uboot1.1.6 nand flash driver to my arm926ejs board.use > /drivers/nand/nand.c. not nand_legacy.c . > out cpu chip has a nand flash controller,the program flow is as below: As Wolfgang pointed out,

Re: [U-Boot] hi,guys,about the nand flash driver

2009-05-29 Thread Wolfgang Denk
Dear lanmanck, In message <8741663.90171243572592561.javamail.corem...@bj163app88.163.com> you wrote: > > i am going to port uboot1.1.6 nand flash driver to my arm926ejs board.use > /drivers/nand/nand.c. not nand_legacy.c . Forget it. U-Boot 1.1.6 is dead and buried and totally unsupported. Pl

[U-Boot] hi,guys,about the nand flash driver

2009-05-28 Thread lanmanck
hi: i am going to port uboot1.1.6 nand flash driver to my arm926ejs board.use /drivers/nand/nand.c. not nand_legacy.c . out cpu chip has a nand flash controller,the program flow is as below: 1、set address to controller's register 2、set command to controller's register 3、write co

[U-Boot] hi

2008-11-04 Thread 黄钟明
i want request to subscription the U-Boot-users mailing list ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot