Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/20011
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
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/1
--
To view, visit https://review.coreboot.org/20011
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id17f5183392decc15a41f654e398968120832bcc
Gerrit-Change-Number: 20011
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Patrick Georgi has submitted this change and it was merged. ( https://review.coreboot.org/20000 )
Change subject: mb/intel/d410pt: Add mainboard
......................................................................
mb/intel/d410pt: Add mainboard
This board is almost identical to D510MO, the only differences are
some differences in populated connections, CPU with less L2 cache and
a 10/100 Realtek NIC.
The vendor uses the very same binary for both D510M0 and D410PT.
Change-Id: I220515365b69e785ef249c4e3a9af5f7fddf02f9
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
Reviewed-on: https://review.coreboot.org/20000
Tested-by: build bot (Jenkins) <no-reply(a)coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi(a)google.com>
---
M src/mainboard/intel/d510mo/Kconfig.name
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
build bot (Jenkins): Verified
Patrick Georgi: Looks good to me, approved
diff --git a/src/mainboard/intel/d510mo/Kconfig.name b/src/mainboard/intel/d510mo/Kconfig.name
index 2df0dca..548ec1b 100644
--- a/src/mainboard/intel/d510mo/Kconfig.name
+++ b/src/mainboard/intel/d510mo/Kconfig.name
@@ -1,2 +1,2 @@
config BOARD_INTEL_D510MO
- bool "D510MO"
+ bool "D510MO / D410PT"
--
To view, visit https://review.coreboot.org/20000
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I220515365b69e785ef249c4e3a9af5f7fddf02f9
Gerrit-Change-Number: 20000
Gerrit-PatchSet: 3
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Patrick Georgi has posted comments on this change. ( https://review.coreboot.org/20000 )
Change subject: mb/intel/d410pt: Add mainboard
......................................................................
Patch Set 2: Code-Review+2
--
To view, visit https://review.coreboot.org/20000
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I220515365b69e785ef249c4e3a9af5f7fddf02f9
Gerrit-Change-Number: 20000
Gerrit-PatchSet: 2
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
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:06:19 +0000
Gerrit-HasComments: No