]> xenbits.xensource.com Git - seabios.git/commit
POST: Reorganize post init functions for better grouping and reusability.
authorKevin O'Connor <kevin@koconnor.net>
Mon, 21 Jan 2013 06:53:31 +0000 (01:53 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Wed, 6 Feb 2013 01:01:08 +0000 (20:01 -0500)
commit8a0a972f12037b8b4c4bf355bfdc6401afbca1c4
tree9e10305a816a8dc4e2ea33100177a6d0596d1d26
parentd83c87bb20a8ac5faf80ead44ff8dc793bf25a84
POST: Reorganize post init functions for better grouping and reusability.

Place the "interface initialization" functions together, "platform
hardware initialization" functions together, and "prepare to boot"
functions together.  This may also be useful for using SeaBIOS as a
CSM.

This slightly changes the order of some function invocations, but
should otherwise not change code behavior at all.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/boot.c
src/boot.h
src/bootsplash.c
src/post.c