Sign in
qemu
/
qemu
/
ff219dca9ffa4c3417f8a00ef7ce3e9a15196eb0
/
pc-bios
/
optionrom
bf708f3
optionrom: simplify Makefile
by Marc-André Lureau
· 5 years ago
770275e
optionrom/pvh: scan entire RSDP Area
by Joe Richey
· 4 years, 11 months ago
b1b876c
optionrom/pvh: load initrd from fw_cfg
by Stefano Garzarella
· 6 years ago
2785dc7
optionrom: add new PVH option rom
by Stefano Garzarella
· 6 years ago
6dfa014
linuxboot_dma: move common functions in a new header
by Stefano Garzarella
· 6 years ago
526d798
linuxboot_dma: remove duplicate definitions of FW_CFG
by Stefano Garzarella
· 6 years ago
5be5df7
fw_cfg: import & use linux/qemu_fw_cfg.h
by Marc-André Lureau
· 6 years ago
7e01838
linuxboot_dma: compile for i486
by Paolo Bonzini
· 8 years ago
0bdb12c
rules.mak: quiet-command: Split command name and args to print
by Peter Maydell
· 8 years ago
0342454
optionrom: do not rely on compiler's bswap optimization
by Paolo Bonzini
· 8 years ago
336d588
optionrom: cope with multiple -O options
by Paolo Bonzini
· 8 years ago
e57218b
pc-bios/optionrom: Fix OpenBSD build with better detection of linker emulation
by Peter Maydell
· 8 years ago
9d4cd7b
optionrom: fix compilation with mingw docker target
by Paolo Bonzini
· 8 years ago
b0e8f5c
optionrom: add -fno-stack-protector
by Paolo Bonzini
· 8 years ago
a9c8730
build-sys: fix building with make CFLAGS=.. argument
by Marc-André Lureau
· 8 years ago
7f25692
linuxboot_dma: avoid guest ABI breakage on gcc vs. clang compilation
by Paolo Bonzini
· 8 years ago
cf4b61d
Unbreak FreeBSD build after optionrom update.
by Sean Bruno
· 8 years ago
036999e
optionrom: fix detection of -Wa,-32
by Paolo Bonzini
· 8 years ago
b2a575a
Add optionrom compatible with fw_cfg DMA version
by Marc Marí
· 9 years ago
cdbd727
build: Use $(AS) for optionrom explicitly
by Richard Henderson
· 9 years ago
6f061ea
fw_cfg: Split fw_cfg_keys.h off fw_cfg.h
by Markus Armbruster
· 9 years ago
269e235
linuxboot: fix loading old kernels
by Paolo Bonzini
· 10 years ago
cdebec5
linuxboot: compute initrd loading address
by Paolo Bonzini
· 10 years ago
46eef33
Fix QEMU build on OpenBSD on x86 archs
by Brad
· 11 years ago
26a8ec0
multiboot: Calculate upper_mem in the ROM
by Kevin Wolf
· 12 years ago
390fb6b
multiboot: Don't forget last mmap entry
by Kevin Wolf
· 12 years ago
0d09e41
hw: move headers to include/
by Paolo Bonzini
· 12 years ago
c6e052f
multiboot: fix e801 memory map
by Paolo Bonzini
· 12 years ago
0d6b9cc
signrom: Rewrite as python script
by Jan Kiszka
· 13 years ago
5019811
kvmvapic: Use optionrom helpers
by Jan Kiszka
· 13 years ago
209ca75
optionsrom: Reserve space for checksum
by Jan Kiszka
· 13 years ago
1189aa5
kvmvapic: Simplify mp/up_set_tpr
by Jan Kiszka
· 13 years ago
2a2af96
kvmvapic: Add option ROM
by Jan Kiszka
· 13 years ago
6fbcef2
optionroms: Silence intermediate file removal
by Jan Kiszka
· 13 years ago
e7d8100
Fix spelling in comments, documentation and messages
by Stefan Weil
· 13 years ago
75b9f69
fix linuxboot.bin and multiboot.bin to not hijack int19
by Gleb Natapov
· 14 years ago
4c3b5a4
Add scripts directory
by Blue Swirl
· 14 years ago
33bbd1d
optionrom: fix bugs in signrom.sh
by Avi Kivity
· 14 years ago
590bf49
Fix multiboot compilation
by Alexander Graf
· 15 years ago
d0652aa
linuxboot: fix gdt address calculation
by Avi Kivity
· 15 years ago
076d247
Use vpath directive
by Paolo Bonzini
· 15 years ago
36ecd7c
Fix thinko in linuxboot.S
by Paolo Bonzini
· 15 years ago
53ea95d
multiboot: Fix module loading and setting of mmap.
by Adam Lackorzynski
· 15 years ago
dc61b0d
Make -kernel for linux work with bochsbios
by Alexander Graf
· 15 years ago
dd4239d
Allow build of linuxboot.S with old assemblers
by Juergen Lock
· 15 years ago
57a46d0
Convert linux bootrom to external rom and fw_cfg
by Alexander Graf
· 15 years ago
dd4b265
Move common option rom code to header file
by Alexander Graf
· 15 years ago
7787319
Convert multiboot to fw_cfg backed data storage
by Alexander Graf
· 15 years ago
ff56954
multiboot.S patch for old as(1) (was: Re: [Qemu-devel] Some OpenBSD/amd64 build fixes)
by Juergen Lock
· 15 years ago
4888ec2
optionrom: create .PHONY variable
by Juan Quintela
· 15 years ago
3e4e464
optionrom: remove use of implicit RM variable
by Juan Quintela
· 15 years ago
fc3baad
restore CFLAGS check for conflict and fix recursive CFLAGS issue
by Thomas Monjalon
· 15 years ago
ae20c62
optionrom: make clean should remove raw and .d
by Juan Quintela
· 15 years ago
9b083b6
otionrom: Use local CFLAGS no global one
by Juan Quintela
· 15 years ago
8a2e6ab
Remove CFLAGS parameter in cc-option
by Juan Quintela
· 15 years ago
a558ee1
Rename CPPFLAGS to QEMU_CFLAGS
by Juan Quintela
· 15 years ago
c66b57f
Fix checksum writing in signboot.sh
by Alexander Graf
· 15 years ago
0ff6697
Do not try to invoke shebang scripts directly (NFS issues)
by malc
· 15 years ago
c05ac89
Option rom makefile fixes
by Paul Brook
· 15 years ago
925ce05
Fix out of tree build broken by 791e08c753a9f9be3c3880b4ea83b6dfa4b6ccad
by Blue Swirl
· 15 years ago
3c87f43
use cc-option for optionrom
by Juan Quintela
· 15 years ago
791e08c
Use quiet-command for building optionrom
by Juan Quintela
· 15 years ago
99772ae
signrom.sh: portability fix
by Christoph Egger
· 16 years ago
8167ee8
Update to a hopefully more future proof FSF address
by Blue Swirl
· 16 years ago
24d904e
Don't copy multiboot.bin into pc-bios after built
by Anthony Liguori
· 16 years ago
7aa486f
Fix multiboot.bin build on mingw32
by Anthony Liguori
· 16 years ago
89e671e
Replace signrom with shell script v3
by Alexander Graf
· 16 years ago
8676188
Work around Solaris gas problem
by Blue Swirl
· 16 years ago
253d094
Multiboot build system v4
by Alexander Graf
· 16 years ago
f16408d
Multiboot support v5
by Alexander Graf
· 16 years ago