Re: [coreboot] use gcc 4.6.0 link time optimization to reduce coreboot execution time

2011-04-28 Thread Rudolf Marek
image size by removing unused functions and data. Reducing the image size saves boot time by minimizing the flash memory read It always made me wonder how DMA support for flash memory copy could improve this. The SB700/SB800 has a support for that - it allows to copy the flash memory using DMA

Re: [coreboot] use gcc 4.6.0 link time optimization to reduce coreboot execution time

2011-04-28 Thread Scott Duplichan
Stefan Reinauer wrote: ] Did you do some size tests with non-AGESA targets? The improvement for non-agesa-v5 projects is smaller. Here are a couple of examples: AMD Mahogany F10 standard -flto fallback/romstage 74803 73004 fallback/coreboot_ram 55665 49928 Intel D945GCLF

Re: [coreboot] use gcc 4.6.0 link time optimization to reduce coreboot execution time

2011-04-28 Thread Stefan Reinauer
On 4/28/11 8:01 PM, Scott Duplichan wrote: Adds a kconfig option to enable gcc link time optimization. Link time optimization reduces both rom stage and ram stage image size by removing unused functions and data. Reducing the image size saves boot time by minimizing the flash memory read and deco

[coreboot] use gcc 4.6.0 link time optimization to reduce coreboot execution time

2011-04-28 Thread Scott Duplichan
Adds a kconfig option to enable gcc link time optimization. Link time optimization reduces both rom stage and ram stage image size by removing unused functions and data. Reducing the image size saves boot time by minimizing the flash memory read and decompress time for ram stage. The option is off

Re: [coreboot] Nvidia nForce Pro 3050 (IO-55) chipset support ?

2011-04-28 Thread Myles Watson
On Thu, Apr 28, 2011 at 4:37 AM, Thom Lauret wrote: > I see the nForce Pro 3600 MCP55 is supported in coreboot. > > Can anyone tell me if the nForce Pro 3050 IO-55 is also supported ? If it's the companion chip, then yes. It just shows up in the device tree as a second MCP55. There is at least

[coreboot] Nvidia nForce Pro 3050 (IO-55) chipset support ?

2011-04-28 Thread Thom Lauret
I see the nForce Pro 3600 MCP55 is supported in coreboot. Can anyone tell me if the nForce Pro 3050 IO-55 is also supported ? Thank You Thom -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] Is there searchable version of this mail list?

2011-04-28 Thread Joseph Smith
On 04/28/2011 10:55 AM, Boris Shpoungin wrote: Is there searchable version of this mail list which allows to search posts by keywords? Thanks http://www.mail-archive.com/linuxbios@clustermatic.org/ http://blog.gmane.org/gmane.linux.bios/ -- Thanks, Joseph Smith Set-Top-Linux www.settoplinux

[coreboot] Is there searchable version of this mail list?

2011-04-28 Thread Boris Shpoungin
Is there searchable version of this mail list which allows to search posts by keywords? Thanks -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

[coreboot] [commit] r6549 - in trunk/src: ec/lenovo/h8/acpi mainboard/lenovo/t60 mainboard/lenovo/x60

2011-04-28 Thread repository service
Author: svens Date: Thu Apr 28 11:29:06 2011 New Revision: 6549 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6549 Log: Thinkpad: Enable Battery events Enable the following events for battery objects on Thinkpad X60/T60: 24: BAT0 critical 25: BAT1 critical 4A: BAT0 present 4B: BAT0 s