Access to nvram must left shifted by 4.

Initialize device tree (used by PCI patch, to follow).

Signed-off-by: Laurent Vivier <Laurent@lvivier.info>
Acked-by: Stefan Reinauer <stepan@coresystems.de>




git-svn-id: svn://coreboot.org/openbios/openbios-devel@255 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Laurent Vivier
2008-11-24 12:21:36 +00:00
committed by Stefan Reinauer
parent c619e7c4a1
commit bee6afbc60
4 changed files with 70 additions and 32 deletions

View File

@@ -21,7 +21,7 @@ extern int arch_nvram_size( void );
extern void arch_nvram_get( char *buf );
extern void arch_nvram_put( char *buf );
extern void nvram_init( void );
extern void nvram_init( char *path );
extern void update_nvram( void );
#endif /* _H_NVRAM */