Move common option rom code to header file
commitdd4b2659cda69cee6808ce4fcf4e2f3eeebd0b08
authorAlexander Graf <agraf@suse.de>
Thu, 12 Nov 2009 20:53:13 +0000 (12 21:53 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 17 Nov 2009 16:39:03 +0000 (17 10:39 -0600)
tree3f2e2c9e0625404d8026f645256675f41992d681
parent77873196f344a56dfcd460f2cf69ac793fad1b40
Move common option rom code to header file

We will have a linux boot option rom soon, so let's take all functionality
that might be useful for both to a header file that both roms can include.

That way we only have to write fw_cfg access code once.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
pc-bios/optionrom/multiboot.S
pc-bios/optionrom/optionrom.h [new file with mode: 0644]