the following patch was just integrated into master:
commit d5403773901d15e9c54a1a0241798a3ebc8612b9
Author: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Date: Thu May 1 00:02:43 2014 +0300
console: Fix UART selection prompt
Without this change, removal of default UART_FOR_CONSOLE entries
under mainboard/ Kconfig will remove this option entirely from
created .config file.
Change-Id: I11422ddb8c51abca177f999936c995ae0c91c459
Signed-off-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Reviewed-on: http://review.coreboot.org/5626
Tested-by: build bot (Jenkins)
Reviewed-by: David Hendricks <dhendrix(a)chromium.org>
See http://review.coreboot.org/5626 for details.
-gerrit
Kyösti Mälkki (kyosti.malkki(a)gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5626
-gerrit
commit f678a9bcae2429023b94964b4d65dcdc597c740c
Author: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Date: Thu May 1 00:02:43 2014 +0300
console: Fix UART selection prompt
Without this change, removal of default UART_FOR_CONSOLE entries
under mainboard/ Kconfig will remove this option entirely from
created .config file.
Change-Id: I11422ddb8c51abca177f999936c995ae0c91c459
Signed-off-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
---
src/console/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/console/Kconfig b/src/console/Kconfig
index 887c1e2..51371bc 100644
--- a/src/console/Kconfig
+++ b/src/console/Kconfig
@@ -41,7 +41,7 @@ if CONSOLE_SERIAL
depends on HAVE_UART_SPECIAL
config UART_FOR_CONSOLE
- prompt "Index for UART port to use for console"
+ int "Index for UART port to use for console"
default 0
# FIXME: Early programming in romstage is incorrect as we should
the following patch was just integrated into master:
commit 93966e859234d4aca84a78b45933a74e973497c5
Author: Duncan Laurie <dlaurie(a)chromium.org>
Date: Mon Nov 4 17:28:19 2013 -0800
baytrail: Add default _OSC method
This is needed to let the kernel know it can control everything
and not to disable features.
BUG=chrome-os-partner:23505
BRANCH=rambi
TEST=build and boot on rambi
Change-Id: I40ff15bb931a9be7c31509ec84489083b5af0a82
Signed-off-by: Duncan Laurie <dlaurie(a)chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/175629
Reviewed-by: Aaron Durbin <adurbin(a)chromium.org>
Signed-off-by: Aaron Durbin <adurbin(a)chromium.org>
Reviewed-on: http://review.coreboot.org/4939
Tested-by: build bot (Jenkins)
See http://review.coreboot.org/4939 for details.
-gerrit
the following patch was just integrated into master:
commit 053bd0753bc4433236ed21c1d4ce5bf5842bb434
Author: Duncan Laurie <dlaurie(a)chromium.org>
Date: Mon Nov 4 17:19:16 2013 -0800
baytrail: Add root bus resource regions
Populate the PCI mmio region from NVS TOLM variable.
Other regions are fixed.
BUG=chrome-os-partner:23505
BRANCH=rambi
TEST=build and boot on rambi
Change-Id: Iec8352b0464ad850a76bd1706c028628c477731d
Signed-off-by: Duncan Laurie <dlaurie(a)chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/175628
Reviewed-by: Aaron Durbin <adurbin(a)chromium.org>
Signed-off-by: Aaron Durbin <adurbin(a)chromium.org>
Reviewed-on: http://review.coreboot.org/4938
Tested-by: build bot (Jenkins)
See http://review.coreboot.org/4938 for details.
-gerrit
the following patch was just integrated into master:
commit 03ff2a242eac43636673183f11b710fc86b3b900
Author: Duncan Laurie <dlaurie(a)chromium.org>
Date: Mon Nov 4 17:15:20 2013 -0800
baytrail: Add MCFG table to ACPI
This adds the PCI configuration region table to baytrail.
BUG=chrome-os-partner:23505
BRANCH=rambi
TEST=build and boot on rambi
Change-Id: I0d975709a4a18d0f1c5e24581c9fd2190fe2996b
Signed-off-by: Duncan Laurie <dlaurie(a)chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/175627
Reviewed-by: Aaron Durbin <adurbin(a)chromium.org>
Signed-off-by: Aaron Durbin <adurbin(a)chromium.org>
Reviewed-on: http://review.coreboot.org/4937
Tested-by: build bot (Jenkins)
See http://review.coreboot.org/4937 for details.
-gerrit
the following patch was just integrated into master:
commit abab05cb3cf5cb7a7579a839ea486bf61fc62e45
Author: Duncan Laurie <dlaurie(a)chromium.org>
Date: Mon Nov 4 17:12:30 2013 -0800
baytrail: Clean up NVS region
There is a lot of NVS allocated to things that are not really
used. Most of these are removed and some are moved around.
Thermals are expected to be handled with DPTF so I've removed
that bit of code but have not yet cleaned up the thermal zone.
I left in the SIO BARs since I think we will need those still
even though they may need work still.
BUG=chrome-os-partner:23505
BRANCH=rambi
TEST=build and boot on rambi
Change-Id: Id16ee67e6b3709a303c001afd72947147f938127
Signed-off-by: Duncan Laurie <dlaurie(a)chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/175626
Reviewed-by: Aaron Durbin <adurbin(a)chromium.org>
Signed-off-by: Aaron Durbin <adurbin(a)chromium.org>
Reviewed-on: http://review.coreboot.org/4936
Tested-by: build bot (Jenkins)
See http://review.coreboot.org/4936 for details.
-gerrit