[U-Boot] 2013 Plumber's CFP: Fastboot

Mehaffey, John John_Mehaffey at mentor.com
Tue May 14 18:08:52 CEST 2013


> From: richard -rw- weinberger [richard.weinberger at gmail.com]
> Sent: Tuesday, May 14, 2013 8:10 AM
> To: Mehaffey, John
> Cc: tim.bird at am.sony.com; wd at denx.de; mzjro at 0pointer.net; Kay.Sievers at vrfy.org; Pomerantz, Brian; yoush at cs.msu.su; u-boot at lists.denx.de; genivi-dev at mail.genivi.org; systemd-devel at lists.freedesktop.org; celinux-dev at lists.celinuxforum.org; linux-kernel at vger.kernel.org; linux-embedded at vger.kernel.org
> Subject: Re: 2013 Plumber's CFP: Fastboot
> 
> On Tue, May 14, 2013 at 1:51 AM, Mehaffey, John
> <John_Mehaffey at mentor.com> wrote:
> > Hello All,
> >
> > I am proposing a microconference on fastboot at the Linux Plumber's conference 2013 in New Orleans. The goal is to get to sub 1S boot times for a large (IVI) system using NAND flash. This pushes the state of the art, and will require innovative solutions in may areas of Linux plumbing, including bootloader, kernel init, UBI, and systemd.
> >
> > Note that fastboot improvements will (generally) help all architectures so I am not limiting this to automotive systems.
> >
> > Please visit http://wiki.linuxplumbersconf.org/2013:fastboot for more information or if you want to submit a topic.
> >
> > If you want to reply to this message, please trim the cc list!
> 
> Why trimming the CC? Changing the CC list is a _very_ bad habit.

Thanks for the advice.

> Anyway, a few notes on UBI fastmap.
> Before we talk about optimizing it we have to make sure that it is stable.
> Currently it has not much users because embedded folks are a few
> kernel releases behind.
> I expect that we'll face some issues (hey it's software!). Instead of
> making the code more complicated we have to
> make very sure that it works well.
> Fastmap got much more complicated than I thought while developing the
> first proof of concept implementation.

This is good software practice, but is out of scope for this uconf. Fastmap will be getting more usage in the future as systems deploy using it.

I think that low-hanging fruit to speed things up, such as Brian's RB-tree lookup, can proceed in parallel with testing and stabilization (hey, it's open-source software :)

> We also have to think more about userland support, e.g. making tools
> like ubinize fastmap aware...
> User want ready to use fastmap UBI images and not images which have to
> be converted by the kernel on the very first boot.
> 
> Sharing UBI EBA table between U-Boot and the kernel would be a nice
> feature, but we also have to make sure
> that we can share the EBA table between two kernels (think of kexec).
> So, a more general solution is needed.
> 
> --
> Thanks,
> //richard

Thanks for your feedback, I agree that these are things that should also be looked at!

-mehaf



More information about the U-Boot mailing list