Create shared symbols for stage0 functions.

This fixes for example printk calls from initram code.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Jordan Crouse <jordan.crouse@amd.com>



git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@505 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Stefan Reinauer 2007-10-11 16:13:12 +00:00
commit a15933d861
9 changed files with 129 additions and 27 deletions

View file

@ -18,7 +18,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
void post_code(u8 value);
#include <shared.h>
SHARED(post_code, void, u8 value);
#define POST_START_OF_MAIN 0x01