commit | da4a6482c94dbae35064be24cd71f1b22de6d50c | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Sun Jun 08 13:48:06 2008 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Sun Jun 08 13:48:06 2008 -0400 |
tree | 0f4eedfeec0be5e7b0b6095f52bc81a4d49702fc | |
parent | b3c28be1815ad846dbb04de359a84545b8db76fe [diff] |
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.