[coreboot] yabel: romfs->cbfs rename

Peter Stuge peter at stuge.se
Tue Apr 14 02:16:54 CEST 2009


Not sure about this one. Help?


//Peter
-------------- next part --------------
yabel: romfs->cbfs rename

I am not sure about this patch. Someone who knows yabel (or just OF) please
speak up.

I suspect that this does not actually refer to cbfs, but something else.
Is that correct?

Signed-off-by: Peter Stuge <peter at stuge.se>

Index: util/x86emu/yabel/compat/of.h
===================================================================
--- util/x86emu/yabel/compat/of.h	(revision 1162)
+++ util/x86emu/yabel/compat/of.h	(working copy)
@@ -48,7 +48,7 @@
 int of_yield(void);
 void * of_set_callback(void *);
 
-unsigned int romfs_lookup(const char *, void **);
+unsigned int cbfs_lookup(const char *, void **);
 int vpd_read(unsigned int , unsigned int , char *);
 int vpd_write(unsigned int , unsigned int , char *);
 int write_mm_log(char *, unsigned int , unsigned short );


More information about the coreboot mailing list