the following patch was just integrated into master:
commit f2e1f6a8628d4c13640688790be9550aa9839b34
Author: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Date: Thu Feb 28 00:12:18 2013 +0100
Drop SRC_ROOT from mainboard Makefile.incs
It's not used, and not needed.
Change-Id: Ifca92f3606ac58fc26e09676488c3add5d84ae79
Signed-off-by: Stefan Reinauer <reinauer(a)google.com>
Reviewed-on: http://review.coreboot.org/2548
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter(a)users.sourceforge.net>
Build-Tested: build bot (Jenkins) at Thu Feb 28 00:22:18 2013, giving +1
See http://review.coreboot.org/2548 for details.
-gerrit
A new stable release of SeaBIOS (version 1.7.2.1) has been tagged.
This release contains bug fixes, including several fixes for build
problems.
The release is available via git:
git clone git://git.seabios.org/seabios -b 1.7.2-stable
-Kevin
Kevin O'Connor (4):
Update tools/acpi_extract.py to handle iasl 20130117 release.
Fix Makefile - don't reference "out/" directly, instead use "$(OUT)".
build: Don't require $(OUT) to be a sub-directory of the main directory.
Verify CC is valid during build tests.
Alex Williamson (3):
seabios q35: Enable all PIRQn IRQs at startup
seabios q35: Add new PCI slot to irq routing function
seabios: Add a dummy PCI slot to irq mapping function
Avik Sil (1):
USB-EHCI: Fix null pointer assignment
Makefile | 10 +++++-----
src/Kconfig | 2 +-
src/pciinit.c | 47 ++++++++++++++++++++++++++++++++++++++++++-----
src/usb-ehci.c | 2 +-
tools/acpi_extract.py | 4 ++--
tools/test-build.sh | 23 +++++++++++++++--------
6 files changed, 66 insertions(+), 22 deletions(-)
the following patch was just integrated into master:
commit ef650a5d2456196d653667de7d02abc0591ec024
Author: Gabe Black <gabeblack(a)google.com>
Date: Wed Nov 21 02:16:13 2012 -0800
libpayload: Check for completion more often in ehci_set_periodic_schedule.
This function was using mdelay in a loop to check for the completion of an USB
controller operation. Since we're busy waiting anyway, we might as well wait
only 1 us before checking again and potentially seeing the completion 999 us
earlier than we would otherwise.
Change-Id: I177b303c5503a0078c608d5f945c395691d4bd8a
Signed-off-by: Gabe Black <gabeblack(a)google.com>
Reviewed-on: http://review.coreboot.org/2522
Tested-by: build bot (Jenkins)
Reviewed-by: Dave Frodin <dave.frodin(a)se-eng.com>
Reviewed-by: Anton Kochkov <anton.kochkov(a)gmail.com>
Build-Tested: build bot (Jenkins) at Tue Feb 26 02:43:51 2013, giving +1
See http://review.coreboot.org/2522 for details.
-gerrit
the following patch was just integrated into master:
commit 1cca340942957009ad74e24ef04bdd5eb44aabaf
Author: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Date: Tue Feb 26 19:21:39 2013 +0200
Use defines for some i82801ex/gx registers
Change-Id: I0069ec26278b82d61ce5bcfb94d77647dfd3254b
Signed-off-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Reviewed-on: http://review.coreboot.org/2530
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Build-Tested: build bot (Jenkins) at Wed Feb 27 21:27:40 2013, giving +1
Reviewed-By: Stefan Reinauer <stefan.reinauer(a)coreboot.org> at Thu Feb 28 00:34:40 2013, giving +2
See http://review.coreboot.org/2530 for details.
-gerrit