<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openslx-ng/ipxe.git/src/arch/i386/interface/pcbios/vesafb.c, branch openslx</title>
<subtitle>Fork of ipxe; additional commands and features</subtitle>
<id>https://git.openslx.org/openslx-ng/ipxe.git/atom/src/arch/i386/interface/pcbios/vesafb.c?h=openslx</id>
<link rel='self' href='https://git.openslx.org/openslx-ng/ipxe.git/atom/src/arch/i386/interface/pcbios/vesafb.c?h=openslx'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/'/>
<updated>2016-02-16T19:32:32+00:00</updated>
<entry>
<title>[bios] Add bin-x86_64-pcbios build platform</title>
<updated>2016-02-16T19:32:32+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2016-02-16T15:19:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=f468f12b1eca15e703aa2a79f1c82969c04c2322'/>
<id>urn:sha1:f468f12b1eca15e703aa2a79f1c82969c04c2322</id>
<content type='text'>
Move most arch/i386 files to arch/x86, and adjust the contents of the
Makefiles and the include/bits/*.h headers to reflect the new
locations.

This patch makes no substantive code changes, as can be seen using a
rename-aware diff (e.g. "git show -M5").

This patch does not make the pcbios platform functional for x86_64; it
merely allows it to compile without errors.

Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[build] Generalise CONSOLE_VESAFB to CONSOLE_FRAMEBUFFER</title>
<updated>2015-10-16T15:38:39+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2015-10-16T15:14:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=4b7443d132d4d889618588d78ed111099f16c6f9'/>
<id>urn:sha1:4b7443d132d4d889618588d78ed111099f16c6f9</id>
<content type='text'>
The name "vesafb" is intrinsically specific to a BIOS environment.
Generalise the build configuration option CONSOLE_VESAFB to
CONSOLE_FRAMEBUFFER, in preparation for adding EFI framebuffer
support.

Existing configurations using CONSOLE_VESAFB will continue to work.

Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[fbcon] Move margin calculations to fbcon.c</title>
<updated>2015-10-14T21:16:45+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2015-10-14T21:01:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=79afe60b0931f56ea2ee596aaae61f5ff0194de6'/>
<id>urn:sha1:79afe60b0931f56ea2ee596aaae61f5ff0194de6</id>
<content type='text'>
Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[fbcon] Allow character height to be selected at runtime</title>
<updated>2015-10-14T21:16:40+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2015-10-14T19:42:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=bc69777a4044c09cfed65d84f11988448b2db277'/>
<id>urn:sha1:bc69777a4044c09cfed65d84f11988448b2db277</id>
<content type='text'>
Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[legal] Relicense files under GPL2_OR_LATER_OR_UBDL</title>
<updated>2015-03-02T14:17:31+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2015-03-02T11:54:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=b6ee89ffb5029d02cb1d8668757fa2b74b11e0a3'/>
<id>urn:sha1:b6ee89ffb5029d02cb1d8668757fa2b74b11e0a3</id>
<content type='text'>
Relicense files for which I am the sole author (as identified by
util/relicense.pl).

Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[cmdline] Rename "console" command's --bpp option to --depth</title>
<updated>2014-01-22T14:28:49+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2014-01-22T13:22:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=43c8c272ae2fb17c85275c07bc5fecbf21fe1ab5'/>
<id>urn:sha1:43c8c272ae2fb17c85275c07bc5fecbf21fe1ab5</id>
<content type='text'>
Rename the "--bpp" option to "--depth", to free up the single-letter
option "-b" for "--bottom" in preparation for adding margin support.

This does not break backwards compatibility with documented features,
since the "console" command has not yet been documented.

Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[vesafb] Allow for an arbitrary margin around the text area</title>
<updated>2014-01-22T14:28:32+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2014-01-22T14:04:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=11ad25933fce5d73f757b964a5898530eee7eceb'/>
<id>urn:sha1:11ad25933fce5d73f757b964a5898530eee7eceb</id>
<content type='text'>
Allow for an arbitrary margin to be specified in the console
configuration.  If the actual screen size does not match the requested
screen size, then update any margins specified so that they remain in
the same place relative to the requested screen size.  If margins are
unspecified (i.e. zero), then leave them as zero.

The underlying assumption here is that any specified margins are
likely to describe an area within a background picture, and so should
remain in the same place relative to that background picture.

Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[fbcon] Allow for an arbitrary margin around the text area</title>
<updated>2014-01-22T14:26:31+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2014-01-22T13:57:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=608d6cac9eb6df2bf232ce955d81dfba63b9570b'/>
<id>urn:sha1:608d6cac9eb6df2bf232ce955d81dfba63b9570b</id>
<content type='text'>
Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[vesafb] Handle failures from fbcon_init()</title>
<updated>2014-01-22T14:16:30+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2014-01-22T14:03:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=b20fe3231511ca802235271df0a3442913a3b4a2'/>
<id>urn:sha1:b20fe3231511ca802235271df0a3442913a3b4a2</id>
<content type='text'>
Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[vesafb] Set "magic" colour to transparent when a background picture is used</title>
<updated>2013-12-09T15:34:14+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2013-12-09T15:32:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=8f0173b5c8ac6de9e9fa8115e37357c2aeb88101'/>
<id>urn:sha1:8f0173b5c8ac6de9e9fa8115e37357c2aeb88101</id>
<content type='text'>
Use the magic colour facility to cause the user interface background
to become transparent when we have a background picture.

Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
</feed>
