<feed xmlns='http://www.w3.org/2005/Atom'>
<title>svn-archive/archive/target/linux/realview, branch master</title>
<subtitle>OpenWrt SVN history</subtitle>
<id>https://git.openwrt.org/openwrt/svn-archive/archive/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/svn-archive/archive/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/'/>
<updated>2016-05-10T22:36:25Z</updated>
<entry>
<title>image / basefiles: make console password configurable</title>
<updated>2016-05-10T22:36:25Z</updated>
<author>
<name>Luka Perkov</name>
</author>
<published>2016-05-10T22:36:25Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=7d853840084a34a80abdb5cc6fde94ee524ffdbe'/>
<id>urn:sha1:7d853840084a34a80abdb5cc6fde94ee524ffdbe</id>
<content type='text'>
Signed-off-by: Daniel Dickinson &lt;openwrt@daniel.thecshore.com&gt;
Signed-off-by: John Crispin &lt;john@phrozen.org&gt;

SVN-Revision: 49325
</content>
</entry>
<entry>
<title>all: drop old uci-defaults.sh</title>
<updated>2015-12-11T15:26:06Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2015-12-11T15:26:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=61e50a0e44fe05daca264d948d9bf1a0e474bf1d'/>
<id>urn:sha1:61e50a0e44fe05daca264d948d9bf1a0e474bf1d</id>
<content type='text'>
Replace former uci-defaults.sh implementation with the uci-defaults-new.sh one
and update all users accordingly.

Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 47867
</content>
</entry>
<entry>
<title>realview: switch from uci-defaults to board.d</title>
<updated>2015-12-03T23:07:30Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2015-12-03T23:07:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=d782969537efd1d5016e45dd5b42314d1404dd09'/>
<id>urn:sha1:d782969537efd1d5016e45dd5b42314d1404dd09</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 47739
</content>
</entry>
<entry>
<title>realview: Create ext4 image by default</title>
<updated>2015-10-30T22:31:47Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-10-30T22:31:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=08bd6499f73b48bca44b018f5393783dc23be74b'/>
<id>urn:sha1:08bd6499f73b48bca44b018f5393783dc23be74b</id>
<content type='text'>
Following the additions in r46924, enable the 'ext4' feature for
realview target so the ext4 image is created by default.

Signed-off-by: Dov Murik &lt;dov.murik@gmail.com&gt;

SVN-Revision: 47301
</content>
</entry>
<entry>
<title>realview: create sd card image for qemu</title>
<updated>2015-09-14T20:10:04Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2015-09-14T20:10:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=eb253eb1b364daae83e76a5b66f88d378afbe8cf'/>
<id>urn:sha1:eb253eb1b364daae83e76a5b66f88d378afbe8cf</id>
<content type='text'>
enables a real rootfs with custom size

use qemu with:
qemu-system-arm -M realview-pbx-a9 \
-kernel openwrt-realview-vmlinux.elf \
-nographic -m 1024M \
-sd openwrt-realview-sdcard.img \
--append "console=ttyAMA0 root=/dev/mmcblk0p1"

modified script from brcm2708 target

Signed-off-by: Dirk Neukirchen &lt;dirkneukirchen@web.de&gt;

SVN-Revision: 46924
</content>
</entry>
<entry>
<title>realview: enable sd card support</title>
<updated>2015-09-14T20:09:56Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2015-09-14T20:09:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=014c8438897381108034de63ddf8d5b92a556d1a'/>
<id>urn:sha1:014c8438897381108034de63ddf8d5b92a556d1a</id>
<content type='text'>
qemu can be run with -sd &lt;imagename&gt;

Signed-off-by: Dirk Neukirchen &lt;dirkneukirchen@web.de&gt;

SVN-Revision: 46923
</content>
</entry>
<entry>
<title>realview: use common image prefix</title>
<updated>2015-05-27T15:34:38Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2015-05-27T15:34:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=478edfce77a8cf8a68a57e16aa593d3260bf061e'/>
<id>urn:sha1:478edfce77a8cf8a68a57e16aa593d3260bf061e</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 45787
</content>
</entry>
<entry>
<title>realview: drop 3.14 support</title>
<updated>2015-03-16T07:40:02Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2015-03-16T07:40:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=9da421a17101117d4a2e478af63c193fc90376ae'/>
<id>urn:sha1:9da421a17101117d4a2e478af63c193fc90376ae</id>
<content type='text'>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 44814
</content>
</entry>
<entry>
<title>kernel: move KERNFS to generic config</title>
<updated>2015-03-06T07:56:47Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2015-03-06T07:56:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=0303db9a5cf5d53f2194276780071cb4d9b5c89a'/>
<id>urn:sha1:0303db9a5cf5d53f2194276780071cb4d9b5c89a</id>
<content type='text'>
KERNFS symbol is selected by SYSFS, so place it in generic config.

Signed-off-by: Sergey Ryazanov &lt;ryazanov.s.a@gmail.com&gt;

SVN-Revision: 44615
</content>
</entry>
<entry>
<title>kernel: disable ARCH_NEEDS_CPU_IDLE_COUPLED</title>
<updated>2015-03-06T07:56:34Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2015-03-06T07:56:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=29d10304e0bbba802dbb8f67426fdeea1788d4be'/>
<id>urn:sha1:29d10304e0bbba802dbb8f67426fdeea1788d4be</id>
<content type='text'>
Disable ARCH_NEEDS_CPU_IDLE_COUPLED by-default in generic config, since
only one platfrom (omap) needs them.

Signed-off-by: Sergey Ryazanov &lt;ryazanov.s.a@gmail.com&gt;

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