index
:
~kraxel/seabios
ahci
ahci.2
ahci.3
master
Unnamed repository; edit this file to name it for gitweb.
kraxel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-06
Add config option to permit running option roms with bad checksums.
HEAD
master
Kevin O'Connor
2
-1
/
+13
2011-03-06
Add config option to disable MTRR initialization.
Kevin O'Connor
2
-1
/
+7
2011-03-06
Prep version for next release.
Kevin O'Connor
1
-1
/
+1
2011-02-28
Update version to 0.6.2
Kevin O'Connor
1
-1
/
+1
2011-02-04
lets pretend that RTC can be used to wakeup from S4
Gleb Natapov
1
-2
/
+2
2011-01-30
Expand user configurable parameters in Kconfig.
Kevin O'Connor
2
-113
/
+347
2011-01-29
Support non-local build directory - allow "make OUT=abc/" to work.
Kevin O'Connor
4
-5
/
+6
2011-01-29
The vgabios build must depend on autoconf.h.
Kevin O'Connor
1
-1
/
+1
2011-01-29
fix parallel compilation of SeaBIOS
Stefan Reinauer
1
-1
/
+4
2011-01-29
Start using Kconfig to configure SeaBIOS settings.
Kevin O'Connor
4
-12
/
+30
2011-01-29
Change kconfig to emit disabled symbols in autoconf.h.
Kevin O'Connor
1
-1
/
+10
2011-01-29
Build changes for Linux kconfig code to work in seabios dir structure.
Kevin O'Connor
5
-26
/
+48
2011-01-26
Initial commit of Kconfig build tool.
Kevin O'Connor
40
-0
/
+22689
2011-01-26
Minor boot fixes.
Kevin O'Connor
2
-1
/
+1
2011-01-22
Minor comment / code layout improvement to romlayout.S.
Kevin O'Connor
1
-17
/
+18
2011-01-22
Fix to prevent infinite loop in build_pci_path().
Kevin O'Connor
1
-2
/
+3
2011-01-16
support T13 EDD3.0 spec
Gleb Natapov
2
-18
/
+39
2011-01-10
Add ability to track PCI paths and add to build_pci_path().
Kevin O'Connor
4
-5
/
+47
2011-01-08
Move the CBFS payload setup to later in the boot.
Kevin O'Connor
3
-3
/
+4
2011-01-08
Extract space trimming code from ATA and use in USB and bootorder code.
Kevin O'Connor
5
-11
/
+21
2011-01-05
seabios: acpi: add _RMV control method for PCI devices
Kevin O'Connor
2
-771
/
+999
2011-01-01
Add support for finding the boot priority of USB drives.
Kevin O'Connor
3
-3
/
+25
2011-01-01
Extend 'usb_pipe' to track the controller and ports of each device.
Kevin O'Connor
5
-0
/
+9
2011-01-01
Add functions for boot device path parsing.
Kevin O'Connor
1
-13
/
+95
2010-12-30
Use bootprio_find_named_rom() for ramdisk and cbfs payload priorities.
Kevin O'Connor
2
-5
/
+6
2010-12-29
Remove drive->desc field.
Kevin O'Connor
12
-94
/
+114
2010-12-29
Minor reorganization of some of the boot_xxx code in boot.c.
Kevin O'Connor
1
-18
/
+25
2010-12-29
Move IPL.fw_bootorder to static variables in boot.c.
Kevin O'Connor
2
-18
/
+9
2010-12-29
Move IPL.bev to static variables in boot.c
Kevin O'Connor
2
-26
/
+19
2010-12-29
Move IPL.checkfloppysig to a global (CheckFloppySig) in boot.c.
Kevin O'Connor
2
-4
/
+4
2010-12-29
Remove Drives global struct in favor of independent global variables.
Kevin O'Connor
4
-20
/
+15
2010-12-29
Don't access drive_g->desc from boot_cdrom().
Kevin O'Connor
1
-1
/
+1
2010-12-29
Simplify keyboard reading code in the interactive boot menu.
Kevin O'Connor
1
-16
/
+16
2010-12-27
Call setup_translation() from map_hd_drive().
Kevin O'Connor
6
-11
/
+4
2010-12-27
Rename add_ordered_drive() to add_drive() and use in map_hd_drive().
Kevin O'Connor
1
-25
/
+18
2010-12-27
Add stubs to permit devices to specify their boot priority.
Kevin O'Connor
10
-53
/
+122
2010-12-27
Simplify boot ordering by building an inclusive boot list.
Kevin O'Connor
10
-308
/
+216
2010-12-26
Populate drive_g->desc prior to calling add_bcv_internal().
Kevin O'Connor
2
-8
/
+5
2010-12-26
pciinit: fix off-by-one
Isaku Yamahata
1
-1
/
+1
2010-12-26
Minor build fixes.
Kevin O'Connor
2
-2
/
+2
2010-12-24
Track the source of each optionrom deployed.
Kevin O'Connor
1
-10
/
+24
2010-12-24
Support qemu based romfile wrappers called out of order.
Kevin O'Connor
1
-6
/
+23
2010-12-24
Breakup boot_setup() bootorder code into its own function.
Kevin O'Connor
1
-30
/
+41
2010-12-24
Add romfile_loadfile() helper function.
Kevin O'Connor
4
-23
/
+34
2010-12-24
Read bootorder file into memory.
Gleb Natapov
2
-0
/
+47
2010-12-24
Add strchr() function.
Kevin O'Connor
2
-0
/
+10
2010-12-24
Add romfile_name() function.
Gleb Natapov
2
-0
/
+14
2010-12-24
Add BAID for ahci cdrom.
Gleb Natapov
1
-1
/
+3
2010-12-24
Provide full EDD 3.0 info for virtio disk
Gleb Natapov
1
-53
/
+73
2010-12-24
Enhance layoutrom.py to work around a binutils quirk.
Kevin O'Connor
1
-1
/
+10
[next]