Add a cleaner implementation of ISO9660.

Enable it for powerpc and cross-powerpc

Signed-off-by: Laurent Vivier <Laurent@vivier.Eu>



git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@626 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Laurent Vivier
2009-11-22 09:26:50 +00:00
committed by Laurent Vivier
parent 02d95dc3cd
commit d2cc5db789
19 changed files with 937 additions and 2 deletions

View File

@@ -47,6 +47,7 @@ do_open( ihandle_t ih )
if( !err ) {
err=fs_hfsp_open(fd, fs);
if( err ) err = fs_hfs_open(fd, fs);
if( err ) err = fs_iso9660_open(fd, fs);
if( err ) err = fs_grubfs_open(fd, fs);
}