From owner-freebsd-ppc@freebsd.org Sun Jan 29 03:20:11 2017 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0ADD2CC4194 for ; Sun, 29 Jan 2017 03:20:11 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: from asp.reflexion.net (outbound-mail-210-73.reflexion.net [208.70.210.73]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B45465DF for ; Sun, 29 Jan 2017 03:20:10 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: (qmail 6500 invoked from network); 29 Jan 2017 03:14:00 -0000 Received: from unknown (HELO mail-cs-01.app.dca.reflexion.local) (10.81.19.1) by 0 (rfx-qmail) with SMTP; 29 Jan 2017 03:14:00 -0000 Received: by mail-cs-01.app.dca.reflexion.local (Reflexion email security v8.20.1) with SMTP; Sat, 28 Jan 2017 22:13:29 -0500 (EST) Received: (qmail 32390 invoked from network); 29 Jan 2017 03:13:29 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with (AES256-SHA encrypted) SMTP; 29 Jan 2017 03:13:29 -0000 Received: from [192.168.1.111] (c-67-170-167-181.hsd1.or.comcast.net [67.170.167.181]) by iron2.pdx.net (Postfix) with ESMTPSA id 8FE93EC7C1F; Sat, 28 Jan 2017 19:13:28 -0800 (PST) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: lld and powerpc (32-bit, not powerpc64): What is FreeBSD's intent for head and going forward? Message-Id: <96E45DF1-6550-437C-8C34-9F2858A96BD8@dsl-only.net> Date: Sat, 28 Jan 2017 19:13:27 -0800 To: Ed Maste , FreeBSD Toolchain , FreeBSD PowerPC ML X-Mailer: Apple Mail (2.3259) X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jan 2017 03:20:11 -0000 http://lists.llvm.org/pipermail/llvm-dev/2016-December/107981.html ("[llvm-dev] LLD status update and performance chart" 2016-Dec-11) says in part: > LLD supports x86, x86-64, x32, AArch64, AMDGPU, ARM, PPC64 and > MIPS32/64, though completeness varies. No mention is made of what FreeBSD calls TARGET_ARCH=powerpc . What is FreeBSD's intent for TARGET_ARCH=powerpc for head (12+) going forward? Are things about TARGET_ARCH=powerpc that would involve lld not to have llvm Depends On status for the META submittal for using lld as the FreeBSD system linker? Similarly for the META submittal for clang targeting powerpc (32-bit) if lld is involved? It would appear that without lld and the like TARGET_ARCH=powerpc via clang would require an external binutils (or at least the linker would need to be external). Since I tend to explore TARGET_ARCH=powerpc64 and TARGET_ARCH=powerpc and report evidence for issues that I find, it would be good for me to know how I should view things. For TARGET_ARCH=powerpc should I switch to using an external binutils and ignore both lld and the old, bootstrapped binutils? Would that be a better match to the intent going forward? [In recent months my TARGET_ARCH=powerpc activity has been limited by clang code generation problems with the timing of when R30 is restored for function exit vs. when it is used when floating point is involved via R30 based addressing. Also other time limitations have contributed to a powerpc64 FreeBSD focus primarily.] === Mark Millard markmi at dsl-only.net From owner-freebsd-ppc@freebsd.org Sun Jan 29 06:11:59 2017 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1764ECC2EA0 for ; Sun, 29 Jan 2017 06:11:59 +0000 (UTC) (envelope-from office@uncensoredchinamail.net) Received: from adm.uncensoredchinamail.net (adm.uncensoredchinamail.net [96.64.165.139]) by mx1.freebsd.org (Postfix) with SMTP id 8B388C85 for ; Sun, 29 Jan 2017 06:11:58 +0000 (UTC) (envelope-from office@uncensoredchinamail.net) dkim-signature: v=1; a=rsa-sha256; d=uncensoredchinamail.net; s=dkim; c=relaxed/relaxed; q=dns/txt; h=From:Subject:Date:Message-ID:To:MIME-Version:Content-Type; bh=7B+p0Aslfh5zvnSnsGNIrj67+nhx3+ihyZ1fb56YlWE=; b=UqjNalyw4kV/Mgc1f+lainb6SvsFieyej/F/lFbPwRqwCnACk3Hg1XxA3X3xTE9RDLlKkQwbD4u6gwU5hBhdbvJY5HijPLeN2tHVGLqRtCsCJUMyHFUcmWjty9BRMGtjmC426aFV+m0azgr4aGFFo7U7JWwY7QKTX1Yf48MPUDU= Received: from adm.uncensoredchinamail.net (A [96.64.165.139]) by adm.uncensoredchinamail.net with ESMTPA ; Sun, 29 Jan 2017 00:11:00 -0500 Message-ID: <1F9CB0FF-36A3-486C-A856-774B51DE3B6D@adm.uncensoredchinamail.net> From: "UrgentChina urgent" Subject: =?windows-1251?B?yvDg5uAg7vDj4O3u4iDzIObo4vv1IOv+5OXpLiBmcmVlYnNkLXBwY0BmcmVlYnNkLm9yZw==?= To: "freebsd-ppc" MIME-Version: 1.0 Date: Sun, 29 Jan 2017 00:11:00 -0500 Priority: urgent X-Priority: 1 Importance: high Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jan 2017 06:11:59 -0000 =CF=F0=E8=E2=E5=F2=F1=F2=E2=F3=E5=EC =C2=E0=F1! =CF=F0=EE=F1=F2=E8=F2=E5= =E7=E0 =E1=E5=F1=EF=EE=EA=EE=E9=F1=F2=E2=EE. =CD=E0 =ED=E0=F8=E5=EC =F1= =E0=E9=F2=E5 "infonewsnow.info" =EF=EE=E4=EF=E8=F8=E8=F2=E5 =EF=E5=F2=E8= =F6=E8=FE =EF=F0=EE=F2=E8=E2 =ED=E0=F1=E8=EB=FC=F1=F2=E2=E5=ED=ED=EE=E3= =EE =E8=E7=FA=FF=F2=E8=FF =EE=F0=E3=E0=ED=EE=E2. =CC=FB =ED=F3=E6=E4=E0= =E5=EC=F1=FF =E2 =C2=E0=F8=E5=EC =E3=EE=EB=EE=F1=E5, =F7=F2=EE=E1=FB =E7= =E0=F9=E8=F2=E8=F2=FC =F1=EF=F0=E0=E2=E5=E4=EB=E8=E2=EE=F1=F2=FC. =D3 =C6=C8=C2=DB=D5 =CB=DE=C4=C5=C9 =CC=C0=D1=D1=CE=C2=CE =C8=C7=C2=CB= =C5=CA=C0=DE=D2 =CE=D0=C3=C0=CD=DB=20 =CE=F2=EF=E8=F1=E0=F2=FC=F1=FF =EF=EE =FD=EB=E5=EA=F2=F0=EE=ED=ED=EE=E9= =EF=EE=F7=F2=E5 =C2 =CA=E8=F2=E0=E5 =EF=F0=EE=E8=F1=F5=EE=E4=FF=F2 =EC=E0=F1=F1=EE=E2=FB= =E5 =F3=E1=E8=E9=F1=F2=E2=E0 =E7=E0=EA=EB=FE=F7=E5=ED=ED=FB=F5 - =F3=E7= =ED=E8=EA=EE=E2 =F1=EE=E2=E5=F1=F2=E8: =F3 =ED=E8=F5 =E8=E7=E2=EB=E5=EA= =E0=FE=F2 =EE=F0=E3=E0=ED=FB =E4=EB=FF =EF=F0=EE=E4=E0=E6=E8. =DD=F2=EE= =EF=F0=E8=E2=E5=F0=E6=E5=ED=F6=FB =D4=E0=EB=F3=ED=FC=E3=F3=ED*, =F2=E8= =E1=E5=F2=F6=FB, =F3=E9=E3=F3=F0=FB =E8 =E4=F0=F3=E3=E8=E5 =E3=F0=F3=EF= =EF=FB. =CF=F0=E8=E2=E5=F0=E6=E5=ED=F6=FB =D4=E0=EB=F3=ED=FC=E3=F3=ED,= =EF=F0=E5=F1=EB=E5=E4=F3=E5=EC=FB=E5 =E2=EB=E0=F1=F2=FF=EC=E8 =E1=EE=EB= =E5=E5 =F1=E5=EC=ED=E0=E4=F6=E0=F2=E8 =EB=E5=F2, =F1=EE=F1=F2=E0=E2=EB= =FF=FE=F2 =F1=E0=EC=EE=E5 =E1=EE=EB=FC=F8=EE=E5 =F7=E8=F1=EB=EE =E6=E5= =F0=F2=E2.=20 =D5=E8=F0=F3=F0=E3 =DD=ED=E2=E5=F0 =D2=EE=F5=F2=E8 - =EF=E5=F0=E2=FB=E9= , =EA=F2=EE =F0=E0=F1=F1=EA=E0=E7=E0=EB =EE =F2=EE=EC, =F7=F2=EE =F1=E0= =EC =E8=E7=E2=EB=E5=EA=E0=EB =EE=F0=E3=E0=ED=FB =F3 =E5=F9=E5 =E6=E8=E2= =EE=E3=EE =E7=E0=EA=EB=FE=F7=E5=ED=ED=EE=E3=EE =F3=E9=E3=F3=F0=E0 =E2 = =EA=E8=F2=E0=E9=F1=EA=EE=E9 =EF=F0=EE=E2=E8=ED=F6=E8=E8 =D1=E8=ED=FC=F6= =E7=FF=ED. =D7=F2=EE=E1=FB =EF=EE=F1=EC=EE=F2=F0=E5=F2=FC =E2=E8=E4=E5= =EE =EE =ED=E5=EC , =E2=EF=E5=F7=E0=F2=E0=E9=F2=E5 =E2 =C3=F3=E3=EB =F1= =EB=EE=E2=E0: ntdtv.ru =F5=E8=F0=F3=F0=E3 =DD=ED=E2=E5=F0 =D2=EE=F5=F2= =E8.=20 =C5=F1=EB=E8 =C2=FB =E2=ED=E5=F1=E5=F2=E5 =E2 =C3=F3=E3=EB =F1=EB=EE=E2= =E0 : =D3=E1=E8=F2=FB =E4=EB=FF =EF=EE=EB=F3=F7=E5=ED=E8=FF =EE=F0=E3=E0= =ED=EE=E2, =F2=EE =EF=EE=F1=EB=F3=F8=E0=E9=F2=E5 , =F7=F2=EE =E3=EE=E2= =EE=F0=FF=F2 =EE=E1 =FD=F2=EE=EC =FD=EA=F1=EF=E5=F0=F2=FB. 9 =E4=E5=EA=E0=E1=F0=FF 2013 =E3=EE=E4=E0 =E2 =EF=F0=E5=E4=E4=E2=E5=F0= =E8=E8 =CC=E5=E6=E4=F3=ED=E0=F0=EE=E4=ED=EE=E3=EE =E4=ED=FF =E7=E0=F9=E8= =F2=FB =EF=F0=E0=E2 =F7=E5=EB=EE=E2=E5=EA=E0 =EE=F0=E3=E0=ED=E8=E7=E0=F6= =E8=FF =AB=C2=F0=E0=F7=E8 =EF=F0=EE=F2=E8=E2 =ED=E0=F1=E8=EB=FC=F1=F2=E2= =E5=ED=ED=EE=E3=EE =E8=E7=E2=EB=E5=F7=E5=ED=E8=FF =EE=F0=E3=E0=ED=EE=E2= =BB (DAFOH) =EF=E5=F0=E5=E4=E0=EB=E0 =E2 =D3=EF=F0=E0=E2=EB=E5=ED=E8=E5= =C2=E5=F0=F5=EE=E2=ED=EE=E3=EE =EA=EE=EC=E8=F1=F1=E0=F0=E0 =CE=CE=CD = =EF=EE =EF=F0=E0=E2=E0=EC =F7=E5=EB=EE=E2=E5=EA=E0 =CF=E5=F2=E8=F6=E8=FE= =EF=F0=EE=F2=E8=E2 =EF=F0=E8=ED=F3=E4=E8=F2=E5=EB=FC=ED=EE=E3=EE =E8=E7= =E2=EB=E5=F7=E5=ED=E8=FF =EE=F0=E3=E0=ED=EE=E2 =F3 =EF=F0=E0=EA=F2=E8=EA= =F3=FE=F9=E8=F5 =D4=E0=EB=F3=ED=FC=E3=F3=ED =E8 =E4=F0=F3=E3=E8=F5 =EF= =F0=E5=F1=EB=E5=E4=F3=E5=EC=FB=F5 =E2=EB=E0=F1=F2=FF=EC=E8 =CA=CD=D0 =E3= =F0=F3=EF=EF, =F1=EE=E4=E5=F0=E6=E0=E2=F8=F3=FE 1,8 =EC=E8=EB=EB=E8=EE= =ED=E0 =EF=EE=E4=EF=E8=F1=E5=E9.=20 =CD=E5=F1=EC=EE=F2=F0=FF =ED=E0 =FD=F2=EE, =E8=E7=E2=EB=E5=F7=E5=ED=E8= =E5 =EE=F0=E3=E0=ED=EE=E2 =EF=EE =F1=E5=E9 =E4=E5=ED=FC =EF=F0=EE=E8=F1= =F5=EE=E4=E8=F2.=20 *=D4=E0=EB=F3=ED=FC=E3=F3=ED =96 =EF=EE=EF=F3=EB=FF=F0=ED=E0=FF =E2 =CA= =E8=F2=E0=E5 =E2 90-=E5 =E3=EE=E4=FB =F8=EA=EE=EB=E0 =F6=E8=E3=F3=ED. = =D1 1999 =E3. =EF=F0=E5=F1=EB=E5=E4=F3=E5=F2=F1=FF =E2=EB=E0=F1=F2=FF=EC= =E8 =CA=CD=D0 . =C3=EB=E0=E2=ED=E0=FF =EF=F0=E8=F7=E8=ED=E0 =F0=E5=EF=F0= =E5=F1=F1=E8=E9 =96 =F7=E8=F1=EB=EE =EF=F0=E0=EA=F2=E8=EA=F3=FE=F9=E8=F5= =D4=E0=EB=F3=ED=FC=E3=F3=ED =E2 =CA=E8=F2=E0=E5 =E2=FB=F0=EE=F1=EB=EE= =E4=EE 100 =EC=E8=EB=EB=E8=EE=ED=EE=E2 =F7=E5=EB=EE=E2=E5=EA, =E0 =F4= =E8=EB=EE=F1=EE=F4=E8=FF =D4=E0=EB=F3=ED=FC=E3=F3=ED, =E2 =EE=F1=ED=EE= =E2=E5 =EA=EE=F2=EE=F0=EE=E9 =EB=E5=E6=E8=F2 =EF=F0=E8=ED=F6=E8=EF =AB= =C8=F1=F2=E8=ED=E0- =C4=EE=E1=F0=EE=F2=E0-=D2=E5=F0=EF=E5=ED=E8=E5=BB,= =EF=F0=E8=EE=E1=F0=E5=EB=E0 =E1=EE=EB=FC=F8=F3=FE =EF=EE=EF=F3=EB=FF=F0= =ED=EE=F1=F2=FC, =F7=E5=EC =E8=E4=E5=EE=EB=EE=E3=E8=FF =EA=EE=EC=EF=E0= =F0=F2=E8=E8 =CA=E8=F2=E0=FF. =C2=FB=F1=EA=E0=E7=E0=F2=FC=F1=FF =EF=EE =FD=F2=EE=EC=F3 =E2=EE=EF=F0=EE= =F1=F3 =EC=EE=E6=ED=EE, =EE=F1=F2=E0=E2=E8=E2 =EA=EE=EC=EC=E5=ED=F2=E0= =F0=E8=E9 =ED=E0 =ED=E0=F8=E5=EC =F1=E0=E9=F2=E5 =EF=EE=F1=EB=E5 =EB=FE= =E1=EE=E9 =F1=F2=E0=F2=FC=E8. =C5=F1=EB=E8 =C2=FB =E6=E5=EB=E0=E5=F2=E5= =EE=F2=EA=E0=E7=E0=F2=FC=F1=FF =EE=F2 =EF=EE=EB=F3=F7=E0=F2=FC =ED=E0= =F8=E8=F5 =EF=E8=F1=E5=EC, =EC=EE=E6=E5=F2=E5 =EF=EE=F1=F2=E0=E2=E8=F2= =FC =ED=E0=F1 =E2 =E8=E7=E2=E5=F1=F2=ED=EE=F1=F2=FC, =E2=ED=E5=F1=FF =E2= =F1=F2=F0=EE=EA=F3 =D2=C5=CC=C0 =F1=EB=EE=E2=EE "=CE=F2=EF=E8=F1=E0=F2= =FC=F1=FF ". From owner-freebsd-ppc@freebsd.org Mon Jan 30 22:15:02 2017 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DFE80CC8ECE for ; Mon, 30 Jan 2017 22:15:02 +0000 (UTC) (envelope-from gabriel.diaz@vgtelecomreports.com) Received: from smtp.vgtelecomreports.com (smtp.vgtelecomreports.com [202.0.103.126]) by mx1.freebsd.org (Postfix) with ESMTP id B50B0F06 for ; Mon, 30 Jan 2017 22:14:55 +0000 (UTC) (envelope-from gabriel.diaz@vgtelecomreports.com) X-SmarterMail-Authenticated-As: admin@vgtelecomreports.com DomainKey-Signature: a=rsa-sha1; c=nofws; q=dns; d=vgtelecomreports.com; s=smtp; h=received:from:to:message-id:subject:date:mime-version:reply-to :content-type; b=IT4EoJLc2Pp2seZPMbUzQUt568cHh34YWvdac+mR//P7eaPTpmJDt+3Xk+I8wznfq IiSXg4Wgvi5VA5MViBXE1qa2Yau/9UxRnxZbA6ZywxIT4XI/f1n2E1197sSpwym0r 9JaI6R2maQMjghVV6WlNscYRxKVeERAsYM0pzzAdc= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=vgtelecomreports.com; s=smtp; h= content-type:reply-to:mime-version:date:subject:message-id:to:from; bh=bjSCJn/s+JFtaxNlCJrt6ovvjiA1GhoZggC4eZqO7rM=; b=Adi2XCSiwNcGBK2McE12DAY6q5OqOo15gvG5uddjhI9AipjagWrAIjjpFQW7pES+P h4betB0QAv/q1nQKTFloeOkJ25c3p7jFFR8T8kx/HXm+3DtBgMLO5qtFwJD4up9ix Rfi50zKzBslsBMEO7KVd7UG9Bl5kcyR0cpHRecfdQ= Received: from WIN-ASQ29B6R1EP (WIN-ASQ29B6R1EP [202.0.103.127]) by smtp.vgtelecomreports.com with SMTP; Mon, 30 Jan 2017 18:12:46 +0000 From: Gabriel Diaz To: freebsd-ppc@freebsd.org Message-Id: <20170130181246.-182671646@vgtelecomreports.com> Subject: Industrial Internet Market Report 2016-2021 Date: Mon, 30 Jan 2017 18:12:46 +0000 MIME-Version: 1.0 Reply-To: gabriel.diaz@vgtelecomreports.com Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jan 2017 22:15:03 -0000 Visiongain - Business Report Updates Speak to our consultant now: +44 (0)20 7549 9933 Industrial Internet Market Report 2016-2021 Top Companies & Forecasts For The Industrial Internet of Things (IIoT) in Aerospace & Defence, Healthcare, Transportation, Energy, Agriculture, Manufacturing & Retail Industrial Internet Will Achieve Revenues of $283bn in 2016” according to visiongain report Today we live in a world where connected devices outnumber humans on earth. The Internet of Things (IoT) is changing the way we live and is on its way to boost productivity, facilitate transportation, build environmentally friendly systems and keep us healthier. Across all industries, the IoT is bringing intelligence and connectivity to sensors, actuators, and devices, creating smart ecosystems that, once interconnected, will create smart cities. Smart cities are the urban environments of the future in which human will have to learn to collaborate with intelligent machine. How this 292 page report delivers • 329 tables, charts and graphs that utilise visual representation in order to clarify trends and market projections within the Industrial Internet market. • Global forecast for the period 2016-2021 and analyses 7 industrial internet submarkets. For Aerospace & Defence, Healthcare, Transportation, Energy, Agriculture, Manufacturing, Retail & Other applications • Detailed profiles of key companies operating within the Industrial Internet Market - Alphabet - ARM - AT&T - Bosch - Cisco - Emerson - Freescale - General Electric - Hewlett-Packard - IBM - Intel Corporation - Microsoft - Omron - Rockwell Automation - SAP - Schneider Electric - Siemens • Market prospects with forecasts from 2016-2021 for the following regions and nations: - North America - Asia Pacific - Europe - Latin America - Middle East & Africa - US - China - Japan - South Korea - France - Germany - UK - Rest of the World • Exclusive interview with David Barnett, VP of Products and Markets at RTI • Analysis of the following technologies: - Machine to Machine (M2M) - Sensors - Actuators - Software - Wireless - Big Data. For more information and orders please contact gabriel.diaz@vgtelecomreports.com How to purchase our reports Select the license from the list below and send your details Licensing options: Single User GBP 1999 Dept. (5 Users) GBP 2999 Site GBP 4999 Global GBP 6999 Buy this report Want to know more? Send me more info Table of Contents - Top 20 Companies Developing Autonomous Vehicles (AV) Technologies 2016 1. Report Overview 2. Introduction to the Industrial Internet Market 2.1 Global Industrial Internet Market Structure 2.2 The Internet of Things Definition 2.3 The Benefits of the Industrial Internet 2.4 Industrial Internet Applications 2.5 The Industrial Internet Technologies 2.5.1. M2M technology, the Backbone of the Industrial Internet Market 2.5.2 The Pivotal Role of the Cloud in the Industrial Internet 2.5.3 The importance of the Big Data in the Industrial Internet 2.5.4 Growth in the Wireless Sector 2.5.5 Sensors, Actuators and Software, the Triptych of the Embedded Systems 2.5.5.1 The Sensors 2.5.5.2 The Actuators 2.5.5.3 The Software 2.6 The Industrial Internet Value Chain 2.7 The Four Phases of the Industrial Internet Evolution 2.8 Cyber Security Concerns over the Industrial Internet 2.9 The Industrial Internet Consortium (IIC) 3. Global Industrial Internet Market 2016-2021 3.1 Industrial Internet Market Definition 3.2 Regional Industrial Internet Market Forecast 2016-2021 3.3 Regional Industrial Internet Market Share Breakdowns 2016-2021 3.4 Regional Industrial Internet Market Analysis 3.5 The Different Approaches of the Industrial Internet across the European Union 3.6 Global Industrial Internet Drivers & Restraints 2016 4. Global Industrial Internet Submarket Forecast 2016-2021 4.1 Global Industrial Internet Aerospace and Defence Forecast 2016-2021 4.2 Global Industrial Internet Agriculture Forecast 2016-2021 4.3 Global Industrial Internet Energy Forecast 2016-2021 4.4 Global Industrial Internet Healthcare Forecast 2016-2021 4.5 Global Industrial Internet Manufacturing Forecast 2016-2021 4.6 Global Industrial Internet Retail Forecast 2016-2021 4.7 Global Industrial Internet Transportation Forecast 2016-2021 4.8 Global Industrial Internet Others Forecast 2016-2021 5. Leading National Industrial Internet Market Forecast 2016-2021 5.1 Leading National Industrial Internet Markets Share Forecast 2016-2021 5.2 China Industrial Internet Market Forecast 2016-2021 5.2.1 The Internet Plus, the Chinese Approach to the Industrial Internet 5.2.2 Industrial Internet Market Drivers & Restraints 5.3 France Industrial Internet Market Forecast 2016-2021 5.3.1 The Industrie du Futur, the Industrial Internet made in France 5.3.2 Industrial Internet Market Drivers & Restraints 5.4 Germany Industrial Internet Market Forecast 2016-2021 5.4.1 The INDUSTRIE 4.0, the Industrial Internet Made in Germany 5.4.2 Industrial Internet Market Drivers & Restraints 5.5 Japan Industrial Internet Market Forecast 2016-2021 5.5.1 Monodzukuri, the Industrial Internet Market in Japan 5.5.2 Industrial Internet Market Drivers & Restraints 5.6 South Korea Industrial Internet Market Forecast 2016-2021 5.6.1 The Manufacturing Industry Innovation 3.0, the South Korean Industrial Internet 5.6.2 Industrial Internet Market Drivers & Restraints 5.7 UK Industrial Internet Market Forecast 2016-2021 5.7.1 The IoTUK, the Industrial Internet Plan in the UK 5.7.2 Industrial Internet Market Drivers & Restraints 5.8 US Industrial Internet Market Forecast 2016-2021 5.8.1 The US Investment in Smart Cities 5.8.2 The US approach to the Industrial Internet Market 5.8.3 Industrial Internet Market Drivers & Restraints 5.9 ROW Industrial Internet Market Forecast 2016-2021 6. SWOT Analysis of the Industrial Internet Market 2016-2021 7. Expert Opinion 7.1 David Barnett, Vice President of Products and Markets, Real Time Innovations (RTI) 7.1.1 RTI’s Approach to the Industrial Internet 7.1.2 Difference Between the Internet of Things and the Industrial Internet 7.1.3 Size And Potential Of The Industrial Internet 7.1.4 Drivers And Restraints of The Industrial Internet Market 7.1.5 Will The Lack of International Standards Restrain The Industrial Internet Market? 7.1.6 The Drivers of The Industrial Internet Market 7.1.7 The Industrial Internet In The Next Five Years 7.1.8 RTI’s Involvement in the Industrial Internet Market 7.1.9 What Are Clients Looking For? 7.1.10 What Does RTI Offer That is Unique? 7.1.11 Factors Influencing the Design of RTI Products 7.1.12 RTI’s Approach to Cyber Security 7.1.13 Which Regional Industrial Internet Markets Are Of Most Interest? 8. Leading Industrial Internet Companies 8.1 Leading Industrial Internet Company Sales Analysis 2016 8.2 Alphabet 8.2.1 Alphabet Total Company Sales 2010-2015 8.2.2 Alphabet Sales by Segment of Business 2010-2015 8.2.3 Alphabet Net Profit 2010-2015 8.2.4 Alphabet Cost of Research & Development 2010-2015 8.2.5 Alphabet Regional Emphasis / Focus 8.2.6 Alphabet Organisational Structure 8.2.7 Alphabet’s Role in the Industrial Internet Market 8.3 ARM 8.3.1 ARM Total Company Sales 2010-2015 8.3.2 ARM Sales by Segment of Business 2010-2015 8.3.3 ARM Net Profit 2010-2015 8.3.4 ARM Cost of Research & Development 2010-2015 8.3.5 ARM Regional Emphasis / Focus 8.3.6 ARM Organisational Structure 8.3.7 ARM’s Role in the Industrial Internet Market 8.4 AT&T 8.4.1 AT&T Total Company Sales 2010-2014 8.4.2 AT&T Sales by Segment of Business 2010-2014 8.4.3 AT&T Net Profit 2010-2014 8.4.4 AT&T Organisational Structure 8.4.5 AT&T’s Role in the Industrial Internet Market 8.5 Bosch 8.5.1 Bosch Total Company Sales 2010-2014 8.5.2 Bosch Sales by Segment of Business 2010-2014 8.5.3 Bosch Net Profit 2010-2014 8.5.4 Bosch Cost of Research & Development 2010-2014 8.5.5 Bosch Regional Emphasis / Focus 8.5.6 Bosch Organisational Structure 8.5.7 Bosch’s Role in the Industrial Internet Market 8.6 Cisco 8.6.1 Cisco Total Company Sales 2010-2015 8.6.2 Cisco Sales by Segment of Business 2010-2015 8.6.3 Cisco Net Profit 2010-2015 8.6.4 Cisco Cost of Research & Development 2010-2015 8.6.5 Cisco Regional Emphasis / Focus 8.6.6 Cisco Organisational Structure 8.6.7 Cisco’s Role in the Industrial Internet Market 8.7 Emerson Electric 8.7.1 Emerson Total Company Sales 2010-2015 8.7.2 Emerson Sales by Segment of Business 2010-2015 8.7.3 Emerson Net Profit 2010-2015 8.7.4 Emerson Cost of Research & Development 2010-2015 8.7.5 Emerson Regional Emphasis / Focus 8.7.6 Emerson Organisational Structure 8.7.7 Emerson’s Role in the Industrial Internet Market 8.8 Freescale (NXP) 8.8.1 Freescale Total Company Sales 2010-2014 8.8.2 Freescale Sales by Segment of Business 2010-2014 8.8.3 Freescale Net Profit/Loss 2010-2014 8.8.4 Freescale Cost of Research & Development 2010-2014 8.8.5 Freescale Regional Emphasis / Focus 8.8.6 Freescale Organisational Structure 8.8.7 Freescale’s Role in the Industrial Internet Market 8.9 General Electric 8.9.1 General Electric Total Company Sales 2011-2015 8.9.2 General Electric Sales by Segment of Business 2011-2015 8.9.3 General Electric Net Profit/Loss 2010-2015 8.8.4 General Electric Cost of Research & Development 2010-2015 8.8.5 General Electric Regional Emphasis / Focus 8.9.6 General Electric Organisational Structure 8.9.7 General Electric’s Role in the Industrial Internet Market 8.10 Hewlett-Packard 8.10.1 Hewlett-Packard Total Company Sales 2010-2015 8.10.2 Hewlett-Packard Sales by Segment of Business 2010-2015 8.10.3 Hewlett-Packard Net Profit/Loss 2010-2015 8.10.4 Hewlett-Packard Organisational Structure 8.10.5 Hewlett-Packard’s Role in the Industrial Internet Market 8.11 IBM, International Business Machines Corporation 8.11.1 IBM Total Company Sales 2010-2015 8.11.2 IBM Company Sales by Segment of Business 2010-2015 8.11.3 IBM Company Net Profit 2010-2015 8.11.4 IBM Company Cost of Research & Development 2010-2015 8.11.5 IBM Company Regional Emphasis / Focus 8.11.6 IBM Company Organisational Structure 8.11.7 IBM’s Role in the Industrial Internet Market 8.12 Intel Corporation 8.12.1 Intel Corporation Total Company Sales 2010-2015 8.12.2 Intel Corporation Sales by Segment of Business 2010-2015 8.12.3 Intel Corporation Net Profit 2010-2015 8.12.4 Intel Corporation Cost of Research & Development 2010-2015 8.12.5 Intel Corporation Regional Emphasis / Focus 8.12.6 Intel Corporation Organisational Structure 8.12.7 Intel Corporation’s Role in the Industrial Internet Market 8.13 Microsoft Corporation 8.13.1 Microsoft Corporation Total Company Sales 2010-2015 8.13.2 Microsoft Corporation Sales by Segment of Business 2012-2015 8.13.3 Microsoft Corporation Net Profit 2010-2015 8.13.4 Microsoft Corporation Cost of Research & Development 2010-2015 8.13.5 Microsoft Corporation Regional Emphasis / Focus 8.13.6 Company Organisational Structure 8.13.7 Microsoft Corporation’s Role in the Industrial Internet Market 8.14 Omron 8.14.1 Omron Total Company Sales 2010-2015 8.14.2 Omron Sales by Segment of Business 2010-2014 8.14.3 Omron Net Profit 2010-2014 8.14.4 Omron Cost of Research & Development 2010-2015 8.14.5 Omron Regional Emphasis / Focus 8.14.6 Omron Organisational Structure 8.14.7 Omron’s Role in the Industrial Internet Market 8.15 Rockwell Automation 8.15.1 Rockwell Total Company Sales 2010-2015 8.15.2 Rockwell Sales by Segment of Business 2010-2015 8.15.3 Rockwell Net Profit 2010-2015 8.15.4 Rockwell Cost of Research & Development 2010-2015 8.15.5 Rockwell Regional Emphasis / Focus 8.15.6 Rockwell Organisational Structure 8.15.7 Rockwell‘s Role in the Industrial Internet Market 8.16 SAP SE 8.16.1 SAP Total Company Sales 2010-2015 8.16.2 SAP Sales by Segment of Business 2010-2014 8.16.3 SAP Net Profit 2010-2014 8.16.4 SAP Cost of Research & Development 2010-2014 8.16.5 SAP Regional Emphasis / Focus 8.16.6 SAP Organisational Structure 8.16.7 SAP’s Role in the Industrial Internet Market 8.17 Schneider Electric 8.17.1 Schneider Electric Total Company Sales 2010-2015 8.17.2 Schneider Electric Sales by Segment of Business 2011-2015 8.17.3 Schneider Electric Net Profit 2010-2015 8.17.4 Schneider Electric Regional Emphasis / Focus 8.17.5 Schneider Electric Organisational Structure / Number of Employees 8.17.6 Schneider Electric’s Role in the Industrial Internet Market 8.18 Siemens 8.18.1 Siemens Total Company Sales 2010-2015 8.18.2 Siemens Sales by Segment of Business 2014-2015 8.18.3 Siemens Net Profit 2010-2015 8.18.4 Siemens Cost of Research & Development 2010-2015 8.18.5 Siemens Regional Emphasis / Focus 8.18.6 Siemens Organisational Structure 8.18.7 Siemens’s Role in the Industrial Internet Market 8.19 Other Major Companies Involved in the Industrial Internet Market 2016 9. Conclusions and Recommendations 9.1 Conclusion 9.2 Recommendations 10. Glossary List of Tables Table 1.1 Example of Industrial Internet Market by Regional Market Forecast 2016-2021 (US$m, AGR%, Cumulative) Table 1.2 Example of Leading National Industrial Internet Market Forecast by Submarket 2016-2021 (US$m, AGR%, Cumulative) Table 2.1 IoT Applications by Industry (Industry, IIoT Applications) Table 2.2 Industrial Internet Consortium Members Table 2.3 Industrial Internet Consortium vs. INDUSTRIE 4.0 Table 3.1 Global Industrial Internet Market Forecast 2016-2021 (US$bn, AGR %, CAGR%, Cumulative) Table 3.2 Regional Industrial Internet Market Forecast 2015-2021 (Sales US$bn, AGR%, Cumulative) Table 3.3 Regional Industrial Internet Market Percentage Change in Market Share 2016-2021 ( % Change) Table 3.4 Global Industrial Internet Market Drivers & Restraints 2016 Table 4.1 Global Industrial Internet Submarket Forecast 2016-2021 (US$bn, AGR%, Cumulative) Table 4.2 Global Industrial Internet Aerospace and Defence Submarket Forecast 2015-2021 (US$bn, AGR%, CAGR%, Cumulative) Table 4.3 Global Industrial Internet Agriculture Submarket Forecast 2015-2021 (US$bn, AGR%, CAGR%, Cumulative) Table 4.4 Global Industrial Internet Energy Submarket Forecast 2015-2021 (US$bn, AGR%, CAGR%, Cumulative) Table 4.5 Global Industrial Internet Healthcare Submarket Forecast 2015-2021 (US$bn, AGR%, CAGR%, Cumulative) Table 4.6 Global Industrial Internet Manufacturing Submarket Forecast 2015-2021 (US$bn, AGR%, CAGR%, Cumulative) Table 4.7 Global Industrial Internet Retail Submarket Forecast 2015-2021 (US$bn, AGR%, CAGR%, Cumulative) Table 4.8 Global Industrial Internet Transportation Submarket Forecast 2015-2021 (US$bn, AGR%, CAGR%, Cumulative) Table 4.9 Global Industrial Internet Other Submarkets Forecast 2015-2021 (US$bn, AGR%, CAGR%, Cumulative) Table 5.1 Leading National Industrial Internet Market Forecast 2016-2021 (US$bn, AGR%, Global AGR%, Cumulative) Table 5.2 Leading National Industrial Internet Markets CAGR Forecast 2016-2021 (CAGR %) Table 5.3 China Industrial Internet Market Forecast 2016-2021 (US$bn, AGR %, CAGR%, Cumulative) Table 5.4 China Industrial Internet Market Drivers & Restraints 2016 Table 5.5 France Industrial Internet Market Forecast 2016-2021 (US$bn, AGR %, CAGR%, Cumulative) Table 5.6 France Industrial Internet Market Drivers & Restraints 2016 Table 5.7 Germany Industrial Internet Market Forecast 2016-2021 (US$bn, AGR %, CAGR%, Cumulative) Table 5.8. GDP Worldwide in the Time of Industrial Revolutions (Date, GDP $USm) Table 5.9 Germany Industrial Internet Market Drivers & Restraints 2016 Table 5.10 Japan Industrial Internet Market Forecast 2016-2021 (US$bn, AGR %, CAGR%, Cumulative) Table 5.11 Japan Industrial Internet Market Drivers & Restraints 2016 Table 5.12 South Korea Industrial Internet Market Forecast 2016-2021 (US$bn, AGR %, CAGR%, Cumulative) Table 5.13 South Korea Industrial Internet Market Drivers & Restraints 2016 Table 5.14 UK Industrial Internet Market Forecast 2016-2021 (US$bn, AGR %, CAGR%, Cumulative) Table 5.15 UK Industrial Internet Market Drivers & Restraints 2016 Table 5.16 US Industrial Internet Market Forecast 2016-2021 (US$bn, AGR %, CAGR%, Cumulative) Table 5.17 US Investment in Smart Cities Industrial Internet 2015 (, Organisation/Agencies, Investment $USm, Description) Table 5.18 US Industrial Internet Market Drivers & Restraints 2016 Table 5.19 ROW Industrial Internet Market Forecast 2016-2021 (US$bn, AGR %, CAGR%, Cumulative) Table 6 Global Industrial Internet Market SWOT Analysis 2016-2021 Table 8.1 Leading Industrial Internet Companies Sales Share 2016 ( FY2015 Total Company Sales US$m, Primary Market Specialisation) Table 8.2 Alphabet Profile 2016 (CEO, Total Company Sales US$m, Net Profit US$m, HQ, Founded, No. of Employees, IR Contact, Ticker, Website) Table 8.2.1 Alphabet Total Company Sales 2010-2015 (US$m, AGR%) Table 8.2.2 Alphabet Sales by Segment of Business 2010-2015 (US$m, AGR%) Table 8.2.3 Alphabet Net Profit 2010-2015 (US$m, AGR%) Table 8.2.4 Alphabet Cost of Research & Development 2010-2015 (US$m, AGR%) Table 8.2.5 Alphabet Sales by Geographical Location 2010-2015 (US$m, AGR%) Table 8.3 ARM Profile 2016 (CEO, Total Company Sales US$m, Net Profit US$m, HQ, Founded, No. of Employees, IR Contact, Ticker, Website) Table 8.3.1 ARM Total Company Sales 2010-2015 (US$m, AGR%) Table 8.3.2 ARM Sales by Segment of Business 2010-2015 (US$m, AGR%) Table 8.3.3 ARM Net Profit 2010-2015 (US$m, AGR%) Table 8.3.4 ARM Cost of Research & Development 2010-2015 (US$m, AGR%) Table 8.3.5 ARM Sales by Geographical Location 2010-2015 (US$m, AGR%) Table 8.4 AT&T Profile 2016 (CEO, Total Company Sales US$m, Net Profit US$m, HQ, Founded, No. of Employees, IR Contact, Ticker, Website) Table 8.4.1 Company Total Company Sales 2010-2014 (US$m, AGR%) Table 8.4.2 Company Sales by Segment of Business 2010-2014 (US$m, AGR%) Table 8.4.3 Company Net Profit 2010-2014 (US$m, AGR%) Table 8.5 Bosch Profile 2016 (CEO, Total Company Sales US$m, Net Profit US$m, HQ, Founded, No. of Employees, Ticker, Website) Table 8.5.1 Bosch Total Company Sales 2010-2014 (US$m, AGR%) Table 8.5.2 Bosch Sales by Segment of Business 2010-2014 (US$m, AGR%) Table 8.5.3 Bosch Net Profit 2010-2014 (US$m, AGR%) Table 8.5.4 Bosch Cost of Research & Development 2010-2014 (US$m, AGR%) Table 8.5.5 Bosch Sales by Geographical Location 2010-2014 (US$m, AGR%) Table 8.6 Cisco Profile 2016 (CEO, Total Company Sales US$m, Net Profit US$m, HQ, Founded, No. of Employees, IR Contact, Ticker, Website) Table 8.6.1 Cisco Total Company Sales 2010-2015 (US$m, AGR%) Table 8.6.2 Cisco Sales by Segment of Business 2010-2015 (US$m, AGR%) Table 8.6.3 Cisco Net Profit 2010-2015 (US$m, AGR%) Table 8.6.4 Cisco Cost of Research & Development 2010-2015 (US$m, AGR%) Table 8.6.5 Cisco Sales by Geographical Location 2010-2015 (US$m, AGR%) Table 8.7 Emerson Profile 2016 (CEO, Total Company Sales US$m, Net Profit US$m, HQ, Founded, No. of Employees, IR Contact, Ticker, Website) Table 8.7.1 Emerson Total Company Sales 2010-2015 (US$m, AGR%) Table 8.7.2 Emerson Sales by Segment of Business 2010-2015 (US$m, AGR%) Table 8.7.3 Emerson Net Profit 2010-2015 (US$m, AGR%) Table 8.7.4 Emerson Cost of Research & Development 2010-2015 (US$m, AGR%) Table 8.7.5 Emerson Sales by Geographical Location 2010-2015 (US$m, AGR%) Table 8.8 Freescale Profile 2016 (CEO, Total Company Sales US$m, Net Profit US$m, HQ, Founded, No. of Employees, IR Contact, Ticker, Website) Table 8.8.1 Freescale Total Company Sales 2010-2014 (US$m, AGR%) Table 8.8.2 Freescale Sales by Segment of Business 2010-2014 (US$m, AGR%) Table 8.8.3 Freescale Net Profit/Loss 2010-2014 (US$m, AGR%) Table 8.8.4 Freescale Cost of Research & Development 2010-2014 (US$m, AGR%) Table 8.8.5 Freescale Sales by Geographical Location 2010-2014 (US$m, AGR%) Table 8.9 General Electric Profile 2016 (CEO, Total Company Sales US$m, Net Profit US$m, HQ, Founded, No. of Employees, IR Contact, Ticker, Website) Table 8.9.1 General Electric Total Company Sales 2011-2015 (US$m, AGR%) Table 8.9.2 General Electric Sales by Segment of Business 2011-2015 (US$m, AGR%) Table 8.9.3 General Electric Net Profit/Loss 2010-2015 (US$m, AGR%) Table 8.9.4 General Electric Cost of Research & Development 2010-2015 (US$m, AGR%) Table 8.9.5 General Electric Sales by Geographical Location 2013-2015 (US$m, AGR%) Table 8.10 Hewlett-Packard Profile 2016 (CEO, Total Company Sales US$m, Net Profit US$m, HQ, Founded, No. of Employees, IR Contact, Ticker, Website) Table 8.10.1 Hewlett-Packard (HP) Total Company Sales 2010-2015 (US$m, AGR %) Table 8.10.2 Hewlett-Packard (HP) Sales by Segment of Business 2010-2015 (US$m, AGR %) Table 8.10.3 Hewlett-Packard Net Profit / Loss 2010-2015 (US$m) Table 8.11 IBM Profile 2016 (CEO, Total Company Sales US$m, Net Profit US$m, HQ, Founded, No. of Employees, IR Contact, Ticker, Website) Table 8.11.1 IBM Total Company Sales 2010-2015 (US$m, AGR%) Table 8.11.2 IBM Sales by Segment of Business 2010-2015 (US$m, AGR %) Table 8.11.3 IBM Net Profit 2010-2015 (US$m, AGR%) Table 8.11.4 IBM Cost of Research & Development 2010-2015 (US$m, AGR%) Table 8.11.5 IBM Sales by Geographical Location 2010-2014 (US$m, AGR %) Table 8.12 Intel Corporation Profile 2016 (CEO, Total Company Sales US$m, Net Profit US$m, HQ, Founded, No. of Employees, IR Contact, Ticker, Website) Table 8.12.1 Intel Corporation Total Company Sales 2010-2015 (US$m, AGR%) Table 8.12.2 Intel Corporation Sales by Segment of Business 2010-2015 (US$m, AGR %) Table 8.12.3 Intel Corporation Net Profit 2010-2015 (US$m, AGR%) Table 8.12.4 Intel Corporation Cost of Research & Development 2010-2015 (US$m, AGR%) Table 8.12.5 Intel Corporation Sales by Geographical Location 2010-2015 (US$m, AGR%) Table 8.13 Microsoft Corporation Profile 2016 (CEO, Total Company Sales US$m, Net Profit US$m, HQ, Founded, No. of Employees, IR Contact, Ticker, Website) Table 8.13.1 Microsoft Corporation Total Company Sales 2010-2015 (US$m, AGR%) Table 8.13.2 Microsoft Corporation Sales by Segment of Business 2012-2015 (US$m, AGR%) Table 8.13.3 Microsoft Corporation Net Profit 2010-2015 (US$m, AGR%) Table 8.13.4 Microsoft Corporation Cost of Research & Development 2010-2015 (US$m, AGR%) Table 8.13.5 Microsoft Corporation Sales by Geographical Location 2010-2015 (US$m, AGR%) Table 8.14 Omron Profile 2016 (CEO, Total Company Sales US$m, Net Profit US$m, HQ, Founded, No. of Employees, IR Contact, Ticker, Website) Table 8.14.1 Omron Total Company Sales 2010-2015 (US$m, AGR%) Table 8.14.2 Omron Sales by Segment of Business 2010-2014 (US$m, AGR%) Table 8.14.3 Omron Net Profit 2010-2014 (US$m, AGR%) Table 8.14.4 Omron Cost of Research & Development 2010-2015 (US$m, AGR%) Table 8.14.5 Omron Sales by Geographical Location 2010-2015 (US$m, AGR%) Table 8.15 Rockwell Profile 2016 (CEO, Total Company Sales US$m, Net Profit US$m, HQ, Founded, No. of Employees, IR Contact, Ticker, Website) Table 8.15.1 Rockwell Total Company Sales 2010-2015 (US$m, AGR%) Table 8.15.2 Rockwell Sales by Segment of Business 2010-2015 (US$m, AGR%) Table 8.15.3 Rockwell Net Profit 2010-2015 (US$m, AGR%) Table 8.15.4 Rockwell Cost of Research & Development 2010-2015 (US$m, AGR%) Table 8.15.5 Rockwell Sales by Geographical Location 2010-2015 (US$m, AGR%) Table 8.16 SAP Profile 2016 (CEO, Total Company Sales US$m, Net Profit US$m, HQ, Founded, No. of Employees, IR Contact, Ticker, Website) Table 8.16.1 SAP Total Company Sales 2010-2015 (US$m, AGR%) Table 8.16.2 SAP Sales by Segment of Business 2010-2014 (US$m, AGR%) Table 8.16.3 SAP Net Profit 2010-2014 (US$m, AGR%) Table 8.16.4 SAP Cost of Research & Development 2010-2014 (US$m, AGR%) Table 8.16.5 SAP Sales by Geographical Location 2010-2015 (US$m, AGR%) Table 8.17 Schneider Electric Profile 2016 (CEO, Total Company Sales US$m, Net Profit US$m, HQ, Founded, No. of Employees, IR Contact, Ticker, Website) Table 8.17.1 Schneider Electric Total Company Sales 2010-2015 (US$m, AGR%) Table 8.17.2 Schneider Electric Sales by Segment of Business 2010-2015 (US$m, AGR%) Table 8.17.3 Schneider Electric Net Profit 2010-2015 (US$m, AGR%) Table 8.17.4 Schneider Electric Sales by Geographical Location 2010-2015 (US$m, AGR%) Table 8.18 Siemens Profile 2016 (CEO, Total Company Sales US$m, Net Profit US$m, HQ, Founded, No. of Employees, IR Contact, Ticker, Website) Table 8.18.1 Siemens Total Company Sales 2010-2015 (US$m, AGR%) Table 8.18.2 Siemens Sales by Segment of Business 2014-2015 (US$m, AGR%) Table 8.18.3 Siemens Net Profit 2010-2015 (US$m, AGR%) Table 8.18.4 Siemens Cost of Research & Development 2010-2015 (US$m, AGR%) Table 8.18.5 Siemens Sales by Geographical Location 2010-2015 (US$m, AGR%) Table 8.19 Other Major Companies Involved in the Industrial Internet Market 2016 (Company, Submarket Involvement, Location) List of Figures Figure 1.1 Global Industrial Internet Market Segmentation Overview Figure 1.2 Example of Industrial Internet Market by Regional Market Share Forecast 2016, 2021 ( %Share) Figure 1.3 Example of National vs. Global Industrial Internet Market CAGR Forecast 2016, 2021, 2016-2021 (CAGR%) Figure 1.4 Example of National Industrial Internet Market by Submarket Forecast 2016-2021 (US$m, AGR %) Figure 2.1 Global Industrial Internet Market Segmentation Overview Figure 2.2 Consumer IoT vs. Industrial IoT Overview Figure 2.3 The evolution of embedded systems into the Internet of Things Figure 2.4 IIoT Value Chain Figure 3.1 Industrial Internet Representation Figure 3.2 Global Industrial Internet Market Forecast 2016-2021 (US$bn, AGR%) Figure 3.3 Industrial Internet Regional Coverage (Region) Figure 3.4 Regional Industrial Internet Market Forecast 2015-2021 (US$bn, AGR%,) Figure 3.5 Regional Industrial Internet Market AGR Forecast 2016-2021(AGR%,) Figure 3.6 Regional Industrial Internet Market Percentage Change in Market Share 2016-2021 ( % Change) Figure 3.7 Regional Industrial Internet Market Cumulative Sales 2016-2021 ($US$bn) Figure 3.8 Regional Industrial Internet Market Share Forecast 2016 (%,) Figure 3.9 Regional Cyber Security Market Share Forecast 2021 (%,) Figure 3.10 The Industrial Internet Across the European Union Figure 4.1 Global Industrial Internet Submarket AGR Forecast 2016-2021 (AGR%) Figure 4.2 Global Industrial Internet Submarket Forecast 2016-2021 (US$bn, Global AGR%) Figure 4.3 Global Industrial Internet Submarket Share 2016 ( % Share) Figure 4.4 Global Industrial Internet Submarket Share Forecast 2021 ( % Share) Figure 4.5 Global Industrial Internet Submarket Cumulative Share 2016-2021 ( % Share) Figure 4.6 Global Industrial Internet Submarket Cumulative Forecast 2016-2021 ($USbn) Figure 4.7 Global Industrial Internet Aerospace and Defence Submarket Forecast 2015-2021 ($USbn, AGR%) Figure 4.8 Global Industrial Internet Agriculture Submarket Forecast 2015-2021 ($USbn, AGR%) Figure 4.9 Global Industrial Internet Energy Submarket Forecast 2015-2021 ($USbn, AGR%) Figure 4.10 Global Industrial Internet Healthcare Submarket Forecast 2015-2021 ($USbn, AGR%) Figure 4.11 Global Industrial Internet Manufacturing Submarket Forecast 2015-2021 ($USbn, AGR%) Figure 4.12 Global Industrial Internet Retail Submarket Forecast 2015-2021 ($USbn, AGR%) Figure 4.13 Global Industrial Internet Transportation Submarket Forecast 2015-2021 ($USbn, AGR%) Figure 4.14 Global Industrial Internet Other Submarkets Forecast 2015-2021 ($USbn, AGR%) Figure 5.1 Global Industrial Internet Market by National Market Forecast 2016-2021 (US$bn, Global AGR%) Figure 5.2 Global Industrial Internet Market by National Market AGR Forecast 2016-2026 (AGR%) Figure 5.3 Leading National Industrial Internet Markets CAGR Forecast 2016-2021 (CAGR %) Figure 5.4 Leading National Industrial Internet Markets Share Forecast 2016 ( % Share) Figure 5.5 Leading National Industrial Internet Markets Share Forecast 2021 ( % Share) Figure 5.6 Leading National Industrial Internet Markets Cumulative Sales Share Forecast 2016-2021 ( % Share) Figure 5.7 China Industrial Internet Market Forecast 2016-2021 (US$bn, AGR %) Figure 5.8 China vs. Global Industrial Internet Market Forecast 2016-2021 ($USbn) Figure 5.9 China Industrial Internet Market Share Forecast 2016, 2021 ( % Share) Figure 5.10 France Industrial Internet Market Forecast 2016-2021 (US$bn, AGR %) Figure 5.11 France vs. Global Industrial Internet Market Forecast 2016-2021 ($USbn) Figure 5.12 France Industrial Internet Market Share Forecast 2016, 2021 ( % Share) Figure 5.13 Germany Industrial Internet Market Forecast 2016-2021 (US$bn, AGR %) Figure 5.14 Germany vs. Global Industrial Internet Market Forecast 2016-2021 ($USbn) Figure 5.15 Germany Industrial Internet Market Share Forecast 2016, 2021 ( % Share) Figure 5.16 Japan Industrial Internet Market Forecast 2016-2021 (US$bn, AGR %) Figure 5.17 China vs. Global Industrial Internet Market Forecast 2016-2021 ($USbn) Figure 5.18 China Industrial Internet Market Share Forecast 2016, 2021 ( % Share) Figure 5.19 South Korea Industrial Internet Market Forecast 2016-2021 (US$bn, AGR %) Figure 5.20 South Korea vs. Global Industrial Internet Market Forecast 2016-2021 ($USbn) Figure 5.21 South Korea Industrial Internet Market Share Forecast 2016, 2021 ( % Share) Figure 5.22 UK Industrial Internet Market Forecast 2016-2021 (US$bn, AGR %) Figure 5.23 UK vs. Global Industrial Internet Market Forecast 2016-2021 ($USbn) Figure 5.24 UK Industrial Internet Market Share Forecast 2016, 2021 ( % Share) Figure 5.25 US Industrial Internet Market Forecast 2016-2021 (US$bn, AGR %) Figure 5.26 US vs. Global Industrial Internet Market Forecast 2016-2021 ($USbn) Figure 5.27 US Industrial Internet Market Share Forecast 2016, 2021 ( % Share) Figure 5.28 ROW Industrial Internet Market Forecast 2016-2021 (US$bn, AGR %) Figure 5.29 ROW vs. Global Industrial Internet Market Forecast 2016-2021 ($USbn) Figure 5.30 ROW Industrial Internet Market Share Forecast 2016, 2021 ( % Share) Figure 8.2.1 Alphabet Total Company Sales 2010-2015 (US$m, AGR%) Figure 8.2.2 Alphabet Sales by Segment of Business 2010-2015 (US$m, Total Company Sales AGR%) Figure 8.2.3 Alphabet Sales AGR by Segment of Business 2011-2015 (AGR %) Figure 8.2.4 Alphabet Net Profit 2010-2015 (US$m, AGR%) Figure 8.2.5 Alphabet Cost of Research & Development 2010-2015 (US$m, AGR%) Figure 8.2.6 Alphabet Sales AGR by Geographical Location 2011-2015 (AGR %) Figure 8.2.7 Alphabet Sales by Geographical Location 2010-2015 (US$m, Total Company Sales AGR%) Figure 8.2.8 Alphabet Organisational Structure 2016 Figure 8.3.1 ARM Total Company Sales 2010-2015 (US$m, AGR%) Figure 8.3.2 ARM Sales by Segment of Business 2010-2015 (US$m, Total Company Sales AGR%) Figure 8.3.3 ARM Sales AGR by Segment of Business 2011-2015 (AGR %) Figure 8.3.4 ARM Net Profit 2010-2015 (US$m, AGR%) Figure 8.3.5 ARM Cost of Research & Development 2010-2015 (US$m, AGR%) Figure 8.3.6 ARM Sales AGR by Geographical Location 2011-2015 (AGR %) Figure 8.3.7 ARM Sales by Geographical Location 2010-2015 (US$m, Total Company Sales AGR%) Figure 8.3.8 ARM Organisational Structure 2016 Figure 8.4.1 Company Total Company Sales 2010-2014 (US$m, AGR%) Figure 8.4.2 Company Sales by Segment of Business 2010-2014 (US$m, Total Company Sales AGR%) Figure 8.4.3 Company Sales AGR by Segment of Business 2011-2014 (AGR %) Figure 8.4.4 Company Net Profit 2010-2014 (US$m, AGR%) Figure 8.4.5 Company Organisational Structure 2016 Figure 8.5.1 Bosch Total Company Sales 2010-2014 (US$m, AGR%) Figure 8.5.2 Bosch Sales by Segment of Business 2010-2014 (US$m, Total Company Sales AGR%) Figure 8.5.3 Bosch Sales AGR by Segment of Business 2011-2014 (AGR %) Figure 8.5.4 Bosch Net Profit 2010-2014 (US$m, AGR%) Figure 8.5.5 Bosch Cost of Research & Development 2010-2014 (US$m, AGR%) Figure 8.5.6 Bosch Sales AGR by Geographical Location 2011-2014 (AGR %) Figure 8.5.7 Bosch Sales by Geographical Location 2010-2014 (US$m, Total Company Sales AGR%) Figure 8.5.8 Bosch Organisational Structure 2016 Figure 8.6.1 Cisco Total Company Sales 2010-2015 (US$m, AGR%) Figure 8.6.2 Cisco Sales by Segment of Business 2010-2015 (US$m, Total Company Sales AGR%) Figure 8.6.3 Cisco Sales AGR by Segment of Business 2011-2015 (AGR %) Figure 8.6.4 Cisco Net Profit 2010-2015 (US$m, AGR%) Figure 8.6.5 Cisco Cost of Research & Development 2010-2015 (US$m, AGR%) Figure 8.6.6 Cisco Sales AGR by Geographical Location 2011-2015 (AGR %) Figure 8.6.7 Cisco Sales by Geographical Location 2010-2015 (US$m, Total Company Sales AGR%) Figure 8.6.8 Cisco Organisational Structure 2016 Figure 8.7.1 Emerson Total Company Sales 2010-2015 (US$m, AGR%) Figure 8.7.2 Emerson Sales by Segment of Business 2010-2015 (US$m, Total Company Sales AGR%) Figure 8.7.3 Emerson Sales AGR by Segment of Business 2011-2015 (AGR %) Figure 8.7.4 Emerson Net Profit 2010-2015 (US$m, AGR%) Figure 8.7.5 Emerson Cost of Research & Development 2010-2015 (US$m, AGR%) Figure 8.7.6 Emerson Sales AGR by Geographical Location 2011-2015 (AGR %) Figure 8.7.7 Emerson Sales by Geographical Location 2010-2015 (US$m, Total Company Sales AGR%) Figure 8.7.8 Emerson Organisational Structure 2016 Figure 8.8.1 Freescale Total Company Sales 2010-2014 (US$m, AGR%) Figure 8.8.2 Freescale Sales by Segment of Business 2010-2014 (US$m, Total Company Sales AGR%) Figure 8.8.3 Freescale Sales AGR by Segment of Business 2011-2014 (AGR %) Figure 8.8.4 Freescale Net Profit/Loss 2010-2014 (US$m, AGR%) Figure 8.8.5 Freescale Cost of Research & Development 2010-2014 (US$m, AGR%) Figure 8.8.6 Freescale Sales AGR by Geographical Location 2011-2014 (AGR %) Figure 8.8.7 Freescale Sales by Geographical Location 2010-2014 (US$m, Total Company Sales AGR%) Figure 8.8.8 Freescale Organisational Structure 2016 Figure 8.9.1 General Electric Total Company Sales 2011-2015 (US$m, AGR%) Figure 8.9.2 General Electric Sales by Segment of Business 2011-2015 (US$m, Total Company Sales AGR%) Figure 8.9.3 General Electric Sales AGR by Segment of Business 2012-2015 (AGR %) Figure 8.9.4 General Electric Net Profit/Loss 2010-2015 (US$m, AGR%) Figure 8.9.5 General Electric Cost of Research & Development 2010-2015 (US$m, AGR%) Figure 8.9.6 General Electric Sales by Geographical Location 2013-2015 (US$m, Total Company Sales AGR%) Figure 8.9.7 General Electric Organisational Structure 2016 Figure 8.10.1 Hewlett-Packard (HP) Total Company Sales 2010-2015 (US$m, AGR %) Figure 8.10.2 Hewlett-Packard Sales by Segment of Business 2010-2015 (US$m, Total Company Sales AGR%) Figure 8.10.3 Hewlett-Packard Sales AGR by Segment of Business 2011-2015 (AGR %) Figure 8.10.4 Hewlett-Packard Net Profit / Loss 2010-2015 (US$m) Figure 8.10.5 Hewlett-Packard Organisational Structure 2016 Figure 8.11.1 IBM Total Company Sales 2010-2015 (US$m, AGR%) Figure 8.11.2 IBM Sales by Segment of Business 2010-2015 (US$m, Total Company Sales AGR%) Figure 8.11.3 IBM Sales AGR by Segment of Business 2011-2015 (AGR %) Figure 8.11.4 IBM Net Profit 2010-2015 (US$m, AGR%) Figure 8.11.5 IBM Cost of Research & Development 2010-2015 (US$m, AGR%) Figure 8.11.6 IBM Sales AGR by Geographical Location 2011-2015 (AGR %) Figure 8.11.7 IBM Sales by Geographical Location 2010-2015 (US$m, Total Company Sales AGR%) Figure 8.11.8 IBM Organisational Structure 2016 Figure 8.11.9 IBM MessageSight System Figure 8.12.1 Intel Corporation Total Company Sales 2010-2015 (US$m, AGR%) Figure 8.12.2 Intel Corporation Sales by Segment of Business 2010-2015 (US$m, Total Company Sales AGR%) Figure 8.12.3 Intel Corporation Sales AGR by Segment of Business 2011-2015 (AGR %) Figure 8.12.4 Intel Corporation Net Profit 2010-2015 (US$m, AGR%) Figure 8.12.5 Intel Corporation Cost of Research & Development 2010-2015 (US$m, AGR%) Figure 8.12.6 Intel Corporation Sales AGR by Geographical Location 2011-2015 (AGR %) Figure 8.12.7 Intel Corporation Sales by Geographical Location 2010-2015 (US$m, Total Company Sales AGR%) Figure 8.12.8 Intel Corporation Organisational Structure 2016 Figure 8.12.9 Framework of Intel’s Internet of Things Solution Figure 8.13.1 Microsoft Corporation Total Company Sales 2010-2015 (US$m, AGR%) Figure 8.13.2 Microsoft Corporation Sales by Segment of Business 2012-2015 (US$m, Total Company Sales AGR%) Figure 8.13.3 Microsoft Corporation Sales AGR by Segment of Business 2013-2015 (AGR %) Figure 8.13.4 Microsoft Corporation Net Profit 2010-2015 (US$m, AGR%) Figure 8.13.5 Microsoft Corporation Cost of Research & Development 2010-2015 (US$m, AGR%) Figure 8.13.6 Microsoft Corporation Sales AGR by Geographical Location 2011-2015 (AGR %) Figure 8.13.7 Microsoft Corporation Sales by Geographical Location 2010-2015 (US$m, Total Company Sales AGR%) Figure 8.13.8 Microsoft Corporation Organisational Structure 2016 Figure 8.13.9 Microsoft Azure Intelligent Systems Figure 8.14.1 Omron Total Company Sales 2010-2015 (US$m, AGR%) Figure 8.14.2 Omron Sales by Segment of Business 2010-2014 (US$m, Total Company Sales AGR%) Figure 8.14.3 Omron Sales AGR by Segment of Business 2011-2014 (AGR %) Figure 8.14.4 Omron Net Profit 2010-2014 (US$m, AGR%) Figure 8.14.5 Omron Cost of Research & Development 2010-2015 (US$m, AGR%) Figure 8.14.6 Omron Sales AGR by Geographical Location 2011-2014 (AGR %) Figure 8.14.7 Omron Sales by Geographical Location 2010-2014 (US$m, Total Company Sales AGR%) Figure 8.14.8 Omron Organisational Structure 2016 Figure 8.15.1 Rockwell Total Company Sales 2010-2015 (US$m, AGR%) Figure 8.15.2 Rockwell Sales by Segment of Business 2010-2015 (US$m, Total Company Sales AGR%) Figure 8.15.3 Rockwell Sales AGR by Segment of Business 2011-2015 (AGR %) Figure 8.15.4 Rockwell Net Profit 2010-2015 (US$m, AGR%) Figure 8.15.5 Rockwell Cost of Research & Development 2010-2015 (US$m, AGR%) Figure 8.15.6 Rockwell Sales AGR by Geographical Location 2010-2015 (AGR %) Figure 8.15.7 Rockwell Sales by Geographical Location 2010-2015 (US$m, Total Company Sales AGR%) Figure 8.15.8 Rockwell Organisational Structure 2016 Figure 8.16.1 SAP Total Company Sales 2010-2015 (US$m, AGR%) Figure 8.16.2 SAP Sales by Segment of Business 2010-2014 (US$m, Total Company Sales AGR%) Figure 8.16.3 SAP Sales AGR by Segment of Business 2011-2014 (AGR %) Figure 8.16.4 SAP Net Profit 2010-2014 (US$m, AGR%) Figure 8.16.5 SAP Cost of Research & Development 2010-2014 (US$m, AGR%) Figure 8.16.6 SAP Sales AGR by Geographical Location 2011-2015 (AGR %) Figure 8.16.7 SAP Sales by Geographical Location 2010-2015 (US$m, Total Company Sales AGR%) Figure 8.16.8 SAP Organisational Structure 2016 Figure 8.17.1 Schneider Electric Total Company Sales 2010-2015 (US$m, AGR%) Figure 8.17.2 Schneider Electric Sales by Segment of Business 2011-2015 (US$m, Total Company Sales AGR%) Figure 8.17.3 Schneider Electric Sales AGR by Segment of Business 2012-2015 (AGR %) Figure 8.17.4 Schneider Electric Net Profit 2010-2015 (US$m, AGR%) Figure 8.17.5 Schneider Electric Sales AGR by Geographical Location 2011-2015 (AGR %) Figure 8.17.6 Schneider Electric Sales by Geographical Location 2010-2015 (US$m, Total Company Sales AGR%) Figure 8.17.7 Schneider Electric Organisational Structure 2016 Figure 8.18.1 Siemens Total Company Sales 2010-2015 (US$m, AGR%) Figure 8.18.2 Siemens Sales by Segment of Business 2014-2015 (US$m, Total Company Sales AGR%) Figure 8.18.3 Siemens Net Profit 2010-2015 (US$m, AGR%) Figure 8.18.4 Siemens Cost of Research & Development 2010-2015 (US$m, AGR%) Figure 8.18.5 Siemens Sales AGR by Geographical Location 2011-2015 (AGR %) Figure 8.18.6 Siemens Sales by Geographical Location 2010-2015 (US$m, Total Company Sales AGR%) Figure 8.18.7 Siemens Organisational Structure 2016 Companies Mentioned in this Report M Company ABB Accenture Aeris aicas Alcatel-Lucent Alphabet Inc. Amazon AMI GE LLC amplia Analog Devices, Inc Apple Apprion ARM Holdings plc Asavie AT&T Inc. Axeda B&R Industrial Automation Baosight Bayshore Networks, Inc. Bedrock Automation BeiDou Beijing Proudsmart Info. Technology Co., Ltd. Belden, Inc. Bit Stew Systems Blackberry Bosch Bosch Software Innovations (Bosch SI) Boston Dynamics C3 Energy Cambium Networks, Ltd. Canonical Group Limited Care Innovations Caterpillar CEA-TECH Certified Security Solutions China Telecom Cinterion Cirro Cisco Systems, Inc CMTC CODELCO Chile Cognizant Technology Solutions Combient AB Conduce Inc. Confidex Ltd. Connio Inc. Connode AB CSIRO Cubicon Corporation CyberLightning Ltd. CyberX DataLogic Datawatch Decisyon DeepMind Dell Deloitte LLP Deutsche Telekom Device Authority DGLogik, Inc. DigiCert, Inc Distrix Networks Ltd. DS-5 DT&C Ei3 Corporation Electric Imp EMC Corporation Emerson EnerTech Inc. EnterpriseWeb Ericsson Etisalat Facebook FIMECC Ltd. First Line Software, Inc FogHorn Freescale Semiconductor, Inc Frost Data Capital Fuji Electric Co., Ltd. Fujifilm Corporation Fujitsu Limited Gemalto General Electric Genpact GlobalSign, Inc. Google Inc. GS1 International Haier Group HappiestMinds Technologies Pvt Ltd HARTING KGaA Helium Hewlett Packard Enterprise Hewlett-Packard Company Hilscher Gesellschaft für Systemautomation mbH Hitachi, Ltd. Honeywell HP Inc Huawei Technologies Co. HyperCat Ltd ICT Austria Infineon Technologies Infosys Limited Innovasic, Inc. Inspiralia Intel Corporation Intelligent Structures Inc. InterDigital International Business Machines Corporation (IBM) IoT ONE IoTium Inc. Itron, Inc. ITW Ivar Jacobson Jabil Jasper Kaspersky Lab UK Ltd. KEDGE BS Keil Kepware Technologies Konica Minolta KUKA AG Kyland Technology Co., Ltd. Lido Stone Works LocalGrid Technologies LogMeIn LSEC - Leaders In Security Lynx Software Technologies M2M Alliance Maana Machina Research Limited MachineShop, Inc. Machine-to-Machine Intelligence (M2Mi) Manitowoc Foodservice MD PnP Micromem Technologies Inc. Micron Technology Microsoft Corporation MITRE Corporation Mitsubishi Electric Corporation Modius, Inc. Moxa Inc N National Instruments NATION-E LTD NEC Corporation NeuStar, Inc. NGRAIN (Canada) Corporation Nissan Motor No Magic Nokia Siemens Networks Numerex NXP Semiconductors Olympus Corporation OMEXELL(Jinan) Heat Transfer Technology Co.,LTD. Omni-ID OMRON Corporation OMRON VENTURES Open Group. Oracle Orange Pacific Controls Panasonic Parker Hannifin Pitney Bowes PMMI Pollux Automation Predikto, Inc PrismTech Productivity Apex, Inc. Produktion ProSyst Software GmbH Prykarpattyaoblenergo network PTC Inc Putman Media Qualcomm Technologies, Inc. QualiCal Qylur Intelligent Systems Real-Time Innovations (RTI) RealView Red Hat Redline Communications Renesas Electronics Corporation Rexroth RhoData Corporation Ricoh Company, Ltd. Robert Bosch GmbH Rockwell Automation ROHM Co., Ltd. ROI Management Consulting Room 5 Rostelecom Roxar Rubicon Labs Omc SafeLogic Saffron Technology, Inc. Samsung Electronics Sansa Security SAP SE SB Microsystems Schindler Digital Business Ltd. Schneider Electric SevOne, Inc. Siemens Sierra Wireless Sight Machine Singlewire SINTEF Sixth Energy Technologies Private Limited Sophic Automation Sdn Bhd SparkCognition Sprint Stichting imec Nederland Stream Technologies Swrve Symantec Synapse Wireless System Insights Tata Consultancy Services TE Connectivity Tech Mahindra Limited Tego Inc Telefonica Telenor’s Connexion Telit Wireless Solutions Texas Instruments Thameslink The Boeing Company ThetaRay LTD Thingswise ThingWorx Thyseenkrupp ThyssenKrupp Elevator Tieto Toshiba Toumetis Toyota Motor Sales T-Systems TTTech Tuev Sued AG Twin Oaks Computing Tyco UI LABS UL UNISYS Corporation Uptake V2COM Verisign, Inc. Verizon Verizon Wireless Vodafone Wapice Ltd Water & Process Group (WPG) Waterfall Security Solutions LTD Waygum Inc. Weather Company WIBU-SYSTEMS AG WiPro Wireless Glue Networks WITTENSTEIN Inc. Works Systems, Inc. Wyconn X10SYS Associative Technologies S.A. Xilinx, Inc. XMPro ZTE Organisations, Groups, Non-State Actors and Institutions Mentioned in This Report Advanced Manufacturing Technology Consortia (AMTECH) Agency for Science, Technology and Research (A*STAR), Singapore Alliance for Telecommunications Industry Solutions (ATIS) Asia IoT Alliance Association of Radio Industries and Businesses (ARIB) Auburn University Carnegie Mellon University Charles Stark Draper Laboratory China Academy of Information and Communications Technology China Communications Standards Association (CCSA) China Electronics Standardization Institute Cork Institute of Technology Department of Commerce’s Economic Development Administration (EDA) Department of Energy (DOE) Department of Health and Human Services Department of Homeland Security (DHS) Department of Transportation (DOT) Deutsche Bank Deutschsprachige SAP Anwendergruppe (DSAG) Digital Manufacturing and Design Innovation Institute DistribuTech Eclipse Foundation Environmental Protection Agency (EPA) European Commission European Parliament Research Service European Telecommunications Standards Institute (ETSI) European Union (EU) Federal Aviation Administration (FAA) Federal Highway Administration Exploratory Fraunhofer Gesellschaft French Ministry of the Economy Fundacion Tecnalia Research & Innovation General Aviation Manufacturers Association Georgia Institute of Technology Global City Teams Challenge (GCTC) i2CAT Foundation Industrial Internet Consortium (ICC) Industrial Technology Research Institute Industrial Value Chain Initiative INDUSTRIE 4.0 Industrie du Futur Industry Development Augmentation Division (III) Institute for Information Industry IoTUK John D. and Catherine T MacArthur Foundation Johns Hopkins University Kaiser Permanente Korea Electronics Technology Institute Massachusetts Institute of Technology (MIT) National Association of Electrical Distributors (NAED) National Engineering Research Center for Broadband Networks & Applications National Health Service (NHS) National Institute of Standards and Technology (NIST) National Institute of Standards and Technology Global City Teams Challenge National Network for Manufacturing Innovation National Science Foundation (NSF) Newcastle University Office of Management and Budget Office of Science and Technology Policy Organisation of Economic Cooperation and Development (OECD) Purdue University Rensselaer Polytechnic Institute Representative of German Industry and Trade Robot Revolution Realization Council Sector-Specific Agency Shenyang Institute of Automation Steinbeis Transfer Center Innovations forum Industrie (STCII) Taiwan Network Information Center Tampere University of Technology, Finland Technische Universität Darmstadt Telecommunications Industry Association (TIA) Telecommunications Technology Association (TTA) of Korea UK Parliament University of California, Berkeley University of Chicago University of Pennsylvania University of Pittsburgh US Census Bureau (Census) Vanderbilt University VTT Technical Research Centre of Finland Wireless Research Center of North Carolina Worcester Polytechnic Institute World Bank World Economic Forum Xerox Palo Alto Research Center (PARC) Yokohama National University For more information and orders please contact gabriel.diaz@vgtelecomreports.com Terms and Conditions By replying to this e-mail submitting your order for this product you have agreed without limitation or qualification to be bound by and to comply with these Terms and Conditions. You agree that you will not fail to complete any transaction after submitting an order to purchase a product or submit any order to purchase a product where you do not intend to complete the transaction. Management Reports will only be sent on receipt of payment. Our mailing address is: 230 City Road. EC1V 2QY, London, UK. As a valued contact or customer, you are receiving this email with information that we believe will be relevant to you. If however, you wish to stop future messages you can unsubscribe from this list From owner-freebsd-ppc@freebsd.org Wed Feb 1 03:09:10 2017 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6B6ACCBE93 for ; Wed, 1 Feb 2017 03:09:10 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: from asp.reflexion.net (outbound-mail-210-72.reflexion.net [208.70.210.72]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 658981BB6 for ; Wed, 1 Feb 2017 03:09:09 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: (qmail 25493 invoked from network); 1 Feb 2017 03:09:02 -0000 Received: from unknown (HELO mail-cs-01.app.dca.reflexion.local) (10.81.19.1) by 0 (rfx-qmail) with SMTP; 1 Feb 2017 03:09:02 -0000 Received: by mail-cs-01.app.dca.reflexion.local (Reflexion email security v8.20.1) with SMTP; Tue, 31 Jan 2017 22:09:02 -0500 (EST) Received: (qmail 26684 invoked from network); 1 Feb 2017 03:09:02 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with (AES256-SHA encrypted) SMTP; 1 Feb 2017 03:09:02 -0000 Received: from [192.168.1.111] (c-67-170-167-181.hsd1.or.comcast.net [67.170.167.181]) by iron2.pdx.net (Postfix) with ESMTPSA id E00BFEC8AEE; Tue, 31 Jan 2017 19:09:01 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: Re: svn commit: r313005 - in head/sys: conf modules/zfs [The related 215947: -mlongcall use instead of -mminimal-toc] From: Mark Millard In-Reply-To: <2B31BF44-CB4F-4B07-AFFE-0D2083855BB2@gmail.com> Date: Tue, 31 Jan 2017 19:09:01 -0800 Cc: FreeBSD PowerPC ML Content-Transfer-Encoding: quoted-printable Message-Id: References: <676ECF89-F9AE-436A-942A-003B76C6BFE2@dsl-only.net> <2B31BF44-CB4F-4B07-AFFE-0D2083855BB2@gmail.com> To: Justin Hibbits X-Mailer: Apple Mail (2.3259) X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2017 03:09:10 -0000 On 2017-Jan-31, at 6:44 PM, Justin Hibbits = wrote: > On Jan 31, 2017, at 4:26 AM, Mark Millard wrote: >>> Modified: head/sys/modules/zfs/Makefile >>> =3D >>> =3D >>> =3D >>> =3D >>> =3D >>> =3D >>> =3D >>> =3D >>> =3D >>> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >>> --- head/sys/modules/zfs/Makefile Tue Jan 31 01:48:55 2017 = (r313004) >>> +++ head/sys/modules/zfs/Makefile Tue Jan 31 01:55:29 2017 = (r313005) >>> @@ -94,7 +94,7 @@ CFLAGS+=3D-I${SUNW}/common >>> CFLAGS+=3D-DBUILDING_ZFS >>>=20 >>> .if ${MACHINE_ARCH} =3D=3D "powerpc64" >>> -CFLAGS+=3D-mminimal-toc >>> +CFLAGS.gcc+=3D-mminimal-toc >>> .endif >>>=20 >>> .ifdef ZFS_DEBUG >>=20 >> You may want to process my bugzilla 215107 with = head/sys/modules/zfs/Makefile >> as it also deals with that -mminimal-toc: in other words to declare = 215107 >> fixed by this update. >>=20 >> =3D=3D=3D >> Mark Millard >> markmi at dsl-only.net >>=20 >=20 > Ah, thanks for reminding me, I'll take that. >=20 > - Justin Thanks. 215947 is sort of related in that it eliminated -mlongcall usage because (A) clang 3.8.0 did not have it and (B) the usage was not needed under the medium model. It also limited the forced use of gcc in: /usr/src/lib/csu/powerpc64/Makefile But I've had the patch in use for a long time and -mlongcall now exists if one requires a recent enough clang. (I only recently made a bugzilla for the issue so bugzilla does not reflect the patch's age.) Even if you leave in the -mlongcall usage something like part of the patch should be applied to avoid forcing gcc use. And the comment about why -mlongcall is needed is now wrong even if the -mlongcall 's are left in place. =3D=3D=3D Mark Millard markmi at dsl-only.net From owner-freebsd-ppc@freebsd.org Wed Feb 1 07:32:45 2017 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51568CCD8CA for ; Wed, 1 Feb 2017 07:32:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 27554D92 for ; Wed, 1 Feb 2017 07:32:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v117WioF043493 for ; Wed, 1 Feb 2017 07:32:45 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ppc@FreeBSD.org Subject: [Bug 211488] powerpc iso broken / does not burn correctly Date: Wed, 01 Feb 2017 07:32:45 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 11.0-BETA3 X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: FreeBSD@rorohiko.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ppc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2017 07:32:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211488 --- Comment #10 from sysprint0 --- Hi Sevan. Good news you have found a work around. My ppc laptop got trashed during a recent big earthquake and have only just= got things going again. To our FreeBSD friends. The release ISO's you present look perfectly acceptable to OSX.=20=20 They however produce an unusable disc when burned. As below. Note the free space. *********** ~ me$ hdiutil pmap /dev/disk1 Partition List ## Dev_______ Type_______________ Name_____________ Start___ Size____ End__= ___ 0 Apple_partition_map Apple=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 1 3 3=20=20 -1 Apple_ISO 10_2_RELEASE_POWE 4 = 76=20 79=20=20 1 Apple_Bootstrap CD Boot=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 80 6400 6479=20=20 -1 Apple_Free=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20 6480 1214916 1221395=20=20 Legend - ... extended entry + ... converted entry Type 1 partition map detected. Block0.blockSize 0x0200 NativeBlockSize 0x0200 Options: PMEXTENDEDMODE PMSECTORIZE PMSORTMAP PMFREEGENERATE PMFREECOMBINE PMVOLSYNTH PMSKIPZEROLGH=20 (-options xsSgcvk) ************ The install data required is actually present. It is getting confused by a finishing layer of some kind of unresolvable hard/soft symlinks=20 Kind regards from the South Pacific. Marc --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-ppc@freebsd.org Sat Feb 4 19:36:03 2017 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17894CD1086 for ; Sat, 4 Feb 2017 19:36:03 +0000 (UTC) (envelope-from geezuh@gmail.com) Received: from mail-ot0-x236.google.com (mail-ot0-x236.google.com [IPv6:2607:f8b0:4003:c0f::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D43B8C6 for ; Sat, 4 Feb 2017 19:36:02 +0000 (UTC) (envelope-from geezuh@gmail.com) Received: by mail-ot0-x236.google.com with SMTP id 73so37461285otj.0 for ; Sat, 04 Feb 2017 11:36:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=5cfR1vs03v936E63e3X2XPBCYsI2wWtLdjDy8AbLR0E=; b=Cwl+nh7GxlDz0FePK70IqYc+JGRBcAd74ZRC7XlPQ7igB49D45JNTisJl1bTx2y8tV WKQBw1GMW9aO3BvQdSVwRUWHnaLS5+uyEdYRzz12N1yIL8toFCWbRjtWgBOy3leZwz3n avHYMl+ayx+D5QLWeXlyNsuyKO9gtG/9uRujTuy8rjJAlhSmfTjlQoAPkfHaq72F22lP yAo2dE9C5IOJXJAdwUMq4l2b8xnVD+LtCivKbwA7nGMAcxd9BbnFJAfVQvCbhpZx5GbI 4CmIVEY45uhtgixCup9YtbzcUdsiksnAqbvHDFMlF147s9od2RKcbej14pAepRbJAwNW W6xg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=5cfR1vs03v936E63e3X2XPBCYsI2wWtLdjDy8AbLR0E=; b=FP8l3y6NOLVraSRfndsP2YGcDVYhu/cE+oMwgXEpKyxTsys5wi4M1X/WVj/YoL3wzI KnesRCibzU3zSCOXOGp063qP5RHcr4e22B99GudCjj2b3IjiqHKFwkXYYhyMY8EfQ3rT RiREYUqCyvcl4GHKVCZyFACsOQ4OIReIJ0iENjfwGX8mbNjrEao4fBqjdlz6IKTz1tKZ BWXJOBb17TIQJrvxtn95aeWoz6LrE6XWJfLIvm0PNLRAUgO+u9vumpX9EC7s3/9cjvqR 1bL4lK8QU721G8fdfb99oUOBXEEWTptBxRtBD3QHfEZAxVIemTKSaQuAIkMCSGK3+aBG nNCQ== X-Gm-Message-State: AIkVDXLzUMc+gcPzfiFA+L4MUNU9kvJIaRREIzwGiqFbn2ffbknTspTg7KGw5HzU+q7zCtfXfN0nyFXro/KJvA== X-Received: by 10.157.35.35 with SMTP id j32mr1833471otb.90.1486236961991; Sat, 04 Feb 2017 11:36:01 -0800 (PST) MIME-Version: 1.0 Received: by 10.157.60.33 with HTTP; Sat, 4 Feb 2017 11:35:41 -0800 (PST) From: Garrett Zuhoski Date: Sat, 4 Feb 2017 12:35:41 -0700 Message-ID: Subject: Error with Install CD on PPC iMac G3 To: freebsd-ppc@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Feb 2017 19:36:03 -0000 Hi there, I have an old iMac that I was wanting to play around with, and since linux has been dropping PPC support left and right, I figured this would be a good opportunity to play around with other Unices like FreeBSD. Upon boot, the bootloader comes up and loads the kernel, then quickly scrolling text followed by a reboot of the machine. Here is a photo of the error: http://i.imgur.com/ZgBBLjG.png Someone on Freenode told me "the exc register is being set wrong clearly and getting into the wrong case of the switch block" (I'm not sure what that means) Any help would be appreciated. Thanks! From owner-freebsd-ppc@freebsd.org Sat Feb 4 20:44:29 2017 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 645BFCCE20B for ; Sat, 4 Feb 2017 20:44:29 +0000 (UTC) (envelope-from tgl@sss.pgh.pa.us) Received: from sss.pgh.pa.us (sss.pgh.pa.us [66.207.139.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2B838842 for ; Sat, 4 Feb 2017 20:44:29 +0000 (UTC) (envelope-from tgl@sss.pgh.pa.us) Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.14.4/8.14.4) with ESMTP id v14Kd6Rg021545; Sat, 4 Feb 2017 15:39:06 -0500 From: Tom Lane To: Garrett Zuhoski cc: freebsd-ppc@freebsd.org Subject: Re: Error with Install CD on PPC iMac G3 In-reply-to: References: Comments: In-reply-to Garrett Zuhoski message dated "Sat, 04 Feb 2017 12:35:41 -0700" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <21543.1486240746.1@sss.pgh.pa.us> Date: Sat, 04 Feb 2017 15:39:06 -0500 Message-ID: <21544.1486240746@sss.pgh.pa.us> X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Feb 2017 20:44:29 -0000 Garrett Zuhoski writes: > I have an old iMac that I was wanting to play around with, and since linux > has been dropping PPC support left and right, I figured this would be a > good opportunity to play around with other Unices like FreeBSD. > Upon boot, the bootloader comes up and loads the kernel, then quickly > scrolling text followed by a reboot of the machine. > Here is a photo of the error: http://i.imgur.com/ZgBBLjG.png Which FreeBSD version is that? My own experience on a couple different PPC-era Macs is that 10.3 works fine, but 11 and CURRENT hang somewhere near where you're showing. Might or might not be the same issue. The archives of this list contain several different threads about boot problems on Apple PPC hardware over the last year or so. regards, tom lane