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
/
boot.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add simple cooperative threading scheme to allow parallel hw init.
Kevin O'Connor
2009-10-24
1
-0
/
+19
*
Replace irq_enable() regions with explicit calls to check for irqs.
Kevin O'Connor
2009-10-24
1
-2
/
+2
*
Pass 'drive_s' pointer instead of driveid.
Kevin O'Connor
2009-10-22
1
-8
/
+8
*
Move qemu config code from smbios.c to its own files. Add support for
Kevin O'Connor
2009-10-04
1
-1
/
+2
*
Interrupts should be enabled when calling 16bit code.
Kevin O'Connor
2009-09-24
1
-0
/
+3
*
Fix uninitialized variable in cbfs menu code.
Kevin O'Connor
2009-09-20
1
-2
/
+2
*
Add mechanism for describing internal drives in boot menu.
Kevin O'Connor
2009-09-12
1
-13
/
+18
*
Replace common segment/offset pairs with struct segoff_s.
Kevin O'Connor
2009-09-09
1
-2
/
+1
*
Rework coreboot cbfs interface for added flexibility.
Kevin O'Connor
2009-08-16
1
-6
/
+14
*
Enhance boot menu to allow selection of floppy to boot from.
Kevin O'Connor
2009-08-16
1
-4
/
+12
*
Add floppy controllers to "drives" list also.
Kevin O'Connor
2009-08-16
1
-2
/
+2
*
Store cdrom emulated driveid directly.
Kevin O'Connor
2009-08-11
1
-1
/
+1
*
Separate ATA code from generic disk code.
Kevin O'Connor
2009-08-11
1
-5
/
+5
*
Optionrom code cleanup.
Kevin O'Connor
2009-07-04
1
-1
/
+1
*
Avoid -fwhole-program on broken gcc instead of stopping build.
Kevin O'Connor
2009-06-15
1
-4
/
+0
*
Add support for field width argument to %x (eg, %08x).
Kevin O'Connor
2009-05-05
1
-1
/
+1
*
Add config option to set boot menu delay time.
Kevin O'Connor
2009-04-29
1
-1
/
+1
*
Allow booting from any device when under coreboot.
Kevin O'Connor
2009-04-18
1
-11
/
+5
*
Initial support for running CBFS payloads.
Kevin O'Connor
2009-04-13
1
-15
/
+46
*
Enhance boot menu to allow user to select which CD drive to boot from.
Kevin O'Connor
2009-02-16
1
-9
/
+19
*
Allow ctrl+alt+delete to work when no boot device found.
Kevin O'Connor
2009-02-15
1
-2
/
+6
*
Add support for selecting harddrive order in boot menu.
Kevin O'Connor
2009-02-08
1
-27
/
+167
*
Minor - rename BX_PANIC to panic.
Kevin O'Connor
2009-02-08
1
-2
/
+2
*
Simplify boot code.
Kevin O'Connor
2009-02-08
1
-159
/
+107
*
Reorganize boot code.
Kevin O'Connor
2009-02-08
1
-14
/
+134
*
Introduce MBR struct; simplify cdrom emulation code.
Kevin O'Connor
2009-02-07
1
-1
/
+2
*
Implement memcpy_far and checksum_far, and replace _fl variants.
Kevin O'Connor
2009-01-19
1
-1
/
+1
*
Rename MAKE_FARPTR (and similar) to MAKE_FLATPTR.
Kevin O'Connor
2009-01-19
1
-3
/
+3
*
Change license from GPLv3 to LGPLv3.
Kevin O'Connor
2009-01-15
1
-1
/
+1
*
Use new 'struct disk_op_s' to issue ata requests.
Kevin O'Connor
2008-12-31
1
-1
/
+0
*
Return CDEMU parameters to ebda segment (instead of using globals).
Kevin O'Connor
2008-12-31
1
-2
/
+3
*
Introduce GET/SET_EBDA2() macros - they take a cached ebda seg.
Kevin O'Connor
2008-12-29
1
-3
/
+4
*
Move IPL definitions from ebda to global variables.
Kevin O'Connor
2008-12-28
1
-9
/
+12
*
Move most of ATA and CDEMU from ebda to global variables.
Kevin O'Connor
2008-12-28
1
-2
/
+2
*
Fix boot when CONFIG_CDROM_BOOT is disabled.
Kevin O'Connor
2008-12-10
1
-1
/
+1
*
Avoid casting EBDA variables ipl.description and pir_loc.
Kevin O'Connor
2008-11-08
1
-2
/
+2
*
Rename memcpy() to memcpy_far() and add regular memcpy() code.
Kevin O'Connor
2008-08-29
1
-1
/
+1
*
Misc minor improvements.
Kevin O'Connor
2008-08-17
1
-4
/
+4
*
Add additional config options to remove parts of code.
Kevin O'Connor
2008-07-21
1
-0
/
+3
*
Add workaround for older gcc's not fully supporting VISIBLE32.
Kevin O'Connor
2008-07-12
1
-0
/
+4
*
Convert bootup code (int18/int19) to 32bit mode.
Kevin O'Connor
2008-07-06
1
-4
/
+2
*
Move $PnP string from boot.c to romlayout.S.
Kevin O'Connor
2008-07-06
1
-5
/
+0
*
Extract 'struct bregs' out of biosvar.h; clean up header includes.
Kevin O'Connor
2008-07-04
1
-1
/
+2
*
Improve some debugging output.
Kevin O'Connor
2008-06-28
1
-1
/
+1
*
Init serial port before using it for debug - also reinit after option rom.
Kevin O'Connor
2008-06-21
1
-0
/
+2
*
Support config driven debugging of each irq handler.
Kevin O'Connor
2008-06-12
1
-2
/
+2
*
Improve control of debug messages.
Kevin O'Connor
2008-05-24
1
-2
/
+2
*
Establish boot order in post stage.
Kevin O'Connor
2008-05-18
1
-17
/
+5
*
Forward port new boot menu features from bochs bios.
Kevin O'Connor
2008-04-05
1
-11
/
+39
*
Cleanup boot order determination.
Kevin O'Connor
2008-03-29
1
-20
/
+9
[next]