aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2011-01-08 12:24:39 -0500
committerKevin O'Connor <kevin@koconnor.net>2011-01-08 12:24:39 -0500
commit89a1efd95c4f3ee349fa36c31526ae880820ce19 (patch)
tree84d9b3e3186fac84206ed7b4069bd3617bc086e5 /src/util.h
parent9e881a3821b045c9b75c64e9c349dc82b276df28 (diff)
downloadseabios-hppa-89a1efd95c4f3ee349fa36c31526ae880820ce19.zip
seabios-hppa-89a1efd95c4f3ee349fa36c31526ae880820ce19.tar.gz
seabios-hppa-89a1efd95c4f3ee349fa36c31526ae880820ce19.tar.bz2
Move the CBFS payload setup to later in the boot.
Don't try to register payloads until after malloc has been setup.
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 17fc54a..2160b37 100644
--- a/src/util.h
+++ b/src/util.h
@@ -402,6 +402,7 @@ const char *cbfs_filename(struct cbfs_file *file);
int cbfs_copyfile(struct cbfs_file *file, void *dst, u32 maxlen);
void cbfs_run_payload(struct cbfs_file *file);
void coreboot_copy_biostable(void);
+void cbfs_payload_setup(void);
void coreboot_setup(void);
// vgahooks.c