Vladimir Serbinenko (phcoder(a)gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10378
-gerrit
commit 12437c04f8218e2d08ffb4bf2d20cab04e6bff27
Author: Vladimir Serbinenko <phcoder(a)gmail.com>
Date: Sat May 30 22:30:13 2015 +0200
Hide PLATFORM_USES_FSP1_1.
This should be an internal selectable variable rather than user-visible config.
Moreover the description is misleading.
This is a typical case of an option "Should it work?" where there is only one
right answer yet we still ask it.
Change-Id: Idc0ce2e1b9f89eddd034966cc877483d994ce0eb
Signed-off-by: Vladimir Serbinenko <phcoder(a)gmail.com>
---
src/drivers/intel/fsp1_1/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/drivers/intel/fsp1_1/Kconfig b/src/drivers/intel/fsp1_1/Kconfig
index a6d34ee..f722e65 100644
--- a/src/drivers/intel/fsp1_1/Kconfig
+++ b/src/drivers/intel/fsp1_1/Kconfig
@@ -20,7 +20,7 @@
comment "Intel FSP"
config PLATFORM_USES_FSP1_1
- bool "Use Intel Firmware Support Package"
+ bool
help
Does the code require the Intel Firmware Support Package?
Vladimir Serbinenko (phcoder(a)gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10377
-gerrit
commit 0b1e47a468bd6de9dc6b822bee7ca01eed330a40
Author: Vladimir Serbinenko <phcoder(a)gmail.com>
Date: Sat May 30 22:21:37 2015 +0200
Kconfig: Remove RELOCATABLE_MODULES.
RELOCATABLE_MODULES controls inclusion of rmodule support but including it
without having anything that uses it is a pure waste of space. So instead
make RELOCATABLE_MODULES be selected exactly when there is something using it.
Change-Id: I377a955f0cd95b0f811b986df287864c3dc9f89a
Signed-off-by: Vladimir Serbinenko <phcoder(a)gmail.com>
---
src/Kconfig | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/Kconfig b/src/Kconfig
index 26e1194..5aa76fb 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -218,7 +218,7 @@ config COVERAGE
If unsure, say N.
config RELOCATABLE_MODULES
- bool "Relocatable Modules"
+ bool
default n
help
If RELOCATABLE_MODULES is selected then support is enabled for
@@ -226,9 +226,10 @@ config RELOCATABLE_MODULES
loaded anywhere and all the relocations are handled automatically.
config RELOCATABLE_RAMSTAGE
- depends on (RELOCATABLE_MODULES && EARLY_CBMEM_INIT)
+ depends on EARLY_CBMEM_INIT
bool "Build the ramstage to be relocatable in 32-bit address space."
default n
+ select RELOCATABLE_MODULES
help
The reloctable ramstage support allows for the ramstage to be built
as a relocatable module. The stage loader can identify a place
the following patch was just integrated into master:
commit 91195c64371a1dd40a98d6998bc2c2e899ef55c9
Author: Vladimir Serbinenko <phcoder(a)gmail.com>
Date: Fri May 29 23:53:37 2015 +0200
autoport: Improve keyboard detection.
Previously I tried to see if Linux think that port 0x60 is in use by keyboard.
Unfortunately it always thinks that it is. Instead just base off real input
busses used.
Change-Id: I4bb744938f623d29f38396165a1694fee78c3d32
Signed-off-by: Vladimir Serbinenko <phcoder(a)gmail.com>
Reviewed-on: http://review.coreboot.org/10376
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <edward.ocallaghan(a)koparo.com>
See http://review.coreboot.org/10376 for details.
-gerrit
the following patch was just integrated into master:
commit 239d53e9dc04767a550580210a102610ffafda2b
Author: Vladimir Serbinenko <phcoder(a)gmail.com>
Date: Fri May 29 22:12:33 2015 +0200
autoport: Add a note that slot labeling is unreliable.
Change-Id: I26c78d05524e5affcd44b528895d1e19905e924b
Signed-off-by: Vladimir Serbinenko <phcoder(a)gmail.com>
Reviewed-on: http://review.coreboot.org/10375
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <edward.ocallaghan(a)koparo.com>
See http://review.coreboot.org/10375 for details.
-gerrit
the following patch was just integrated into master:
commit db0acf84fe1e8c8048d6616f842a4e6920894e63
Author: Vladimir Serbinenko <phcoder(a)gmail.com>
Date: Fri May 29 22:09:06 2015 +0200
autoport: Fix SPD map guessing function.
It was reversed between Lenovo and non-Lenovo cases.
Change-Id: I52c3b928abda2851e97ec0b40b7da5c5191217f5
Signed-off-by: Vladimir Serbinenko <phcoder(a)gmail.com>
Reviewed-on: http://review.coreboot.org/10374
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <edward.ocallaghan(a)koparo.com>
See http://review.coreboot.org/10374 for details.
-gerrit
the following patch was just integrated into master:
commit 5868ab45885ba756da3ec32b97e5b9e302fad3e8
Author: Vladimir Serbinenko <phcoder(a)gmail.com>
Date: Fri May 29 21:51:54 2015 +0200
autoport/ec_fixme: Fix error in resulting code.
Change-Id: Icfa3874b8e3accb3aa3db44d0baa6b7b5a683b41
Signed-off-by: Vladimir Serbinenko <phcoder(a)gmail.com>
Reviewed-on: http://review.coreboot.org/10373
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <edward.ocallaghan(a)koparo.com>
See http://review.coreboot.org/10373 for details.
-gerrit
the following patch was just integrated into master:
commit 2d615e58dad5436db929f36a051e106a2ea87cea
Author: Vladimir Serbinenko <phcoder(a)gmail.com>
Date: Fri May 29 21:43:51 2015 +0200
autoport: Strip inc, co and corp suffixes from vendor name
Apple is named Apple Inc in DMI but is "apple" in coreboot naming.
For other vendors we should follow similar pattern.
Change-Id: I7975b19faaf942c5bd44a704bcee994815499ceb
Signed-off-by: Vladimir Serbinenko <phcoder(a)gmail.com>
Reviewed-on: http://review.coreboot.org/10372
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <edward.ocallaghan(a)koparo.com>
See http://review.coreboot.org/10372 for details.
-gerrit
the following patch was just integrated into master:
commit 68f5f62fca990471f6c252f964bf350e35ff68b5
Author: Vladimir Serbinenko <phcoder(a)gmail.com>
Date: Fri May 29 21:43:42 2015 +0200
autoport/bd82x6x: Fix off-by-one error
Change-Id: Ibd5c8a1364ab183f72e12cc9b450a36200fe3fde
Signed-off-by: Vladimir Serbinenko <phcoder(a)gmail.com>
Reviewed-on: http://review.coreboot.org/10371
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <edward.ocallaghan(a)koparo.com>
See http://review.coreboot.org/10371 for details.
-gerrit
the following patch was just integrated into master:
commit 39e25eceaf054fc70086b178d0d1f34def4cbf2b
Author: Vladimir Serbinenko <phcoder(a)gmail.com>
Date: Fri May 29 20:49:09 2015 +0200
autoport: Allow binary prerequisites to be placed in the autoport directory.
This allow an easy creation of standalone "autoport pack".
Change-Id: Ibe9e38aa3b4bbd7260104e1c2a11630790ff4d2f
Signed-off-by: Vladimir Serbinenko <phcoder(a)gmail.com>
Reviewed-on: http://review.coreboot.org/10370
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <edward.ocallaghan(a)koparo.com>
See http://review.coreboot.org/10370 for details.
-gerrit
the following patch was just integrated into master:
commit a78f69980719d4de5ec5fe24e1d4840d18bf40fc
Author: Vladimir Serbinenko <phcoder(a)gmail.com>
Date: Fri May 29 12:12:28 2015 +0200
autoport: Minor style fixes in readme.
Change-Id: I089ec3d68e734820d13bb68a7122dfdb89c3f6a3
Signed-off-by: Vladimir Serbinenko <phcoder(a)gmail.com>
Reviewed-on: http://review.coreboot.org/10368
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter(a)users.sourceforge.net>
Reviewed-by: Edward O'Callaghan <edward.ocallaghan(a)koparo.com>
See http://review.coreboot.org/10368 for details.
-gerrit