public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] u-boot
@ 2017-01-12 16:45 adam.davis at stfc.ac.uk
  2017-01-13  8:56 ` Michal Simek
  0 siblings, 1 reply; 36+ messages in thread
From: adam.davis at stfc.ac.uk @ 2017-01-12 16:45 UTC (permalink / raw)
  To: u-boot

Hi,

Just starting out looking at u-boot for a project using Xilinx Zynq zc7020 chip on an Enclustra module

Please add me to the mailing list

Many thanks

Regards

Adam Davis MEng
R65, G.15
Application Engineering Group
Science & Technology Facilities Council,
Rutherford Appleton Laboratory,
Chilton,
Didcot,
Oxon,
OX11 0QX
TE : 01235 821900
EX : 6700
EM : adam.davis at stfc.ac.uk<mailto:adam.davis@stfc.ac.uk>

^ permalink raw reply	[flat|nested] 36+ messages in thread
* [U-Boot] u-boot
@ 2016-06-23 14:15 Venky Venkatesh
  2016-06-23 18:23 ` Wolfgang Denk
  2016-06-24  3:04 ` Venky Venkatesh
  0 siblings, 2 replies; 36+ messages in thread
From: Venky Venkatesh @ 2016-06-23 14:15 UTC (permalink / raw)
  To: u-boot

Hi,
     How can i load the kernel by using first stage boot loader (MLO)
directly, without giving the control to the second stage boot loader
(i.e u-boot.bin). Here at the end of the first stage boot loader i
want to load the kernel, so that i can boot the kernel by using
x-loader directly. Give me suggestions

Thanks,
Venkatesh

^ permalink raw reply	[flat|nested] 36+ messages in thread
* [U-Boot] U-Boot
@ 2015-04-17 14:16 wehner.junior at googlemail.com
  0 siblings, 0 replies; 36+ messages in thread
From: wehner.junior at googlemail.com @ 2015-04-17 14:16 UTC (permalink / raw)
  To: u-boot

Hello,

I want to add a fixed phy connection to describe the rgmii interface between a cpu and an ethernet switch.

What is the recommended way over the phylib?

Kind regards,

Mark

^ permalink raw reply	[flat|nested] 36+ messages in thread
* [U-Boot] U-BOOT
@ 2011-08-05 11:48 Rajeev Rao Battu
  2011-08-05 13:03 ` Albert ARIBAUD
  0 siblings, 1 reply; 36+ messages in thread
From: Rajeev Rao Battu @ 2011-08-05 11:48 UTC (permalink / raw)
  To: u-boot

Greetings,

           I am working as an R&D Engineer. presently i am using u-boot ver
2008.10 and wanted to shift to latest version.
I had downloaded 2011.06 from DENX website. when i tried to compile it its
bit different and i am facing problems.
where can i get document of change log  or any  other document which can
help in my compilation. IS there any problem,
if i use new u-boot version with older kernel like 2.6.28 or 2.6.32
versions. please help me in this regard.
                                         Thanks in advance.


-- 
Regards,
RAJEEV RAO BATTU
R&D Engineer,
ANALOGICS TECH INDIA LTD.
Phone:9985144835.
Tel: ++91-40-67355000, 2717 2672/2673/2674.
http://www.analogicgroup.com

^ permalink raw reply	[flat|nested] 36+ messages in thread
* [U-Boot] U-Boot
@ 2011-06-20 11:08 Yash Jain
  2011-06-20 11:27 ` Wolfgang Denk
  0 siblings, 1 reply; 36+ messages in thread
From: Yash Jain @ 2011-06-20 11:08 UTC (permalink / raw)
  To: u-boot

Hello Guys,
I am very new to u boot and want to know more in detail about u boot
including the software flow, drivers and adding a new board
configuration to u boot.
Please let me know how to start with this task and also provide me few
documents if available.

Thanks and Regards,
Yash.

^ permalink raw reply	[flat|nested] 36+ messages in thread
* [U-Boot] u-boot
@ 2010-08-29  2:12 Ò»ºÅ º«
  2010-08-30  9:13 ` Detlev Zundel
  0 siblings, 1 reply; 36+ messages in thread
From: Ò»ºÅ º« @ 2010-08-29  2:12 UTC (permalink / raw)
  To: u-boot

hi, i would like to subscribe the news about u-boot ,thank you.


      

^ permalink raw reply	[flat|nested] 36+ messages in thread

end of thread, other threads:[~2018-03-05 22:15 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <CAP+B+qCMvQQBAGPaZ73UkKV2GpwoYx-OKVjjmLjB420fgwCEKA@mail.gmail.com>
2018-02-12 14:59 ` [U-Boot] U-Boot Marek Vasut
2018-02-12 15:13   ` Mariano Coromac
2018-02-12 15:28     ` Marek Vasut
2018-02-12 16:28       ` Mariano Coromac
2018-02-12 16:39         ` Nicolas Ferre
2018-02-12 17:13           ` Mariano Coromac
2018-02-13  8:37             ` Nicolas Ferre
2018-02-13 16:00               ` Mariano Coromac
2018-02-13 17:29                 ` Simon Glass
2018-02-13 22:23                   ` Mariano Coromac
2018-02-14  3:09                     ` Simon Glass
2018-02-14 14:54                       ` Mariano Coromac
2018-02-14 18:34                         ` Mariano Coromac
2018-02-14 21:27                           ` Mariano Coromac
2018-02-26 17:09                             ` Mariano Coromac
2018-02-27  1:55                               ` Yang, Wenyou
2018-02-27 16:55                                 ` Mariano Coromac
2018-02-28  1:24                                   ` Yang, Wenyou
2018-02-28 22:15                                     ` Mariano Coromac
2018-03-01 19:55                       ` Mariano Coromac
2018-03-02 15:53                         ` Lothar Waßmann
2018-03-02 17:58                         ` Nicolas Ferre
2018-03-05 22:15                           ` Mariano Coromac
2017-01-12 16:45 [U-Boot] u-boot adam.davis at stfc.ac.uk
2017-01-13  8:56 ` Michal Simek
  -- strict thread matches above, loose matches on Subject: below --
2016-06-23 14:15 Venky Venkatesh
2016-06-23 18:23 ` Wolfgang Denk
2016-06-24  3:04 ` Venky Venkatesh
2016-06-24  6:33   ` Wolfgang Denk
2015-04-17 14:16 [U-Boot] U-Boot wehner.junior at googlemail.com
2011-08-05 11:48 [U-Boot] U-BOOT Rajeev Rao Battu
2011-08-05 13:03 ` Albert ARIBAUD
2011-06-20 11:08 [U-Boot] U-Boot Yash Jain
2011-06-20 11:27 ` Wolfgang Denk
2010-08-29  2:12 [U-Boot] u-boot Ò»ºÅ º«
2010-08-30  9:13 ` Detlev Zundel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox