the following patch was just integrated into master:
commit 1ec065bffae5233202ec1e64f3a2fb541da3784e
Author: Patrick Georgi <patrick(a)georgi-clan.de>
Date: Fri May 2 15:08:46 2014 +0200
drivers/pc80/Kconfig: simplify PS/2 selection rules
There's no need to state the dependency twice.
Change-Id: Ia241d441211c6f476d0a6ed7589b038f7a220265
Signed-off-by: Patrick Georgi <patrick(a)georgi-clan.de>
Reviewed-on: http://review.coreboot.org/5633
Reviewed-by: Paul Menzel <paulepanter(a)users.sourceforge.net>
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan(a)alterapraxis.com>
Reviewed-by: Ronald G. Minnich <rminnich(a)gmail.com>
See http://review.coreboot.org/5633 for details.
-gerrit
the following patch was just integrated into master:
commit e0187df61bea98d506c8cddf5d7674d09cb50390
Author: Patrick Georgi <patrick(a)georgi-clan.de>
Date: Wed May 14 14:32:11 2014 +0200
xcompile: break out big loop content into function
Change-Id: Id98afa956a2af7113a6ef848b436d661a1fa39f2
Signed-off-by: Patrick Georgi <patrick(a)georgi-clan.de>
Reviewed-on: http://review.coreboot.org/5745
Reviewed-by: Edward O'Callaghan <eocallaghan(a)alterapraxis.com>
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
See http://review.coreboot.org/5745 for details.
-gerrit
the following patch was just integrated into master:
commit adc241326c6b751911d4ef6763aa9bea0fa12934
Author: Patrick Georgi <patrick(a)georgi-clan.de>
Date: Wed May 14 14:30:08 2014 +0200
xcompile: move tempfile cleanup closer together
Change-Id: I4fb3041d505402de3cbcd7ec079dde5e168a90cf
Signed-off-by: Patrick Georgi <patrick(a)georgi-clan.de>
Reviewed-on: http://review.coreboot.org/5744
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
See http://review.coreboot.org/5744 for details.
-gerrit
the following patch was just integrated into master:
commit ee46712da0d02b2f11923e89bcddb7dc84c0939f
Author: Patrick Georgi <patrick(a)georgi-clan.de>
Date: Wed May 14 14:28:21 2014 +0200
xcompile: actually use "special compile flags" idea
xcompile used to test for special ARM flags - that were
empty.
Meanwhile, -Wa,--divide, which is only useful on i386-elf
was tested for on arm and aarch64, too
Change-Id: I1a5a1bc40fa1040d0939038b073aef31c72d0c6f
Signed-off-by: Patrick Georgi <patrick(a)georgi-clan.de>
Reviewed-on: http://review.coreboot.org/5743
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan(a)alterapraxis.com>
Reviewed-by: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
See http://review.coreboot.org/5743 for details.
-gerrit
the following patch was just integrated into master:
commit 004295d86d7bbd6cfb0ce9767cbc1a2adbf61891
Author: Patrick Georgi <patrick(a)georgi-clan.de>
Date: Wed May 14 14:26:07 2014 +0200
xcompile: fail earlier on missing host tools
No need to test all the cross compiler things if
there's no host compiler or iasl.
Also test that the alternatives work, instead of
assuming iasl or cc are in the path.
Change-Id: I1d2293873f4bf1bb525d794851ec20adddb05ac6
Signed-off-by: Patrick Georgi <patrick(a)georgi-clan.de>
Reviewed-on: http://review.coreboot.org/5742
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan(a)alterapraxis.com>
Reviewed-by: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
See http://review.coreboot.org/5742 for details.
-gerrit
the following patch was just integrated into master:
commit d387c63576098f63d18e11a45faf0fe5d1f57dee
Author: Patrick Georgi <patrick(a)georgi-clan.de>
Date: Wed May 14 14:23:28 2014 +0200
xcompile: slightly refactor variable expansion magic
Change-Id: Iebe071c863c6c7139128a2ec59acfb9da0f83512
Signed-off-by: Patrick Georgi <patrick(a)georgi-clan.de>
Reviewed-on: http://review.coreboot.org/5741
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
See http://review.coreboot.org/5741 for details.
-gerrit
the following patch was just integrated into master:
commit aab174088199d7012b32e21753d75014d9c2aef5
Author: Patrick Georgi <patrick(a)georgi-clan.de>
Date: Wed May 14 14:14:38 2014 +0200
xcompile: use bash
I don't think all /bin/sh implement all features used
in xcompile.
Change-Id: Ida2a166242201ed0221316b123888127c83bf3c1
Signed-off-by: Patrick Georgi <patrick(a)georgi-clan.de>
Reviewed-on: http://review.coreboot.org/5740
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan(a)alterapraxis.com>
Reviewed-by: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
See http://review.coreboot.org/5740 for details.
-gerrit
the following patch was just integrated into master:
commit e9fe6545cac2313cbee2b2bdd5c7518e41e9c833
Author: Patrick Georgi <patrick(a)georgi-clan.de>
Date: Wed May 14 13:43:58 2014 +0200
abuild: add -L|--clang to enable clang builds
Change-Id: I11053456fd90cda07143b76de49c2804e38f06e0
Signed-off-by: Patrick Georgi <patrick(a)georgi-clan.de>
Reviewed-on: http://review.coreboot.org/5739
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan(a)alterapraxis.com>
Reviewed-by: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
See http://review.coreboot.org/5739 for details.
-gerrit