the following patch was just integrated into master:
commit 40788c6a4e5e9b5172c3c8c5752b9c3cd50af78c
Author: Damien Zammit <damien(a)zamaudio.com>
Date: Fri May 16 18:52:47 2014 +1000
lenovo/t60: Enable dock serial port when undocked and redocked
When the system is started with dock, the serial port works.
As soon as the laptop is undocked and redocked, the serial port
no longer works. See below superiotool dump snippet:
Upon bootup: SIO @ 0x2e
LDN 0x03 (COM1)
idx 30 60 61 70 71 74 75 f0
val 01 03 f8 04 03 04 04 02
Redocked: SIO @ 0x2e
LDN 0x03 (COM1)
idx 30 60 61 70 71 74 75 f0
val 00 03 f8 04 03 04 04 02
Since the function dock_connect is executed every time the
dock is reconnected, starting without a dock and then attaching
it to a dock is now also fixed.
Change-Id: Ibd97589a8c743673a55e382a5db2ba62656c595e
Signed-off-by: Damien Zammit <damien(a)zamaudio.com>
Reviewed-on: http://review.coreboot.org/5761
Reviewed-by: Paul Menzel <paulepanter(a)users.sourceforge.net>
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
See http://review.coreboot.org/5761 for details.
-gerrit
the following patch was just integrated into master:
commit e47477e52ced46986c352a0ae6cf798c9a7aa560
Author: Patrick Georgi <patrick(a)georgi-clan.de>
Date: Sat May 17 18:38:10 2014 +0200
build: re-enable ccache support
The ccache support was mostly disabled because it
didn't hook onto most compilers anymore.
Caveat: ccache and scan-build don't work together since
scan-build doesn't like arguments in its compiler command
line (eg. "ccache gcc").
Change-Id: I7c1c6e22cb662f2b08e774ea484ac1c412fdd2db
Signed-off-by: Patrick Georgi <patrick(a)georgi-clan.de>
Reviewed-on: http://review.coreboot.org/5775
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
See http://review.coreboot.org/5775 for details.
-gerrit
the following patch was just integrated into master:
commit fadbe5f657147f5232b2e0ad2a2a8b654cbeb219
Author: Patrick Georgi <patrick(a)georgi-clan.de>
Date: Sat May 17 18:26:38 2014 +0200
build: make scan-build work again
This drops the scan-build related Kconfig options
since it's now possible to simply run
scan-build [-o outdir] make
and get coreboot built with its report.
There's also no inner make process anymore, and the way
things work should be clearer now.
Also adapt abuild to this new reality.
Change-Id: I03e03334761ec83f718b3235ebf811834cd2e3e3
Signed-off-by: Patrick Georgi <patrick(a)georgi-clan.de>
Reviewed-on: http://review.coreboot.org/5774
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
See http://review.coreboot.org/5774 for details.
-gerrit
the following patch was just integrated into master:
commit e24a119cceeef8ad62672fad2b92fd2f026621ab
Author: Patrick Georgi <patrick(a)georgi-clan.de>
Date: Sat May 17 19:05:56 2014 +0200
build: allow romcc to be wrapped
Allow ccache and scan-build to wrap romcc.
This works a bit different from the other compilers
because we only define it later.
Change-Id: I3adce91d3dde9dd50aa6a2baad5b457744f35575
Signed-off-by: Patrick Georgi <patrick(a)georgi-clan.de>
Reviewed-on: http://review.coreboot.org/5773
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
See http://review.coreboot.org/5773 for details.
-gerrit
the following patch was just integrated into master:
commit 443fbcf6a322d34b5c69505823ef2c0e3a7ee06c
Author: Patrick Georgi <patrick(a)georgi-clan.de>
Date: Sat May 17 18:24:45 2014 +0200
abuild: replace hardcoded values by their variables
Some coreboot-builds/ and makes made their way into
abuild. Stop them.
Change-Id: I5784e1fd623ada30e2fadcc74a7da3ee75c5ee96
Signed-off-by: Patrick Georgi <patrick(a)georgi-clan.de>
Reviewed-on: http://review.coreboot.org/5772
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
See http://review.coreboot.org/5772 for details.
-gerrit
the following patch was just integrated into master:
commit 262f31c3525f57f29310b5c7173b1a0f34efe792
Author: Patrick Georgi <patrick(a)georgi-clan.de>
Date: Sat May 17 15:13:40 2014 +0200
build: remove call to missing function
set_stage_libgcc never existed in our tree.
Change-Id: I864fc683dd7b89a030daf05eafb9624ce828cb72
Signed-off-by: Patrick Georgi <patrick(a)georgi-clan.de>
Reviewed-on: http://review.coreboot.org/5770
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
See http://review.coreboot.org/5770 for details.
-gerrit
the following patch was just integrated into master:
commit b145b8301fe973f588bcd637bb5eb070b1f472d3
Author: Patrick Georgi <patrick(a)georgi-clan.de>
Date: Sat May 17 15:08:47 2014 +0200
build: break compiler flags out of $(CC)
Having more than the executable in $(CC) only leads to
trouble in a number of situations.
Change-Id: I7642ca4068b3a3bd5798219d74de9e0eb85bb4e5
Signed-off-by: Patrick Georgi <patrick(a)georgi-clan.de>
Reviewed-on: http://review.coreboot.org/5769
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
See http://review.coreboot.org/5769 for details.
-gerrit
the following patch was just integrated into master:
commit 6bc44554b9df58465f6702828c4f663ab0e4d9ac
Author: Patrick Georgi <patrick(a)georgi-clan.de>
Date: Sat May 17 14:52:28 2014 +0200
build: don't call $(CC) -print-libgcc-file-name twice
Change-Id: Iaeeb8fc58e06c98273520e79999737da9ff3f872
Signed-off-by: Patrick Georgi <patrick(a)georgi-clan.de>
Reviewed-on: http://review.coreboot.org/5768
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
See http://review.coreboot.org/5768 for details.
-gerrit