the following patch was just integrated into master:
commit 126a2a8a78731b0f913ac0f876b4238359a483b8
Author: Damien Zammit <damien(a)zamaudio.com>
Date: Fri Nov 28 15:59:10 2014 +1100
gigabyte/ga-b75m-d3h: Add new Intel mainboard
This is based on LENOVO X230 port.
Board boots to linux via SATA or USB.
All USB ports are working.
Remaining Issues:
1. Native raminit sometimes fails with "timC write discovery failed"
even without changing the ram configuration. I suggest
altering the native raminit code so that it reboots
if that message appears to give a chance for the
boot process to recover.
2. VGA does not work.
Native graphics initialization only supports LVDS and
the VGA Option ROM still hangs when run in SeaBIOS.
Change-Id: I91a7aab96d6c5f213b097cd55fcc47d4c94b3172
Signed-off-by: Damien Zammit <damien(a)zamaudio.com>
Reviewed-on: http://review.coreboot.org/7341
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan(a)alterapraxis.com>
Reviewed-by: Paul Menzel <paulepanter(a)users.sourceforge.net>
See http://review.coreboot.org/7341 for details.
-gerrit
the following patch was just integrated into master:
commit 6d0cba7978913b8f28257a0bb2e38eeb9965efc3
Author: Patrick Georgi <pgeorgi(a)google.com>
Date: Sat Nov 29 11:32:12 2014 +0100
gcc.c: Test for gcc, not for non-clang
This is gcc specific, not necessary-everywhere-but-on-clang.
Change-Id: Ie02587bd41c856cbf730ea2f72f594a20b5fefbe
Signed-off-by: Patrick Georgi <pgeorgi(a)google.com>
Reviewed-on: http://review.coreboot.org/7609
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan(a)alterapraxis.com>
Reviewed-by: Paul Menzel <paulepanter(a)users.sourceforge.net>
See http://review.coreboot.org/7609 for details.
-gerrit
the following patch was just integrated into master:
commit 32a5a5f467e6a69647912cecc4fee9e8fc7cfea3
Author: Patrick Georgi <pgeorgi(a)google.com>
Date: Sat Nov 29 14:43:35 2014 +0100
buildgcc: support DESTDIR for libelf
The libelf build system doesn't support the
DESTDIR variable. Work around by mangling prefix
when installing.
Change-Id: I3a56eb2bf919bcb9b586b945dce26a02dbaff931
Signed-off-by: Patrick Georgi <pgeorgi(a)google.com>
Reviewed-on: http://review.coreboot.org/7613
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan(a)alterapraxis.com>
Reviewed-by: Paul Menzel <paulepanter(a)users.sourceforge.net>
See http://review.coreboot.org/7613 for details.
-gerrit
the following patch was just integrated into master:
commit 4f75af9fe26bf8c741d7877c79a24ae1a521aae7
Author: Patrick Georgi <pgeorgi(a)google.com>
Date: Sat Nov 29 11:41:35 2014 +0100
Unify remaining binutils invocations
No need to pass calls through gcc in one case and
directly to binutils in another. Just always call
binutils.
Change-Id: Icf9660ce40d3c23f96dfab6a73c169ff07d3e42b
Signed-off-by: Patrick Georgi <pgeorgi(a)google.com>
Reviewed-on: http://review.coreboot.org/7610
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan(a)alterapraxis.com>
Reviewed-by: Paul Menzel <paulepanter(a)users.sourceforge.net>
See http://review.coreboot.org/7610 for details.
-gerrit
the following patch was just integrated into master:
commit 02ac6c3572e2aedae256597133a1414c0e2e7f0c
Author: Patrick Georgi <patrick(a)georgi-clan.de>
Date: Fri Nov 28 23:08:51 2014 +0100
build system: only do the compiler test for gcc
There isn't a history of broken clang compilers yet
so let's give it a chance.
Change-Id: Iddb63700e3850116313c1ddee69111f936191055
Signed-off-by: Patrick Georgi <pgeorgi(a)google.com>
Reviewed-on: http://review.coreboot.org/7607
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan(a)alterapraxis.com>
See http://review.coreboot.org/7607 for details.
-gerrit
the following patch was just integrated into master:
commit bd79c5eaf1f13f33c43c99657f24fa4c0330619a
Author: Patrick Georgi <pgeorgi(a)google.com>
Date: Fri Nov 28 22:35:36 2014 +0100
Replace hlt() loops with halt()
Change-Id: I8486e70615f4c404a342cb86963b5357a934c41d
Signed-off-by: Patrick Georgi <pgeorgi(a)google.com>
Reviewed-on: http://review.coreboot.org/7606
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan(a)alterapraxis.com>
See http://review.coreboot.org/7606 for details.
-gerrit
the following patch was just integrated into master:
commit 1b2f2a071488bd15ce80194e85d318cd44659e54
Author: Patrick Georgi <pgeorgi(a)google.com>
Date: Fri Nov 28 22:00:22 2014 +0100
Introduce halt()
It's a portable and generic way to halt the system.
Useful when waiting for the platform to reset.
Change-Id: Ie07f3333d294a4d3e982cbc2ab9014c94b39fce0
Signed-off-by: Patrick Georgi <pgeorgi(a)google.com>
Reviewed-on: http://review.coreboot.org/7605
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan(a)alterapraxis.com>
See http://review.coreboot.org/7605 for details.
-gerrit