the following patch was just integrated into master:
commit eb9d043e335aac286fd564ae01afca35d4cc9712
Author: Kerry Sheh <shekairui(a)gmail.com>
Date: Wed Sep 14 10:04:19 2011 +0800
rs780: hide unused gfx ports and gpp ports
Hide the unused gfx ports and gpp ports if they are not configured as hotplug.
lspci -vvv will get more accurate information under Linux,
tested on avalue/eax-785e.
Change-Id: Iaabfd362a0a01f21d0f49aa2bd2d26f9259013fb
Signed-off-by: Kerry Sheh <kerry.she(a)amd.com>
Signed-off-by: Kerry Sheh <shekairui(a)gmail.com>
See http://review.coreboot.org/206 for details.
-gerrit
the following patch was just integrated into master:
commit 7dfe5496ff3d9acf8283a64bca1bc982f3ccd7ce
Author: Patrick Georgi <patrick.georgi(a)secunet.com>
Date: Fri Sep 2 09:57:01 2011 +0200
Provide mechanism to local additions to the build
site-local/ is an optional directory for local additions to the build.
If site-local/Makefile.inc exists it will be parsed and used.
Use it to define VGA option roms, splash screens, extra rules to the
tree...
Change-Id: I0c6ee43ffa40e6c3f193db081ab551ab75bc7478
Signed-off-by: Patrick Georgi <patrick.georgi(a)secunet.com>
See http://review.coreboot.org/212 for details.
-gerrit
the following patch was just integrated into master:
commit e62854c3fad7f47dee91a2119f46bece5a7f6cb4
Author: Mathias Krause <mathias.krause(a)secunet.com>
Date: Wed Mar 9 11:37:16 2011 +0100
superiotool: Don't compile with -Werror
Older libpci version have headers using 'long long' which isn't allowed
in ANSI C. Since we cannot control the libpci version installed in the
system nor in generall have complete control over system headers, simply
skip using -Werror in our makefile.
Change-Id: Ibc1e57bef033bf4971f4108d078222dcf168d5e3
Signed-off-by: Mathias Krause <mathias.krause(a)secunet.com>
See http://review.coreboot.org/210 for details.
-gerrit
the following patch was just integrated into master:
commit 6c800a257772c52df37e0babf8637ce0de394a42
Author: Mathias Krause <mathias.krause(a)secunet.com>
Date: Mon Jun 27 14:35:00 2011 +0200
inteltool: fixed 64 bit build
The inline assembly for cpuid() was 32 bit specific. Additionally a
format string referencing a size_t argument wasn't using the %z length
modifier.
Change-Id: Iac4a4d5ca81f9bf67bb7b8772013bf6c289e4301
Signed-off-by: Mathias Krause <mathias.krause(a)secunet.com>
See http://review.coreboot.org/211 for details.
-gerrit
the following patch was just integrated into master:
commit c1c064a15d20f3591784ab91d80f8d7789cb3096
Author: Mathias Krause <mathias.krause(a)secunet.com>
Date: Wed Mar 9 11:30:55 2011 +0100
inteltool: Fixed building of position independent executables
When building a position independent executable (PIE) EBX is used
internally by the compiler to generate position independent address
references so it cannot be used in the clobber list. Use the already
existing code for the Darwin plattform for that case, too -- it'll
preserve the EBX value.
Change-Id: Ief6d4872b8cd990856a0e8227a88bb228782aced
Signed-off-by: Mathias Krause <mathias.krause(a)secunet.com>
See http://review.coreboot.org/209 for details.
-gerrit
the following patch was just integrated into master:
commit 5c492e1e4da04d8f348f92c40b8285d6420f5043
Author: Patrick Georgi <patrick.georgi(a)secunet.com>
Date: Tue Jul 12 11:40:29 2011 +0200
libpayload: Add get_option_from()
This function allows reading the nvram configuration table from
locations other than the cbtable.
Change-Id: I56c9973a9ea45ad7bf0185b70d11c9ce5d0e0e1b
Signed-off-by: Patrick Georgi <patrick.georgi(a)secunet.com>
See http://review.coreboot.org/213 for details.
-gerrit
the following patch was just integrated into master:
commit 9b79a7d880b17acc91010f94dc6cea0a230f1e9a
Author: QingPei Wang <wangqingpei(a)gmail.com>
Date: Tue Sep 13 13:35:43 2011 +0800
Add IT8721F support
only the serial port is tested, keyboard/mouse are gonna
to be tested later, it may also need some more patches
to make it work completely.
Change-Id: Ie9464d01c5d5760ebc800b3cd15a4ab2bad2e09f
Signed-off-by: QingPei Wang <wangqingpei(a)gmail.com>
See http://review.coreboot.org/204 for details.
-gerrit