https://github.com/torvalds/linux
Revision 09e71a6f13445974fe9b70b6d4b68ac362cd68b6 authored by Dave Jiang on 13 December 2016, 16:03:13 UTC, committed by Jon Mason on 23 December 2016, 21:10:54 UTC
The offsets for the SZ registers are wrong. Updated.

Signed-off-by: Dave Jiang <dave.jiang@intel.com>
Reported-by: Sandeep Mann <sandeep@purestorage.com>
Tested-by: Zachary Ross <zacharyx.ross@intel.com>
Signed-off-by: Jon Mason <jdmason@kudzu.us>
1 parent 5c43c52
Raw File
Tip revision: 09e71a6f13445974fe9b70b6d4b68ac362cd68b6 authored by Dave Jiang on 13 December 2016, 16:03:13 UTC
ntb: fix SKX NTB config space size register offsets
Tip revision: 09e71a6
Makefile.dtc
# Makefile.dtc
#
# This is not a complete Makefile of itself.  Instead, it is designed to
# be easily embeddable into other systems of Makefiles.
#
DTC_SRCS = \
	checks.c \
	data.c \
	dtc.c \
	flattree.c \
	fstree.c \
	livetree.c \
	srcpos.c \
	treesource.c \
	util.c

DTC_GEN_SRCS = dtc-lexer.lex.c dtc-parser.tab.c
DTC_OBJS = $(DTC_SRCS:%.c=%.o) $(DTC_GEN_SRCS:%.c=%.o)
back to top