|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH] [HVM] [BIOS] Move function calls out of 'post' funct
Through recent additions to the rombios the code section of the post
function has filled up considerably. When I enable the BX_TCGBIOS
compile time option the BIOS crashes since the post section code (starts
at $e05b) spills over into the nmi entry point (starts at $e2c3). as86
doesn't cause an error when building.
With this option is enabled there are now 12 bytes free ($e2b7 -
$e2c2) ...
38253 E2B6 CD 18 int #0x18
38254 E2C3 .org 0xe2c3 ; NMI
Handler Entry
38255 0000E2C3 nmi:
Signed-off-by: Stefan Berger <stefanb@xxxxxxxxxx>
rombios_move_calls_from_post_section.diff
Description: Text Data
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] [PATCH] [HVM] [BIOS] Move function calls out of 'post' function section,
Stefan Berger <=
|
|
|
|
|