summaryrefslogtreecommitdiffstats
path: root/pc-bios/multiboot.bin
Commit message (Collapse)AuthorAgeFilesLines
* pc-bios: Remove execute flag from BIOS filesStefan Weil2014-01-161-0/+0
| | | | | | | | BIOS files are not directly executable, so they don't need this flag. All other BIOS files don't use the execute flag. Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
* multiboot: Updated ROM binaryKevin Wolf2013-06-281-0/+0
| | | | | | | Signed-off-by: Kevin Wolf <mail@kevin-wolf.de> Reviewed-by: Anthony Liguori <aliguori@us.ibm.com> Message-id: 1372018066-21822-4-git-send-email-mail@kevin-wolf.de Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
* multiboot: fix e801 memory mapPaolo Bonzini2012-11-301-0/+0
| | | | | | | | | | | | The e801 memory sizes in the multiboot structures hard-code the available low memory to 640. However, the value should not include the size of the EBDA. Fill the value in the option ROM, getting the size of low memory from the BIOS. Cc: Alexander Graf <agraf@suse.de> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
* pc-bios: update linuxboot.bin and multiboot.binAurelien Jarno2011-03-221-0/+0
| | | | Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
* multiboot: Fix module loading and setting of mmap.Adam Lackorzynski2009-12-031-0/+0
| | | | | | Signed-off-by: Adam Lackorzynski <adam@os.inf.tu-dresden.de> Acked-by: Alexander Graf <agraf@suse.de> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
* Multiboot build system v4Alexander Graf2009-06-291-0/+0
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>
OpenPOWER on IntegriCloud