<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/xback/target/Config.in, branch v17.01.0</title>
<subtitle>Staging tree of Koen Vandeputte</subtitle>
<id>https://git.openwrt.org/openwrt/staging/xback/atom?h=v17.01.0</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/xback/atom?h=v17.01.0'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/'/>
<updated>2016-08-11T08:45:33Z</updated>
<entry>
<title>kernel: add plan 9 fs package</title>
<updated>2016-08-11T08:45:33Z</updated>
<author>
<name>Matteo Croce</name>
</author>
<published>2016-06-22T13:15:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=1645abffea2785653de27d92ba0e977d1f32a538'/>
<id>urn:sha1:1645abffea2785653de27d92ba0e977d1f32a538</id>
<content type='text'>
9pfs is used by kvm to share files between host and guest,
add proper config option to enable it.

Signed-off-by: Matteo Croce &lt;matteo.croce@canonical.com&gt;
</content>
</entry>
<entry>
<title>target.mk: rework arm architecture level detection</title>
<updated>2016-07-15T12:14:37Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-07-14T13:41:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=11d496d1562084d4cdd5822d5ef8fc8c176233ea'/>
<id>urn:sha1:11d496d1562084d4cdd5822d5ef8fc8c176233ea</id>
<content type='text'>
Use kernel config as input instead of -march CFLAGS.
With this change, -march can be dropped and replaced with more specific
optimization flags for better code generation.

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>tools: add kernel2minor utility for Mikrotik devices</title>
<updated>2016-07-05T20:59:14Z</updated>
<author>
<name>Sergey Sergeev</name>
</author>
<published>2016-06-28T11:55:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=17ee6bb8f344dd1db027186de272badb6ba2020b'/>
<id>urn:sha1:17ee6bb8f344dd1db027186de272badb6ba2020b</id>
<content type='text'>
This patch adds support of Mikrotik yaffs2 filesystem image for kernel file
and tools/kernel2minor package.
We neede this to boot kernel through RouterBoot on new Mikrotik NOR flash devices.

Signed-off-by: Sergey Sergeev &lt;adron@yapic.net&gt;
</content>
</entry>
<entry>
<title>config: add a small_flash feature</title>
<updated>2016-06-13T20:51:43Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2016-06-13T19:35:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=30acacb0afc6255ae68bc4f3ae4365a8ec46f353'/>
<id>urn:sha1:30acacb0afc6255ae68bc4f3ae4365a8ec46f353</id>
<content type='text'>
this causes KALLSYMS to be off by default

Signed-off-by: John Crispin &lt;john@phrozen.org&gt;
</content>
</entry>
<entry>
<title>build: remove profile kernel/build system config override support</title>
<updated>2016-05-15T18:55:40Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-05-15T18:35:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=f4c4d501e4edc579e74e720b0a9e3f22532b0dab'/>
<id>urn:sha1:f4c4d501e4edc579e74e720b0a9e3f22532b0dab</id>
<content type='text'>
It has been unused for years

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</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/xback/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>build: remove obsolete references to cris and avr32</title>
<updated>2015-03-24T10:07:40Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-03-24T10:07:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=5d9eeab64aadb376a8c07d8faad44b25ac9ce7f5'/>
<id>urn:sha1:5d9eeab64aadb376a8c07d8faad44b25ac9ce7f5</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 44965
</content>
</entry>
<entry>
<title>aarch64: add initial support</title>
<updated>2014-11-24T06:33:13Z</updated>
<author>
<name>Florian Fainelli</name>
</author>
<published>2014-11-24T06:33:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=dd8d7188eea747c9fc7f11f48cd127ea8e7f273e'/>
<id>urn:sha1:dd8d7188eea747c9fc7f11f48cd127ea8e7f273e</id>
<content type='text'>
Add initial support for the AArch64 architecture

Signed-off-by: Florian Fainelli &lt;florian@openwrt.org&gt;

SVN-Revision: 43353
</content>
</entry>
<entry>
<title>kernel: add a NAND_SUPPORT symbol</title>
<updated>2014-06-11T12:59:22Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2014-06-11T12:59:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=ac5d5cbc795bc618dc426ac3631c88f4e73eaff5'/>
<id>urn:sha1:ac5d5cbc795bc618dc426ac3631c88f4e73eaff5</id>
<content type='text'>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 41122
</content>
</entry>
<entry>
<title>build: add a feature flag for low-memory systems</title>
<updated>2014-06-02T17:04:38Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2014-06-02T17:04:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=b24897ee5c53b6488d1b984b63ab65220e486ed7'/>
<id>urn:sha1:b24897ee5c53b6488d1b984b63ab65220e486ed7</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

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