-------- Original Message --------
Subject: FOSDEM 2013 call for stands
Date: Wed, 14 Nov 2012 22:20:29 +0100
From: Tias Guns <tias(a)fosdem.org>
Organization: Fosdem
To: FOSDEM stands <stands(a)fosdem.org>
Dear FOSDEM 2012 stand organizers,
Thank you for your participation in last year's FOSDEM. If you would
like to be part of FOSDEM again, our call for stands for 2013 is open!
The deadline is 28 November, in two weeks.
See https://fosdem.org/2013/call_for_stands.html for details (same as
last year).
Kind regards,
Tias
PS. my apologies if you already knew or have already submitted.
the following patch was just integrated into master:
commit 1a2a6eebc5668df21f054b2dae14167bda400617
Author: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Date: Sun Mar 18 20:19:28 2012 +0200
Cleanup sconfig
Fix side-effects of name translation, treat original name as const.
Change-Id: Iae26be8cefe7db11eeb8e62fce6f3b8bc9c1f4ed
Signed-off-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Reviewed-on: http://review.coreboot.org/799
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick(a)georgi-clan.de>
Reviewed-By: Patrick Georgi <patrick(a)georgi-clan.de> at Fri Nov 16 15:38:18 2012, giving +2
Build-Tested: build bot (Jenkins) at Wed Nov 14 08:52:18 2012, giving +1
See http://review.coreboot.org/799 for details.
-gerrit
the following patch was just integrated into master:
commit e4d40b4d6ea52dfb9bb2fc96a91714f4009b8dee
Author: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Date: Wed Nov 14 08:00:20 2012 +0200
Drop no-op bootblock.c
Deletes unused file:
src/northbridge/amd/agesa/family15tn/bootblock.c
Change-Id: Ic29553e008839407755d25bf125d599fa1f6131c
Signed-off-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Reviewed-on: http://review.coreboot.org/1843
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick(a)georgi-clan.de>
Reviewed-By: Patrick Georgi <patrick(a)georgi-clan.de> at Fri Nov 16 15:38:42 2012, giving +2
Build-Tested: build bot (Jenkins) at Wed Nov 14 09:37:07 2012, giving +1
See http://review.coreboot.org/1843 for details.
-gerrit
the following patch was just integrated into master:
commit 6446626c1e575bf77a795f92ceead167e731990c
Author: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Date: Sat Nov 17 00:07:24 2012 +0100
Use new system agent binaries
Change-Id: I716564c4ea3b8e298cdeb82dc68e68474ed595cc
Signed-off-by: Stefan Reinauer <reinauer(a)google.com>
Reviewed-on: http://review.coreboot.org/1879
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich(a)gmail.com>
Build-Tested: build bot (Jenkins) at Sat Nov 17 00:13:44 2012, giving +1
Reviewed-By: Ronald G. Minnich <rminnich(a)gmail.com> at Sat Nov 17 00:29:09 2012, giving +2
See http://review.coreboot.org/1879 for details.
-gerrit
Stefan Reinauer (stefan.reinauer(a)coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1879
-gerrit
commit 9a9f03c3f21849c45bd3cd8a613dbb08fc270896
Author: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Date: Sat Nov 17 00:07:24 2012 +0100
Use new system agent binaries
Change-Id: I716564c4ea3b8e298cdeb82dc68e68474ed595cc
Signed-off-by: Stefan Reinauer <reinauer(a)google.com>
---
3rdparty | 2 +-
src/northbridge/intel/sandybridge/Kconfig | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/3rdparty b/3rdparty
index 631f0a8..b617b81 160000
--- a/3rdparty
+++ b/3rdparty
@@ -1 +1 @@
-Subproject commit 631f0a82094ba619bdc81688f3dceca29770ae95
+Subproject commit b617b812e3cf1d2c4e60efc90bf8b60232124192
diff --git a/src/northbridge/intel/sandybridge/Kconfig b/src/northbridge/intel/sandybridge/Kconfig
index 574a599..7ab8cc0 100644
--- a/src/northbridge/intel/sandybridge/Kconfig
+++ b/src/northbridge/intel/sandybridge/Kconfig
@@ -118,7 +118,8 @@ config HAVE_MRC
config MRC_FILE
string "Intel System Agent path and filename"
depends on HAVE_MRC
- default "mrc.bin"
+ default "systemagent-ivybridge.bin" if NORTHBRIDGE_INTEL_IVYBRIDGE
+ default "systemagent-sandybridge.bin" if NORTHBRIDGE_INTEL_SANDYBRIDGE
help
The path and filename of the file to use as System Agent
binary.
Dave Frodin (dave.frodin(a)se-eng.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1877
-gerrit
commit 7e6c3fd22d7a31b3ec6cd1955c98e7cee34af403
Author: Dave Frodin <dave.frodin(a)se-eng.com>
Date: Fri Nov 16 15:04:13 2012 -0700
Add support to allow adding an additional option ROM
A IPXE ROM is an example of a ROM that could be added.
Change-Id: I5365a356da57b3b8dca307655a4d3c576ac6db36
Signed-off-by: Dave Frodin <dave.frodin(a)se-eng.com>
---
src/arch/x86/Makefile.inc | 5 +++++
src/devices/Kconfig | 23 +++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/src/arch/x86/Makefile.inc b/src/arch/x86/Makefile.inc
index 44787a3..c777ee8 100644
--- a/src/arch/x86/Makefile.inc
+++ b/src/arch/x86/Makefile.inc
@@ -123,6 +123,11 @@ cbfs-files-$(CONFIG_BOOTSPLASH) += bootsplash.jpg
bootsplash.jpg-file := $(call strip_quotes,$(CONFIG_BOOTSPLASH_FILE))
bootsplash.jpg-type := bootsplash
+additional_option_rom = $(call strip_quotes,$(CONFIG_ADDL_OPTION_ROM_FILE_OUT))
+cbfs-files-$(CONFIG_ADDL_OPTION_ROM) += $(additional_option_rom)
+$(additional_option_rom)-file := $(call strip_quotes,$(CONFIG_ADDL_OPTION_ROM_FILE_IN))
+$(additional_option_rom)-type := optionrom
+
################################################################################
# i386 specific tools
NVRAMTOOL:=$(objutil)/nvramtool/nvramtool
diff --git a/src/devices/Kconfig b/src/devices/Kconfig
index 72e8a53..ceda0ef 100644
--- a/src/devices/Kconfig
+++ b/src/devices/Kconfig
@@ -85,6 +85,29 @@ config ON_DEVICE_ROM_RUN
If unsure, say N when using SeaBIOS as payload, Y otherwise.
+config ADDL_OPTION_ROM
+ bool "Add an additional option ROM"
+ help
+ Select this option if you have an additional option ROM that you would
+ like to add to the CBFS image.
+
+ You will be able to specify the location and file name of the
+ image later.
+
+config ADDL_OPTION_ROM_FILE_IN
+ string "Option ROM source path and filename"
+ depends on ADDL_OPTION_ROM
+ default "xxxxyyyy.bin"
+ help
+ The path and filename of the option ROM you wish to add.
+
+config ADDL_OPTION_ROM_FILE_OUT
+ string "Option ROM destination in CBFS"
+ depends on ADDL_OPTION_ROM
+ default "xxxxyyyy.bin"
+ help
+ The destination path and name in the CBFS.
+
choice
prompt "Option ROM execution type"
default PCI_OPTION_ROM_RUN_YABEL if !ARCH_X86