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
path:
root
/
src
/
post.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-10
Add ability to track PCI paths and add to build_pci_path().
Kevin O'Connor
1
-0
/
+1
2011-01-08
Move the CBFS payload setup to later in the boot.
Kevin O'Connor
1
-0
/
+1
2010-12-05
add ahci support
Gerd Hoffmann
1
-0
/
+2
2010-09-25
Cleanup - it's no longer necessary to manually reset global variables.
Kevin O'Connor
1
-4
/
+0
2010-09-25
Allow rom to grow to 256K.
Kevin O'Connor
1
-7
/
+6
2010-09-25
Move the 32bit init code to high memory at runtime.
Kevin O'Connor
1
-2
/
+56
2010-09-15
Move init code from _start() to post().
Kevin O'Connor
1
-31
/
+60
2010-09-15
Try to hard-reboot on rerun of post even on emulators.
Kevin O'Connor
1
-5
/
+11
2010-09-15
Try to hard-reboot processor on rerun of post under coreboot.
Kevin O'Connor
1
-0
/
+27
2010-09-15
Separate out init code from the rest of the 32bit flat code.
Kevin O'Connor
1
-1
/
+1
2010-08-25
Only show bootsplash during boot menu.
Kevin O'Connor
1
-4
/
+0
2010-07-28
Add FUNC16() helper macro for converting a 16bit func to a segoff_s.
Kevin O'Connor
1
-31
/
+18
2010-07-26
Be sure to disable bootsplash on all BIOS boot cases.
Kevin O'Connor
1
-1
/
+7
2010-06-06
Allocate cdemu buffer in low mem instead of ebda.
Kevin O'Connor
1
-1
/
+1
2010-05-10
Support for booting from virtio disks
Gleb Natapov
1
-0
/
+2
2010-05-01
Further parallelize init when using CONFIG_THREAD_OPTIONROMS.
Kevin O'Connor
1
-28
/
+36
2010-02-21
Seabios e820 reservation portion v3
Jes Sorensen
1
-1
/
+12
2010-01-05
Fix sign error preventing incorrect memory over 4gig calculation.
Kevin O'Connor
1
-1
/
+1
2010-01-03
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
1
-4
/
+4
2009-12-30
Add support for 32bit PCI BIOS entry.
Kevin O'Connor
1
-0
/
+1
2009-12-26
Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.
Kevin O'Connor
1
-1
/
+1
2009-12-26
Clear user reserved interrupts (0x60-0x66).
Kevin O'Connor
1
-0
/
+4
2009-12-24
Also report memory over 4G during init.
Kevin O'Connor
1
-1
/
+2
2009-12-13
Enhance experimental option rom "threading" - enable preemption.
Kevin O'Connor
1
-4
/
+9
2009-12-09
Move ps2 specific keyboard and mouse code to ps2port.c.
Kevin O'Connor
1
-2
/
+4
2009-12-09
Add experimental feature to run vga optionrom in parallel with init.
Kevin O'Connor
1
-4
/
+10
2009-12-09
Clear thread info on each boot.
Kevin O'Connor
1
-0
/
+1
2009-11-25
Reorganize main init order and add comments.
Kevin O'Connor
1
-10
/
+15
2009-10-24
Add simple cooperative threading scheme to allow parallel hw init.
Kevin O'Connor
1
-0
/
+1
2009-10-18
Move smbios definitions to header file; fix compile on older gcc.
Kevin O'Connor
1
-1
/
+2
2009-10-08
Move qemu cfg init before smp init.
Kevin O'Connor
1
-2
/
+2
2009-10-08
Check at runtime if VM is KVM.
Kevin O'Connor
1
-1
/
+1
2009-10-04
Move qemu config code from smbios.c to its own files. Add support for
Kevin O'Connor
1
-0
/
+3
2009-09-28
Initial support for USB, UHCI, and USB Keyboards.
Kevin O'Connor
1
-0
/
+2
2009-09-24
Interrupts should be enabled when calling 16bit code.
Kevin O'Connor
1
-0
/
+1
2009-09-24
Add support for permanent low memory allocations.
Kevin O'Connor
1
-2
/
+2
2009-09-13
Do PCI initialization before vga init.
Kevin O'Connor
1
-3
/
+3
2009-09-12
Unify cd emulation access and main disk access code.
Kevin O'Connor
1
-0
/
+1
2009-09-09
Replace common segment/offset pairs with struct segoff_s.
Kevin O'Connor
1
-2
/
+2
2009-08-16
Add support for using floppy images in CBFS.
Kevin O'Connor
1
-0
/
+1
2009-08-11
Separate ATA code from generic disk code.
Kevin O'Connor
1
-2
/
+4
2009-08-01
Add Post Memory Manager (PMM) support.
Kevin O'Connor
1
-4
/
+4
2009-07-29
Add auto-generated version info to each build.
Kevin O'Connor
1
-1
/
+1
2009-07-28
Fix coreboot bios table copying by delaying to after memory scan.
Kevin O'Connor
1
-2
/
+3
2009-07-26
Add PMM stubs.
Kevin O'Connor
1
-2
/
+5
2009-07-25
Add malloc_high/fseg() and rework bios table creation to use them.
Kevin O'Connor
1
-1
/
+3
2009-07-12
Delay fdpt pointer setting in ebda to drive map stage.
Kevin O'Connor
1
-2
/
+1
2009-07-04
Use "p->sum -= checksum()" style for setting checksums.
Kevin O'Connor
1
-1
/
+1
2009-06-21
Forward port bochs smp changes; rename smpdetect.c to smp.c.
Kevin O'Connor
1
-1
/
+1
2009-06-15
Avoid -fwhole-program on broken gcc instead of stopping build.
Kevin O'Connor
1
-5
/
+0
[next]