index
:
seabios
guest-hint
kvmtool
master
memory2-logging
microvm
pci-4g-map
pci64-cfg
seabios
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
lets pretend that RTC can be used to wakeup from S4
Gleb Natapov
2011-02-04
1
-2
/
+2
*
Expand user configurable parameters in Kconfig.
Kevin O'Connor
2011-01-30
2
-113
/
+347
*
Support non-local build directory - allow "make OUT=abc/" to work.
Kevin O'Connor
2011-01-29
2
-3
/
+3
*
Start using Kconfig to configure SeaBIOS settings.
Kevin O'Connor
2011-01-29
2
-9
/
+17
*
Minor boot fixes.
Kevin O'Connor
2011-01-26
2
-1
/
+1
*
Minor comment / code layout improvement to romlayout.S.
Kevin O'Connor
2011-01-22
1
-17
/
+18
*
Fix to prevent infinite loop in build_pci_path().
Kevin O'Connor
2011-01-22
1
-2
/
+3
*
support T13 EDD3.0 spec
Gleb Natapov
2011-01-16
2
-18
/
+39
*
Add ability to track PCI paths and add to build_pci_path().
Kevin O'Connor
2011-01-10
4
-5
/
+47
*
Move the CBFS payload setup to later in the boot.
Kevin O'Connor
2011-01-08
3
-3
/
+4
*
Extract space trimming code from ATA and use in USB and bootorder code.
Kevin O'Connor
2011-01-08
5
-11
/
+21
*
seabios: acpi: add _RMV control method for PCI devices
Kevin O'Connor
2011-01-05
2
-771
/
+999
*
Add support for finding the boot priority of USB drives.
Kevin O'Connor
2011-01-01
3
-3
/
+25
*
Extend 'usb_pipe' to track the controller and ports of each device.
Kevin O'Connor
2011-01-01
5
-0
/
+9
*
Add functions for boot device path parsing.
Kevin O'Connor
2011-01-01
1
-13
/
+95
*
Use bootprio_find_named_rom() for ramdisk and cbfs payload priorities.
Kevin O'Connor
2010-12-30
2
-5
/
+6
*
Remove drive->desc field.
Kevin O'Connor
2010-12-29
12
-94
/
+114
*
Minor reorganization of some of the boot_xxx code in boot.c.
Kevin O'Connor
2010-12-29
1
-18
/
+25
*
Move IPL.fw_bootorder to static variables in boot.c.
Kevin O'Connor
2010-12-29
2
-18
/
+9
*
Move IPL.bev to static variables in boot.c
Kevin O'Connor
2010-12-29
2
-26
/
+19
*
Move IPL.checkfloppysig to a global (CheckFloppySig) in boot.c.
Kevin O'Connor
2010-12-29
2
-4
/
+4
*
Remove Drives global struct in favor of independent global variables.
Kevin O'Connor
2010-12-29
4
-20
/
+15
*
Don't access drive_g->desc from boot_cdrom().
Kevin O'Connor
2010-12-29
1
-1
/
+1
*
Simplify keyboard reading code in the interactive boot menu.
Kevin O'Connor
2010-12-29
1
-16
/
+16
*
Call setup_translation() from map_hd_drive().
Kevin O'Connor
2010-12-27
6
-11
/
+4
*
Rename add_ordered_drive() to add_drive() and use in map_hd_drive().
Kevin O'Connor
2010-12-27
1
-25
/
+18
*
Add stubs to permit devices to specify their boot priority.
Kevin O'Connor
2010-12-27
10
-53
/
+122
*
Simplify boot ordering by building an inclusive boot list.
Kevin O'Connor
2010-12-27
10
-308
/
+216
*
Populate drive_g->desc prior to calling add_bcv_internal().
Kevin O'Connor
2010-12-26
2
-8
/
+5
*
pciinit: fix off-by-one
Isaku Yamahata
2010-12-26
1
-1
/
+1
*
Minor build fixes.
Kevin O'Connor
2010-12-26
1
-1
/
+1
*
Track the source of each optionrom deployed.
Kevin O'Connor
2010-12-24
1
-10
/
+24
*
Support qemu based romfile wrappers called out of order.
Kevin O'Connor
2010-12-24
1
-6
/
+23
*
Breakup boot_setup() bootorder code into its own function.
Kevin O'Connor
2010-12-24
1
-30
/
+41
*
Add romfile_loadfile() helper function.
Kevin O'Connor
2010-12-24
4
-23
/
+34
*
Read bootorder file into memory.
Gleb Natapov
2010-12-24
2
-0
/
+47
*
Add strchr() function.
Kevin O'Connor
2010-12-24
2
-0
/
+10
*
Add romfile_name() function.
Gleb Natapov
2010-12-24
2
-0
/
+14
*
Add BAID for ahci cdrom.
Gleb Natapov
2010-12-24
1
-1
/
+3
*
Provide full EDD 3.0 info for virtio disk
Gleb Natapov
2010-12-24
1
-53
/
+73
*
Create separate IPL entry for each CD/DVD
Gleb Natapov
2010-12-12
6
-13
/
+52
*
ahci: set controller id
Gerd Hoffmann
2010-12-12
1
-0
/
+1
*
ahci: fix off-by-one in port count
Gerd Hoffmann
2010-12-12
1
-1
/
+1
*
ahci: enable io/mem/dma
Kevin O'Connor
2010-12-12
1
-0
/
+3
*
ahci: set dma feature flag
Gerd Hoffmann
2010-12-12
1
-0
/
+2
*
Check if capability enabled in XXX_cmd_data functions.
Kevin O'Connor
2010-12-05
3
-0
/
+9
*
Require a "_cfuncXX_" symbol prefix for inter-mode c function references.
Kevin O'Connor
2010-12-05
5
-25
/
+19
*
add ahci support
Gerd Hoffmann
2010-12-05
7
-0
/
+687
*
ata: make helpers available
Gerd Hoffmann
2010-12-05
2
-9
/
+13
*
util: add memset_fl()
Gerd Hoffmann
2010-12-05
2
-0
/
+10
[next]