Martin Roth has uploaded this change for review. ( https://review.coreboot.org/28544
Change subject: util/docker: work-around toolchain build issues
......................................................................
util/docker: work-around toolchain build issues
When trying to update the builders to the newest version of the
toolchain, I ran into a couple of problems. This patch attempts
to work around the issues, but doesn't seem to be a good solution
to either.
- GCC 8.1 fails to build with the current libisl-dev package (.20-2)
in debian sid.
- The patches added to make require that we use automake & aclocal
to rebuild the configuration, but version 1.15 of autotools is
expected. After debian sid updated to autotools 1.16, the tools can't
be located.
Change-Id: I9f616b96e728106e7adf321325caa06808e064c2
Signed-off-by: Martin Roth <martinr(a)coreboot.org>
---
M util/docker/coreboot-sdk/Dockerfile
1 file changed, 4 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/44/28544/1
diff --git a/util/docker/coreboot-sdk/Dockerfile b/util/docker/coreboot-sdk/Dockerfile
index 412362f..038de83 100644
--- a/util/docker/coreboot-sdk/Dockerfile
+++ b/util/docker/coreboot-sdk/Dockerfile
@@ -42,7 +42,7 @@
libftdi1-dev \
libglib2.0-dev \
libgmp-dev \
- libisl-dev \
+ libisl-0.18-dev \
libjaylink-dev \
liblzma-dev \
libncurses5-dev \
@@ -71,7 +71,9 @@
wget \
xz-utils \
zlib1g-dev \
- && apt-get clean
+ && apt-get clean \
+ && ln -s /usr/bin/automake /usr/bin/automake-1.15 \
+ && ln -s /usr/bin/aclocal /usr/bin/aclocal-1.15
RUN \
cd /root && \
--
To view, visit https://review.coreboot.org/28544
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9f616b96e728106e7adf321325caa06808e064c2
Gerrit-Change-Number: 28544
Gerrit-PatchSet: 1
Gerrit-Owner: Martin Roth <martinroth(a)google.com>
Hello caveh jalali, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/28540
to look at the new patch set (#2).
Change subject: mb/google/poppy: Set UPD CmdTriStateDis for Atlas
......................................................................
mb/google/poppy: Set UPD CmdTriStateDis for Atlas
This patch sets the MRC UPD CmdTriStateDis for the atlas boards.
Atlas is a LPDDR3 design without RTT for CMD/CTRL.
The original change for
nocturne is I0f593761dcbd121e7e758421af178931b9d78295
BUG=b:111812662
CQ-DEPEND=CB:*28424
Change-Id: I45b6dd22412c689c8db64f4650e9fa9e87dec2ec
Signed-off-by: Caveh Jalali <caveh(a)chromium.org>
---
M src/mainboard/google/poppy/variants/atlas/devicetree.cb
1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/40/28540/2
--
To view, visit https://review.coreboot.org/28540
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I45b6dd22412c689c8db64f4650e9fa9e87dec2ec
Gerrit-Change-Number: 28540
Gerrit-PatchSet: 2
Gerrit-Owner: Caveh Jalali <caveh(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Reviewer: caveh jalali <caveh(a)chromium.org>
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/28542
to look at the new patch set (#4).
Change subject: tianocore: Add option to use HPET timer
......................................................................
tianocore: Add option to use HPET timer
Default tianocore payload select to use 8254 timer instead of hpet
timer, for SOC like cannonlake/coffeelake, 8254 timer had been clock
gated. Add option for tianocore payload to use HPET timer.
BUG=N/A.
TEST=Build and boot up into UEFI shell on whiskeylake rvp platform.
Change-Id: I857704b0ca128fc9da193ae26a33c7cf89ad7320
Signed-off-by: Lijian Zhao <lijian.zhao(a)intel.com>
---
M payloads/external/tianocore/Kconfig
M payloads/external/tianocore/Makefile
A payloads/external/tianocore/patches/hpet/0001-CorebootPayload-Use-HPET-Timer.patch
3 files changed, 49 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/42/28542/4
--
To view, visit https://review.coreboot.org/28542
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I857704b0ca128fc9da193ae26a33c7cf89ad7320
Gerrit-Change-Number: 28542
Gerrit-PatchSet: 4
Gerrit-Owner: Lijian Zhao <lijian.zhao(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Lijian Zhao has posted comments on this change. ( https://review.coreboot.org/27615 )
Change subject: payloads/tianocore: rebase patches to UDK2018 release
......................................................................
Patch Set 1:
Actually tianocore payload works for me even without all those patches
--
To view, visit https://review.coreboot.org/27615
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ib409f6f93eb64d7a9a2f09a75f8e637ab8689410
Gerrit-Change-Number: 27615
Gerrit-PatchSet: 1
Gerrit-Owner: Piotr Król <piotr.krol(a)3mdeb.com>
Gerrit-Reviewer: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Lijian Zhao <lijian.zhao(a)intel.com>
Gerrit-Comment-Date: Sat, 08 Sep 2018 01:08:48 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: No
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/28542
to look at the new patch set (#3).
Change subject: tianocore: Add option to use HPET timer
......................................................................
tianocore: Add option to use HPET timer
Default tianocore payload select to use 8254 timer instead of hpet
timer, for SOC like cannonlake/coffeelake, 8254 timer had been clock
gated. Add option for tianocore payload to use HPET timer.
BUG=N/A.
TEST=Build and boot up into UEFI shell on whiskeylake rvp platform.
Change-Id: I857704b0ca128fc9da193ae26a33c7cf89ad7320
Signed-off-by: Lijian Zhao <lijian.zhao(a)intel.com>
---
M payloads/external/tianocore/Kconfig
M payloads/external/tianocore/Makefile
A payloads/external/tianocore/patches/hpet/0001-CorebootPayload-Use-HPET-Timer.patch
3 files changed, 49 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/42/28542/3
--
To view, visit https://review.coreboot.org/28542
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I857704b0ca128fc9da193ae26a33c7cf89ad7320
Gerrit-Change-Number: 28542
Gerrit-PatchSet: 3
Gerrit-Owner: Lijian Zhao <lijian.zhao(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>