the following patch was just integrated into master:
commit f3390862653f9473359eb9a587842bb04671e6df
Author: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Date: Wed Feb 26 15:19:04 2014 +0200
console: Simplify the enable rules
Consoles on CBMEM and USB have somewhat complex rules and dependencies
when they can be active. Use simple variables to test which stage
of boot is being built for each console.
Change-Id: I2489e7731d07ca7d5dd2ea8b6501c73f05d6edd8
Signed-off-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Reviewed-on: http://review.coreboot.org/5341
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin(a)gmail.com>
Reviewed-by: Paul Menzel <paulepanter(a)users.sourceforge.net>
See http://review.coreboot.org/5341 for details.
-gerrit
the following patch was just integrated into master:
commit e8792be223f5f0c5c6bafffa4056793f3c3bfab7
Author: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Date: Wed Feb 26 15:19:04 2014 +0200
build rules: Identify build stage with simple variables
Provide simple environment variables telling which stage of boot is
being built. Also move this to arch-agnostic location.
Change-Id: I8cbb5cf91f53e01c06e7d672b5be3f5c235f911d
Signed-off-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Reviewed-on: http://review.coreboot.org/5410
Reviewed-by: Aaron Durbin <adurbin(a)google.com>
Tested-by: build bot (Jenkins)
See http://review.coreboot.org/5410 for details.
-gerrit
the following patch was just integrated into master:
commit efb0b51e62667ade4d96f2a15eb6ed60bb29a9fe
Author: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Date: Sun Apr 13 17:57:34 2014 +0300
console: Split ROMCC helpers
These are potentially useful with GDB or SerialICE too.
Also it reduces the amount of actual code we put in romcc_console.
Change-Id: Id8c56e979660ad9f4eef39c648f68c7ec60edfba
Signed-off-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Reviewed-on: http://review.coreboot.org/5339
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me(a)gmail.com>
See http://review.coreboot.org/5339 for details.
-gerrit
the following patch was just integrated into master:
commit 4076072b6c76debae0e328486d9bab71fe391db7
Author: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Date: Thu Feb 27 19:30:18 2014 +0200
console: Use romstage code for ramstage and SMM
Console is arch-agnostic and there is no need for separate
implementations for romstage and ramstage.
For SMM there is console only if DEBUG_SMI is selected.
Change-Id: I7028eeeff8bfbb9c8552972436b29a7508834d87
Signed-off-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Reviewed-on: http://review.coreboot.org/5338
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me(a)gmail.com>
See http://review.coreboot.org/5338 for details.
-gerrit
the following patch was just integrated into master:
commit fd95624dae22b00e00417dbfa1c0a4a4a40193c0
Author: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Date: Mon Feb 3 17:04:22 2014 +0200
console: Drop driver list in ramstage
This framework was only available in ramstage. So we had to define
console output functions separately for bootblock, romstage and SMM.
Follow-up patches will re-enable all the consoles removed here,
in a more flexible fashion, and with less lines-of-code and copy-paste.
Also the driver list is not in a well-defined order and some of the
loops could exit without visiting all drivers.
NOTE: This build has no console in ramstage.
Change-Id: Iaddc495aaca37e2a6c2c3f802a0dba27bf227a3e
Signed-off-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Reviewed-on: http://review.coreboot.org/5337
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me(a)gmail.com>
See http://review.coreboot.org/5337 for details.
-gerrit
Patrick Georgi (patrick(a)georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5542
-gerrit
commit 0e5a57549ace590245657454929cec0395bb0ef5
Author: Patrick Georgi <patrick(a)georgi-clan.de>
Date: Fri Apr 18 15:07:56 2014 +0200
lippert/hurricane-lx: Kconfig cleanup
A Kconfig option defined instead of selected that really comes from
somewhere else.
Change-Id: I8730d12ed053520b794655e943c93583c441f3f1
Signed-off-by: Patrick Georgi <patrick(a)georgi-clan.de>
---
src/mainboard/lippert/hurricane-lx/Kconfig | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/src/mainboard/lippert/hurricane-lx/Kconfig b/src/mainboard/lippert/hurricane-lx/Kconfig
index 64e1631..234f216 100644
--- a/src/mainboard/lippert/hurricane-lx/Kconfig
+++ b/src/mainboard/lippert/hurricane-lx/Kconfig
@@ -15,6 +15,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
select BOARD_ROMSIZE_KB_512
select PLL_MANUAL_CONFIG
select CORE_GLIU_500_333
+ select POWER_BUTTON_FORCE_ENABLE if !BOARD_OLD_REVISION
config MAINBOARD_DIR
string
@@ -42,9 +43,6 @@ config BOARD_OLD_REVISION
jumper has been removed. New revision boards are not restricted
in this way, and always have the power button enabled.
-config POWER_BUTTON_FORCE_ENABLE
- def_bool y if !BOARD_OLD_REVISION
-
config ONBOARD_UARTS_RS485
bool "Switch on-board serial ports to RS485"
default n
Patrick Georgi (patrick(a)georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5542
-gerrit
commit 711dbce51492c089668d20c69d502419f61a6e3d
Author: Patrick Georgi <patrick(a)georgi-clan.de>
Date: Fri Apr 18 15:07:56 2014 +0200
lippert/hurricane-lx: Kconfig cleanup
A Kconfig option defined instead of selected that really comes from
somewhere else.
Change-Id: I8730d12ed053520b794655e943c93583c441f3f1
Signed-off-by: Patrick Georgi <patrick(a)georgi-clan.de>
---
src/mainboard/lippert/hurricane-lx/Kconfig | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/src/mainboard/lippert/hurricane-lx/Kconfig b/src/mainboard/lippert/hurricane-lx/Kconfig
index 64e1631..842cec6 100644
--- a/src/mainboard/lippert/hurricane-lx/Kconfig
+++ b/src/mainboard/lippert/hurricane-lx/Kconfig
@@ -15,6 +15,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
select BOARD_ROMSIZE_KB_512
select PLL_MANUAL_CONFIG
select CORE_GLIU_500_333
+ select POWER_BUTTON_FORCE_ENABLE if BOARD_OLD_REVISION
config MAINBOARD_DIR
string
@@ -42,9 +43,6 @@ config BOARD_OLD_REVISION
jumper has been removed. New revision boards are not restricted
in this way, and always have the power button enabled.
-config POWER_BUTTON_FORCE_ENABLE
- def_bool y if !BOARD_OLD_REVISION
-
config ONBOARD_UARTS_RS485
bool "Switch on-board serial ports to RS485"
default n
the following patch was just integrated into master:
commit aece3c931e5af19764624e2517a8aeaaa15a0a6f
Author: Patrick Georgi <patrick(a)georgi-clan.de>
Date: Fri Apr 18 10:02:04 2014 +0200
msi/ms9652_fam10: minor Kconfig cleanup
SMP and IOAPIC shouldn't need to be redefined here, select is enough
Change-Id: I8a66374205b671498ce21b3f174af14e98dbfe48
Signed-off-by: Patrick Georgi <patrick(a)georgi-clan.de>
Reviewed-on: http://review.coreboot.org/5541
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
See http://review.coreboot.org/5541 for details.
-gerrit