<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/chunkeey/include/target.mk, branch reboot</title>
<subtitle>Staging tree of Christian Lamparter</subtitle>
<id>https://git.openwrt.org/openwrt/staging/chunkeey/atom?h=reboot</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/chunkeey/atom?h=reboot'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/'/>
<updated>2016-03-08T18:11:37Z</updated>
<entry>
<title>include: add Cortex-A53 CPU_TYPE</title>
<updated>2016-03-08T18:11:37Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2016-03-08T18:11:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=8188542e521a504bb3663f71a9fbe23102a4854c'/>
<id>urn:sha1:8188542e521a504bb3663f71a9fbe23102a4854c</id>
<content type='text'>
Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;

SVN-Revision: 48964
</content>
</entry>
<entry>
<title>include/target.mk: fix profile defaults</title>
<updated>2016-02-26T20:47:10Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-02-26T20:47:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=f026f5c780bf0dd359d2de9a94ddd72bef347c2c'/>
<id>urn:sha1:f026f5c780bf0dd359d2de9a94ddd72bef347c2c</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 48807
</content>
</entry>
<entry>
<title>linux: add support of Synopsys ARCHS38-based boards</title>
<updated>2016-02-18T08:22:32Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2016-02-18T08:22:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=73015c4cb3787cccadc72b53fdb84b2d45c90136'/>
<id>urn:sha1:73015c4cb3787cccadc72b53fdb84b2d45c90136</id>
<content type='text'>
This patch introduces support of new boards with ARC HS38 cores.

ARC HS38 is a new generation of ARC cores which utilize ARCv2 ISA.
As with ARC770 we're addind support for 2 boards for now:

 [1] Synopsys SDP board (AXS103)
     This is the same base-board as in AXS101 but with
     FPGA-based CPU-tile where ARCHs38 core is implemented.

 [2] nSIM
     Again this is the same simulation engine but configured for
     new instruction set and features of new CPU.

Signed-off-by: Alexey Brodkin &lt;abrodkin@synopsys.com&gt;
Cc: Felix Fietkau &lt;nbd@openwrt.org&gt;
Cc: Jo-Philipp Wich &lt;jow@openwrt.org&gt;
Cc: Jonas Gorski &lt;jogo@openwrt.org&gt;

SVN-Revision: 48740
</content>
</entry>
<entry>
<title>build: add uclient-fetch to the default packages, in case opkg is not selected</title>
<updated>2016-01-22T09:41:53Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-01-22T09:41:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=158f5b8d7aed9309d6f3a3b900a3215e0954f98e'/>
<id>urn:sha1:158f5b8d7aed9309d6f3a3b900a3215e0954f98e</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 48450
</content>
</entry>
<entry>
<title>arc: clean-up and move CFLAGS to include/target.mk</title>
<updated>2016-01-18T17:52:03Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-01-18T17:52:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=e620f4d6f83d457579a6ac53d8659f3171739d18'/>
<id>urn:sha1:e620f4d6f83d457579a6ac53d8659f3171739d18</id>
<content type='text'>
Most of currently mentioned CFLAGS in arc770/Makefile
are not really required because:
 [1] "-Os -pipe" are set by default in include/target.mk
 [2] "-fno-caller-saves" gets enabled via menuconfig
     as an extra compiler flag for developers

So the only one that makes sense is "-matomic" and
that one is really essential. Without it many software
packges won't build complainin on unresolved atomic ops.

Signed-off-by: Alexey Brodkin &lt;abrodkin@synopsys.com&gt;
Cc: Felix Fietkau &lt;nbd@openwrt.org&gt;
Cc: Jo-Philipp Wich &lt;jow@openwrt.org&gt;
Cc: Jonas Gorski &lt;jogo@openwrt.org&gt;

SVN-Revision: 48326
</content>
</entry>
<entry>
<title>ipq806x: enable vfpv4 support and set cpu type to cortex-a9</title>
<updated>2015-11-14T14:22:24Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-11-14T14:22:24Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=06f79fe8416966573b408f2607e6d3b02d230125'/>
<id>urn:sha1:06f79fe8416966573b408f2607e6d3b02d230125</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 47468
</content>
</entry>
<entry>
<title>toolchain: add support of ARC architecture</title>
<updated>2015-11-10T12:03:59Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-11-10T12:03:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=8b5d644bb36846660e1fa20d38361fec12a14b28'/>
<id>urn:sha1:8b5d644bb36846660e1fa20d38361fec12a14b28</id>
<content type='text'>
This includes binutils, gcc, gdb and uClibc-ng.

Latest release of ARC gcc (as of today it is "arc-2015.06")
is based on upstream gcc 4.8.4.

Sources are available on GitHub, see:
https://github.com/foss-for-synopsys-dwc-arc-processors/gcc

Latest release of ARC binutils (as of today it is "arc-2015.06")
is based on upstream binutils 2.23.

Sources are available on GitHub, see:
https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb/releases/tag/arc-2015.06

Latest release of ARC GDB (as of today this is "arc-2015.06-gdb")
is based on upstream gdb 7.9.1.

Sources are available on GitHub, see:
https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb/releases/tag/arc-2015.06-gdb

Note that for binutils and gdb that come from unified git repository
(which is the case for upstream binutils/gdb today) we need to disable
building of gdb in binutils and binutils in gdb hence in binutils:
------&gt;8------
--disable-sim
--disable-gdb
------&gt;8------

and in gdb:
------&gt;8------
--disable-binutils
--disable-ld
--disable-gas
------&gt;8------

Also in gdb we disable sim because if the following breakage while
building with it:
------------&gt;8------------
/usr/bin/env bash ./../common/genmloop.sh -shell /usr/bin/env bash \
        -mono -fast -pbb -switch sem5-switch.c \
        -cpu a5f -infile ./mloop5.in \
        -outfile-suffix 5
unknown option: bash
Makefile:699: recipe for target 'stamp-5mloop' failed
make[7]: *** [stamp-5mloop] Error 1
------------&gt;8------------

Cc: Felix Fietkau &lt;nbd@openwrt.org&gt;
Cc: John Crispin &lt;blogic@openwrt.org&gt;
Cc: Jonas Gorski &lt;jogo@openwrt.org&gt;
Signed-off-by: Alexey Brodkin &lt;abrodkin@synopsys.com&gt;

SVN-Revision: 47438
</content>
</entry>
<entry>
<title>target.mk: add optimization flags for MIPS 24Kc.</title>
<updated>2015-10-31T09:30:03Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-10-31T09:30:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=d31c1e228516ba0498414c1ca4271082611b1bb2'/>
<id>urn:sha1:d31c1e228516ba0498414c1ca4271082611b1bb2</id>
<content type='text'>
Signed-off-by: Yousong Zhou &lt;yszhou4tech@gmail.com&gt;

SVN-Revision: 47323
</content>
</entry>
<entry>
<title>target: remove nathelpers from default images (legacy)</title>
<updated>2015-10-29T15:16:06Z</updated>
<author>
<name>Steven Barth</name>
</author>
<published>2015-10-29T15:16:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=baa359f8e485d781fe01308f0bca7b769dc91491'/>
<id>urn:sha1:baa359f8e485d781fe01308f0bca7b769dc91491</id>
<content type='text'>
Signed-off-by: Steven Barth &lt;steven@midlink.org&gt;

SVN-Revision: 47280
</content>
</entry>
<entry>
<title>x86: Make virtualization guests built for pentium4 with SMP</title>
<updated>2015-07-12T19:26:48Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2015-07-12T19:26:48Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=e914c31d4c52e45c3d24ec22487d4d6c2f6b0186'/>
<id>urn:sha1:e914c31d4c52e45c3d24ec22487d4d6c2f6b0186</id>
<content type='text'>
Signed-off-by: Daniel Gimpelevich &lt;daniel@gimpelevich.san-francisco.ca.us&gt;

SVN-Revision: 46314
</content>
</entry>
</feed>
