<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: u-boot as coreboot payload</title>
	<atom:link href="http://blogs.coreboot.org/blog/2011/04/30/u-boot-as-coreboot-payload/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.coreboot.org/blog/2011/04/30/u-boot-as-coreboot-payload/</link>
	<description>News from coreboot world</description>
	<lastBuildDate>Wed, 04 Jul 2012 09:32:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: u-boot as coreboot payload &#171; d-code</title>
		<link>http://blogs.coreboot.org/blog/2011/04/30/u-boot-as-coreboot-payload/comment-page-1/#comment-7900</link>
		<dc:creator>u-boot as coreboot payload &#171; d-code</dc:creator>
		<pubDate>Sun, 27 May 2012 13:18:45 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.coreboot.org/?p=1445#comment-7900</guid>
		<description><![CDATA[[...] http://blogs.coreboot.org/blog/2011/04/30/u-boot-as-coreboot-payload/ Like this:LikeBe the first to like this post. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] <a href="http://blogs.coreboot.org/blog/2011/04/30/u-boot-as-coreboot-payload/" rel="nofollow">http://blogs.coreboot.org/blog/2011/04/30/u-boot-as-coreboot-payload/</a> Like this:LikeBe the first to like this post. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graeme Russ</title>
		<link>http://blogs.coreboot.org/blog/2011/04/30/u-boot-as-coreboot-payload/comment-page-1/#comment-6940</link>
		<dc:creator>Graeme Russ</dc:creator>
		<pubDate>Tue, 24 Apr 2012 04:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.coreboot.org/?p=1445#comment-6940</guid>
		<description><![CDATA[This has been fixed in the latest release]]></description>
		<content:encoded><![CDATA[<p>This has been fixed in the latest release</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rudolf Marek</title>
		<link>http://blogs.coreboot.org/blog/2011/04/30/u-boot-as-coreboot-payload/comment-page-1/#comment-3728</link>
		<dc:creator>Rudolf Marek</dc:creator>
		<pubDate>Thu, 19 Jan 2012 15:34:14 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.coreboot.org/?p=1445#comment-3728</guid>
		<description><![CDATA[Hi
I don&#039;t recall this error. You need to edit makefile to fix it. But if you ask such simple questions I guess it won&#039;t be easy for you to get it working. In fact I even hesitated to answer such simple question.
Thanks.]]></description>
		<content:encoded><![CDATA[<p>Hi<br />
I don&#8217;t recall this error. You need to edit makefile to fix it. But if you ask such simple questions I guess it won&#8217;t be easy for you to get it working. In fact I even hesitated to answer such simple question.<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: venkat</title>
		<link>http://blogs.coreboot.org/blog/2011/04/30/u-boot-as-coreboot-payload/comment-page-1/#comment-3722</link>
		<dc:creator>venkat</dc:creator>
		<pubDate>Thu, 19 Jan 2012 12:06:51 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.coreboot.org/?p=1445#comment-3722</guid>
		<description><![CDATA[I am using ubuntu 11.10 as a compile environment, it gives warning as an error. Please tell me how you solved that warnings.

Regards,
Venkat]]></description>
		<content:encoded><![CDATA[<p>I am using ubuntu 11.10 as a compile environment, it gives warning as an error. Please tell me how you solved that warnings.</p>
<p>Regards,<br />
Venkat</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rudolf Marek</title>
		<link>http://blogs.coreboot.org/blog/2011/04/30/u-boot-as-coreboot-payload/comment-page-1/#comment-3718</link>
		<dc:creator>Rudolf Marek</dc:creator>
		<pubDate>Thu, 19 Jan 2012 09:58:56 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.coreboot.org/?p=1445#comment-3718</guid>
		<description><![CDATA[Hi,

Delete -Werror. It is treating warnings as errors.]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Delete -Werror. It is treating warnings as errors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: venkat</title>
		<link>http://blogs.coreboot.org/blog/2011/04/30/u-boot-as-coreboot-payload/comment-page-1/#comment-3715</link>
		<dc:creator>venkat</dc:creator>
		<pubDate>Thu, 19 Jan 2012 09:03:14 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.coreboot.org/?p=1445#comment-3715</guid>
		<description><![CDATA[Hi,

I tried to build u-boot for x86 as per your instruction but I am getting error as below, can you please tell me how did you do it? I am using version &quot;u-boot-main&quot; from the git.

eNET.c:182:6: error: variable ‘major’ set but not used [-Werror=unused-but-set-variable]
cc1: all warnings being treated as errors

make[1]: *** [eNET.o] Error 1


Regards,
Venkat]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I tried to build u-boot for x86 as per your instruction but I am getting error as below, can you please tell me how did you do it? I am using version &#8220;u-boot-main&#8221; from the git.</p>
<p>eNET.c:182:6: error: variable ‘major’ set but not used [-Werror=unused-but-set-variable]<br />
cc1: all warnings being treated as errors</p>
<p>make[1]: *** [eNET.o] Error 1</p>
<p>Regards,<br />
Venkat</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Érico</title>
		<link>http://blogs.coreboot.org/blog/2011/04/30/u-boot-as-coreboot-payload/comment-page-1/#comment-3357</link>
		<dc:creator>Érico</dc:creator>
		<pubDate>Fri, 23 Dec 2011 14:47:10 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.coreboot.org/?p=1445#comment-3357</guid>
		<description><![CDATA[Great job man, looking forward to see where this leads us!]]></description>
		<content:encoded><![CDATA[<p>Great job man, looking forward to see where this leads us!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graeme</title>
		<link>http://blogs.coreboot.org/blog/2011/04/30/u-boot-as-coreboot-payload/comment-page-1/#comment-1102</link>
		<dc:creator>Graeme</dc:creator>
		<pubDate>Wed, 04 May 2011 11:38:36 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.coreboot.org/?p=1445#comment-1102</guid>
		<description><![CDATA[Awesome - As the U-Boot x86 maintainer I find this really promising

Looking forward to the next step

Thanks for all the effort you have put in to get it this far]]></description>
		<content:encoded><![CDATA[<p>Awesome &#8211; As the U-Boot x86 maintainer I find this really promising</p>
<p>Looking forward to the next step</p>
<p>Thanks for all the effort you have put in to get it this far</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://blogs.coreboot.org/blog/2011/04/30/u-boot-as-coreboot-payload/comment-page-1/#comment-1097</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Mon, 02 May 2011 01:42:37 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.coreboot.org/?p=1445#comment-1097</guid>
		<description><![CDATA[Really Fantastic!!!

U-Boot is a nice bootloader, it could be a replacement to Linux on LAB (Linux As Bootloader) maybe a UABB (... Bios Bootloader).

Best Regards,

Alan]]></description>
		<content:encoded><![CDATA[<p>Really Fantastic!!!</p>
<p>U-Boot is a nice bootloader, it could be a replacement to Linux on LAB (Linux As Bootloader) maybe a UABB (&#8230; Bios Bootloader).</p>
<p>Best Regards,</p>
<p>Alan</p>
]]></content:encoded>
	</item>
</channel>
</rss>
