]> xenbits.xensource.com Git - seabios.git/commit
POST: Reorganize post entry and "preinit" functions.
authorKevin O'Connor <kevin@koconnor.net>
Mon, 21 Jan 2013 16:38:49 +0000 (11:38 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Fri, 8 Feb 2013 02:37:06 +0000 (21:37 -0500)
commit6ca0460fbb8ecfa5d42c8928b7ee71f20d0cffdb
treec8f95a05f44a7b70950d97bbf704c5a88ceec8d1
parent8ed2e535edf731e6acfb444dbe5c4a917cf5fa8f
POST: Reorganize post entry and "preinit" functions.

Unlocking ram in handle_post() is tricky and only needed under qemu.
Separate out that logic from the coreboot/xen paths by invoking
handle_elf_post separately.  This simplifies both the qemu and
non-qemu code paths.

Also, organize all the "pre-init" functions into one section of the
file.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/pmm.c
src/post.c
src/romlayout.S