ppc64: Re-enable SF bit after returning from ELF binary
[openbios/afaerber.git] / packages / bootinfo-loader.c
blob1497227cb8d22fe1e47ab5150fd481a379559b9a
1 /*
3 * <bootinfo-loader.c>
5 * bootinfo file loader
7 * Copyright (C) 2009 Laurent Vivier (Laurent@vivier.eu)
9 * This program is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License
11 * version 2
15 #include "config.h"
16 #include "libopenbios/bindings.h"
17 #include "libopenbios/bootinfo_load.h"
18 #include "packages.h"
20 DECLARE_NODE(bootinfo_loader, INSTALL_OPEN, 0, "+/packages/bootinfo-loader" );
22 NODE_METHODS( bootinfo_loader ) = {
23 { "init-program", bootinfo_init_program },
26 void bootinfo_loader_init( void )
28 REGISTER_NODE( bootinfo_loader );