<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/syslinux.git/com32/include/syslinux/sysappend.h, branch syslinux-6.02-pre4</title>
<subtitle>git.kernel.org: pub/scm/boot/syslinux/syslinux.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/'/>
<entry>
<title>Create a sysappend string with some very minimal CPU information</title>
<updated>2011-04-28T04:32:53+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2011-04-28T04:32:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=9f8e66b5fe2b0106c00453e82094bd8f1cc7762e'/>
<id>9f8e66b5fe2b0106c00453e82094bd8f1cc7762e</id>
<content type='text'>
Doing a full system manifest is obviously not possible, but we can
include some very very basic CPU information.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Doing a full system manifest is obviously not possible, but we can
include some very very basic CPU information.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>dmi: Add a few more DMI strings</title>
<updated>2011-04-27T17:44:03+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2011-04-27T17:07:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=4dda3cb6a74a6651fe263ad538ed48516653c744'/>
<id>4dda3cb6a74a6651fe263ad538ed48516653c744</id>
<content type='text'>
Add the BIOSVENDOR, BIOSVERSION, and SYSFF strings.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add the BIOSVENDOR, BIOSVERSION, and SYSFF strings.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>dmi: separate the SYS* and MB* defines as their own strings</title>
<updated>2011-04-27T05:26:11+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2011-04-27T05:26:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=f4440e19eedba361b33cd07f91aca14a0e07bf8e'/>
<id>f4440e19eedba361b33cd07f91aca14a0e07bf8e</id>
<content type='text'>
Collect both the SYS* and MB* strings; it is too common the SYS* ones
contain bogus but non-empty information, and the total amount of data
isn't all that huge.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Collect both the SYS* and MB* strings; it is too common the SYS* ones
contain bogus but non-empty information, and the total amount of data
isn't all that huge.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>dmi: add additional strings</title>
<updated>2011-04-26T23:07:03+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@linux.intel.com</email>
</author>
<published>2011-04-26T23:07:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=47eda5f32f0883c91788033536a9b1c706c9c0e6'/>
<id>47eda5f32f0883c91788033536a9b1c706c9c0e6</id>
<content type='text'>
Add additional strings, and create fallbacks when the strings are
empty.  Unfortunately we can't easily fall back for crap like "Insert
name of OEM here".

Signed-off-by: H. Peter Anvin &lt;hpa@linux.intel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add additional strings, and create fallbacks when the strings are
empty.  Unfortunately we can't easily fall back for crap like "Insert
name of OEM here".

Signed-off-by: H. Peter Anvin &lt;hpa@linux.intel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Additional sysappend strings from DMI; pre-bake the http cookies</title>
<updated>2011-04-26T21:41:31+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@linux.intel.com</email>
</author>
<published>2011-04-26T21:41:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=b6401220c0bf7482ad5b204d08ba831a7cf9eabb'/>
<id>b6401220c0bf7482ad5b204d08ba831a7cf9eabb</id>
<content type='text'>
- Add additional sysappend strings from DMI; we may want to add even
  more but let's think about it first.
- Pre-generate http cookies.
- Add a "sendcookies" command to mask out some of the information.

Signed-off-by: H. Peter Anvin &lt;hpa@linux.intel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add additional sysappend strings from DMI; we may want to add even
  more but let's think about it first.
- Pre-generate http cookies.
- Add a "sendcookies" command to mask out some of the information.

Signed-off-by: H. Peter Anvin &lt;hpa@linux.intel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Generalize ipappend handling as "sysappend", and move to PM code</title>
<updated>2011-04-26T03:25:02+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2011-04-26T03:08:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=3953ca3532ca3281cc248f9985d9276c6f8486f0'/>
<id>3953ca3532ca3281cc248f9985d9276c6f8486f0</id>
<content type='text'>
Generalize the ipappend handling to cover all the derivatives, and
rename it "sysappend" ("ipappend" is a valid alias for all
derivatives.)  Move all the string handling to protected mode.
Currently only pxelinux exports strings, but the plan is to change
that in the future.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Generalize the ipappend handling to cover all the derivatives, and
rename it "sysappend" ("ipappend" is a valid alias for all
derivatives.)  Move all the string handling to protected mode.
Currently only pxelinux exports strings, but the plan is to change
that in the future.

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
