[coreboot] [Fwd: coreboot at Plumbers Conf?]

2011-05-20 Thread Paul Menzel
Dear coreboot folks, not knowing who would want to travel to the USA or through the USA, I am forwarding Lennart’s message to the list. Stefan, Peter, Ron, Scott, Marc, Rudolf, Sven, Patrick and everyone I forgot, it would be great if some of you could make it and contact Lennart as soon as

[coreboot] [PATCH 1/3] Fix ccache behaviour if more than one ccache in PATH

2011-05-20 Thread Patrick Georgi
Signed-off-by: Patrick Georgi patrick.geo...@secunet.com --- Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index ac7115d..33e3573 100644 --- a/Makefile +++ b/Makefile @@ -109,7 +109,7 @@ endif endif ifeq ($(CONFIG_CCACHE),y)

[coreboot] [PATCH 3/3] Fix building into relative paths

2011-05-20 Thread Patrick Georgi
Signed-off-by: Patrick Georgi patrick.geo...@secunet.com --- Makefile.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.inc b/Makefile.inc index 2bd7b72..76bfc26 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -179,7 +179,7 @@ $(objutil)/%.o: $(objutil)/%.c

[coreboot] [PATCH 2/3] Fix iasl with . in paths

2011-05-20 Thread Patrick Georgi
Signed-off-by: Patrick Georgi patrick.geo...@secunet.com --- Makefile.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.inc b/Makefile.inc index 0ef9377..2bd7b72 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -64,7 +64,7 @@ define ramstage-objs_asl_template

Re: [coreboot] [commit] r6584 - trunk/src/mainboard/amd/persimmon

2011-05-20 Thread Mark Marshall
On 15/05/2011 22:54, repository service wrote: Author: mjones Date: Sun May 15 23:54:04 2011 New Revision: 6584 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6584 Log: Enable SPI cacheline prefetch early to reduce boot time. Signed-off-by: Scott Duplichansc...@notabs.org Acked-by:

Re: [coreboot] [Fwd: coreboot at Plumbers Conf?]

2011-05-20 Thread Stefan Reinauer
On 5/20/11 2:03 AM, Paul Menzel wrote: Dear coreboot folks, not knowing who would want to travel to the USA or through the USA, I am forwarding Lennart’s message to the list. Stefan, Peter, Ron, Scott, Marc, Rudolf, Sven, Patrick and everyone I forgot, it would be great if some of you could

Re: [coreboot] [Fwd: coreboot at Plumbers Conf?]

2011-05-20 Thread Paul Menzel
Dear Stefan, Am Freitag, den 20.05.2011, 08:36 -0700 schrieb Stefan Reinauer: On 5/20/11 2:03 AM, Paul Menzel wrote: not knowing who would want to travel to the USA or through the USA, I am forwarding Lennart’s message to the list. Stefan, Peter, Ron, Scott, Marc, Rudolf, Sven, Patrick

[coreboot] [commit] r6601 - trunk/src/mainboard/amd/persimmon

2011-05-20 Thread repository service
Author: Sduplichan Date: Fri May 20 19:50:14 2011 New Revision: 6601 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6601 Log: Correct amd persimmon romstage code for early SPI prefetch enable. Signed-off-by: Scott Duplichan sc...@notabs.org Acked-by: Scott Duplichan sc...@notabs.org

Re: [coreboot] [commit] r6584 - trunk/src/mainboard/amd/persimmon

2011-05-20 Thread Scott Duplichan
Mark Marshall wrote: ] +__outdword (0xcf8, 0x8000a3b8); ] +__outdword (0xcfc, __indword (0xcfc) | 0 24); ] ]Isn't this a no-op (or'ing 0 into the read value and writing it back)? ] ]MM Hello Mark, Thanks for point this out. You are certainly correct. This was left over from a test of

Re: [coreboot] [Fwd: coreboot at Plumbers Conf?]

2011-05-20 Thread Lennart Poettering
On Fri, 20.05.11 08:36, Stefan Reinauer (stefan.reina...@coreboot.org) wrote: Heya, not knowing who would want to travel to the USA or through the USA, I am forwarding Lennart’s message to the list. Stefan, Peter, Ron, Scott, Marc, Rudolf, Sven, Patrick and everyone I forgot, it would be

Re: [coreboot] [PATCH 3/3] Fix building into relative paths

2011-05-20 Thread Stefan Reinauer
* Patrick Georgi patrick.geo...@secunet.com [110520 13:54]: Signed-off-by: Patrick Georgi patrick.geo...@secunet.com Acked-by: Stefan Reinauer stefan.reina...@coreboot.org --- Makefile.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- coreboot mailing list:

Re: [coreboot] [PATCH 2/3] Fix iasl with . in paths

2011-05-20 Thread Stefan Reinauer
* Patrick Georgi patrick.geo...@secunet.com [110520 13:54]: Signed-off-by: Patrick Georgi patrick.geo...@secunet.com Acked-by: Stefan Reinauer stefan.reina...@coreboot.org -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] [PATCH 1/3] Fix ccache behaviour if more than one ccache in PATH

2011-05-20 Thread Stefan Reinauer
* Patrick Georgi patrick.geo...@secunet.com [110520 13:54]: Signed-off-by: Patrick Georgi patrick.geo...@secunet.com --- Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Acked-by: Stefan Reinauer stefan.reina...@coreboot.org -- coreboot mailing list:

Re: [coreboot] [Fwd: coreboot at Plumbers Conf?]

2011-05-20 Thread Stefan Reinauer
Alright, I just put in a place holder for a coreboot talk. If there is interest in a specific topic, please let me know. Otherwise it might be a mix of a general overview, ACPI, and security Stefan * Lennart Poettering lenn...@poettering.net [110520 18:16]: On Fri, 20.05.11 08:36, Stefan

[coreboot] [commit] r6602 - trunk

2011-05-20 Thread repository service
Author: oxygene Date: Sat May 21 00:14:07 2011 New Revision: 6602 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6602 Log: Fix ccache behaviour if more than one ccache in PATH Signed-off-by: Patrick Georgi patrick.geo...@secunet.com Acked-by: Stefan Reinauer

[coreboot] [commit] r6604 - trunk

2011-05-20 Thread repository service
Author: oxygene Date: Sat May 21 00:17:58 2011 New Revision: 6604 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6604 Log: Fix building with relative path to object directory outside the source tree Signed-off-by: Patrick Georgi patrick.geo...@secunet.com Acked-by: Stefan Reinauer

[coreboot] [commit] r6605 - trunk

2011-05-20 Thread repository service
Author: oxygene Date: Sat May 21 01:08:12 2011 New Revision: 6605 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6605 Log: Handle both cases, obj being absolute and relative gnu make's handling of filenames is less than optimal. It simply compares strings, so foo/../bar is different

[coreboot] [commit] r6606 - trunk

2011-05-20 Thread repository service
Author: oxygene Date: Sat May 21 01:31:41 2011 New Revision: 6606 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6606 Log: Handle absolute source file paths We used to fail there because we unconditionally prefixed the relative directory where it was referenced. Tested in various

[coreboot] build service results for r6605

2011-05-20 Thread repository service
Dear coreboot readers! This is the automatic build system of coreboot. The developer oxygene checked in revision 6605 to the coreboot repository. This caused the following changes: Change Log: Handle both cases, obj being absolute and relative gnu make's handling of filenames is less than