aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2010-11-13Update version to 0.6.1.2.rel-0.6.1.2Kevin O'Connor1-1/+1
2010-10-31Update version to 0.6.1.1.rel-0.6.1.1Kevin O'Connor1-1/+1
2010-09-13Update version to 0.6.1rel-0.6.1Kevin O'Connor1-1/+1
2010-07-10seabios: pciinit: use pci device initializer helper function.Kevin O'Connor1-1/+1
2010-06-28Initial bootsplash support.Kevin O'Connor1-1/+1
2010-06-10seabios: remove iasl output file when error.Isaku Yamahata1-4/+6
2010-05-23Allow wait_irq to be called in 32bit code.Kevin O'Connor1-1/+1
2010-05-10Support for booting from virtio disksGleb Natapov1-1/+2
2010-05-01Simplify build by manually resolving external symbols in layoutrom.py.Kevin O'Connor1-17/+10
2010-03-28Prep version for next release.Kevin O'Connor1-1/+1
2010-03-26Update version to 0.6.0.rel-0.6.0Kevin O'Connor1-1/+1
2010-03-20Disable inlining on old compilers.Kevin O'Connor1-1/+1
2010-03-09Add USB EHCI controller support.Kevin O'Connor1-1/+1
2010-02-28Only compile usb-hub.c and paravirt.c with 32bit code.Kevin O'Connor1-2/+2
2010-02-17Initial support for booting from USB drives.Kevin O'Connor1-1/+1
2010-02-17Move common "command data block" functions to new file blockcmd.c.Kevin O'Connor1-1/+1
2010-02-15Initial support for USB hubs.Kevin O'Connor1-1/+1
2010-01-10Prep version for next release.Kevin O'Connor1-1/+1
2010-01-08Update version to 0.5.1rel-0.5.1Kevin O'Connor1-1/+1
2010-01-03Fix vgahook sign issue; add warning to build to catch future cases.Kevin O'Connor1-1/+2
2010-01-03Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor1-6/+6
2010-01-01Implement native 32bit APM support.Kevin O'Connor1-1/+1
2009-12-30Add support for 32bit PCI BIOS entry.Kevin O'Connor1-13/+26
2009-12-26Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.Kevin O'Connor1-14/+14
2009-12-19Increase version in preparation for next release.Kevin O'Connor1-1/+1
2009-12-18Update version to 0.5.0.rel-0.5.0Kevin O'Connor1-1/+1
2009-12-13Enhance experimental option rom "threading" - enable preemption.Kevin O'Connor1-1/+1
2009-12-10Move stack manipulation code from util.c to new file stacks.c.Kevin O'Connor1-1/+1
2009-11-03Reorder source code to work around weird -combine issue.Kevin O'Connor1-4/+4
2009-10-12Add stubs for USB OHCI support.Kevin O'Connor1-1/+1
2009-10-08Add rule to compile DSDT to make file.Kevin O'Connor1-0/+7
2009-10-04Move qemu config code from smbios.c to its own files. Add support forKevin O'Connor1-1/+1
2009-09-28Initial support for USB, UHCI, and USB Keyboards.Kevin O'Connor1-2/+3
2009-09-20Allow rom to grow beyond 64K.Kevin O'Connor1-23/+18
2009-09-08Prep version id for next release.Kevin O'Connor1-1/+1
2009-09-08Note version 0.4.2.rel-0.4.2Kevin O'Connor1-1/+1
2009-08-16Add support for using floppy images in CBFS.Kevin O'Connor1-1/+1
2009-08-11Separate ATA code from generic disk code.Kevin O'Connor1-1/+1
2009-07-29Add auto-generated version info to each build.Kevin O'Connor1-2/+7
2009-07-26Add PMM stubs.Kevin O'Connor1-1/+1
2009-07-19Expand int155f "vgahook" detection.Kevin O'Connor1-2/+2
2009-07-13Minor - clarify intermediate object file names.Kevin O'Connor1-11/+13
2009-06-22Don't use "objcopy --extract-symbol" - old binutils don't have that option.Kevin O'Connor1-1/+1
2009-06-21Forward port bochs smp changes; rename smpdetect.c to smp.c.Kevin O'Connor1-1/+1
2009-06-17Avoid makefile "else ifeq" syntax - old versions don't support it.Kevin O'Connor1-1/+3
2009-06-15Avoid -fwhole-program on broken gcc instead of stopping build.Kevin O'Connor1-9/+16
2009-06-10Add support for gcc v3.x compilers.Kevin O'Connor1-2/+4
2009-06-10Do garbage collection of unused sections.Kevin O'Connor1-5/+8
2009-05-27Keep relocated 16bit code so checkstack can use it.Kevin O'Connor1-2/+2
2009-05-23Eliminate "_code32_" prefix on 32bit symbols referenced from 16bit code.Kevin O'Connor1-9/+11