* [U-Boot] [ANNOUNCE] U-Boot driver model repo
@ 2014-06-06 1:14 Simon Glass
2014-06-06 9:14 ` TigerLiu at via-alliance.com
0 siblings, 1 reply; 4+ messages in thread
From: Simon Glass @ 2014-06-06 1:14 UTC (permalink / raw)
To: u-boot
Hi,
We now have a separate driver model tree at
http://git.denx.de/u-boot-dm.git. This will be used to stage driver
model patches. There is of course some overlap between these and
architecture-specific and subsystem patches so it is not completely
clear-cut whether patches will go through dm, arm, usb, etc. This will
be worked out as time passes.
I will follow the workflow at http://www.denx.de/wiki/U-Boot/CustodianGitTrees
In particular there may be a 'testing' branch from time to time with
the latest state of patches posted to the mailing list.
My initial focus is to enable GPIO and serial uclasses, and encourage
others to contribute patches to convert drivers over to this ready for
the next release. My approach will be incremental so I am particularly
interested in patches which advance particular boards, rather than
glorious new frameworks that may be pressed into service in the
indefinite future. All new uclasses should include comprehensive test
cases - you should be able to follow the examples pretty easily.
Also please note that my availability is highly variable so I cannot
promise any particular response delay at present (sorry). Should this
become a problem we can appoint another maintainer!
You can use the 'dm:' prefix for driver model patches - please also
add other tags as appropriate - e.g. 'dm: exynos:' or 'dm: net'.
Thanks in advance for contributions.
Regards,
Simon
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] [ANNOUNCE] U-Boot driver model repo
2014-06-06 1:14 [U-Boot] [ANNOUNCE] U-Boot driver model repo Simon Glass
@ 2014-06-06 9:14 ` TigerLiu at via-alliance.com
2014-06-06 10:51 ` Masahiro Yamada
0 siblings, 1 reply; 4+ messages in thread
From: TigerLiu at via-alliance.com @ 2014-06-06 9:14 UTC (permalink / raw)
To: u-boot
Hi, Simon:
I git cloned http://git.denx.de/u-boot-dm.git .
And followed these steps to compile it:
make sandbox_config
make
but failed:
arch/sandbox/cpu/sdl.c:10:21: error: sdl/sdl.h: No such file or directory
Best wishes,
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] [ANNOUNCE] U-Boot driver model repo
2014-06-06 9:14 ` TigerLiu at via-alliance.com
@ 2014-06-06 10:51 ` Masahiro Yamada
2014-06-06 11:00 ` Marek Vasut
0 siblings, 1 reply; 4+ messages in thread
From: Masahiro Yamada @ 2014-06-06 10:51 UTC (permalink / raw)
To: u-boot
Hi TigerLiu,
On Fri, 6 Jun 2014 17:14:25 +0800
<TigerLiu@via-alliance.com> wrote:
> Hi, Simon:
> I git cloned http://git.denx.de/u-boot-dm.git .
> And followed these steps to compile it:
> make sandbox_config
> make
>
> but failed:
> arch/sandbox/cpu/sdl.c:10:21: error: sdl/sdl.h: No such file or directory
You might need to install some packages.
Or try building without SDL, like this:
make sandbox_config
make NO_SDL=1
Best Regards
Masahiro Yamada
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] [ANNOUNCE] U-Boot driver model repo
2014-06-06 10:51 ` Masahiro Yamada
@ 2014-06-06 11:00 ` Marek Vasut
0 siblings, 0 replies; 4+ messages in thread
From: Marek Vasut @ 2014-06-06 11:00 UTC (permalink / raw)
To: u-boot
On Friday, June 06, 2014 at 12:51:43 PM, Masahiro Yamada wrote:
> Hi TigerLiu,
>
> On Fri, 6 Jun 2014 17:14:25 +0800
>
> <TigerLiu@via-alliance.com> wrote:
> > Hi, Simon:
> > I git cloned http://git.denx.de/u-boot-dm.git .
> >
> > And followed these steps to compile it:
> > make sandbox_config
> > make
> >
> > but failed:
> > arch/sandbox/cpu/sdl.c:10:21: error: sdl/sdl.h: No such file or directory
>
> You might need to install some packages.
>
> Or try building without SDL, like this:
>
> make sandbox_config
> make NO_SDL=1
Or just install SDL development libs ;-)
Best regards,
Marek Vasut
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-06-06 11:00 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-06 1:14 [U-Boot] [ANNOUNCE] U-Boot driver model repo Simon Glass
2014-06-06 9:14 ` TigerLiu at via-alliance.com
2014-06-06 10:51 ` Masahiro Yamada
2014-06-06 11:00 ` Marek Vasut
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox