Separate out ram shadow code and permit more code to write to bios.
authorKevin O'Connor <kevin@koconnor.net>
Sun, 8 Jun 2008 17:48:06 +0000 (13:48 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 8 Jun 2008 17:48:06 +0000 (13:48 -0400)
commitda4a6482c94dbae35064be24cd71f1b22de6d50c
tree0f4eedfeec0be5e7b0b6095f52bc81a4d49702fc
parentb3c28be1815ad846dbb04de359a84545b8db76fe
Separate out ram shadow code and permit more code to write to bios.

Extract shadow code from rombios32.c to its own file - shadow.c.
Reorg post.c so that shadow enable happens early and ram lock happens
    late in boot process.
Also, improve some comments in post.c and reorg code slightly.
Makefile
src/post.c
src/rombios32.c
src/shadow.c [new file with mode: 0644]
src/util.h