]> git.proxmox.com Git - mirror_qemu.git/commit - Makefile
Multiboot build system v4
authorAlexander Graf <agraf@suse.de>
Mon, 29 Jun 2009 13:37:40 +0000 (15:37 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 29 Jun 2009 19:17:49 +0000 (14:17 -0500)
commit253d0942fac33c5c15c9a7f8657f55f125dc5816
tree818646933d3ed85cd34e10e2a74b1568fa128612
parentf16408dfb0eaef2b900caf731cab7e0b99623dd0
Multiboot build system v4

In order to build the multiboot option rom, we need a Makefile and a tool
to sign the rom with.

Both are provided by this patch and mostly taken from the extboot source,
written by Anthony Liguori.

Once built, the resulting binary gets copied to pc-bios automatically.

Building also occurs automatically when on an x86 host.

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