aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware
Commit message (Expand)AuthorAgeFilesLines
...
* hvmloader: Move option ROM loading into a separate optionnal fileJulian Pidancet2012-02-137-228/+259
* firmware: Use mkhex from hvmloader directory for etherboot ROMsJulian Pidancet2012-02-133-15/+9
* hvmloader: Allow the mkhex command to take several file argumentsJulian Pidancet2012-02-131-1/+2
* hvmloader: Only compile 32bitbios_support.c when rombios is enabledJulian Pidancet2012-02-131-2/+2
* Clone and build Seabios by default2012-01-243-2/+93
* ipxe: remove tarball on cleanIan Campbell2012-01-051-1/+1
* ipxe: update to upstream versionRoger Pau Monne2011-12-205-167/+11
* hvmloader: Re-name xenstore key used to save VM generation ID buffer address.Paul Durrant2011-12-181-1/+1
* tools/firmware: remove "_PS0/3" MethodXudong Hao2011-12-051-10/+0
* hvmloader: Change VM Generation Id Device HID.Paul Durrant2011-12-021-1/+1
* hvmloader: Write address of VM generation id buffer into xenstorePaul Durrant2011-11-301-0/+6
* hvmloader: Add xenstore-write supportPaul Durrant2011-11-302-16/+65
* hvmloader: Add snprintf()Paul Durrant2011-11-302-13/+60
* hvmloader: Allocate an 8 byte buffer to contain the VM generation idPaul Durrant2011-11-303-0/+92
* hvmloader: Add 'ctype' infrastructurePaul Durrant2011-11-305-3/+58
* hvmloader: Add an ACPI device exposing a package called ADDR,Paul Durrant2011-11-302-1/+28
* hvmloader: Intel GPU passthrough, reverse OpRegionJean Guyader2011-11-244-4/+45
* hvmloader: Fix memory relocation loop.Keir Fraser2011-11-212-13/+18
* hvmloader: Change memory relocation loop when overlap with PCI holeJean Guyader2011-11-181-6/+14
* hvmloader: Add configuration options to selectively disable S3 and S4 ACPI po...Paul Durrant2011-11-185-20/+89
* hvmloader: Move acpi_enabled out of hvm_info_table into xenstorePaul Durrant2011-11-181-1/+4
* hvmloader: Move acpi_info structure out from low memory.Keir Fraser2011-11-146-54/+24
* hvmloader: Load DSDT table from parameterAnthony PERARD2011-10-284-20/+44
* hvmloader/acpi/dsdt: Fix PCI hotplug with the new qemu-xen.Anthony PERARD2011-10-282-60/+127
* hvmloader: In mk_dsdt, Use __attribute__ format.Anthony PERARD2011-10-281-1/+2
* hvmloader/acpi/dsdt: Move IO port range reservationAnthony PERARD2011-10-282-14/+13
* hvmloader/acpi: Introduce --maxcpu option to mk_dsdtAnthony PERARD2011-10-282-8/+47
* hvmloader: Add the WAET since Microsoft are demanding it for Windows 8Andrew Cooper2011-10-143-0/+52
* hvmloader: Don't set hpet->header.length twiceAndrew Cooper2011-10-141-2/+1
* tools: Revert seabios and upstream qemu build changesIan Jackson2011-09-143-84/+2
* Clone and build Seabios by defaultStefano Stabellini2011-09-133-2/+84
* hvmloader: don't clear acpi_info after filling in some fieldsIan Campbell2011-09-131-1/+2
* hvmloader: relicense hvmloader xenbus implementation under moreIan Campbell2011-08-101-11/+19
* hvmloader: Move init_vm86_tss() back into common code.Keir Fraser2011-08-094-24/+20
* hvmloader: Enable SCI in QEMU has it disabled.Keir Fraser2011-07-283-1/+26
* hvmloader: Allow default response to be specified to xenstore_read().Keir Fraser2011-07-254-31/+27
* hvmloader: Formatting cleanups.Keir Fraser2011-07-258-46/+56
* hvmloader: Replace bios_relocate hook with bios_load hookKeir Fraser2011-07-254-13/+18
* hvmloader: Declare get_hvm_info_table/get_shared_info as const funcs.Keir Fraser2011-07-231-2/+1
* hvmloader: Remove bogus and unused RESERVED_MEMSIZE decl.Keir Fraser2011-07-231-2/+2
* hvmloader: New functions mem_hole_alloc() and mem_hole_populate_ram().Keir Fraser2011-07-232-18/+39
* hvmloader: Switch to absolute addressing for calling hypercall stubs.Keir Fraser2011-07-201-68/+69
* hvmloader: Remove hard tabs from source files.Keir Fraser2011-07-206-267/+267
* hvmloader: add missing emacs local variables.Ian Campbell2011-06-0818-0/+179
* hvmloader: reduce unnecessary e820 reservations for SeaBIOSIan Campbell2011-06-085-25/+77
* hvmloader: reinstate datastructure shared with DSDT in SeaBIOS case.Ian Campbell2011-06-036-46/+46
* hvmloader: allocate ACPI tables as we goIan Campbell2011-06-031-78/+72
* hvmloader: removed unused/incorrect define.Ian Campbell2011-06-031-5/+0
* hvmloader: reduce minimum allocation alignment from 1024 bytes to 16.Ian Campbell2011-06-032-7/+7
* hvmloader: add code to generate a $PIR table.Ian Campbell2011-06-018-4/+145