<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://www.coreboot.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.coreboot.org/index.php?title=Developer_Manual/Bootblock&amp;feed=atom&amp;action=history</id>
		<title>Developer Manual/Bootblock - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.coreboot.org/index.php?title=Developer_Manual/Bootblock&amp;feed=atom&amp;action=history"/>
		<link rel="alternate" type="text/html" href="http://www.coreboot.org/index.php?title=Developer_Manual/Bootblock&amp;action=history"/>
		<updated>2013-05-22T01:59:03Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.20.5</generator>

	<entry>
		<id>http://www.coreboot.org/index.php?title=Developer_Manual/Bootblock&amp;diff=10111&amp;oldid=prev</id>
		<title>Stepan: From Patrick</title>
		<link rel="alternate" type="text/html" href="http://www.coreboot.org/index.php?title=Developer_Manual/Bootblock&amp;diff=10111&amp;oldid=prev"/>
				<updated>2010-10-06T21:18:13Z</updated>
		
		<summary type="html">&lt;p&gt;From Patrick&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The mechanism coreboot uses for bootblock handling is called tinybootblock.&lt;br /&gt;
&lt;br /&gt;
Before tinybootblock, the ROM stage was put in the bootblock. With tinybootblock, the ROM stage is a separate component, and there's a bootblock that does minimal setup and then passes control to the ROM stage (potentially selecting the right one out of many).&lt;br /&gt;
&lt;br /&gt;
The bootblock does ROM mapping if necessary. That's the main change that must be taken care of - that's potential northbridge and southbridge code.&lt;br /&gt;
&lt;br /&gt;
If such code is required, it can be found in the Kconfig flags BOOTBLOCK_{NORTH,SOUTH}BRIDGE_INIT, which points to the source files that are used.&lt;br /&gt;
See northbridge/amd/amdfam10 and southbridge/amd/amd8111 for examples.&lt;/div&gt;</summary>
		<author><name>Stepan</name></author>	</entry>

	</feed>