Francis Rowe (info(a)gluglug.org.uk) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7561
-gerrit
commit 608e934eb26f0d6d16663d2dd249c66d456a30d9
Author: Francis Rowe <info(a)gluglug.org.uk>
Date: Sun Nov 23 06:19:48 2014 +0000
NOTFORMERGE: i945: permanently set tft_brightness to 0xff
Fixes bug where you increase brightness on X60 from top
and it resets to zero.
Change-Id: I33c15b5b6f8ab180c1cc83fdcdc2f48930bdd829
Signed-off-by: Francis Rowe <info(a)gluglug.org.uk>
Francis Rowe (info(a)gluglug.org.uk) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7561
-gerrit
commit 5621b5f2a05ae803155989d3461d2106ea5af4b3
Author: Francis Rowe <info(a)gluglug.org.uk>
Date: Sun Nov 23 06:19:48 2014 +0000
NOTFORMERGE: i945: permanently set tft_brightness to 0xff
Change-Id: I33c15b5b6f8ab180c1cc83fdcdc2f48930bdd829
Signed-off-by: Francis Rowe <info(a)gluglug.org.uk>
the following patch was just integrated into master:
commit 8e3da749ed912834ddf9b78bff956a2b7d269945
Author: Timothy Pearson <tpearson(a)raptorengineeringinc.com>
Date: Sat Mar 14 17:59:51 2015 -0500
mainboards/amd: Fix incorrect reboot_bits location
Change-Id: Iead07df714f4f1bbaae6b564431fb4edf7b18ac2
Signed-off-by: Timothy Pearson <tpearson(a)raptorengineeringinc.com>
Reviewed-on: http://review.coreboot.org/8684
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter(a)users.sourceforge.net>
Reviewed-by: Alexandru Gagniuc <mr.nuke.me(a)gmail.com>
See http://review.coreboot.org/8684 for details.
-gerrit
Alexandru Gagniuc (mr.nuke.me(a)gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5957
-gerrit
commit adfd9066136f853cf8f53c4510d8c1b1ed790d9c
Author: Paul Menzel <paulepanter(a)users.sourceforge.net>
Date: Sat Jun 7 21:50:21 2014 +0200
device/Kconfig: Select native graphics init by default
We want to always build-test native VGA init, and encourage
people to use it instead of VBIOS.
Change-Id: I47ed328ce8ce3516ad3997978a01d2359d9b1ca8
Signed-off-by: Paul Menzel <paulepanter(a)users.sourceforge.net>
Signed-off-by: Francis Rowe <info(a)gluglug.org.uk>
---
src/device/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/device/Kconfig b/src/device/Kconfig
index 7f43888..dcb52ac 100644
--- a/src/device/Kconfig
+++ b/src/device/Kconfig
@@ -38,7 +38,7 @@ config MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFG
config MAINBOARD_DO_NATIVE_VGA_INIT
bool "Use native graphics initialization"
depends on MAINBOARD_HAS_NATIVE_VGA_INIT
- default n
+ default y
help
Some mainboards, such as the Google Link, allow initializing the display
without the need of a binary only VGA OPROM. Enabling this option may be
Alexandru Gagniuc (mr.nuke.me(a)gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6985
-gerrit
commit 118513ea44e971a3dde7363a2bd04af90d0ac21c
Author: Paul Menzel <paulepanter(a)users.sourceforge.net>
Date: Sat Sep 27 10:02:15 2014 +0200
packardbell/ms2290: Fix build with native graphics init
Fix native VGA init build issues introduced by commit
* a2a906e4 Consolidate intel vga int15 hooks
Include the header file `drivers/intel/gma/int15.h` unconditionally,
so that the prototype of `install_intel_vga_int15_handler()` is always
to be found.
Change-Id: Ie64f9510f49fe9d67b14ce27d7e789d6007ca0a6
Signed-off-by: Paul Menzel <paulepanter(a)users.sourceforge.net>
---
src/mainboard/packardbell/ms2290/mainboard.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mainboard/packardbell/ms2290/mainboard.c b/src/mainboard/packardbell/ms2290/mainboard.c
index c14e9b7..9e64f5c 100644
--- a/src/mainboard/packardbell/ms2290/mainboard.c
+++ b/src/mainboard/packardbell/ms2290/mainboard.c
@@ -35,8 +35,8 @@
#include <pc80/mc146818rtc.h>
#include <arch/x86/include/arch/acpigen.h>
-#if CONFIG_PCI_OPTION_ROM_RUN_YABEL || CONFIG_PCI_OPTION_ROM_RUN_REALMODE
#include <drivers/intel/gma/int15.h>
+#if CONFIG_PCI_OPTION_ROM_RUN_YABEL || CONFIG_PCI_OPTION_ROM_RUN_REALMODE
#include <arch/interrupt.h>
#endif
#include <pc80/keyboard.h>
Alexandru Gagniuc (mr.nuke.me(a)gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6985
-gerrit
commit c9cab6fc30d406ce88271a698e2c515e104fe1a3
Author: Paul Menzel <paulepanter(a)users.sourceforge.net>
Date: Sat Sep 27 10:02:15 2014 +0200
packardbell/ms2290: Fix build with native graphics init
Fix up commit a2a906e4 (Consolidate intel vga int15 hooks) [1]
breaking the build of Packard Bell EasyNote LM85 (MS2290) with native
graphics initialization enabled.
src/mainboard/packardbell/ms2290/mainboard.c: In function 'mainboard_enable':
src/mainboard/packardbell/ms2290/mainboard.c:127:2: error: implicit declaration of function 'install_intel_vga_int15_handler' [-Werror=implicit-function-declaration]
src/mainboard/packardbell/ms2290/mainboard.c:127:34: error: 'GMA_INT15_ACTIVE_LFP_INT_LVDS' undeclared (first use in this function)
src/mainboard/packardbell/ms2290/mainboard.c:127:34: note: each undeclared identifier is reported only once for each function it appears in
src/mainboard/packardbell/ms2290/mainboard.c:127:65: error: 'GMA_INT15_PANEL_FIT_DEFAULT' undeclared (first use in this function)
src/mainboard/packardbell/ms2290/mainboard.c:127:94: error: 'GMA_INT15_BOOT_DISPLAY_LFP' undeclared (first use in this function)
Include the header file `drivers/intel/gma/int15.h` unconditionally,
so that the prototype of `install_intel_vga_int15_handler()` is always
to be found.
[1] http://review.coreboot.org/6820
Change-Id: Ie64f9510f49fe9d67b14ce27d7e789d6007ca0a6
Signed-off-by: Paul Menzel <paulepanter(a)users.sourceforge.net>
---
src/mainboard/packardbell/ms2290/mainboard.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mainboard/packardbell/ms2290/mainboard.c b/src/mainboard/packardbell/ms2290/mainboard.c
index c14e9b7..9e64f5c 100644
--- a/src/mainboard/packardbell/ms2290/mainboard.c
+++ b/src/mainboard/packardbell/ms2290/mainboard.c
@@ -35,8 +35,8 @@
#include <pc80/mc146818rtc.h>
#include <arch/x86/include/arch/acpigen.h>
-#if CONFIG_PCI_OPTION_ROM_RUN_YABEL || CONFIG_PCI_OPTION_ROM_RUN_REALMODE
#include <drivers/intel/gma/int15.h>
+#if CONFIG_PCI_OPTION_ROM_RUN_YABEL || CONFIG_PCI_OPTION_ROM_RUN_REALMODE
#include <arch/interrupt.h>
#endif
#include <pc80/keyboard.h>
Alexandru Gagniuc (mr.nuke.me(a)gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5957
-gerrit
commit 598f90500b83be287e473de8f1f925c1f4841fe4
Author: Paul Menzel <paulepanter(a)users.sourceforge.net>
Date: Sat Jun 7 21:50:21 2014 +0200
device/Kconfig: Select native graphics init by default
We want to always build-test native VGA init, and encourage
people to use it instead of VBIOS.
Change-Id: I47ed328ce8ce3516ad3997978a01d2359d9b1ca8
Signed-off-by: Paul Menzel <paulepanter(a)users.sourceforge.net>
Signed-off-by: Francis Rowe <info(a)gluglug.org.uk>
---
src/device/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/device/Kconfig b/src/device/Kconfig
index 58dcc1b..3d47602 100644
--- a/src/device/Kconfig
+++ b/src/device/Kconfig
@@ -32,7 +32,7 @@ config MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFG
config MAINBOARD_DO_NATIVE_VGA_INIT
bool "Use native graphics initialization"
depends on MAINBOARD_HAS_NATIVE_VGA_INIT
- default n
+ default y
help
Some mainboards, such as the Google Link, allow initializing the display
without the need of a binary only VGA OPROM. Enabling this option may be
the following patch was just integrated into master:
commit 71512b2cf6cc00a455fa354d87092c6473ee117c
Author: Francis Rowe <info(a)gluglug.org.uk>
Date: Mon Mar 16 05:31:40 2015 +0000
northbridge/i945/gma: fix build error with native graphics init
Tested on an X60, Native graphics init still works perfectly.
Change-Id: I91be3baa658e0332028c512c5a4cb0aee07d540a
Signed-off-by: Francis Rowe <info(a)gluglug.org.uk>
Reviewed-on: http://review.coreboot.org/8696
Reviewed-by: Alexandru Gagniuc <mr.nuke.me(a)gmail.com>
Tested-by: build bot (Jenkins)
See http://review.coreboot.org/8696 for details.
-gerrit