Brief summary about the presentation:
1. I plan on speaking a litle about myself, and how I got involved in coreboot (elaborate on above).
2. Give a brief history on coreboot and how it started.
3. Go over some of the features of coreboot.
4. Go over some of the great tools that have sprouted off of the coreboot tree.
5. Talk about how the code process flows and how you(audiance) can start to develop coreboot.
6. Open for Question and Answer time.
--------------------------------------
Do you guys think there is anything else I should touch on?
You can talk about the Makefile too. How Coreboot is built in a typical scenario and by what tools.
On Thu, Jul 22, 2010 at 6:30 PM, Joseph Smith joe@settoplinux.org wrote:
Brief summary about the presentation:
- I plan on speaking a litle about myself, and how I got involved in
coreboot (elaborate on above).
Give a brief history on coreboot and how it started.
Go over some of the features of coreboot.
Go over some of the great tools that have sprouted off of the
coreboot tree.
- Talk about how the code process flows and how you(audiance) can start
to develop coreboot.
- Open for Question and Answer time.
Do you guys think there is anything else I should touch on?
-- Thanks, Joseph Smith Set-Top-Linux www.settoplinux.org
-- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot
On 07/24/2010 01:12 AM, ali hagigat wrote:
You can talk about the Makefile too. How Coreboot is built in a typical scenario and by what tools.
You mean Kconfig and crossgcc?
On Sat, Jul 24, 2010 at 10:23 PM, Joseph Smith joe@settoplinux.org wrote:
On 07/24/2010 01:12 AM, ali hagigat wrote:
You can talk about the Makefile too. How Coreboot is built in a typical scenario and by what tools.
You mean Kconfig and crossgcc?
well, usually, I just do a make kconfig pick a mainboard, drop out of Kconfig, type make
And then explain that this simple config/build process takes tens of minutes to *hours* on many other firmware/BIOS systems.
ron
I like to give a demo of a build, just so people can see the Kconfig interface and how quickly it goes.
I'm been told EFI takes *hours* to build, for example. Coreboot is a nice contrast.
ron
On 07/24/2010 08:30 PM, ron minnich wrote:
I like to give a demo of a build, just so people can see the Kconfig interface and how quickly it goes.
I'm been told EFI takes *hours* to build, for example. Coreboot is a nice contrast.
Ok, good idea. I am also bringing some boards for a live demo :-) By the way Ron, is there a page on the wiki or somewhere that gives a little history I can use?
Am 25.07.2010 02:30, schrieb ron minnich:
I'm been told EFI takes *hours* to build, for example. Coreboot is a nice contrast.
"Hours" is probably an exaggeration - but Tiano definitely takes longer than coreboot: 15-30 Minutes versus a couple of seconds. With Tiano you get a full OS with an object model, dynamic linker, drivers and filesystems, and that comes at a price (longer build time) - whether you need it or not ;-)
Patrick
On Sat, Jul 24, 2010 at 11:19 PM, Patrick Georgi patrick@georgi-clan.de wrote:
"Hours" is probably an exaggeration - but Tiano definitely takes longer than coreboot: 15-30 Minutes versus a couple of seconds. With Tiano you get a full OS with an object model, dynamic linker, drivers and filesystems, and that comes at a price (longer build time) - whether you need it or not ;-)
Is Tiano smaller or larger than Linux at this point?
ron
Am 25.07.2010 17:04, schrieb ron minnich:
Is Tiano smaller or larger than Linux at this point?
It's hard to beat Linux in bloat: smaller
Patrick