<feed xmlns='http://www.w3.org/2005/Atom'>
<title>drakx/perl-install/NEWS, branch 17.98</title>
<subtitle>Mageia Installer and base platform for many utilities</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/'/>
<entry>
<title>17.98</title>
<updated>2018-06-22T15:14:27+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2018-06-22T15:14:27+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=7c08abeacc4f985e3d24423b67b7922eceeed990'/>
<id>7c08abeacc4f985e3d24423b67b7922eceeed990</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sync with kernel 4.1[5-7]</title>
<updated>2018-06-22T15:07:42+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2018-06-22T15:07:42+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=2bba87a5a79d4854326a2ea36e749048a520c7f3'/>
<id>2bba87a5a79d4854326a2ea36e749048a520c7f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>17.97</title>
<updated>2018-06-05T06:03:16+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2018-06-05T06:03:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=916fcaef3597836f7377b0169ab796b4268b2495'/>
<id>916fcaef3597836f7377b0169ab796b4268b2495</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bootloader: add cma=256M@512M for Raspberry Pi DRM/VC4</title>
<updated>2018-05-16T00:10:35+00:00</updated>
<author>
<name>Olivier Blin</name>
<email>dev@blino.org</email>
</author>
<published>2018-04-15T22:30:30+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=e21ac18ec080918a0e2de21296624922d432b8f2'/>
<id>e21ac18ec080918a0e2de21296624922d432b8f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bootloader: add specific boot options for Raspberry Pi I/O scheduler (deadline)</title>
<updated>2018-05-16T00:10:35+00:00</updated>
<author>
<name>Olivier Blin</name>
<email>dev@blino.org</email>
</author>
<published>2018-04-09T20:50:24+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=b4638b0e518e2cc7cba2cee2d3b7d0ae6f14097b'/>
<id>b4638b0e518e2cc7cba2cee2d3b7d0ae6f14097b</id>
<content type='text'>
elevator=deadline is supposed to give better performance on flash
storage, and used by default on most Raspberry Pi distributions.

Ideally, this should not be set here for specific boards, but
automatically for all architectures depending on the storage type.
Archlinux appears to use a /etc/tmpfiles.d/set_IO_scheduler.conf file for this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
elevator=deadline is supposed to give better performance on flash
storage, and used by default on most Raspberry Pi distributions.

Ideally, this should not be set here for specific boards, but
automatically for all architectures depending on the storage type.
Archlinux appears to use a /etc/tmpfiles.d/set_IO_scheduler.conf file for this.
</pre>
</div>
</content>
</entry>
<entry>
<title>bootloader: add specific boot cmdline options for Raspberry Pi serial console</title>
<updated>2018-05-16T00:10:35+00:00</updated>
<author>
<name>Olivier Blin</name>
<email>dev@blino.org</email>
</author>
<published>2018-04-09T20:47:07+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=960c89a63d41dfa2e2802ddfc92c7ddf92dafbd5'/>
<id>960c89a63d41dfa2e2802ddfc92c7ddf92dafbd5</id>
<content type='text'>
console=ttyS0,115200 will work on Raspberry Pi 3.
Raspberry Pi 2 does not boot without console=tty1 on cmdline.
To have console output on both serial port and HDMI display,
8250.nr_uarts=1 is needed.

On Raspberry Pi 2, though, it is required to edit /boot/extlinux/extlinux.conf
to use ttyAMA0 instead of ttyS0 in the console parameter.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
console=ttyS0,115200 will work on Raspberry Pi 3.
Raspberry Pi 2 does not boot without console=tty1 on cmdline.
To have console output on both serial port and HDMI display,
8250.nr_uarts=1 is needed.

On Raspberry Pi 2, though, it is required to edit /boot/extlinux/extlinux.conf
to use ttyAMA0 instead of ttyS0 in the console parameter.
</pre>
</div>
</content>
</entry>
<entry>
<title>bootloader: read/write extlinux.conf in U-Boot backend for ARM</title>
<updated>2018-05-16T00:10:35+00:00</updated>
<author>
<name>Olivier Blin</name>
<email>dev@blino.org</email>
</author>
<published>2018-04-09T20:28:24+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=006edf2c7e85f4d81a3548fd280b7804991daeb4'/>
<id>006edf2c7e85f4d81a3548fd280b7804991daeb4</id>
<content type='text'>
Read and write an extlinux.conf file in /boot/extlinux, it will be
automatically found by U-boot if located on an active partition.

Keep the "uboot" backend name, since we may do some U-Boot
installation steps later on.

Also, the extlinux.conf code could be used to support other
bootloaders from the syslinux family.

fixup extlinux
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Read and write an extlinux.conf file in /boot/extlinux, it will be
automatically found by U-boot if located on an active partition.

Keep the "uboot" backend name, since we may do some U-Boot
installation steps later on.

Also, the extlinux.conf code could be used to support other
bootloaders from the syslinux family.

fixup extlinux
</pre>
</div>
</content>
</entry>
<entry>
<title>bootloader: create /usr/lib/linux symlink for devicee tree files</title>
<updated>2018-05-13T20:28:56+00:00</updated>
<author>
<name>Olivier Blin</name>
<email>dev@blino.org</email>
</author>
<published>2018-04-09T20:19:09+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=28043924cf781f55a79c8f3542dc5cc7009df35b'/>
<id>28043924cf781f55a79c8f3542dc5cc7009df35b</id>
<content type='text'>
Also save it as fdtdir
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also save it as fdtdir
</pre>
</div>
</content>
</entry>
<entry>
<title>bootloader: build initrd for ARM arch</title>
<updated>2018-05-13T20:28:56+00:00</updated>
<author>
<name>Olivier Blin</name>
<email>dev@blino.org</email>
</author>
<published>2018-04-09T20:16:12+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=509e2d6f5fa05787c00b57890312c9acd5af1b21'/>
<id>509e2d6f5fa05787c00b57890312c9acd5af1b21</id>
<content type='text'>
It is needed for root devices with LABEL or UUID.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is needed for root devices with LABEL or UUID.
</pre>
</div>
</content>
</entry>
<entry>
<title>don't list HDA "input" devices as keyboards</title>
<updated>2018-04-17T12:38:37+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2018-04-17T12:36:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/drakx/commit/?id=ae6acbf65a1911b5ae29e216901a7a2ac3cd4080'/>
<id>ae6acbf65a1911b5ae29e216901a7a2ac3cd4080</id>
<content type='text'>
Those are listed in /proc/bus/input/devices (mga#9986)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Those are listed in /proc/bus/input/devices (mga#9986)
</pre>
</div>
</content>
</entry>
</feed>
