Patrick Georgi has posted comments on this change. ( https://review.coreboot.org/20011 )
Change subject: util/cbfstool: Update lz4 to 1.7.5
......................................................................
Patch Set 4: Code-Review+2
(1 comment)
https://review.coreboot.org/#/c/20011/4/util/cbfstool/Makefile.inc
File util/cbfstool/Makefile.inc:
https://review.coreboot.org/#/c/20011/4/util/cbfstool/Makefile.inc@172
PS4, Line 172: gcc
> seems bad...
could be prettier, eg. for systems without gcc. hm...
--
To view, visit https://review.coreboot.org/20011
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Id17f5183392decc15a41f654e398968120832bcc
Gerrit-Change-Number: 20011
Gerrit-PatchSet: 4
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Fri, 02 Jun 2017 07:56:43 +0000
Gerrit-HasComments: Yes
Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/20011 )
Change subject: util/cbfstool: Update lz4 to 1.7.5
......................................................................
Patch Set 4:
(1 comment)
https://review.coreboot.org/#/c/20011/4/util/cbfstool/Makefile.inc
File util/cbfstool/Makefile.inc:
https://review.coreboot.org/#/c/20011/4/util/cbfstool/Makefile.inc@172
PS4, Line 172: gcc
seems bad...
but using $(HOSTCC) is not that much better since it should also check if it is actually gcc
--
To view, visit https://review.coreboot.org/20011
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Id17f5183392decc15a41f654e398968120832bcc
Gerrit-Change-Number: 20011
Gerrit-PatchSet: 4
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Fri, 02 Jun 2017 07:51:17 +0000
Gerrit-HasComments: Yes
Hello build bot (Jenkins), Patrick Georgi,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/20011
to look at the new patch set (#4).
Change subject: util/cbfstool: Update lz4 to 1.7.5
......................................................................
util/cbfstool: Update lz4 to 1.7.5
This fixes building with GCC7
This does the following:
* update lz4 to 1.7.5 and change deprecated constants in compress.c
* add -Wimplicit-fallthrough=3 to TOOLCFLAGS if toolchain is gcc7
* Change Pass through in Fall through in lz4frame.c since this is what
GCC looks for
* Fix trailing whitespace in lz4hc.c
Change-Id: Id17f5183392decc15a41f654e398968120832bcc
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
---
M util/cbfstool/Makefile.inc
M util/cbfstool/compress.c
M util/cbfstool/lz4/lib/LICENSE
M util/cbfstool/lz4/lib/Makefile
M util/cbfstool/lz4/lib/README.md
M util/cbfstool/lz4/lib/liblz4.pc.in
M util/cbfstool/lz4/lib/lz4.c
M util/cbfstool/lz4/lib/lz4.h
M util/cbfstool/lz4/lib/lz4frame.c
M util/cbfstool/lz4/lib/lz4frame.h
M util/cbfstool/lz4/lib/lz4frame_static.h
M util/cbfstool/lz4/lib/lz4hc.c
M util/cbfstool/lz4/lib/lz4hc.h
A util/cbfstool/lz4/lib/lz4opt.h
M util/cbfstool/lz4/lib/xxhash.c
M util/cbfstool/lz4/lib/xxhash.h
16 files changed, 2,686 insertions(+), 2,205 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/11/20011/4
--
To view, visit https://review.coreboot.org/20011
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Id17f5183392decc15a41f654e398968120832bcc
Gerrit-Change-Number: 20011
Gerrit-PatchSet: 4
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Hello build bot (Jenkins), Patrick Georgi,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/20011
to look at the new patch set (#3).
Change subject: util/cbfstool: Update lz4 to 1.7.5
......................................................................
util/cbfstool: Update lz4 to 1.7.5
This fixes building with GCC7
This does the following:
* update lz4 to 1.7.5 and change deprecated constants in compress.c
* add -Wimplicit-fallthrough=3 to TOOLCFLAGS
* Change Pass through in Fall through in lz4frame.c since this is what
GCC looks for
* Fix trailing whitespace in lz4hc.c
Change-Id: Id17f5183392decc15a41f654e398968120832bcc
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
---
M util/cbfstool/Makefile.inc
M util/cbfstool/compress.c
M util/cbfstool/lz4/lib/LICENSE
M util/cbfstool/lz4/lib/Makefile
M util/cbfstool/lz4/lib/README.md
M util/cbfstool/lz4/lib/liblz4.pc.in
M util/cbfstool/lz4/lib/lz4.c
M util/cbfstool/lz4/lib/lz4.h
M util/cbfstool/lz4/lib/lz4frame.c
M util/cbfstool/lz4/lib/lz4frame.h
M util/cbfstool/lz4/lib/lz4frame_static.h
M util/cbfstool/lz4/lib/lz4hc.c
M util/cbfstool/lz4/lib/lz4hc.h
A util/cbfstool/lz4/lib/lz4opt.h
M util/cbfstool/lz4/lib/xxhash.c
M util/cbfstool/lz4/lib/xxhash.h
16 files changed, 2,683 insertions(+), 2,206 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/11/20011/3
--
To view, visit https://review.coreboot.org/20011
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Id17f5183392decc15a41f654e398968120832bcc
Gerrit-Change-Number: 20011
Gerrit-PatchSet: 3
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Hello build bot (Jenkins), Patrick Georgi,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/20011
to look at the new patch set (#2).
Change subject: util/cbfstool: Update lz4 to 1.7.5
......................................................................
util/cbfstool: Update lz4 to 1.7.5
This fixes building with GCC7
This does the following:
* update lz4 to 1.7.5 and change deprecated constants in compress.c
* add -Wimplicit-fallthrough=3 to TOOLCFLAGS
* Change Pass through in Fall through in lz4frame.c since this is what
GCC looks for
* Fix trailing whitespace in lz4hc.c
Change-Id: Id17f5183392decc15a41f654e398968120832bcc
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
---
M util/cbfstool/Makefile.inc
M util/cbfstool/compress.c
M util/cbfstool/lz4/lib/LICENSE
M util/cbfstool/lz4/lib/Makefile
M util/cbfstool/lz4/lib/README.md
M util/cbfstool/lz4/lib/liblz4.pc.in
M util/cbfstool/lz4/lib/lz4.c
M util/cbfstool/lz4/lib/lz4.h
M util/cbfstool/lz4/lib/lz4frame.c
M util/cbfstool/lz4/lib/lz4frame.h
M util/cbfstool/lz4/lib/lz4frame_static.h
M util/cbfstool/lz4/lib/lz4hc.c
M util/cbfstool/lz4/lib/lz4hc.h
A util/cbfstool/lz4/lib/lz4opt.h
M util/cbfstool/lz4/lib/xxhash.c
M util/cbfstool/lz4/lib/xxhash.h
16 files changed, 2,683 insertions(+), 2,205 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/11/20011/2
--
To view, visit https://review.coreboot.org/20011
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Id17f5183392decc15a41f654e398968120832bcc
Gerrit-Change-Number: 20011
Gerrit-PatchSet: 2
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>