filo boot load support

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1421 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Greg Watson
2004-03-17 17:10:32 +00:00
parent 43ba521bd9
commit 9cfecd1490
3 changed files with 201 additions and 0 deletions

View File

@ -217,6 +217,10 @@ void hardwaremain(int boot_complete)
CONFIGURE(CONF_PASS_PRE_BOOT);
#if CONFIG_FS_STREAM == 1
filo(lb_mem);
#else
elfboot(lb_mem);
#endif
}